Mass inertia. More...
#include <CPACSMassInertia.h>
Public Member Functions | |
| TIGL_EXPORT | CPACSMassInertia (CPACSElementMass *parent) |
| virtual TIGL_EXPORT const double & | GetJxx () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetJxy () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetJxz () const |
| virtual TIGL_EXPORT const double & | GetJyy () const |
| virtual TIGL_EXPORT const boost::optional< double > & | GetJyz () const |
| virtual TIGL_EXPORT const double & | GetJzz () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CPACSElementMass * | GetParent () |
| TIGL_EXPORT const CPACSElementMass * | GetParent () const |
| virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
| virtual TIGL_EXPORT void | SetJxx (const double &value) |
| virtual TIGL_EXPORT void | SetJxy (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetJxz (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetJyy (const double &value) |
| virtual TIGL_EXPORT void | SetJyz (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetJzz (const double &value) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSMassInertia () |
Protected Attributes | |
| double | m_Jxx |
| boost::optional< double > | m_Jxy |
| boost::optional< double > | m_Jxz |
| double | m_Jyy |
| boost::optional< double > | m_Jyz |
| double | m_Jzz |
| CPACSElementMass * | m_parent |
Private Member Functions | |
| CPACSMassInertia (const CPACSMassInertia &)=delete | |
| CPACSMassInertia (CPACSMassInertia &&)=delete | |
| CPACSMassInertia & | operator= (const CPACSMassInertia &)=delete |
| CPACSMassInertia & | operator= (CPACSMassInertia &&)=delete |
Mass inertia.
massInertiaType
| TIGL_EXPORT tigl::generated::CPACSMassInertia::CPACSMassInertia | ( | CPACSElementMass * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| TIGL_EXPORT CPACSElementMass * tigl::generated::CPACSMassInertia::GetParent | ( | ) |
| TIGL_EXPORT const CPACSElementMass * tigl::generated::CPACSMassInertia::GetParent | ( | ) | const |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |