Cabin geometry contour. More...
#include <CPACSCabinGeometryContour.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSCabinGeometryContour (CPACSCabinGeometryContours *parent) |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CPACSCabinGeometryContours * | GetParent () |
| TIGL_EXPORT const CPACSCabinGeometryContours * | GetParent () const |
| virtual TIGL_EXPORT CPACSDoubleVectorBase & | GetY () |
| virtual TIGL_EXPORT const CPACSDoubleVectorBase & | GetY () const |
| virtual TIGL_EXPORT const double & | GetZ () const |
| virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
| virtual TIGL_EXPORT void | SetZ (const double &value) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSCabinGeometryContour () |
Protected Attributes | |
| CPACSCabinGeometryContours * | m_parent |
| CPACSDoubleVectorBase | m_y |
| Vector with y-coordinates. | |
| double | m_z |
| Height z. | |
Private Member Functions | |
| CPACSCabinGeometryContour (const CPACSCabinGeometryContour &)=delete | |
| CPACSCabinGeometryContour (CPACSCabinGeometryContour &&)=delete | |
| CPACSCabinGeometryContour & | operator= (const CPACSCabinGeometryContour &)=delete |
| CPACSCabinGeometryContour & | operator= (CPACSCabinGeometryContour &&)=delete |
Cabin geometry contour.
Type to define a lateral position value "y" at a given height "z" (in the parent deck coordinate system) for each entry "x" in the parent cabin geometry definition.
| TIGL_EXPORT tigl::generated::CPACSCabinGeometryContour::CPACSCabinGeometryContour | ( | CPACSCabinGeometryContours * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
| TIGL_EXPORT CPACSCabinGeometryContours * tigl::generated::CPACSCabinGeometryContour::GetParent | ( | ) |
| TIGL_EXPORT const CPACSCabinGeometryContours * tigl::generated::CPACSCabinGeometryContour::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
Vector with y-coordinates.
|
protected |
Height z.