3.4.0
tigl::generated::CPACSStrutAssembly Class Reference

Strut assembly. More...

#include <CPACSStrutAssembly.h>

+ Inheritance diagram for tigl::generated::CPACSStrutAssembly:

Public Member Functions

TIGL_EXPORT CPACSStrutAssembly (CPACSLandingGearComponentAssembly *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSStrutAssembly (CPACSPintleStruts *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSStrutAssembly (CPACSSideStruts *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetActuatorUID () const
 
virtual TIGL_EXPORT const boost::optional< CPACSLandingGearStrutAttachment > & GetAttachment () const
 
virtual TIGL_EXPORT boost::optional< CPACSLandingGearStrutAttachment > & GetAttachment ()
 
virtual TIGL_EXPORT CPACSLandingGearStrutAttachmentGetAttachment (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< CCPACSPointAbsRel > & GetEndPoint_choice1 () const
 
virtual TIGL_EXPORT boost::optional< CCPACSPointAbsRel > & GetEndPoint_choice1 ()
 
virtual TIGL_EXPORT CCPACSPointAbsRelGetEndPoint_choice1 (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const double & GetMainStrutRelativePosition () const
 
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< CPACSEtaXsiRelHeightPoint > & GetRelEndPoint_choice2 () const
 
virtual TIGL_EXPORT boost::optional< CPACSEtaXsiRelHeightPoint > & GetRelEndPoint_choice2 ()
 
virtual TIGL_EXPORT CPACSEtaXsiRelHeightPointGetRelEndPoint_choice2 (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< CPACSRelativeStrutPosition > & GetRelStrutEndPoint_choice3 () const
 
virtual TIGL_EXPORT boost::optional< CPACSRelativeStrutPosition > & GetRelStrutEndPoint_choice3 ()
 
virtual TIGL_EXPORT CPACSRelativeStrutPositionGetRelStrutEndPoint_choice3 (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const CPACSStrutPropertiesGetStrutProperties () const
 
virtual TIGL_EXPORT CPACSStrutPropertiesGetStrutProperties ()
 
virtual TIGL_EXPORT const std::string & GetUID () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
template<typename P >
bool IsParent () const
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT void RemoveAttachment ()
 
virtual TIGL_EXPORT void RemoveEndPoint_choice1 ()
 
virtual TIGL_EXPORT void RemoveRelEndPoint_choice2 ()
 
virtual TIGL_EXPORT void RemoveRelStrutEndPoint_choice3 ()
 
virtual TIGL_EXPORT void SetActuatorUID (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetMainStrutRelativePosition (const double &value)
 
virtual TIGL_EXPORT void SetUID (const std::string &value)
 
TIGL_EXPORT bool ValidateChoices () const
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSStrutAssembly ()
 
- Public Member Functions inherited from tigl::CTiglReqUIDObject
boost::optional< std::string > GetObjectUID () const
 
virtual ~CTiglReqUIDObject ()=default
 
- Public Member Functions inherited from tigl::CTiglUIDObject
TIGL_EXPORT void Invalidate (const boost::optional< std::string > &source=boost::none) const
 
- Public Member Functions inherited from tigl::ITiglUIDRefObject
virtual ~ITiglUIDRefObject ()=default
 

Protected Attributes

boost::optional< std::string > m_actuatorUID
 Reference to an actuator uID. More...
 
boost::optional< CPACSLandingGearStrutAttachmentm_attachment
 Attachment to an aircraft wing or fuselage component. More...
 
boost::optional< CCPACSPointAbsRelm_endPoint_choice1
 End position in absolute coordinates. Coordinates are relative to parent if it has a parentUID reference (otherwise global). More...
 
double m_mainStrutRelativePosition
 The starting point of the support strut must connect to the main strut. This element specifies the relative position on the main strut (0 -> top end, 1 -> bottom end). More...
 
void * m_parent
 
const std::type_info * m_parentType
 
boost::optional< CPACSEtaXsiRelHeightPointm_relEndPoint_choice2
 End position in eta/xsi/relHeight coordinates. More...
 
boost::optional< CPACSRelativeStrutPositionm_relStrutEndPoint_choice3
 End position as a relative position on another strut of this landing gear. More...
 
CPACSStrutProperties m_strutProperties
 Strut properties. More...
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSStrutAssembly (const CPACSStrutAssembly &)=delete
 
 CPACSStrutAssembly (CPACSStrutAssembly &&)=delete
 
TIGL_EXPORT const CTiglUIDObjectGetNextUIDObject () const final
 
TIGL_EXPORT void NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final
 
CPACSStrutAssemblyoperator= (const CPACSStrutAssembly &)=delete
 
CPACSStrutAssemblyoperator= (CPACSStrutAssembly &&)=delete
 

Additional Inherited Members

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

Detailed Description

Strut assembly.

Geometric description, spatial placement and specification of material parameters

Constructor & Destructor Documentation

◆ CPACSStrutAssembly() [1/5]

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

◆ CPACSStrutAssembly() [2/5]

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

◆ CPACSStrutAssembly() [3/5]

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

◆ ~CPACSStrutAssembly()

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

◆ CPACSStrutAssembly() [4/5]

tigl::generated::CPACSStrutAssembly::CPACSStrutAssembly ( const CPACSStrutAssembly )
privatedelete

◆ CPACSStrutAssembly() [5/5]

tigl::generated::CPACSStrutAssembly::CPACSStrutAssembly ( CPACSStrutAssembly &&  )
privatedelete

Member Function Documentation

◆ GetActuatorUID()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSStrutAssembly::GetActuatorUID ( ) const
virtual

◆ GetAttachment() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSLandingGearStrutAttachment>& tigl::generated::CPACSStrutAssembly::GetAttachment ( ) const
virtual

◆ GetAttachment() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSLandingGearStrutAttachment>& tigl::generated::CPACSStrutAssembly::GetAttachment ( )
virtual

◆ GetAttachment() [3/3]

virtual TIGL_EXPORT CPACSLandingGearStrutAttachment& tigl::generated::CPACSStrutAssembly::GetAttachment ( CreateIfNotExistsTag  )
virtual

◆ GetEndPoint_choice1() [1/3]

virtual TIGL_EXPORT const boost::optional<CCPACSPointAbsRel>& tigl::generated::CPACSStrutAssembly::GetEndPoint_choice1 ( ) const
virtual

◆ GetEndPoint_choice1() [2/3]

virtual TIGL_EXPORT boost::optional<CCPACSPointAbsRel>& tigl::generated::CPACSStrutAssembly::GetEndPoint_choice1 ( )
virtual

◆ GetEndPoint_choice1() [3/3]

virtual TIGL_EXPORT CCPACSPointAbsRel& tigl::generated::CPACSStrutAssembly::GetEndPoint_choice1 ( CreateIfNotExistsTag  )
virtual

◆ GetMainStrutRelativePosition()

virtual TIGL_EXPORT const double& tigl::generated::CPACSStrutAssembly::GetMainStrutRelativePosition ( ) const
virtual

◆ GetNextUIDObject()

TIGL_EXPORT const CTiglUIDObject* tigl::generated::CPACSStrutAssembly::GetNextUIDObject ( ) const
finalprivatevirtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetRelEndPoint_choice2() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSEtaXsiRelHeightPoint>& tigl::generated::CPACSStrutAssembly::GetRelEndPoint_choice2 ( ) const
virtual

◆ GetRelEndPoint_choice2() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSEtaXsiRelHeightPoint>& tigl::generated::CPACSStrutAssembly::GetRelEndPoint_choice2 ( )
virtual

◆ GetRelEndPoint_choice2() [3/3]

virtual TIGL_EXPORT CPACSEtaXsiRelHeightPoint& tigl::generated::CPACSStrutAssembly::GetRelEndPoint_choice2 ( CreateIfNotExistsTag  )
virtual

◆ GetRelStrutEndPoint_choice3() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSRelativeStrutPosition>& tigl::generated::CPACSStrutAssembly::GetRelStrutEndPoint_choice3 ( ) const
virtual

◆ GetRelStrutEndPoint_choice3() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSRelativeStrutPosition>& tigl::generated::CPACSStrutAssembly::GetRelStrutEndPoint_choice3 ( )
virtual

◆ GetRelStrutEndPoint_choice3() [3/3]

virtual TIGL_EXPORT CPACSRelativeStrutPosition& tigl::generated::CPACSStrutAssembly::GetRelStrutEndPoint_choice3 ( CreateIfNotExistsTag  )
virtual

◆ GetStrutProperties() [1/2]

virtual TIGL_EXPORT const CPACSStrutProperties& tigl::generated::CPACSStrutAssembly::GetStrutProperties ( ) const
virtual

◆ GetStrutProperties() [2/2]

virtual TIGL_EXPORT CPACSStrutProperties& tigl::generated::CPACSStrutAssembly::GetStrutProperties ( )
virtual

◆ GetUID()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSStrutAssembly::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ IsParent()

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

◆ NotifyUIDChange()

TIGL_EXPORT void tigl::generated::CPACSStrutAssembly::NotifyUIDChange ( const std::string &  oldUid,
const std::string &  newUid 
)
finalprivatevirtual

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveAttachment()

virtual TIGL_EXPORT void tigl::generated::CPACSStrutAssembly::RemoveAttachment ( )
virtual

◆ RemoveEndPoint_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSStrutAssembly::RemoveEndPoint_choice1 ( )
virtual

◆ RemoveRelEndPoint_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSStrutAssembly::RemoveRelEndPoint_choice2 ( )
virtual

◆ RemoveRelStrutEndPoint_choice3()

virtual TIGL_EXPORT void tigl::generated::CPACSStrutAssembly::RemoveRelStrutEndPoint_choice3 ( )
virtual

◆ SetActuatorUID()

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

◆ SetMainStrutRelativePosition()

virtual TIGL_EXPORT void tigl::generated::CPACSStrutAssembly::SetMainStrutRelativePosition ( const double &  value)
virtual

◆ SetUID()

virtual TIGL_EXPORT void tigl::generated::CPACSStrutAssembly::SetUID ( const std::string &  value)
virtual

◆ ValidateChoices()

TIGL_EXPORT bool tigl::generated::CPACSStrutAssembly::ValidateChoices ( ) const

◆ WriteCPACS()

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

Field Documentation

◆ m_actuatorUID

boost::optional<std::string> tigl::generated::CPACSStrutAssembly::m_actuatorUID
protected

Reference to an actuator uID.

◆ m_attachment

boost::optional<CPACSLandingGearStrutAttachment> tigl::generated::CPACSStrutAssembly::m_attachment
protected

Attachment to an aircraft wing or fuselage component.

◆ m_endPoint_choice1

boost::optional<CCPACSPointAbsRel> tigl::generated::CPACSStrutAssembly::m_endPoint_choice1
protected

End position in absolute coordinates. Coordinates are relative to parent if it has a parentUID reference (otherwise global).

◆ m_mainStrutRelativePosition

double tigl::generated::CPACSStrutAssembly::m_mainStrutRelativePosition
protected

The starting point of the support strut must connect to the main strut. This element specifies the relative position on the main strut (0 -> top end, 1 -> bottom end).

◆ m_parent

void* tigl::generated::CPACSStrutAssembly::m_parent
protected

◆ m_parentType

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

◆ m_relEndPoint_choice2

boost::optional<CPACSEtaXsiRelHeightPoint> tigl::generated::CPACSStrutAssembly::m_relEndPoint_choice2
protected

End position in eta/xsi/relHeight coordinates.

◆ m_relStrutEndPoint_choice3

boost::optional<CPACSRelativeStrutPosition> tigl::generated::CPACSStrutAssembly::m_relStrutEndPoint_choice3
protected

End position as a relative position on another strut of this landing gear.

◆ m_strutProperties

CPACSStrutProperties tigl::generated::CPACSStrutAssembly::m_strutProperties
protected

Strut properties.

◆ m_uID

std::string tigl::generated::CPACSStrutAssembly::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSStrutAssembly::m_uidMgr
protected

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