#include <CPACSCompartment.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSCompartment (CPACSCompartments *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetDesignVolume () const |
| virtual TIGL_EXPORT CPACSCompartmentGeometry & | GetGeometry () |
| virtual TIGL_EXPORT const CPACSCompartmentGeometry & | GetGeometry () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetName () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CPACSCompartments * | GetParent () |
| TIGL_EXPORT const CPACSCompartments * | GetParent () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetUID () const |
| TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () 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 | SetDesignVolume (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &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 | ~CPACSCompartment () |
| 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 | |
| boost::optional< std::string > | m_description |
| Description of the compartment. | |
| boost::optional< double > | m_designVolume |
| Ideal design volume of the compartment. | |
| CPACSCompartmentGeometry | m_geometry |
| Compartment geometry uIDs list. | |
| boost::optional< std::string > | m_name |
| Name of the compartment. | |
| CPACSCompartments * | m_parent |
| boost::optional< std::string > | m_uID |
| CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
| CPACSCompartment (const CPACSCompartment &)=delete | |
| CPACSCompartment (CPACSCompartment &&)=delete | |
| CPACSCompartment & | operator= (const CPACSCompartment &)=delete |
| CPACSCompartment & | operator= (CPACSCompartment &&)=delete |
Additional Inherited Members | |
| Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
| TIGL_EXPORT tigl::generated::CPACSCompartment::CPACSCompartment | ( | CPACSCompartments * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
| TIGL_EXPORT CPACSCompartments * tigl::generated::CPACSCompartment::GetParent | ( | ) |
| TIGL_EXPORT const CPACSCompartments * tigl::generated::CPACSCompartment::GetParent | ( | ) | const |
|
virtual |
Implements tigl::CTiglOptUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description of the compartment.
|
protected |
Ideal design volume of the compartment.
|
protected |
Compartment geometry uIDs list.
|
protected |
Name of the compartment.
|
protected |
|
protected |
|
protected |