3.4.0
tigl::generated::CPACSRotorHub Class Reference

rotorHubType More...

#include <CPACSRotorHub.h>

+ Inheritance diagram for tigl::generated::CPACSRotorHub:

Public Member Functions

TIGL_EXPORT CPACSRotorHub (CCPACSRotor *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetName () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CCPACSRotorGetParent ()
 
TIGL_EXPORT const CCPACSRotorGetParent () const
 
virtual TIGL_EXPORT const CCPACSRotorBladeAttachmentsGetRotorBladeAttachments () const
 
virtual TIGL_EXPORT CCPACSRotorBladeAttachmentsGetRotorBladeAttachments ()
 
virtual TIGL_EXPORT const boost::optional< TiglRotorHubType > & GetType () const
 
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 boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetType (const boost::optional< TiglRotorHubType > &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 ~CPACSRotorHub ()
 
- 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 rotor hub. More...
 
boost::optional< std::string > m_name
 Name of the rotor hub. More...
 
CCPACSRotorm_parent
 
CCPACSRotorBladeAttachments m_rotorBladeAttachments
 Rotor blade attachments are used to define how many rotor blades are attached at which azimuth positions of the rotor hub and the used hinges. More...
 
boost::optional< TiglRotorHubTypem_type
 Rotor head type. Possible values: "semiRigid", "rigid", "articulated", "hingeless". More...
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSRotorHub (const CPACSRotorHub &)=delete
 
 CPACSRotorHub (CPACSRotorHub &&)=delete
 
CPACSRotorHuboperator= (const CPACSRotorHub &)=delete
 
CPACSRotorHuboperator= (CPACSRotorHub &&)=delete
 

Additional Inherited Members

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

Detailed Description

rotorHubType

RotorHub type, containing definitions for the rotor hub and attached hinges and blades.

Constructor & Destructor Documentation

◆ CPACSRotorHub() [1/3]

TIGL_EXPORT tigl::generated::CPACSRotorHub::CPACSRotorHub ( CCPACSRotor parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSRotorHub()

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

◆ CPACSRotorHub() [2/3]

tigl::generated::CPACSRotorHub::CPACSRotorHub ( const CPACSRotorHub )
privatedelete

◆ CPACSRotorHub() [3/3]

tigl::generated::CPACSRotorHub::CPACSRotorHub ( CPACSRotorHub &&  )
privatedelete

Member Function Documentation

◆ GetDescription()

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

◆ GetName()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSRotorHub::GetName ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSRotor* tigl::generated::CPACSRotorHub::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSRotor* tigl::generated::CPACSRotorHub::GetParent ( ) const

◆ GetRotorBladeAttachments() [1/2]

virtual TIGL_EXPORT const CCPACSRotorBladeAttachments& tigl::generated::CPACSRotorHub::GetRotorBladeAttachments ( ) const
virtual

◆ GetRotorBladeAttachments() [2/2]

virtual TIGL_EXPORT CCPACSRotorBladeAttachments& tigl::generated::CPACSRotorHub::GetRotorBladeAttachments ( )
virtual

◆ GetType()

virtual TIGL_EXPORT const boost::optional<TiglRotorHubType>& tigl::generated::CPACSRotorHub::GetType ( ) const
virtual

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetDescription()

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

◆ SetName()

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

◆ SetType()

virtual TIGL_EXPORT void tigl::generated::CPACSRotorHub::SetType ( const boost::optional< TiglRotorHubType > &  value)
virtual

◆ SetUID()

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

◆ WriteCPACS()

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

Field Documentation

◆ m_description

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

Description of the rotor hub.

◆ m_name

boost::optional<std::string> tigl::generated::CPACSRotorHub::m_name
protected

Name of the rotor hub.

◆ m_parent

CCPACSRotor* tigl::generated::CPACSRotorHub::m_parent
protected

◆ m_rotorBladeAttachments

CCPACSRotorBladeAttachments tigl::generated::CPACSRotorHub::m_rotorBladeAttachments
protected

Rotor blade attachments are used to define how many rotor blades are attached at which azimuth positions of the rotor hub and the used hinges.

◆ m_type

boost::optional<TiglRotorHubType> tigl::generated::CPACSRotorHub::m_type
protected

Rotor head type. Possible values: "semiRigid", "rigid", "articulated", "hingeless".

◆ m_uID

std::string tigl::generated::CPACSRotorHub::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSRotorHub::m_uidMgr
protected

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