Aisle. More...
#include <CPACSCabinAisle.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSCabinAisle (CPACSCabinAisles *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
| virtual TIGL_EXPORT const std::string & | GetName () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CPACSCabinAisles * | GetParent () |
| TIGL_EXPORT const CPACSCabinAisles * | GetParent () const |
| virtual TIGL_EXPORT const std::string & | GetUID () const |
| TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
| virtual TIGL_EXPORT CPACSDoubleVectorBase & | GetWidthY () |
| virtual TIGL_EXPORT const CPACSDoubleVectorBase & | GetWidthY () 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 | 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 | ~CPACSCabinAisle () |
| 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. | |
| std::string | m_name |
| Name. | |
| CPACSCabinAisles * | m_parent |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
| CPACSDoubleVectorBase | m_widthY |
| Width of the aisle at floor level at each y-coordinate. | |
| CPACSDoubleVectorBase | m_x |
| Longitudinal coordinates. The number of coordinates can be chosen as appropriate, the minimum number is two. The coordinates are relative to the cabin origin. | |
| CPACSDoubleVectorBase | m_y |
| Center points of the aisle. The y-vector has to have same length as the x-vector. The aisle stretches equally left and right of the provided y-coordinate. | |
Private Member Functions | |
| CPACSCabinAisle (const CPACSCabinAisle &)=delete | |
| CPACSCabinAisle (CPACSCabinAisle &&)=delete | |
| CPACSCabinAisle & | operator= (const CPACSCabinAisle &)=delete |
| CPACSCabinAisle & | operator= (CPACSCabinAisle &&)=delete |
Additional Inherited Members | |
| Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
Aisle.
Aisles has as many entries as there are aisles in the cabin. In a normal single aisle there are two aisles: the cabin aisle and the aisle leading to the cockpit.
| TIGL_EXPORT tigl::generated::CPACSCabinAisle::CPACSCabinAisle | ( | CPACSCabinAisles * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
| TIGL_EXPORT CPACSCabinAisles * tigl::generated::CPACSCabinAisle::GetParent | ( | ) |
| TIGL_EXPORT const CPACSCabinAisles * tigl::generated::CPACSCabinAisle::GetParent | ( | ) | const |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description.
|
protected |
Name.
|
protected |
|
protected |
|
protected |
|
protected |
Width of the aisle at floor level at each y-coordinate.
|
protected |
Longitudinal coordinates. The number of coordinates can be chosen as appropriate, the minimum number is two. The coordinates are relative to the cabin origin.
|
protected |
Center points of the aisle. The y-vector has to have same length as the x-vector. The aisle stretches equally left and right of the provided y-coordinate.