Mass. More...
#include <CPACSDeckElementMass.h>
Public Member Functions | |
TIGL_EXPORT | CPACSDeckElementMass (CPACSCargoContainerElement *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSDeckElementMass (CPACSDeckElementBase *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSDeckElementMass (CPACSGalleyElement *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSDeckElementMass (CPACSSeatElement *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< CCPACSPoint > & | GetLocation () const |
virtual TIGL_EXPORT boost::optional< CCPACSPoint > & | GetLocation () |
virtual TIGL_EXPORT CCPACSPoint & | GetLocation (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const double & | GetMass () const |
virtual TIGL_EXPORT const boost::optional< CPACSMassInertia > & | GetMassInertia () const |
virtual TIGL_EXPORT boost::optional< CPACSMassInertia > & | GetMassInertia () |
virtual TIGL_EXPORT CPACSMassInertia & | GetMassInertia (CreateIfNotExistsTag) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
template<typename P > | |
P * | GetParent () |
template<typename P > | |
const P * | GetParent () const |
virtual TIGL_EXPORT const std::string & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
template<typename P > | |
bool | IsParent () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | RemoveLocation () |
virtual TIGL_EXPORT void | RemoveMassInertia () |
virtual TIGL_EXPORT void | SetMass (const double &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 | ~CPACSDeckElementMass () |
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 | |
boost::optional< CCPACSPoint > | m_location |
Center of gravity (x,y,z) More... | |
double | m_mass |
Mass value. More... | |
boost::optional< CPACSMassInertia > | m_massInertia |
void * | m_parent |
const std::type_info * | m_parentType |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSDeckElementMass (const CPACSDeckElementMass &)=delete | |
CPACSDeckElementMass (CPACSDeckElementMass &&)=delete | |
CPACSDeckElementMass & | operator= (const CPACSDeckElementMass &)=delete |
CPACSDeckElementMass & | operator= (CPACSDeckElementMass &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Mass.
Description of mass, center of gravity and inertia
TIGL_EXPORT tigl::generated::CPACSDeckElementMass::CPACSDeckElementMass | ( | CPACSCargoContainerElement * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSDeckElementMass::CPACSDeckElementMass | ( | CPACSDeckElementBase * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSDeckElementMass::CPACSDeckElementMass | ( | CPACSGalleyElement * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSDeckElementMass::CPACSDeckElementMass | ( | CPACSSeatElement * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
inline |
|
inline |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
inline |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Center of gravity (x,y,z)
|
protected |
Mass value.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |