3.4.0
tigl::generated::CPACSWingComponentSegmentStructure Class Reference

Structure of the wing. More...

#include <CPACSWingComponentSegmentStructure.h>

+ Inheritance diagram for tigl::generated::CPACSWingComponentSegmentStructure:

Public Member Functions

TIGL_EXPORT CPACSWingComponentSegmentStructure (CCPACSWingComponentSegment *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSWingComponentSegmentStructure (CCPACSTrailingEdgeDevice *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const CCPACSWingShellGetLowerShell () const
 
virtual TIGL_EXPORT CCPACSWingShellGetLowerShell ()
 
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< CCPACSWingRibsDefinitions > & GetRibsDefinitions () const
 
virtual TIGL_EXPORT boost::optional< CCPACSWingRibsDefinitions > & GetRibsDefinitions ()
 
virtual TIGL_EXPORT CCPACSWingRibsDefinitionsGetRibsDefinitions (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< CCPACSWingSpars > & GetSpars () const
 
virtual TIGL_EXPORT boost::optional< CCPACSWingSpars > & GetSpars ()
 
virtual TIGL_EXPORT CCPACSWingSparsGetSpars (CreateIfNotExistsTag)
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
virtual TIGL_EXPORT const CCPACSWingShellGetUpperShell () const
 
virtual TIGL_EXPORT CCPACSWingShellGetUpperShell ()
 
template<typename P >
bool IsParent () const
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT void RemoveRibsDefinitions ()
 
virtual TIGL_EXPORT void RemoveSpars ()
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSWingComponentSegmentStructure ()
 

Protected Attributes

CCPACSWingShell m_lowerShell
 
void * m_parent
 
const std::type_info * m_parentType
 
boost::optional< CCPACSWingRibsDefinitionsm_ribsDefinitions
 
boost::optional< CCPACSWingSparsm_spars
 
CTiglUIDManagerm_uidMgr
 
CCPACSWingShell m_upperShell
 

Private Member Functions

 CPACSWingComponentSegmentStructure (const CPACSWingComponentSegmentStructure &)=delete
 
 CPACSWingComponentSegmentStructure (CPACSWingComponentSegmentStructure &&)=delete
 
CPACSWingComponentSegmentStructureoperator= (const CPACSWingComponentSegmentStructure &)=delete
 
CPACSWingComponentSegmentStructureoperator= (CPACSWingComponentSegmentStructure &&)=delete
 

Detailed Description

Structure of the wing.

wingComponentSegmentStructure type, containing the whole structue (skins, ribs, spars...) of the wing.

Constructor & Destructor Documentation

◆ CPACSWingComponentSegmentStructure() [1/4]

TIGL_EXPORT tigl::generated::CPACSWingComponentSegmentStructure::CPACSWingComponentSegmentStructure ( CCPACSWingComponentSegment parent,
CTiglUIDManager uidMgr 
)

◆ CPACSWingComponentSegmentStructure() [2/4]

TIGL_EXPORT tigl::generated::CPACSWingComponentSegmentStructure::CPACSWingComponentSegmentStructure ( CCPACSTrailingEdgeDevice parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSWingComponentSegmentStructure()

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

◆ CPACSWingComponentSegmentStructure() [3/4]

tigl::generated::CPACSWingComponentSegmentStructure::CPACSWingComponentSegmentStructure ( const CPACSWingComponentSegmentStructure )
privatedelete

◆ CPACSWingComponentSegmentStructure() [4/4]

tigl::generated::CPACSWingComponentSegmentStructure::CPACSWingComponentSegmentStructure ( CPACSWingComponentSegmentStructure &&  )
privatedelete

Member Function Documentation

◆ GetLowerShell() [1/2]

virtual TIGL_EXPORT const CCPACSWingShell& tigl::generated::CPACSWingComponentSegmentStructure::GetLowerShell ( ) const
virtual

◆ GetLowerShell() [2/2]

virtual TIGL_EXPORT CCPACSWingShell& tigl::generated::CPACSWingComponentSegmentStructure::GetLowerShell ( )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetRibsDefinitions() [1/3]

virtual TIGL_EXPORT const boost::optional<CCPACSWingRibsDefinitions>& tigl::generated::CPACSWingComponentSegmentStructure::GetRibsDefinitions ( ) const
virtual

◆ GetRibsDefinitions() [2/3]

virtual TIGL_EXPORT boost::optional<CCPACSWingRibsDefinitions>& tigl::generated::CPACSWingComponentSegmentStructure::GetRibsDefinitions ( )
virtual

◆ GetRibsDefinitions() [3/3]

virtual TIGL_EXPORT CCPACSWingRibsDefinitions& tigl::generated::CPACSWingComponentSegmentStructure::GetRibsDefinitions ( CreateIfNotExistsTag  )
virtual

◆ GetSpars() [1/3]

virtual TIGL_EXPORT const boost::optional<CCPACSWingSpars>& tigl::generated::CPACSWingComponentSegmentStructure::GetSpars ( ) const
virtual

◆ GetSpars() [2/3]

virtual TIGL_EXPORT boost::optional<CCPACSWingSpars>& tigl::generated::CPACSWingComponentSegmentStructure::GetSpars ( )
virtual

◆ GetSpars() [3/3]

virtual TIGL_EXPORT CCPACSWingSpars& tigl::generated::CPACSWingComponentSegmentStructure::GetSpars ( CreateIfNotExistsTag  )
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSWingComponentSegmentStructure::GetUIDManager ( )

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSWingComponentSegmentStructure::GetUIDManager ( ) const

◆ GetUpperShell() [1/2]

virtual TIGL_EXPORT const CCPACSWingShell& tigl::generated::CPACSWingComponentSegmentStructure::GetUpperShell ( ) const
virtual

◆ GetUpperShell() [2/2]

virtual TIGL_EXPORT CCPACSWingShell& tigl::generated::CPACSWingComponentSegmentStructure::GetUpperShell ( )
virtual

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveRibsDefinitions()

virtual TIGL_EXPORT void tigl::generated::CPACSWingComponentSegmentStructure::RemoveRibsDefinitions ( )
virtual

◆ RemoveSpars()

virtual TIGL_EXPORT void tigl::generated::CPACSWingComponentSegmentStructure::RemoveSpars ( )
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_lowerShell

CCPACSWingShell tigl::generated::CPACSWingComponentSegmentStructure::m_lowerShell
protected

◆ m_parent

void* tigl::generated::CPACSWingComponentSegmentStructure::m_parent
protected

◆ m_parentType

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

◆ m_ribsDefinitions

boost::optional<CCPACSWingRibsDefinitions> tigl::generated::CPACSWingComponentSegmentStructure::m_ribsDefinitions
protected

◆ m_spars

boost::optional<CCPACSWingSpars> tigl::generated::CPACSWingComponentSegmentStructure::m_spars
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSWingComponentSegmentStructure::m_uidMgr
protected

◆ m_upperShell

CCPACSWingShell tigl::generated::CPACSWingComponentSegmentStructure::m_upperShell
protected

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