Landing gear base. More...
#include <CPACSLandingGearBase.h>
Public Member Functions | |
TIGL_EXPORT | CPACSLandingGearBase (CPACSLandingGears *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< CPACSLandingGearComponentAssembly > & | GetComponentAssembly_choice1 () const |
virtual TIGL_EXPORT boost::optional< CPACSLandingGearComponentAssembly > & | GetComponentAssembly_choice1 () |
virtual TIGL_EXPORT CPACSLandingGearComponentAssembly & | GetComponentAssembly_choice1 (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const boost::optional< double > & | GetCompressedSuspensionTravel_choice2 () const |
virtual TIGL_EXPORT const boost::optional< CPACSLandingGearControl > & | GetControl () const |
virtual TIGL_EXPORT boost::optional< CPACSLandingGearControl > & | GetControl () |
virtual TIGL_EXPORT CPACSLandingGearControl & | GetControl (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSLandingGears * | GetParent () |
TIGL_EXPORT const CPACSLandingGears * | GetParent () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetParentUID () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetStaticSuspensionTravel_choice2 () const |
virtual TIGL_EXPORT const boost::optional< TiglSymmetryAxis > & | GetSymmetry () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetTotalLength_choice2 () const |
virtual TIGL_EXPORT const CCPACSTransformation & | GetTransformation () const |
virtual TIGL_EXPORT CCPACSTransformation & | GetTransformation () |
virtual TIGL_EXPORT const std::string & | GetUID () 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 | RemoveComponentAssembly_choice1 () |
virtual TIGL_EXPORT void | RemoveControl () |
virtual TIGL_EXPORT void | SetCompressedSuspensionTravel_choice2 (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetParentUID (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetStaticSuspensionTravel_choice2 (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetSymmetry (const boost::optional< TiglSymmetryAxis > &value) |
virtual TIGL_EXPORT void | SetTotalLength_choice2 (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetUID (const std::string &value) |
TIGL_EXPORT bool | ValidateChoices () const |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSLandingGearBase () |
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 |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
boost::optional< CPACSLandingGearComponentAssembly > | m_componentAssembly_choice1 |
boost::optional< double > | m_compressedSuspensionTravel_choice2 |
Compressed suspension travel means the positive distance between the total length in airborne condition and the maximum reduced length due to maximum compression on the ground (e.g., landing shock). More... | |
boost::optional< CPACSLandingGearControl > | m_control |
boost::optional< std::string > | m_description |
Description. More... | |
boost::optional< std::string > | m_name |
Name. More... | |
CPACSLandingGears * | m_parent |
boost::optional< std::string > | m_parentUID |
UID of the parent component. If set, the position of the main strut is defined relative to the parent coordinate system. More... | |
boost::optional< double > | m_staticSuspensionTravel_choice2 |
Static suspension travel means the positive distance between the total length in airborne condition and the reduced length due to compression on the ground. More... | |
boost::optional< TiglSymmetryAxis > | m_symmetry |
boost::optional< double > | m_totalLength_choice2 |
Total length of landing gear, equals the distance from the middle of the bogie/axles to the axis of rotation of the pintle strut. Distance is measured while landing gear is fully extended and in airborne condition (i.e., if a spring is present, the totalLength includes the springDeflectionLength) More... | |
CCPACSTransformation | m_transformation |
Transformation with respect to the uppermost point of the main strut. From this point the landing gear is oriented in negative z-direction by default. More... | |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSLandingGearBase (const CPACSLandingGearBase &)=delete | |
CPACSLandingGearBase (CPACSLandingGearBase &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSLandingGearBase & | operator= (const CPACSLandingGearBase &)=delete |
CPACSLandingGearBase & | operator= (CPACSLandingGearBase &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Landing gear base.
Base type for landing gears (i.e. nose gear, main gear and skid gear). An example of a nose and main gear is shown below:
TIGL_EXPORT tigl::generated::CPACSLandingGearBase::CPACSLandingGearBase | ( | CPACSLandingGears * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CPACSLandingGears* tigl::generated::CPACSLandingGearBase::GetParent | ( | ) |
TIGL_EXPORT const CPACSLandingGears* tigl::generated::CPACSLandingGearBase::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
TIGL_EXPORT bool tigl::generated::CPACSLandingGearBase::ValidateChoices | ( | ) | const |
|
virtual |
|
protected |
|
protected |
Compressed suspension travel means the positive distance between the total length in airborne condition and the maximum reduced length due to maximum compression on the ground (e.g., landing shock).
|
protected |
|
protected |
Description.
|
protected |
Name.
|
protected |
|
protected |
UID of the parent component. If set, the position of the main strut is defined relative to the parent coordinate system.
|
protected |
Static suspension travel means the positive distance between the total length in airborne condition and the reduced length due to compression on the ground.
|
protected |
|
protected |
Total length of landing gear, equals the distance from the middle of the bogie/axles to the axis of rotation of the pintle strut. Distance is measured while landing gear is fully extended and in airborne condition (i.e., if a spring is present, the totalLength includes the springDeflectionLength)
|
protected |
Transformation with respect to the uppermost point of the main strut. From this point the landing gear is oriented in negative z-direction by default.
|
protected |
|
protected |