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

2D transformation More...

#include <CPACSTransformation2D.h>

Inheritance diagram for tigl::generated::CPACSTransformation2D:

Public Member Functions

TIGL_EXPORT CPACSTransformation2D (CCPACSProfileBasedStructuralElement *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CCPACSProfileBasedStructuralElementGetParent ()
TIGL_EXPORT const CCPACSProfileBasedStructuralElementGetParent () const
virtual TIGL_EXPORT boost::optional< CPACSPointZ > & GetRotation ()
virtual TIGL_EXPORT const boost::optional< CPACSPointZ > & GetRotation () const
virtual TIGL_EXPORT CPACSPointZGetRotation (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CCPACSPointXY > & GetScaling ()
virtual TIGL_EXPORT const boost::optional< CCPACSPointXY > & GetScaling () const
virtual TIGL_EXPORT CCPACSPointXYGetScaling (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CCPACSPointXY > & GetTranslation ()
virtual TIGL_EXPORT const boost::optional< CCPACSPointXY > & GetTranslation () const
virtual TIGL_EXPORT CCPACSPointXYGetTranslation (CreateIfNotExistsTag)
virtual TIGL_EXPORT const boost::optional< std::string > & GetUID () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
virtual TIGL_EXPORT void RemoveRotation ()
virtual TIGL_EXPORT void RemoveScaling ()
virtual TIGL_EXPORT void RemoveTranslation ()
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 ~CPACSTransformation2D ()
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

CCPACSProfileBasedStructuralElementm_parent
boost::optional< CPACSPointZm_rotation
 rotation around z-axis of profile definition
boost::optional< CCPACSPointXYm_scaling
 Scaling of the structural profile.
boost::optional< CCPACSPointXYm_translation
 translation of profile definition
boost::optional< std::string > m_uID
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSTransformation2D (const CPACSTransformation2D &)=delete
 CPACSTransformation2D (CPACSTransformation2D &&)=delete
CPACSTransformation2Doperator= (const CPACSTransformation2D &)=delete
CPACSTransformation2Doperator= (CPACSTransformation2D &&)=delete

Additional Inherited Members

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

Detailed Description

2D transformation

Constructor & Destructor Documentation

◆ CPACSTransformation2D() [1/3]

TIGL_EXPORT tigl::generated::CPACSTransformation2D::CPACSTransformation2D ( CCPACSProfileBasedStructuralElement * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSTransformation2D()

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

◆ CPACSTransformation2D() [2/3]

tigl::generated::CPACSTransformation2D::CPACSTransformation2D ( const CPACSTransformation2D & )
privatedelete

◆ CPACSTransformation2D() [3/3]

tigl::generated::CPACSTransformation2D::CPACSTransformation2D ( CPACSTransformation2D && )
privatedelete

Member Function Documentation

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSProfileBasedStructuralElement * tigl::generated::CPACSTransformation2D::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSProfileBasedStructuralElement * tigl::generated::CPACSTransformation2D::GetParent ( ) const

◆ GetRotation() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSPointZ > & tigl::generated::CPACSTransformation2D::GetRotation ( )
virtual

◆ GetRotation() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSPointZ > & tigl::generated::CPACSTransformation2D::GetRotation ( ) const
virtual

◆ GetRotation() [3/3]

virtual TIGL_EXPORT CPACSPointZ & tigl::generated::CPACSTransformation2D::GetRotation ( CreateIfNotExistsTag )
virtual

◆ GetScaling() [1/3]

virtual TIGL_EXPORT boost::optional< CCPACSPointXY > & tigl::generated::CPACSTransformation2D::GetScaling ( )
virtual

◆ GetScaling() [2/3]

virtual TIGL_EXPORT const boost::optional< CCPACSPointXY > & tigl::generated::CPACSTransformation2D::GetScaling ( ) const
virtual

◆ GetScaling() [3/3]

virtual TIGL_EXPORT CCPACSPointXY & tigl::generated::CPACSTransformation2D::GetScaling ( CreateIfNotExistsTag )
virtual

◆ GetTranslation() [1/3]

virtual TIGL_EXPORT boost::optional< CCPACSPointXY > & tigl::generated::CPACSTransformation2D::GetTranslation ( )
virtual

◆ GetTranslation() [2/3]

virtual TIGL_EXPORT const boost::optional< CCPACSPointXY > & tigl::generated::CPACSTransformation2D::GetTranslation ( ) const
virtual

◆ GetTranslation() [3/3]

virtual TIGL_EXPORT CCPACSPointXY & tigl::generated::CPACSTransformation2D::GetTranslation ( CreateIfNotExistsTag )
virtual

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveRotation()

virtual TIGL_EXPORT void tigl::generated::CPACSTransformation2D::RemoveRotation ( )
virtual

◆ RemoveScaling()

virtual TIGL_EXPORT void tigl::generated::CPACSTransformation2D::RemoveScaling ( )
virtual

◆ RemoveTranslation()

virtual TIGL_EXPORT void tigl::generated::CPACSTransformation2D::RemoveTranslation ( )
virtual

◆ SetUID()

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

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

CCPACSProfileBasedStructuralElement* tigl::generated::CPACSTransformation2D::m_parent
protected

◆ m_rotation

boost::optional<CPACSPointZ> tigl::generated::CPACSTransformation2D::m_rotation
protected

rotation around z-axis of profile definition

◆ m_scaling

boost::optional<CCPACSPointXY> tigl::generated::CPACSTransformation2D::m_scaling
protected

Scaling of the structural profile.

◆ m_translation

boost::optional<CCPACSPointXY> tigl::generated::CPACSTransformation2D::m_translation
protected

translation of profile definition

◆ m_uID

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

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSTransformation2D::m_uidMgr
protected

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