![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <PdmsTools.h>


Public Member Functions | |
| Pyramid () | |
| 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 GenericItem * | getRoot () |
| virtual bool | isGroupElement () |
| virtual GenericItem * | scan (const char *str) |
| virtual bool | scan (Token t, std::vector< GenericItem * > &array) |
Public Attributes | |
| PointCoordinateType | xbot |
| PointCoordinateType | xtop |
| PointCoordinateType | xoff |
| PointCoordinateType | ybot |
| PointCoordinateType | ytop |
| PointCoordinateType | yoff |
| PointCoordinateType | height |
Public Attributes inherited from PdmsTools::PdmsObjects::DesignElement | |
| bool | negative |
| std::list< DesignElement * > | nelements |
Public Attributes inherited from PdmsTools::PdmsObjects::GenericItem | |
| GenericItem * | owner |
| Parent imte. More... | |
| GenericItem * | creator |
| 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... | |
| GenericItem * | positionReference |
| Reference object (position) More... | |
| GenericItem * | orientationReferences [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 () |
Definition at line 351 of file PdmsTools.h.
|
inline |
Definition at line 355 of file PdmsTools.h.
|
inlinevirtual |
Reimplemented from PdmsTools::PdmsObjects::GenericItem.
Definition at line 359 of file PdmsTools.h.
References PdmsTools::PDMS_PYRAMID.
|
virtual |
Reimplemented from PdmsTools::PdmsObjects::GenericItem.
Definition at line 1710 of file PdmsTools.cpp.
References height, PdmsTools::PDMS_HEIGHT, PdmsTools::PDMS_X_BOTTOM, PdmsTools::PDMS_X_OFF, PdmsTools::PDMS_X_TOP, PdmsTools::PDMS_Y_BOTTOM, PdmsTools::PDMS_Y_OFF, PdmsTools::PDMS_Y_TOP, xbot, xoff, xtop, ybot, yoff, and ytop.
|
virtual |
Reimplemented from PdmsTools::PdmsObjects::DesignElement.
Definition at line 1739 of file PdmsTools.cpp.
|
virtual |
Implements PdmsTools::PdmsObjects::GenericItem.
Definition at line 1744 of file PdmsTools.cpp.
| PointCoordinateType PdmsTools::PdmsObjects::Pyramid::height |
Definition at line 353 of file PdmsTools.h.
Referenced by setValue().
| PointCoordinateType PdmsTools::PdmsObjects::Pyramid::xbot |
Definition at line 353 of file PdmsTools.h.
Referenced by setValue().
| PointCoordinateType PdmsTools::PdmsObjects::Pyramid::xoff |
Definition at line 353 of file PdmsTools.h.
Referenced by setValue().
| PointCoordinateType PdmsTools::PdmsObjects::Pyramid::xtop |
Definition at line 353 of file PdmsTools.h.
Referenced by setValue().
| PointCoordinateType PdmsTools::PdmsObjects::Pyramid::ybot |
Definition at line 353 of file PdmsTools.h.
Referenced by setValue().
| PointCoordinateType PdmsTools::PdmsObjects::Pyramid::yoff |
Definition at line 353 of file PdmsTools.h.
Referenced by setValue().
| PointCoordinateType PdmsTools::PdmsObjects::Pyramid::ytop |
Definition at line 353 of file PdmsTools.h.
Referenced by setValue().