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

Storage conditions. More...

#include <CPACSFuelStorageConditions.h>

Inheritance diagram for tigl::generated::CPACSFuelStorageConditions:

Public Member Functions

TIGL_EXPORT CPACSFuelStorageConditions (CPACSStorageComponent *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSFuelStorageConditions (CPACSStoredFuel *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT const double & GetDensity () const
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< double > & GetPressure () const
virtual TIGL_EXPORT const double & GetTemperature () const
virtual TIGL_EXPORT const boost::optional< std::string > & GetUID () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
template<typename P>
bool IsParent () const
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
virtual TIGL_EXPORT void SetDensity (const double &value)
virtual TIGL_EXPORT void SetPressure (const boost::optional< double > &value)
virtual TIGL_EXPORT void SetTemperature (const double &value)
virtual TIGL_EXPORT void SetUID (const boost::optional< std::string > &value)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSFuelStorageConditions ()
Public Member Functions inherited from tigl::CTiglOptUIDObject
boost::optional< std::string > GetObjectUID () const
virtual ~CTiglOptUIDObject ()=default
Public Member Functions inherited from tigl::CTiglUIDObject
TIGL_EXPORT void Invalidate (const boost::optional< std::string > &source=boost::none) const

Protected Attributes

double m_density
void * m_parent
const std::type_info * m_parentType
boost::optional< double > m_pressure
double m_temperature
boost::optional< std::string > m_uID
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSFuelStorageConditions (const CPACSFuelStorageConditions &)=delete
 CPACSFuelStorageConditions (CPACSFuelStorageConditions &&)=delete
CPACSFuelStorageConditionsoperator= (const CPACSFuelStorageConditions &)=delete
CPACSFuelStorageConditionsoperator= (CPACSFuelStorageConditions &&)=delete

Additional Inherited Members

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

Detailed Description

Storage conditions.

Constructor & Destructor Documentation

◆ CPACSFuelStorageConditions() [1/4]

TIGL_EXPORT tigl::generated::CPACSFuelStorageConditions::CPACSFuelStorageConditions ( CPACSStorageComponent * parent,
CTiglUIDManager * uidMgr )

◆ CPACSFuelStorageConditions() [2/4]

TIGL_EXPORT tigl::generated::CPACSFuelStorageConditions::CPACSFuelStorageConditions ( CPACSStoredFuel * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSFuelStorageConditions()

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

◆ CPACSFuelStorageConditions() [3/4]

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

◆ CPACSFuelStorageConditions() [4/4]

tigl::generated::CPACSFuelStorageConditions::CPACSFuelStorageConditions ( CPACSFuelStorageConditions && )
privatedelete

Member Function Documentation

◆ GetDensity()

virtual TIGL_EXPORT const double & tigl::generated::CPACSFuelStorageConditions::GetDensity ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetPressure()

virtual TIGL_EXPORT const boost::optional< double > & tigl::generated::CPACSFuelStorageConditions::GetPressure ( ) const
virtual

◆ GetTemperature()

virtual TIGL_EXPORT const double & tigl::generated::CPACSFuelStorageConditions::GetTemperature ( ) const
virtual

◆ GetUID()

virtual TIGL_EXPORT const boost::optional< std::string > & tigl::generated::CPACSFuelStorageConditions::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetDensity()

virtual TIGL_EXPORT void tigl::generated::CPACSFuelStorageConditions::SetDensity ( const double & value)
virtual

◆ SetPressure()

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

◆ SetTemperature()

virtual TIGL_EXPORT void tigl::generated::CPACSFuelStorageConditions::SetTemperature ( const double & value)
virtual

◆ SetUID()

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

◆ WriteCPACS()

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

Field Documentation

◆ m_density

double tigl::generated::CPACSFuelStorageConditions::m_density
protected

◆ m_parent

void* tigl::generated::CPACSFuelStorageConditions::m_parent
protected

◆ m_parentType

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

◆ m_pressure

boost::optional<double> tigl::generated::CPACSFuelStorageConditions::m_pressure
protected

◆ m_temperature

double tigl::generated::CPACSFuelStorageConditions::m_temperature
protected

◆ m_uID

boost::optional<std::string> tigl::generated::CPACSFuelStorageConditions::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSFuelStorageConditions::m_uidMgr
protected

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