3.4.0
tigl::generated::CPACSPointAbsRel Class Reference

Point with global/local reference. More...

#include <CPACSPointAbsRel.h>

+ Inheritance diagram for tigl::generated::CPACSPointAbsRel:

Public Member Functions

TIGL_EXPORT CPACSPointAbsRel (CPACSStrutAssembly *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPointAbsRel (CCPACSTransformation *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 SetRefType (const boost::optional< ECPACSTranslationType > &value)
 
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 ~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
 

Protected Attributes

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. More...
 
boost::optional< double > m_y
 Y-Component. More...
 
boost::optional< double > m_z
 Z-Component. More...
 

Private Member Functions

 CPACSPointAbsRel (const CPACSPointAbsRel &)=delete
 
 CPACSPointAbsRel (CPACSPointAbsRel &&)=delete
 
CPACSPointAbsReloperator= (const CPACSPointAbsRel &)=delete
 
CPACSPointAbsReloperator= (CPACSPointAbsRel &&)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default
 

Detailed Description

Point with global/local reference.

PointAbsRel type, containing an xyz data triplet. Each of the components is optional. The refType attribute defines, whether coordinates are absolute in the global ccordinate system [absGlobal], absolute in the parent element's local coordinate system [absLocal]. If the object does not have a parent, only [absGlobal] is permitted.

Constructor & Destructor Documentation

◆ CPACSPointAbsRel() [1/4]

TIGL_EXPORT tigl::generated::CPACSPointAbsRel::CPACSPointAbsRel ( CPACSStrutAssembly parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPointAbsRel() [2/4]

TIGL_EXPORT tigl::generated::CPACSPointAbsRel::CPACSPointAbsRel ( CCPACSTransformation parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSPointAbsRel()

virtual TIGL_EXPORT tigl::generated::CPACSPointAbsRel::~CPACSPointAbsRel ( )
virtual

◆ CPACSPointAbsRel() [3/4]

tigl::generated::CPACSPointAbsRel::CPACSPointAbsRel ( const CPACSPointAbsRel )
privatedelete

◆ CPACSPointAbsRel() [4/4]

tigl::generated::CPACSPointAbsRel::CPACSPointAbsRel ( CPACSPointAbsRel &&  )
privatedelete

Member Function Documentation

◆ GetNextUIDParent() [1/2]

virtual TIGL_EXPORT CTiglUIDObject* tigl::generated::CPACSPointAbsRel::GetNextUIDParent ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

virtual TIGL_EXPORT const CTiglUIDObject* tigl::generated::CPACSPointAbsRel::GetNextUIDParent ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

template<typename P >
P* tigl::generated::CPACSPointAbsRel::GetParent ( )
inline

◆ GetParent() [2/2]

template<typename P >
const P* tigl::generated::CPACSPointAbsRel::GetParent ( ) const
inline

◆ GetRefType()

virtual TIGL_EXPORT const boost::optional<ECPACSTranslationType>& tigl::generated::CPACSPointAbsRel::GetRefType ( ) const
virtual

◆ GetUID()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSPointAbsRel::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSPointAbsRel::GetUIDManager ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSPointAbsRel::GetUIDManager ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ GetX()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSPointAbsRel::GetX ( ) const
virtual

◆ GetY()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSPointAbsRel::GetY ( ) const
virtual

◆ GetZ()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSPointAbsRel::GetZ ( ) const
virtual

◆ IsParent()

template<typename P >
bool tigl::generated::CPACSPointAbsRel::IsParent ( ) const
inline

◆ operator=() [1/2]

CPACSPointAbsRel& tigl::generated::CPACSPointAbsRel::operator= ( const CPACSPointAbsRel )
privatedelete

◆ operator=() [2/2]

CPACSPointAbsRel& tigl::generated::CPACSPointAbsRel::operator= ( CPACSPointAbsRel &&  )
privatedelete

◆ ReadCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSPointAbsRel::ReadCPACS ( const TixiDocumentHandle &  tixiHandle,
const std::string &  xpath 
)
virtual

◆ SetRefType()

virtual TIGL_EXPORT void tigl::generated::CPACSPointAbsRel::SetRefType ( const boost::optional< ECPACSTranslationType > &  value)
virtual

Reimplemented in tigl::CCPACSPointAbsRel.

◆ SetUID()

virtual TIGL_EXPORT void tigl::generated::CPACSPointAbsRel::SetUID ( const boost::optional< std::string > &  value)
virtual

◆ SetX()

virtual TIGL_EXPORT void tigl::generated::CPACSPointAbsRel::SetX ( const boost::optional< double > &  value)
virtual

Reimplemented in tigl::CCPACSPointAbsRel.

◆ SetY()

virtual TIGL_EXPORT void tigl::generated::CPACSPointAbsRel::SetY ( const boost::optional< double > &  value)
virtual

Reimplemented in tigl::CCPACSPointAbsRel.

◆ SetZ()

virtual TIGL_EXPORT void tigl::generated::CPACSPointAbsRel::SetZ ( const boost::optional< double > &  value)
virtual

Reimplemented in tigl::CCPACSPointAbsRel.

◆ WriteCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSPointAbsRel::WriteCPACS ( const TixiDocumentHandle &  tixiHandle,
const std::string &  xpath 
) const
virtual

Field Documentation

◆ m_parent

void* tigl::generated::CPACSPointAbsRel::m_parent
protected

◆ m_parentType

const std::type_info* tigl::generated::CPACSPointAbsRel::m_parentType
protected

◆ m_refType

boost::optional<ECPACSTranslationType> tigl::generated::CPACSPointAbsRel::m_refType
protected

◆ m_uID

boost::optional<std::string> tigl::generated::CPACSPointAbsRel::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSPointAbsRel::m_uidMgr
protected

◆ m_x

boost::optional<double> tigl::generated::CPACSPointAbsRel::m_x
protected

X-Component.

◆ m_y

boost::optional<double> tigl::generated::CPACSPointAbsRel::m_y
protected

Y-Component.

◆ m_z

boost::optional<double> tigl::generated::CPACSPointAbsRel::m_z
protected

Z-Component.


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