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


Public Member Functions | |
| Vertex () | |
| bool | setPosition (const CCVector3 &p) |
| virtual Token | getType () const |
| virtual std::pair< int, int > | write (std::ostream &output, int nbtabs=0) 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) |
| virtual PointCoordinateType | surface () const |
Public Member Functions inherited from PdmsTools::PdmsObjects::GenericItem | |
| GenericItem () | |
| Default constructor. More... | |
| virtual | ~GenericItem () |
| Destructor. More... | |
| virtual bool | setOrientation (const CCVector3 &x, const CCVector3 &y, const CCVector3 &z) |
| virtual bool | convertCoordinateSystem () |
| virtual GenericItem * | getRoot () |
| virtual bool | isGroupElement () |
| virtual bool | setValue (Token t, PointCoordinateType value) |
| virtual GenericItem * | scan (const char *str) |
| virtual bool | scan (Token t, std::vector< GenericItem * > &array) |
Public Attributes | |
| CCVector2 | v |
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 () |
2D vertex
Definition at line 396 of file PdmsTools.h.
|
inline |
Definition at line 400 of file PdmsTools.h.
|
inlinevirtual |
Reimplemented from PdmsTools::PdmsObjects::GenericItem.
Definition at line 408 of file PdmsTools.h.
References PdmsTools::PDMS_VERTEX.
|
inlinevirtual |
Reimplemented from PdmsTools::PdmsObjects::GenericItem.
Definition at line 403 of file PdmsTools.h.
References v, Vector2Tpl< Type >::x, Tuple3Tpl< Type >::x, Vector2Tpl< Type >::y, and Tuple3Tpl< Type >::y.
|
virtual |
Implements PdmsTools::PdmsObjects::GenericItem.
Definition at line 1649 of file PdmsTools.cpp.
| CCVector2 PdmsTools::PdmsObjects::Vertex::v |
Definition at line 398 of file PdmsTools.h.
Referenced by setPosition().