doorAssemblyPositionType More...
#include <CPACSDoorAssemblyPosition.h>
Inheritance diagram for tigl::generated::CPACSDoorAssemblyPosition:Public Member Functions | |
| TIGL_EXPORT | CPACSDoorAssemblyPosition (CPACSCargoDoorsAssembly *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
| virtual TIGL_EXPORT const std::string & | GetDoorElementUID () const |
| virtual TIGL_EXPORT const boost::optional< CPACSDoorAssemblyPosition_doorType > & | GetDoorType () const |
| virtual TIGL_EXPORT const std::string & | GetEndFrameUID () const |
| virtual TIGL_EXPORT const std::string & | GetEndStringerUID () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetMinHeight () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetMinWidth () 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 CPACSCargoDoorsAssembly * | GetParent () |
| TIGL_EXPORT const CPACSCargoDoorsAssembly * | GetParent () const |
| virtual TIGL_EXPORT const std::string & | GetStartFrameUID () const |
| virtual TIGL_EXPORT const std::string & | GetStartStringerUID () const |
| virtual TIGL_EXPORT const std::string & | GetUID () const |
| TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
| virtual TIGL_EXPORT const boost::optional< int > & | GetYSign () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetZBase () 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 | SetDoorElementUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetDoorType (const boost::optional< CPACSDoorAssemblyPosition_doorType > &value) |
| virtual TIGL_EXPORT void | SetEndFrameUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetEndStringerUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetMinHeight (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetMinWidth (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetStartFrameUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetStartStringerUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetYSign (const boost::optional< int > &value) |
| virtual TIGL_EXPORT void | SetZBase (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSDoorAssemblyPosition () |
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 |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
| virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
| boost::optional< std::string > | m_description |
| std::string | m_doorElementUID |
| UID of the door element description. More... | |
| boost::optional< CPACSDoorAssemblyPosition_doorType > | m_doorType |
| optional definition of door type (restricted to pax, service, emergency, cargo) More... | |
| std::string | m_endFrameUID |
| UID of the backward door frame. More... | |
| std::string | m_endStringerUID |
| UID of the stringer at the lower door edge. More... | |
| boost::optional< double > | m_minHeight |
| Minimum height of the door element. (Information necessary for boarding and evacuation analysis not necessarily linked to structures) More... | |
| boost::optional< double > | m_minWidth |
| Minimum widh of the door element. (Information necessary for boarding and evacuation analysis not necessarily linked to structures) More... | |
| boost::optional< std::string > | m_name |
| CPACSCargoDoorsAssembly * | m_parent |
| std::string | m_startFrameUID |
| UID of the forward door frame. More... | |
| std::string | m_startStringerUID |
| UID of the stringer at the upper door edge. More... | |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
| boost::optional< int > | m_ySign |
| Door on right side of the fuselage = 1; on the left = -1. (Information necessary for boarding and evacuation analysis not necessarily linked to structures) More... | |
| boost::optional< double > | m_zBase |
| Lower height of the door with respect to the floor. (Information necessary for boarding and evacuation analysis not necessarily linked to structures) More... | |
Private Member Functions | |
| CPACSDoorAssemblyPosition (const CPACSDoorAssemblyPosition &)=delete | |
| CPACSDoorAssemblyPosition (CPACSDoorAssemblyPosition &&)=delete | |
| TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
| TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
| CPACSDoorAssemblyPosition & | operator= (const CPACSDoorAssemblyPosition &)=delete |
| CPACSDoorAssemblyPosition & | operator= (CPACSDoorAssemblyPosition &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
doorAssemblyPositionType
DoorAssemblyPosition type, containing the position of a door assembly
| TIGL_EXPORT tigl::generated::CPACSDoorAssemblyPosition::CPACSDoorAssemblyPosition | ( | CPACSCargoDoorsAssembly * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
| TIGL_EXPORT CPACSCargoDoorsAssembly* tigl::generated::CPACSDoorAssemblyPosition::GetParent | ( | ) |
| TIGL_EXPORT const CPACSCargoDoorsAssembly* tigl::generated::CPACSDoorAssemblyPosition::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in tigl::CCPACSDoorAssemblyPosition.
|
virtual |
Reimplemented in tigl::CCPACSDoorAssemblyPosition.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in tigl::CCPACSDoorAssemblyPosition.
|
virtual |
Reimplemented in tigl::CCPACSDoorAssemblyPosition.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
UID of the door element description.
|
protected |
optional definition of door type (restricted to pax, service, emergency, cargo)
|
protected |
UID of the backward door frame.
|
protected |
UID of the stringer at the lower door edge.
|
protected |
Minimum height of the door element. (Information necessary for boarding and evacuation analysis not necessarily linked to structures)
|
protected |
Minimum widh of the door element. (Information necessary for boarding and evacuation analysis not necessarily linked to structures)
|
protected |
|
protected |
|
protected |
UID of the forward door frame.
|
protected |
UID of the stringer at the upper door edge.
|
protected |
|
protected |
|
protected |
Door on right side of the fuselage = 1; on the left = -1. (Information necessary for boarding and evacuation analysis not necessarily linked to structures)
|
protected |
Lower height of the door with respect to the floor. (Information necessary for boarding and evacuation analysis not necessarily linked to structures)