Cuboid. More...
#include <CPACSCuboid.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSCuboid (CPACSCuboids *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const double & | GetDepthY () const |
| virtual TIGL_EXPORT const double & | GetHeightZ () const |
| virtual TIGL_EXPORT const double & | GetLengthX () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CPACSCuboids * | GetParent () |
| TIGL_EXPORT const CPACSCuboids * | GetParent () const |
| virtual TIGL_EXPORT boost::optional< CCPACSTransformationSE3 > & | GetTransformation () |
| virtual TIGL_EXPORT const boost::optional< CCPACSTransformationSE3 > & | GetTransformation () const |
| virtual TIGL_EXPORT CCPACSTransformationSE3 & | GetTransformation (CreateIfNotExistsTag) |
| TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetUpperFaceXmax () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetUpperFaceXmin () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetUpperFaceYmax () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetUpperFaceYmin () const |
| virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
| virtual TIGL_EXPORT void | RemoveTransformation () |
| virtual TIGL_EXPORT void | SetDepthY (const double &value) |
| virtual TIGL_EXPORT void | SetHeightZ (const double &value) |
| virtual TIGL_EXPORT void | SetLengthX (const double &value) |
| virtual TIGL_EXPORT void | SetUpperFaceXmax (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetUpperFaceXmin (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetUpperFaceYmax (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetUpperFaceYmin (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSCuboid () |
Protected Attributes | |
| double | m_depthY |
| Depth in y-direction of the lower face [m]. | |
| double | m_heightZ |
| Height in z-direction [m]. | |
| double | m_lengthX |
| Length in x-direction of the lower face [m]. | |
| CPACSCuboids * | m_parent |
| boost::optional< CCPACSTransformationSE3 > | m_transformation |
| CTiglUIDManager * | m_uidMgr |
| boost::optional< double > | m_upperFaceXmax |
| Maximum x-coordinate where the upper face ends [m] (if not defined: equals lengthX). | |
| boost::optional< double > | m_upperFaceXmin |
| Minimum x-coordinate where the the upper face starts [m] (if not defined: equals 0). | |
| boost::optional< double > | m_upperFaceYmax |
| Maximum y-coordinate where the upper face ends [m] (if not defined: equals depthY). | |
| boost::optional< double > | m_upperFaceYmin |
| Minimum y-coordinate where the upper face starts [m] (if not defined: equals 0). | |
Private Member Functions | |
| CPACSCuboid (const CPACSCuboid &)=delete | |
| CPACSCuboid (CPACSCuboid &&)=delete | |
| CPACSCuboid & | operator= (const CPACSCuboid &)=delete |
| CPACSCuboid & | operator= (CPACSCuboid &&)=delete |
Cuboid.
The local component coordinate system of the cuboid has its origin at one corner of the lower face. The lower face spans from x = 0 to x = lengthX and from y = 0 to y = depthY at z = 0. The upper face lies at z = heightZ. If no upperFace* values are defined, the upper face equals the lower face and the geometry is a regular cuboid. The optional upperFaceXmin, upperFaceXmax, upperFaceYmin and upperFaceYmax values define the extent of the upper face, allowing tapered or skewed cuboids.
| TIGL_EXPORT tigl::generated::CPACSCuboid::CPACSCuboid | ( | CPACSCuboids * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| TIGL_EXPORT CPACSCuboids * tigl::generated::CPACSCuboid::GetParent | ( | ) |
| TIGL_EXPORT const CPACSCuboids * tigl::generated::CPACSCuboid::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
| TIGL_EXPORT CTiglUIDManager & tigl::generated::CPACSCuboid::GetUIDManager | ( | ) |
| TIGL_EXPORT const CTiglUIDManager & tigl::generated::CPACSCuboid::GetUIDManager | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Depth in y-direction of the lower face [m].
|
protected |
Height in z-direction [m].
|
protected |
Length in x-direction of the lower face [m].
|
protected |
|
protected |
|
protected |
|
protected |
Maximum x-coordinate where the upper face ends [m] (if not defined: equals lengthX).
|
protected |
Minimum x-coordinate where the the upper face starts [m] (if not defined: equals 0).
|
protected |
Maximum y-coordinate where the upper face ends [m] (if not defined: equals depthY).
|
protected |
Minimum y-coordinate where the upper face starts [m] (if not defined: equals 0).