3.4.0
tigl::generated::CPACSBoundingElementUIDs Class Reference

#include <CPACSBoundingElementUIDs.h>

+ Inheritance diagram for tigl::generated::CPACSBoundingElementUIDs:

Public Member Functions

virtual TIGL_EXPORT void AddToBoundingElementUIDs (const std::string &value)
 
TIGL_EXPORT CPACSBoundingElementUIDs (CCPACSFuselageWallSegment *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const std::vector< std::string > & GetBoundingElementUIDs () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CCPACSFuselageWallSegmentGetParent ()
 
TIGL_EXPORT const CCPACSFuselageWallSegmentGetParent () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT bool RemoveFromBoundingElementUIDs (const std::string &value)
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSBoundingElementUIDs ()
 
- Public Member Functions inherited from tigl::ITiglUIDRefObject
virtual ~ITiglUIDRefObject ()=default
 

Protected Attributes

std::vector< std::string > m_boundingElementUIDs
 UID referencing another structural/geometric element that shall serve as a boundary of the wall element. Possible references are floor, wall or genericGeometryComponent. More...
 
CCPACSFuselageWallSegmentm_parent
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

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

Constructor & Destructor Documentation

◆ CPACSBoundingElementUIDs() [1/3]

TIGL_EXPORT tigl::generated::CPACSBoundingElementUIDs::CPACSBoundingElementUIDs ( CCPACSFuselageWallSegment parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSBoundingElementUIDs()

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

◆ CPACSBoundingElementUIDs() [2/3]

tigl::generated::CPACSBoundingElementUIDs::CPACSBoundingElementUIDs ( const CPACSBoundingElementUIDs )
privatedelete

◆ CPACSBoundingElementUIDs() [3/3]

tigl::generated::CPACSBoundingElementUIDs::CPACSBoundingElementUIDs ( CPACSBoundingElementUIDs &&  )
privatedelete

Member Function Documentation

◆ AddToBoundingElementUIDs()

virtual TIGL_EXPORT void tigl::generated::CPACSBoundingElementUIDs::AddToBoundingElementUIDs ( const std::string &  value)
virtual

◆ GetBoundingElementUIDs()

virtual TIGL_EXPORT const std::vector<std::string>& tigl::generated::CPACSBoundingElementUIDs::GetBoundingElementUIDs ( ) const
virtual

◆ GetNextUIDObject()

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

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSFuselageWallSegment* tigl::generated::CPACSBoundingElementUIDs::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSFuselageWallSegment* tigl::generated::CPACSBoundingElementUIDs::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ NotifyUIDChange()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveFromBoundingElementUIDs()

virtual TIGL_EXPORT bool tigl::generated::CPACSBoundingElementUIDs::RemoveFromBoundingElementUIDs ( const std::string &  value)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_boundingElementUIDs

std::vector<std::string> tigl::generated::CPACSBoundingElementUIDs::m_boundingElementUIDs
protected

UID referencing another structural/geometric element that shall serve as a boundary of the wall element. Possible references are floor, wall or genericGeometryComponent.

◆ m_parent

CCPACSFuselageWallSegment* tigl::generated::CPACSBoundingElementUIDs::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSBoundingElementUIDs::m_uidMgr
protected

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