Bogie axle assembly. More...
#include <CPACSAxleAssembly.h>
Public Member Functions | |
TIGL_EXPORT | CPACSAxleAssembly (CPACSAxleAssemblies *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const CPACSAxle & | GetAxle () const |
virtual TIGL_EXPORT CPACSAxle & | GetAxle () |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSAxleAssemblies * | GetParent () |
TIGL_EXPORT const CPACSAxleAssemblies * | GetParent () const |
virtual TIGL_EXPORT const double & | GetPosOnBogie () 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 | SetPosOnBogie (const double &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSAxleAssembly () |
Protected Attributes | |
CPACSAxle | m_axle |
CPACSAxleAssemblies * | m_parent |
double | m_posOnBogie |
Relative position of the axle to the bogie (if more than one axle is defined; 0 = forward end of bogie; 1 = rear end of bogie) More... | |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSAxleAssembly (const CPACSAxleAssembly &)=delete | |
CPACSAxleAssembly (CPACSAxleAssembly &&)=delete | |
CPACSAxleAssembly & | operator= (const CPACSAxleAssembly &)=delete |
CPACSAxleAssembly & | operator= (CPACSAxleAssembly &&)=delete |
Bogie axle assembly.
Description of an axle installed on the bogie and its relative position to it
TIGL_EXPORT tigl::generated::CPACSAxleAssembly::CPACSAxleAssembly | ( | CPACSAxleAssemblies * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
TIGL_EXPORT CPACSAxleAssemblies* tigl::generated::CPACSAxleAssembly::GetParent | ( | ) |
TIGL_EXPORT const CPACSAxleAssemblies* tigl::generated::CPACSAxleAssembly::GetParent | ( | ) | const |
|
virtual |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSAxleAssembly::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSAxleAssembly::GetUIDManager | ( | ) | const |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
Relative position of the axle to the bogie (if more than one axle is defined; 0 = forward end of bogie; 1 = rear end of bogie)
|
protected |