Cargo container element for use in the decks. More...
#include <CPACSCargoContainerElement.h>
Public Member Functions | |
TIGL_EXPORT | CPACSCargoContainerElement (CPACSCargoContainerElements *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const CPACSCargoContainerElement_contour & | GetContour () const |
virtual TIGL_EXPORT const double & | GetDeltaX () const |
virtual TIGL_EXPORT const double & | GetDeltaY () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetDeltaYBase () const |
virtual TIGL_EXPORT const double & | GetDeltaZ () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetDeltaZKink () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const boost::optional< CPACSDeckElementMass > & | GetMass () const |
virtual TIGL_EXPORT boost::optional< CPACSDeckElementMass > & | GetMass () |
virtual TIGL_EXPORT CPACSDeckElementMass & | GetMass (CreateIfNotExistsTag) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSCargoContainerElements * | GetParent () |
TIGL_EXPORT const CPACSCargoContainerElements * | GetParent () const |
virtual TIGL_EXPORT const std::string & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | RemoveMass () |
virtual TIGL_EXPORT void | SetContour (const CPACSCargoContainerElement_contour &value) |
virtual TIGL_EXPORT void | SetDeltaX (const double &value) |
virtual TIGL_EXPORT void | SetDeltaY (const double &value) |
virtual TIGL_EXPORT void | SetDeltaYBase (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetDeltaZ (const double &value) |
virtual TIGL_EXPORT void | SetDeltaZKink (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetDescription (const boost::optional< 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 | ~CPACSCargoContainerElement () |
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 | |
CPACSCargoContainerElement_contour | m_contour |
Contour: single or double. More... | |
double | m_deltaX |
Delta x. More... | |
double | m_deltaY |
Delta y. More... | |
boost::optional< double > | m_deltaYBase |
Delta y of the base. More... | |
double | m_deltaZ |
Delta z. More... | |
boost::optional< double > | m_deltaZKink |
Delta z kink. More... | |
boost::optional< std::string > | m_description |
Description. More... | |
boost::optional< CPACSDeckElementMass > | m_mass |
CPACSCargoContainerElements * | m_parent |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSCargoContainerElement (const CPACSCargoContainerElement &)=delete | |
CPACSCargoContainerElement (CPACSCargoContainerElement &&)=delete | |
CPACSCargoContainerElement & | operator= (const CPACSCargoContainerElement &)=delete |
CPACSCargoContainerElement & | operator= (CPACSCargoContainerElement &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Cargo container element for use in the decks.
TIGL_EXPORT tigl::generated::CPACSCargoContainerElement::CPACSCargoContainerElement | ( | CPACSCargoContainerElements * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CPACSCargoContainerElements* tigl::generated::CPACSCargoContainerElement::GetParent | ( | ) |
TIGL_EXPORT const CPACSCargoContainerElements* tigl::generated::CPACSCargoContainerElement::GetParent | ( | ) | const |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Contour: single or double.
|
protected |
Delta x.
|
protected |
Delta y.
|
protected |
Delta y of the base.
|
protected |
Delta z.
|
protected |
Delta z kink.
|
protected |
Description.
|
protected |
|
protected |
|
protected |
|
protected |