doorOpeningLegacyType More...
#include <CPACSDoorOpeningLegacy.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSDoorOpeningLegacy (CPACSDoorOpening *parent) |
| virtual TIGL_EXPORT const double & | GetHeight () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CPACSDoorOpening * | GetParent () |
| TIGL_EXPORT const CPACSDoorOpening * | GetParent () const |
| virtual TIGL_EXPORT const CPACSDoorOpeningLegacy_side & | GetSide () const |
| virtual TIGL_EXPORT const double & | GetWidth () const |
| virtual TIGL_EXPORT const double & | GetX () const |
| virtual TIGL_EXPORT const double & | GetZ () const |
| virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
| virtual TIGL_EXPORT void | SetHeight (const double &value) |
| virtual TIGL_EXPORT void | SetSide (const CPACSDoorOpeningLegacy_side &value) |
| virtual TIGL_EXPORT void | SetWidth (const double &value) |
| virtual TIGL_EXPORT void | SetX (const double &value) |
| virtual TIGL_EXPORT void | SetZ (const double &value) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSDoorOpeningLegacy () |
Protected Attributes | |
| double | m_height |
| the effective height of the door. | |
| CPACSDoorOpening * | m_parent |
| CPACSDoorOpeningLegacy_side | m_side |
| double | m_width |
| The width of the door in x-direction. | |
| double | m_x |
| This is the forward x-coordinate of the door relative to the cabin origin. | |
| double | m_z |
| the door sill height relative to cabin origin. | |
Private Member Functions | |
| CPACSDoorOpeningLegacy (const CPACSDoorOpeningLegacy &)=delete | |
| CPACSDoorOpeningLegacy (CPACSDoorOpeningLegacy &&)=delete | |
| CPACSDoorOpeningLegacy & | operator= (const CPACSDoorOpeningLegacy &)=delete |
| CPACSDoorOpeningLegacy & | operator= (CPACSDoorOpeningLegacy &&)=delete |
doorOpeningLegacyType
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::CPACSDoorOpeningLegacy::CPACSDoorOpeningLegacy | ( | CPACSDoorOpening * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
| TIGL_EXPORT CPACSDoorOpening * tigl::generated::CPACSDoorOpeningLegacy::GetParent | ( | ) |
| TIGL_EXPORT const CPACSDoorOpening * tigl::generated::CPACSDoorOpeningLegacy::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
the effective height of the door.
|
protected |
|
protected |
|
protected |
The width of the door in x-direction.
|
protected |
This is the forward x-coordinate of the door relative to the cabin origin.
|
protected |
the door sill height relative to cabin origin.