3.5.0-rc1
Loading...
Searching...
No Matches
tigl::CCPACSPointAbsRel Class Reference

#include <CCPACSPointAbsRel.h>

Inheritance diagram for tigl::CCPACSPointAbsRel:

Public Member Functions

TIGL_EXPORT CTiglPoint AsPoint () const
TIGL_EXPORT CCPACSPointAbsRel (CCPACSStrutAssembly *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CCPACSPointAbsRel (CCPACSTransformation *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CCPACSPointAbsRel (CCPACSTransformationSE3 *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CCPACSPointAbsRel (const CCPACSPointAbsRel &p)
TIGL_EXPORT ECPACSTranslationType GetRefDefaultedType () const
TIGL_EXPORT CCPACSPointAbsReloperator= (const CCPACSPointAbsRel &p)
TIGL_EXPORT void SetAsPoint (const CTiglPoint &point)
TIGL_EXPORT void SetRefType (const boost::optional< ECPACSTranslationType > &value) override
TIGL_EXPORT void SetX (const boost::optional< double > &value) override
TIGL_EXPORT void SetY (const boost::optional< double > &value) override
TIGL_EXPORT void SetZ (const boost::optional< double > &value) override
Public Member Functions inherited from tigl::generated::CPACSPointAbsRel
TIGL_EXPORT CPACSPointAbsRel (CCPACSTransformation *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSPointAbsRel (CCPACSTransformationSE3 *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSPointAbsRel (CPACSStrutAssembly *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
template<typename P>
P * GetParent ()
template<typename P>
const P * GetParent () const
virtual TIGL_EXPORT const boost::optional< ECPACSTranslationType > & GetRefType () const
virtual TIGL_EXPORT const boost::optional< std::string > & GetUID () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () 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 WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSPointAbsRel ()
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

Static Public Attributes

static TIGL_EXPORT ECPACSTranslationType defaultTranslationType

Private Member Functions

void InvalidateImpl (const boost::optional< std::string > &source) const override

Additional Inherited Members

Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default
Protected Attributes inherited from tigl::generated::CPACSPointAbsRel
void * m_parent
const std::type_info * m_parentType
boost::optional< ECPACSTranslationTypem_refType
boost::optional< std::string > m_uID
CTiglUIDManagerm_uidMgr
boost::optional< double > m_x
 X-Component.
boost::optional< double > m_y
 Y-Component.
boost::optional< double > m_z
 Z-Component.

Constructor & Destructor Documentation

◆ CCPACSPointAbsRel() [1/4]

TIGL_EXPORT tigl::CCPACSPointAbsRel::CCPACSPointAbsRel ( CCPACSTransformation * parent,
CTiglUIDManager * uidMgr )

◆ CCPACSPointAbsRel() [2/4]

TIGL_EXPORT tigl::CCPACSPointAbsRel::CCPACSPointAbsRel ( CCPACSTransformationSE3 * parent,
CTiglUIDManager * uidMgr )

◆ CCPACSPointAbsRel() [3/4]

TIGL_EXPORT tigl::CCPACSPointAbsRel::CCPACSPointAbsRel ( CCPACSStrutAssembly * parent,
CTiglUIDManager * uidMgr )

◆ CCPACSPointAbsRel() [4/4]

TIGL_EXPORT tigl::CCPACSPointAbsRel::CCPACSPointAbsRel ( const CCPACSPointAbsRel & p)

Member Function Documentation

◆ AsPoint()

TIGL_EXPORT CTiglPoint tigl::CCPACSPointAbsRel::AsPoint ( ) const

◆ GetRefDefaultedType()

TIGL_EXPORT ECPACSTranslationType tigl::CCPACSPointAbsRel::GetRefDefaultedType ( ) const

◆ InvalidateImpl()

void tigl::CCPACSPointAbsRel::InvalidateImpl ( const boost::optional< std::string > & source) const
overrideprivatevirtual

Reimplemented from tigl::CTiglUIDObject.

◆ operator=()

TIGL_EXPORT CCPACSPointAbsRel & tigl::CCPACSPointAbsRel::operator= ( const CCPACSPointAbsRel & p)

◆ SetAsPoint()

TIGL_EXPORT void tigl::CCPACSPointAbsRel::SetAsPoint ( const CTiglPoint & point)

◆ SetRefType()

TIGL_EXPORT void tigl::CCPACSPointAbsRel::SetRefType ( const boost::optional< ECPACSTranslationType > & value)
overridevirtual

Reimplemented from tigl::generated::CPACSPointAbsRel.

◆ SetX()

TIGL_EXPORT void tigl::CCPACSPointAbsRel::SetX ( const boost::optional< double > & value)
overridevirtual

Reimplemented from tigl::generated::CPACSPointAbsRel.

◆ SetY()

TIGL_EXPORT void tigl::CCPACSPointAbsRel::SetY ( const boost::optional< double > & value)
overridevirtual

Reimplemented from tigl::generated::CPACSPointAbsRel.

◆ SetZ()

TIGL_EXPORT void tigl::CCPACSPointAbsRel::SetZ ( const boost::optional< double > & value)
overridevirtual

Reimplemented from tigl::generated::CPACSPointAbsRel.

Field Documentation

◆ defaultTranslationType

TIGL_EXPORT ECPACSTranslationType tigl::CCPACSPointAbsRel::defaultTranslationType
static

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