Space. More...
#include <CPACSCabinSpace.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSCabinSpace (CPACSCabinSpaces *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
| virtual TIGL_EXPORT const double & | GetHeight () const |
| virtual TIGL_EXPORT const std::string & | GetName () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CPACSCabinSpaces * | GetParent () |
| TIGL_EXPORT const CPACSCabinSpaces * | GetParent () const |
| virtual TIGL_EXPORT const std::string & | GetUID () const |
| TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
| virtual TIGL_EXPORT CPACSDoubleVectorBase & | GetX () |
| virtual TIGL_EXPORT const CPACSDoubleVectorBase & | GetX () const |
| virtual TIGL_EXPORT CPACSDoubleVectorBase & | GetY () |
| virtual TIGL_EXPORT const CPACSDoubleVectorBase & | GetY () 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 | SetHeight (const double &value) |
| virtual TIGL_EXPORT void | SetName (const std::string &value) |
| virtual TIGL_EXPORT void | SetUID (const std::string &value) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSCabinSpace () |
| 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< std::string > | m_description |
| Description. | |
| double | m_height |
| Height above the floor that is required to be empty of any objects. | |
| std::string | m_name |
| Name. | |
| CPACSCabinSpaces * | m_parent |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
| CPACSDoubleVectorBase | m_x |
| Vector with x-coordinates. These describe an area, so they are not monotonous ascending. | |
| CPACSDoubleVectorBase | m_y |
| Vector with y-coordinates at given x-coordinates. Warning: x-y do not represent a function as single x-positions can have multiple y-coordinates. Hence, no interpolation is possible. | |
Private Member Functions | |
| CPACSCabinSpace (const CPACSCabinSpace &)=delete | |
| CPACSCabinSpace (CPACSCabinSpace &&)=delete | |
| CPACSCabinSpace & | operator= (const CPACSCabinSpace &)=delete |
| CPACSCabinSpace & | operator= (CPACSCabinSpace &&)=delete |
Additional Inherited Members | |
| Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
Space.
spaces describe areas in the cabin that need to be clear for use as emergency area. Depending on the type of area, it can have a height limit. The spaces are required for downstream cabin design, for example to describe an empty cabin.
| TIGL_EXPORT tigl::generated::CPACSCabinSpace::CPACSCabinSpace | ( | CPACSCabinSpaces * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
| TIGL_EXPORT CPACSCabinSpaces * tigl::generated::CPACSCabinSpace::GetParent | ( | ) |
| TIGL_EXPORT const CPACSCabinSpaces * tigl::generated::CPACSCabinSpace::GetParent | ( | ) | const |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description.
|
protected |
Height above the floor that is required to be empty of any objects.
|
protected |
Name.
|
protected |
|
protected |
|
protected |
|
protected |
Vector with x-coordinates. These describe an area, so they are not monotonous ascending.
|
protected |
Vector with y-coordinates at given x-coordinates. Warning: x-y do not represent a function as single x-positions can have multiple y-coordinates. Hence, no interpolation is possible.