3.4.0
tigl::generated::CPACSSparSegment Class Reference

SparSegments (=spars) of the wing. More...

#include <CPACSSparSegment.h>

+ Inheritance diagram for tigl::generated::CPACSSparSegment:

Public Member Functions

TIGL_EXPORT CPACSSparSegment (CCPACSWingSparSegments *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const std::string & GetName () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CCPACSWingSparSegmentsGetParent ()
 
TIGL_EXPORT const CCPACSWingSparSegmentsGetParent () const
 
virtual TIGL_EXPORT const CPACSSparCrossSectionGetSparCrossSection () const
 
virtual TIGL_EXPORT CPACSSparCrossSectionGetSparCrossSection ()
 
virtual TIGL_EXPORT const CCPACSWingSparPositionUIDsGetSparPositionUIDs () const
 
virtual TIGL_EXPORT CCPACSWingSparPositionUIDsGetSparPositionUIDs ()
 
virtual TIGL_EXPORT const 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 SetDescription (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetName (const std::string &value)
 
virtual TIGL_EXPORT void SetUID (const std::string &value)
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSSparSegment ()
 
- 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
 

Protected Attributes

boost::optional< std::string > m_description
 Description of the spar segment (spar). More...
 
std::string m_name
 Name of the spar segment (=spar). More...
 
CCPACSWingSparSegmentsm_parent
 
CPACSSparCrossSection m_sparCrossSection
 
CCPACSWingSparPositionUIDs m_sparPositionUIDs
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSSparSegment (const CPACSSparSegment &)=delete
 
 CPACSSparSegment (CPACSSparSegment &&)=delete
 
CPACSSparSegmentoperator= (const CPACSSparSegment &)=delete
 
CPACSSparSegmentoperator= (CPACSSparSegment &&)=delete
 

Additional Inherited Members

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

Detailed Description

SparSegments (=spars) of the wing.

SparSegmentType, each spar is defined by multiple sparPositions that are referenced via their uID. The spar cross section is defined in 'sparCrossSection'.

Constructor & Destructor Documentation

◆ CPACSSparSegment() [1/3]

TIGL_EXPORT tigl::generated::CPACSSparSegment::CPACSSparSegment ( CCPACSWingSparSegments parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSSparSegment()

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

◆ CPACSSparSegment() [2/3]

tigl::generated::CPACSSparSegment::CPACSSparSegment ( const CPACSSparSegment )
privatedelete

◆ CPACSSparSegment() [3/3]

tigl::generated::CPACSSparSegment::CPACSSparSegment ( CPACSSparSegment &&  )
privatedelete

Member Function Documentation

◆ GetDescription()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSSparSegment::GetDescription ( ) const
virtual

◆ GetName()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSSparSegment::GetName ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSWingSparSegments* tigl::generated::CPACSSparSegment::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSWingSparSegments* tigl::generated::CPACSSparSegment::GetParent ( ) const

◆ GetSparCrossSection() [1/2]

virtual TIGL_EXPORT const CPACSSparCrossSection& tigl::generated::CPACSSparSegment::GetSparCrossSection ( ) const
virtual

◆ GetSparCrossSection() [2/2]

virtual TIGL_EXPORT CPACSSparCrossSection& tigl::generated::CPACSSparSegment::GetSparCrossSection ( )
virtual

◆ GetSparPositionUIDs() [1/2]

virtual TIGL_EXPORT const CCPACSWingSparPositionUIDs& tigl::generated::CPACSSparSegment::GetSparPositionUIDs ( ) const
virtual

◆ GetSparPositionUIDs() [2/2]

virtual TIGL_EXPORT CCPACSWingSparPositionUIDs& tigl::generated::CPACSSparSegment::GetSparPositionUIDs ( )
virtual

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

Reimplemented in tigl::CCPACSWingSparSegment.

◆ SetDescription()

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

◆ SetName()

virtual TIGL_EXPORT void tigl::generated::CPACSSparSegment::SetName ( const std::string &  value)
virtual

◆ SetUID()

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

◆ WriteCPACS()

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

Field Documentation

◆ m_description

boost::optional<std::string> tigl::generated::CPACSSparSegment::m_description
protected

Description of the spar segment (spar).

◆ m_name

std::string tigl::generated::CPACSSparSegment::m_name
protected

Name of the spar segment (=spar).

◆ m_parent

CCPACSWingSparSegments* tigl::generated::CPACSSparSegment::m_parent
protected

◆ m_sparCrossSection

CPACSSparCrossSection tigl::generated::CPACSSparSegment::m_sparCrossSection
protected

◆ m_sparPositionUIDs

CCPACSWingSparPositionUIDs tigl::generated::CPACSSparSegment::m_sparPositionUIDs
protected

◆ m_uID

std::string tigl::generated::CPACSSparSegment::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSparSegment::m_uidMgr
protected

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