Mass inertia.
More...
#include <CPACSMassInertia.h>
|
| double | m_Jxx |
| | Moment of inertia around the x-axis.
|
| |
| boost::optional< double > | m_Jxy |
| | Product of inertia with respect to the x- and y-axis.
|
| |
| boost::optional< double > | m_Jxz |
| | Product of inertia with respect to the x- and z-axis.
|
| |
| double | m_Jyy |
| | Moment of inertia around the y-axis.
|
| |
| boost::optional< double > | m_Jyz |
| | Product of inertia with respect to the y- and z-axis.
|
| |
| double | m_Jzz |
| | Moment of inertia around the z-axis.
|
| |
| CPACSElementMass * | m_parent |
| |
◆ CPACSMassInertia() [1/3]
◆ ~CPACSMassInertia()
| virtual TIGL_EXPORT tigl::generated::CPACSMassInertia::~CPACSMassInertia |
( |
| ) |
|
|
virtual |
◆ CPACSMassInertia() [2/3]
| tigl::generated::CPACSMassInertia::CPACSMassInertia |
( |
const CPACSMassInertia & | | ) |
|
|
privatedelete |
◆ CPACSMassInertia() [3/3]
◆ GetJxx()
| virtual TIGL_EXPORT const double & tigl::generated::CPACSMassInertia::GetJxx |
( |
| ) |
const |
|
virtual |
◆ GetJxy()
| virtual TIGL_EXPORT const boost::optional< double > & tigl::generated::CPACSMassInertia::GetJxy |
( |
| ) |
const |
|
virtual |
◆ GetJxz()
| virtual TIGL_EXPORT const boost::optional< double > & tigl::generated::CPACSMassInertia::GetJxz |
( |
| ) |
const |
|
virtual |
◆ GetJyy()
| virtual TIGL_EXPORT const double & tigl::generated::CPACSMassInertia::GetJyy |
( |
| ) |
const |
|
virtual |
◆ GetJyz()
| virtual TIGL_EXPORT const boost::optional< double > & tigl::generated::CPACSMassInertia::GetJyz |
( |
| ) |
const |
|
virtual |
◆ GetJzz()
| virtual TIGL_EXPORT const double & tigl::generated::CPACSMassInertia::GetJzz |
( |
| ) |
const |
|
virtual |
◆ GetNextUIDParent() [1/2]
◆ GetNextUIDParent() [2/2]
◆ GetParent() [1/2]
◆ GetParent() [2/2]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ReadCPACS()
| virtual TIGL_EXPORT void tigl::generated::CPACSMassInertia::ReadCPACS |
( |
const TixiDocumentHandle & | tixiHandle, |
|
|
const std::string & | xpath ) |
|
virtual |
◆ SetJxx()
| virtual TIGL_EXPORT void tigl::generated::CPACSMassInertia::SetJxx |
( |
const double & | value | ) |
|
|
virtual |
◆ SetJxy()
| virtual TIGL_EXPORT void tigl::generated::CPACSMassInertia::SetJxy |
( |
const boost::optional< double > & | value | ) |
|
|
virtual |
◆ SetJxz()
| virtual TIGL_EXPORT void tigl::generated::CPACSMassInertia::SetJxz |
( |
const boost::optional< double > & | value | ) |
|
|
virtual |
◆ SetJyy()
| virtual TIGL_EXPORT void tigl::generated::CPACSMassInertia::SetJyy |
( |
const double & | value | ) |
|
|
virtual |
◆ SetJyz()
| virtual TIGL_EXPORT void tigl::generated::CPACSMassInertia::SetJyz |
( |
const boost::optional< double > & | value | ) |
|
|
virtual |
◆ SetJzz()
| virtual TIGL_EXPORT void tigl::generated::CPACSMassInertia::SetJzz |
( |
const double & | value | ) |
|
|
virtual |
◆ WriteCPACS()
| virtual TIGL_EXPORT void tigl::generated::CPACSMassInertia::WriteCPACS |
( |
const TixiDocumentHandle & | tixiHandle, |
|
|
const std::string & | xpath ) const |
|
virtual |
◆ m_Jxx
| double tigl::generated::CPACSMassInertia::m_Jxx |
|
protected |
Moment of inertia around the x-axis.
◆ m_Jxy
| boost::optional<double> tigl::generated::CPACSMassInertia::m_Jxy |
|
protected |
Product of inertia with respect to the x- and y-axis.
◆ m_Jxz
| boost::optional<double> tigl::generated::CPACSMassInertia::m_Jxz |
|
protected |
Product of inertia with respect to the x- and z-axis.
◆ m_Jyy
| double tigl::generated::CPACSMassInertia::m_Jyy |
|
protected |
Moment of inertia around the y-axis.
◆ m_Jyz
| boost::optional<double> tigl::generated::CPACSMassInertia::m_Jyz |
|
protected |
Product of inertia with respect to the y- and z-axis.
◆ m_Jzz
| double tigl::generated::CPACSMassInertia::m_Jzz |
|
protected |
Moment of inertia around the z-axis.
◆ m_parent
The documentation for this class was generated from the following file: