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

rotorBladeAttachmentsType More...

#include <CPACSRotorBladeAttachments.h>

Inheritance diagram for tigl::generated::CPACSRotorBladeAttachments:

Public Member Functions

virtual TIGL_EXPORT CCPACSRotorBladeAttachmentAddRotorBladeAttachment ()
TIGL_EXPORT CPACSRotorBladeAttachments (CCPACSRotorHub *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CCPACSRotorHubGetParent ()
TIGL_EXPORT const CCPACSRotorHubGetParent () const
virtual TIGL_EXPORT CCPACSRotorBladeAttachmentGetRotorBladeAttachment (const std::string &UID)
virtual TIGL_EXPORT const CCPACSRotorBladeAttachmentGetRotorBladeAttachment (const std::string &UID) const
virtual TIGL_EXPORT CCPACSRotorBladeAttachmentGetRotorBladeAttachment (size_t index)
virtual TIGL_EXPORT const CCPACSRotorBladeAttachmentGetRotorBladeAttachment (size_t index) const
virtual TIGL_EXPORT size_t GetRotorBladeAttachmentCount () const
virtual TIGL_EXPORT size_t GetRotorBladeAttachmentIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSRotorBladeAttachment > > & GetRotorBladeAttachments ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSRotorBladeAttachment > > & GetRotorBladeAttachments () 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 RemoveRotorBladeAttachment (CCPACSRotorBladeAttachment &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSRotorBladeAttachments ()

Protected Attributes

CCPACSRotorHubm_parent
std::vector< std::unique_ptr< CCPACSRotorBladeAttachment > > m_rotorBladeAttachments
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSRotorBladeAttachments (const CPACSRotorBladeAttachments &)=delete
 CPACSRotorBladeAttachments (CPACSRotorBladeAttachments &&)=delete
CPACSRotorBladeAttachmentsoperator= (const CPACSRotorBladeAttachments &)=delete
CPACSRotorBladeAttachmentsoperator= (CPACSRotorBladeAttachments &&)=delete

Detailed Description

rotorBladeAttachmentsType

RotorBladeAttachments type, containing all hinges and blade UIDs attached to the current rotor hub.

Constructor & Destructor Documentation

◆ CPACSRotorBladeAttachments() [1/3]

TIGL_EXPORT tigl::generated::CPACSRotorBladeAttachments::CPACSRotorBladeAttachments ( CCPACSRotorHub * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSRotorBladeAttachments()

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

◆ CPACSRotorBladeAttachments() [2/3]

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

◆ CPACSRotorBladeAttachments() [3/3]

tigl::generated::CPACSRotorBladeAttachments::CPACSRotorBladeAttachments ( CPACSRotorBladeAttachments && )
privatedelete

Member Function Documentation

◆ AddRotorBladeAttachment()

virtual TIGL_EXPORT CCPACSRotorBladeAttachment & tigl::generated::CPACSRotorBladeAttachments::AddRotorBladeAttachment ( )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSRotorHub * tigl::generated::CPACSRotorBladeAttachments::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSRotorHub * tigl::generated::CPACSRotorBladeAttachments::GetParent ( ) const

◆ GetRotorBladeAttachment() [1/4]

virtual TIGL_EXPORT CCPACSRotorBladeAttachment & tigl::generated::CPACSRotorBladeAttachments::GetRotorBladeAttachment ( const std::string & UID)
virtual

◆ GetRotorBladeAttachment() [2/4]

virtual TIGL_EXPORT const CCPACSRotorBladeAttachment & tigl::generated::CPACSRotorBladeAttachments::GetRotorBladeAttachment ( const std::string & UID) const
virtual

◆ GetRotorBladeAttachment() [3/4]

virtual TIGL_EXPORT CCPACSRotorBladeAttachment & tigl::generated::CPACSRotorBladeAttachments::GetRotorBladeAttachment ( size_t index)
virtual

◆ GetRotorBladeAttachment() [4/4]

virtual TIGL_EXPORT const CCPACSRotorBladeAttachment & tigl::generated::CPACSRotorBladeAttachments::GetRotorBladeAttachment ( size_t index) const
virtual

◆ GetRotorBladeAttachmentCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSRotorBladeAttachments::GetRotorBladeAttachmentCount ( ) const
virtual

◆ GetRotorBladeAttachmentIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSRotorBladeAttachments::GetRotorBladeAttachmentIndex ( const std::string & UID) const
virtual

◆ GetRotorBladeAttachments() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSRotorBladeAttachment > > & tigl::generated::CPACSRotorBladeAttachments::GetRotorBladeAttachments ( )
virtual

◆ GetRotorBladeAttachments() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSRotorBladeAttachment > > & tigl::generated::CPACSRotorBladeAttachments::GetRotorBladeAttachments ( ) const
virtual

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveRotorBladeAttachment()

virtual TIGL_EXPORT void tigl::generated::CPACSRotorBladeAttachments::RemoveRotorBladeAttachment ( CCPACSRotorBladeAttachment & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

CCPACSRotorHub* tigl::generated::CPACSRotorBladeAttachments::m_parent
protected

◆ m_rotorBladeAttachments

std::vector<std::unique_ptr<CCPACSRotorBladeAttachment> > tigl::generated::CPACSRotorBladeAttachments::m_rotorBladeAttachments
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSRotorBladeAttachments::m_uidMgr
protected

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