ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PdmsTools::PdmsObjects::SCylinder Class Reference

Cylinder. More...

#include <PdmsTools.h>

Inheritance diagram for PdmsTools::PdmsObjects::SCylinder:
Collaboration diagram for PdmsTools::PdmsObjects::SCylinder:

Public Member Functions

 SCylinder ()
 
virtual bool setValue (Token t, PointCoordinateType value)
 
virtual Token getType () const
 
virtual std::pair< int, int > write (std::ostream &output, int nbtabs=0) const
 
virtual PointCoordinateType surface () const
 
- Public Member Functions inherited from PdmsTools::PdmsObjects::DesignElement
 DesignElement ()
 
virtual ~DesignElement ()
 
virtual bool isDesignElement ()
 
virtual bool push (GenericItem *i)
 
virtual void remove (GenericItem *i)
 
- Public Member Functions inherited from PdmsTools::PdmsObjects::GenericItem
 GenericItem ()
 Default constructor. More...
 
virtual ~GenericItem ()
 Destructor. More...
 
virtual bool setPosition (const CCVector3 &p)
 
virtual bool setOrientation (const CCVector3 &x, const CCVector3 &y, const CCVector3 &z)
 
virtual bool convertCoordinateSystem ()
 
virtual GenericItemgetRoot ()
 
virtual bool isGroupElement ()
 
virtual GenericItemscan (const char *str)
 
virtual bool scan (Token t, std::vector< GenericItem * > &array)
 

Public Attributes

PointCoordinateType diameter
 
PointCoordinateType height
 
PointCoordinateType xtshear
 
PointCoordinateType ytshear
 
PointCoordinateType xbshear
 
PointCoordinateType ybshear
 
- Public Attributes inherited from PdmsTools::PdmsObjects::DesignElement
bool negative
 
std::list< DesignElement * > nelements
 
- Public Attributes inherited from PdmsTools::PdmsObjects::GenericItem
GenericItemowner
 Parent imte. More...
 
GenericItemcreator
 Creator item. More...
 
CCVector3 position
 Object position. More...
 
CCVector3 orientation [3]
 Object orientation (X,Y and Z) More...
 
bool isCoordinateSystemUpToDate
 Coordinate system update flag. More...
 
GenericItempositionReference
 Reference object (position) More...
 
GenericItemorientationReferences [3]
 Reference(s) object(s) (orientation) More...
 
char name [c_max_str_length]
 Name. More...
 

Additional Inherited Members

- Protected Member Functions inherited from PdmsTools::PdmsObjects::GenericItem
bool isOrientationValid (unsigned i) const
 
bool completeOrientation ()
 

Detailed Description

Cylinder.

Definition at line 255 of file PdmsTools.h.

Constructor & Destructor Documentation

◆ SCylinder()

PdmsTools::PdmsObjects::SCylinder::SCylinder ( )
inline

Definition at line 264 of file PdmsTools.h.

Member Function Documentation

◆ getType()

virtual Token PdmsTools::PdmsObjects::SCylinder::getType ( ) const
inlinevirtual

Reimplemented from PdmsTools::PdmsObjects::GenericItem.

Definition at line 276 of file PdmsTools.h.

References PdmsTools::PDMS_SCYLINDER.

◆ setValue()

◆ surface()

PointCoordinateType SCylinder::surface ( ) const
virtual

Reimplemented from PdmsTools::PdmsObjects::DesignElement.

Definition at line 1296 of file PdmsTools.cpp.

References diameter, height, and M_PI.

◆ write()

Member Data Documentation

◆ diameter

PointCoordinateType PdmsTools::PdmsObjects::SCylinder::diameter

Definition at line 257 of file PdmsTools.h.

Referenced by PDMSFilter::loadFile(), setValue(), surface(), and write().

◆ height

PointCoordinateType PdmsTools::PdmsObjects::SCylinder::height

Definition at line 258 of file PdmsTools.h.

Referenced by PDMSFilter::loadFile(), setValue(), surface(), and write().

◆ xbshear

PointCoordinateType PdmsTools::PdmsObjects::SCylinder::xbshear

Definition at line 261 of file PdmsTools.h.

Referenced by setValue(), and write().

◆ xtshear

PointCoordinateType PdmsTools::PdmsObjects::SCylinder::xtshear

Definition at line 259 of file PdmsTools.h.

Referenced by setValue(), and write().

◆ ybshear

PointCoordinateType PdmsTools::PdmsObjects::SCylinder::ybshear

Definition at line 262 of file PdmsTools.h.

Referenced by setValue(), and write().

◆ ytshear

PointCoordinateType PdmsTools::PdmsObjects::SCylinder::ytshear

Definition at line 260 of file PdmsTools.h.

Referenced by setValue(), and write().


The documentation for this class was generated from the following files: