3.4.1
tigl::generated::CPACSVessel Class Reference

Vessel. More...

#include <CPACSVessel.h>

+ Inheritance diagram for tigl::generated::CPACSVessel:

Public Member Functions

TIGL_EXPORT CPACSVessel (CPACSVessels *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< double > & GetBurstPressure () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetCylinderLength_choice2 () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetCylinderRadius_choice2 () const
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const boost::optional< CPACSDomeType > & GetDomeType_choice2 () const
 
virtual TIGL_EXPORT boost::optional< CPACSDomeType > & GetDomeType_choice2 ()
 
virtual TIGL_EXPORT CPACSDomeTypeGetDomeType_choice2 (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const std::string & GetName () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CPACSVesselsGetParent ()
 
TIGL_EXPORT const CPACSVesselsGetParent () const
 
virtual TIGL_EXPORT const boost::optional< CPACSFuselageSections > & GetSections_choice1 () const
 
virtual TIGL_EXPORT boost::optional< CPACSFuselageSections > & GetSections_choice1 ()
 
virtual TIGL_EXPORT CPACSFuselageSectionsGetSections_choice1 (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< CCPACSFuselageSegments > & GetSegments_choice1 () const
 
virtual TIGL_EXPORT boost::optional< CCPACSFuselageSegments > & GetSegments_choice1 ()
 
virtual TIGL_EXPORT CCPACSFuselageSegmentsGetSegments_choice1 (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< CCPACSVesselStructure > & GetStructure () const
 
virtual TIGL_EXPORT boost::optional< CCPACSVesselStructure > & GetStructure ()
 
virtual TIGL_EXPORT CCPACSVesselStructureGetStructure (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const CCPACSTransformationGetTransformation () const
 
virtual TIGL_EXPORT CCPACSTransformationGetTransformation ()
 
virtual TIGL_EXPORT const std::string & GetUID () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
virtual TIGL_EXPORT const boost::optional< CPACSFuelTankVolume > & GetVolume () const
 
virtual TIGL_EXPORT boost::optional< CPACSFuelTankVolume > & GetVolume ()
 
virtual TIGL_EXPORT CPACSFuelTankVolumeGetVolume (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT void RemoveDomeType_choice2 ()
 
virtual TIGL_EXPORT void RemoveSections_choice1 ()
 
virtual TIGL_EXPORT void RemoveSegments_choice1 ()
 
virtual TIGL_EXPORT void RemoveStructure ()
 
virtual TIGL_EXPORT void RemoveVolume ()
 
virtual TIGL_EXPORT void SetBurstPressure (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetCylinderLength_choice2 (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetCylinderRadius_choice2 (const boost::optional< double > &value)
 
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)
 
TIGL_EXPORT bool ValidateChoices () const
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSVessel ()
 
- 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< double > m_burstPressure
 Burst pressure. More...
 
boost::optional< double > m_cylinderLength_choice2
 Inner length of the cylinder. More...
 
boost::optional< double > m_cylinderRadius_choice2
 Inner radius of the cylinder. More...
 
boost::optional< std::string > m_description
 Description. More...
 
boost::optional< CPACSDomeTypem_domeType_choice2
 
std::string m_name
 Name. More...
 
CPACSVesselsm_parent
 
boost::optional< CPACSFuselageSectionsm_sections_choice1
 
boost::optional< CCPACSFuselageSegmentsm_segments_choice1
 
boost::optional< CCPACSVesselStructurem_structure
 
CCPACSTransformation m_transformation
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 
boost::optional< CPACSFuelTankVolumem_volume
 Volume. More...
 

Private Member Functions

 CPACSVessel (const CPACSVessel &)=delete
 
 CPACSVessel (CPACSVessel &&)=delete
 
CPACSVesseloperator= (const CPACSVessel &)=delete
 
CPACSVesseloperator= (CPACSVessel &&)=delete
 

Additional Inherited Members

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

Detailed Description

Vessel.

Constructor & Destructor Documentation

◆ CPACSVessel() [1/3]

TIGL_EXPORT tigl::generated::CPACSVessel::CPACSVessel ( CPACSVessels parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSVessel()

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

◆ CPACSVessel() [2/3]

tigl::generated::CPACSVessel::CPACSVessel ( const CPACSVessel )
privatedelete

◆ CPACSVessel() [3/3]

tigl::generated::CPACSVessel::CPACSVessel ( CPACSVessel &&  )
privatedelete

Member Function Documentation

◆ GetBurstPressure()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSVessel::GetBurstPressure ( ) const
virtual

◆ GetCylinderLength_choice2()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSVessel::GetCylinderLength_choice2 ( ) const
virtual

◆ GetCylinderRadius_choice2()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSVessel::GetCylinderRadius_choice2 ( ) const
virtual

◆ GetDescription()

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

◆ GetDomeType_choice2() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSDomeType>& tigl::generated::CPACSVessel::GetDomeType_choice2 ( ) const
virtual

◆ GetDomeType_choice2() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSDomeType>& tigl::generated::CPACSVessel::GetDomeType_choice2 ( )
virtual

◆ GetDomeType_choice2() [3/3]

virtual TIGL_EXPORT CPACSDomeType& tigl::generated::CPACSVessel::GetDomeType_choice2 ( CreateIfNotExistsTag  )
virtual

◆ GetName()

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

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CPACSVessels* tigl::generated::CPACSVessel::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSVessels* tigl::generated::CPACSVessel::GetParent ( ) const

◆ GetSections_choice1() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSFuselageSections>& tigl::generated::CPACSVessel::GetSections_choice1 ( ) const
virtual

◆ GetSections_choice1() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSFuselageSections>& tigl::generated::CPACSVessel::GetSections_choice1 ( )
virtual

◆ GetSections_choice1() [3/3]

virtual TIGL_EXPORT CPACSFuselageSections& tigl::generated::CPACSVessel::GetSections_choice1 ( CreateIfNotExistsTag  )
virtual

◆ GetSegments_choice1() [1/3]

virtual TIGL_EXPORT const boost::optional<CCPACSFuselageSegments>& tigl::generated::CPACSVessel::GetSegments_choice1 ( ) const
virtual

◆ GetSegments_choice1() [2/3]

virtual TIGL_EXPORT boost::optional<CCPACSFuselageSegments>& tigl::generated::CPACSVessel::GetSegments_choice1 ( )
virtual

◆ GetSegments_choice1() [3/3]

virtual TIGL_EXPORT CCPACSFuselageSegments& tigl::generated::CPACSVessel::GetSegments_choice1 ( CreateIfNotExistsTag  )
virtual

◆ GetStructure() [1/3]

virtual TIGL_EXPORT const boost::optional<CCPACSVesselStructure>& tigl::generated::CPACSVessel::GetStructure ( ) const
virtual

◆ GetStructure() [2/3]

virtual TIGL_EXPORT boost::optional<CCPACSVesselStructure>& tigl::generated::CPACSVessel::GetStructure ( )
virtual

◆ GetStructure() [3/3]

virtual TIGL_EXPORT CCPACSVesselStructure& tigl::generated::CPACSVessel::GetStructure ( CreateIfNotExistsTag  )
virtual

◆ GetTransformation() [1/2]

virtual TIGL_EXPORT const CCPACSTransformation& tigl::generated::CPACSVessel::GetTransformation ( ) const
virtual

◆ GetTransformation() [2/2]

virtual TIGL_EXPORT CCPACSTransformation& tigl::generated::CPACSVessel::GetTransformation ( )
virtual

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetVolume() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSFuelTankVolume>& tigl::generated::CPACSVessel::GetVolume ( ) const
virtual

◆ GetVolume() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSFuelTankVolume>& tigl::generated::CPACSVessel::GetVolume ( )
virtual

◆ GetVolume() [3/3]

virtual TIGL_EXPORT CPACSFuelTankVolume& tigl::generated::CPACSVessel::GetVolume ( CreateIfNotExistsTag  )
virtual

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveDomeType_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSVessel::RemoveDomeType_choice2 ( )
virtual

◆ RemoveSections_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSVessel::RemoveSections_choice1 ( )
virtual

◆ RemoveSegments_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSVessel::RemoveSegments_choice1 ( )
virtual

◆ RemoveStructure()

virtual TIGL_EXPORT void tigl::generated::CPACSVessel::RemoveStructure ( )
virtual

◆ RemoveVolume()

virtual TIGL_EXPORT void tigl::generated::CPACSVessel::RemoveVolume ( )
virtual

◆ SetBurstPressure()

virtual TIGL_EXPORT void tigl::generated::CPACSVessel::SetBurstPressure ( const boost::optional< double > &  value)
virtual

◆ SetCylinderLength_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSVessel::SetCylinderLength_choice2 ( const boost::optional< double > &  value)
virtual

◆ SetCylinderRadius_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSVessel::SetCylinderRadius_choice2 ( const boost::optional< double > &  value)
virtual

◆ SetDescription()

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

◆ SetName()

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

◆ SetUID()

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

◆ ValidateChoices()

TIGL_EXPORT bool tigl::generated::CPACSVessel::ValidateChoices ( ) const

◆ WriteCPACS()

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

Field Documentation

◆ m_burstPressure

boost::optional<double> tigl::generated::CPACSVessel::m_burstPressure
protected

Burst pressure.

◆ m_cylinderLength_choice2

boost::optional<double> tigl::generated::CPACSVessel::m_cylinderLength_choice2
protected

Inner length of the cylinder.

◆ m_cylinderRadius_choice2

boost::optional<double> tigl::generated::CPACSVessel::m_cylinderRadius_choice2
protected

Inner radius of the cylinder.

◆ m_description

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

Description.

◆ m_domeType_choice2

boost::optional<CPACSDomeType> tigl::generated::CPACSVessel::m_domeType_choice2
protected

◆ m_name

std::string tigl::generated::CPACSVessel::m_name
protected

Name.

◆ m_parent

CPACSVessels* tigl::generated::CPACSVessel::m_parent
protected

◆ m_sections_choice1

boost::optional<CPACSFuselageSections> tigl::generated::CPACSVessel::m_sections_choice1
protected

◆ m_segments_choice1

boost::optional<CCPACSFuselageSegments> tigl::generated::CPACSVessel::m_segments_choice1
protected

◆ m_structure

boost::optional<CCPACSVesselStructure> tigl::generated::CPACSVessel::m_structure
protected

◆ m_transformation

CCPACSTransformation tigl::generated::CPACSVessel::m_transformation
protected

◆ m_uID

std::string tigl::generated::CPACSVessel::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSVessel::m_uidMgr
protected

◆ m_volume

boost::optional<CPACSFuelTankVolume> tigl::generated::CPACSVessel::m_volume
protected

Volume.


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