Definition of the landing gear wheel. More...
#include <CPACSWheel.h>
Public Member Functions | |
TIGL_EXPORT | CPACSWheel (CPACSAxle *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const bool & | GetBraked () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSAxle * | GetParent () |
TIGL_EXPORT const CPACSAxle * | GetParent () const |
virtual TIGL_EXPORT const double & | GetRadius () const |
virtual TIGL_EXPORT const std::string & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT const double & | GetWidth () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetBraked (const bool &value) |
virtual TIGL_EXPORT void | SetRadius (const double &value) |
virtual TIGL_EXPORT void | SetUID (const std::string &value) |
virtual TIGL_EXPORT void | SetWidth (const double &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSWheel () |
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 | |
bool | m_braked |
Brake: false = not braked; true = braked. More... | |
CPACSAxle * | m_parent |
double | m_radius |
Wheel radius. More... | |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
double | m_width |
With of the wheel. More... | |
Private Member Functions | |
CPACSWheel (const CPACSWheel &)=delete | |
CPACSWheel (CPACSWheel &&)=delete | |
CPACSWheel & | operator= (const CPACSWheel &)=delete |
CPACSWheel & | operator= (CPACSWheel &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Definition of the landing gear wheel.
The center plane of the wheel is located on the end point of the axle.
TIGL_EXPORT tigl::generated::CPACSWheel::CPACSWheel | ( | CPACSAxle * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CPACSAxle* tigl::generated::CPACSWheel::GetParent | ( | ) |
TIGL_EXPORT const CPACSAxle* tigl::generated::CPACSWheel::GetParent | ( | ) | const |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Brake: false = not braked; true = braked.
|
protected |
|
protected |
Wheel radius.
|
protected |
|
protected |
|
protected |
With of the wheel.