Point: x,y,z. More...
#include <CPACSPoint.h>
Public Member Functions | |
TIGL_EXPORT | CPACSPoint (CPACSBoundingBox *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSPoint (CPACSControlSurfaceHingePoint *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSPoint (CPACSControlSurfaceStep *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSPoint (CPACSDeckElementMass *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSPoint (CPACSPointList *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSPoint (CCPACSTransformation *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
template<typename P > | |
P * | GetParent () |
template<typename P > | |
const P * | GetParent () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetX () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetY () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetZ () const |
template<typename P > | |
bool | IsParent () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetUID (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetX (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetY (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetZ (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSPoint () |
Public Member Functions inherited from tigl::CTiglOptUIDObject | |
boost::optional< std::string > | GetObjectUID () const |
virtual | ~CTiglOptUIDObject ()=default |
Public Member Functions inherited from tigl::CTiglUIDObject | |
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
Protected Attributes | |
void * | m_parent |
const std::type_info * | m_parentType |
boost::optional< std::string > | m_uID |
CTiglUIDManager * | m_uidMgr |
boost::optional< double > | m_x |
X-Component. More... | |
boost::optional< double > | m_y |
Y-Component. More... | |
boost::optional< double > | m_z |
Z-Component. More... | |
Private Member Functions | |
CPACSPoint (const CPACSPoint &)=delete | |
CPACSPoint (CPACSPoint &&)=delete | |
CPACSPoint & | operator= (const CPACSPoint &)=delete |
CPACSPoint & | operator= (CPACSPoint &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Point: x,y,z.
Point type, containing an xyz data triplet.
TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint | ( | CPACSBoundingBox * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint | ( | CPACSControlSurfaceHingePoint * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint | ( | CPACSControlSurfaceStep * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint | ( | CPACSDeckElementMass * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint | ( | CPACSPointList * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint | ( | CCPACSTransformation * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
inline |
|
inline |
|
virtual |
Implements tigl::CTiglOptUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
virtual |
|
virtual |
|
inline |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in tigl::CCPACSPoint.
|
virtual |
Reimplemented in tigl::CCPACSPoint.
|
virtual |
Reimplemented in tigl::CCPACSPoint.
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
X-Component.
|
protected |
Y-Component.
|
protected |
Z-Component.