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

Design element. More...

#include <PdmsTools.h>

Inheritance diagram for PdmsTools::PdmsObjects::DesignElement:
Collaboration diagram for PdmsTools::PdmsObjects::DesignElement:

Public Member Functions

 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 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 Token getType () const
 
virtual bool setValue (Token t, PointCoordinateType value)
 
virtual GenericItemscan (const char *str)
 
virtual bool scan (Token t, std::vector< GenericItem * > &array)
 
virtual std::pair< int, int > write (std::ostream &output, int nbtabs=0) const =0
 

Public Attributes

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

Design element.

Definition at line 210 of file PdmsTools.h.

Constructor & Destructor Documentation

◆ DesignElement()

PdmsTools::PdmsObjects::DesignElement::DesignElement ( )
inline

Definition at line 215 of file PdmsTools.h.

◆ ~DesignElement()

DesignElement::~DesignElement ( )
virtual

Definition at line 1037 of file PdmsTools.cpp.

References PdmsTools::PdmsObjects::Stack::Destroy(), and nelements.

Member Function Documentation

◆ isDesignElement()

virtual bool PdmsTools::PdmsObjects::DesignElement::isDesignElement ( )
inlinevirtual

Reimplemented from PdmsTools::PdmsObjects::GenericItem.

Definition at line 219 of file PdmsTools.h.

◆ push()

◆ remove()

void DesignElement::remove ( GenericItem i)
virtual

Reimplemented from PdmsTools::PdmsObjects::GenericItem.

Reimplemented in PdmsTools::PdmsObjects::Extrusion, and PdmsTools::PdmsObjects::Loop.

Definition at line 1070 of file PdmsTools.cpp.

References nelements.

◆ surface()

Member Data Documentation

◆ negative

bool PdmsTools::PdmsObjects::DesignElement::negative

◆ nelements

std::list<DesignElement *> PdmsTools::PdmsObjects::DesignElement::nelements

Definition at line 213 of file PdmsTools.h.

Referenced by push(), remove(), and ~DesignElement().


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