Deck door. More...
#include <CPACSDeckDoor.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSDeckDoor (CPACSDeckDoors *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
| virtual TIGL_EXPORT const boost::optional< CPACSDeckDoor_doorType > & | GetDoorType () const |
| virtual TIGL_EXPORT const std::string & | GetName () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| virtual TIGL_EXPORT CPACSDoorOpening & | GetOpening () |
| virtual TIGL_EXPORT const CPACSDoorOpening & | GetOpening () const |
| TIGL_EXPORT CPACSDeckDoors * | GetParent () |
| TIGL_EXPORT const CPACSDeckDoors * | GetParent () const |
| virtual TIGL_EXPORT const int & | GetPaxCapacity () const |
| virtual TIGL_EXPORT const 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 | SetDoorType (const boost::optional< CPACSDeckDoor_doorType > &value) |
| virtual TIGL_EXPORT void | SetName (const std::string &value) |
| virtual TIGL_EXPORT void | SetPaxCapacity (const int &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 | ~CPACSDeckDoor () |
| 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. | |
| boost::optional< CPACSDeckDoor_doorType > | m_doorType |
| Door type (boarding, cargo, evacuation or service). | |
| std::string | m_name |
| Name. | |
| CPACSDoorOpening | m_opening |
| Opening geometry of the door. | |
| CPACSDeckDoors * | m_parent |
| int | m_paxCapacity |
| Number of passengers this door adds to the overall exit capacity limit of the aircraft. | |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
| CPACSDeckDoor (const CPACSDeckDoor &)=delete | |
| CPACSDeckDoor (CPACSDeckDoor &&)=delete | |
| CPACSDeckDoor & | operator= (const CPACSDeckDoor &)=delete |
| CPACSDeckDoor & | operator= (CPACSDeckDoor &&)=delete |
Additional Inherited Members | |
| Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
Deck door.
doors describe all doors of the cabin. They are linked to a structural door description. The cabin door is usually equal in size to the door, but does not need to be. The structural door might describe a wider cut-out, while the cabin door is primarily intended for evacuation modeling and cabin layout. In order to obtain a 3-dimensional door representation, the local cabin geometry shall be used.
| TIGL_EXPORT tigl::generated::CPACSDeckDoor::CPACSDeckDoor | ( | CPACSDeckDoors * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
virtual |
| TIGL_EXPORT CPACSDeckDoors * tigl::generated::CPACSDeckDoor::GetParent | ( | ) |
| TIGL_EXPORT const CPACSDeckDoors * tigl::generated::CPACSDeckDoor::GetParent | ( | ) | const |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description.
|
protected |
Door type (boarding, cargo, evacuation or service).
|
protected |
Name.
|
protected |
Opening geometry of the door.
|
protected |
|
protected |
Number of passengers this door adds to the overall exit capacity limit of the aircraft.
|
protected |
|
protected |