Position of the landing gear on a wing. More...
#include <CPACSWingAttachmentPositioning.h>
Public Member Functions | |
TIGL_EXPORT | CPACSWingAttachmentPositioning (CPACSLandingGearStrutAttachment *parent) |
virtual TIGL_EXPORT const boost::optional< double > & | GetEta () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSLandingGearStrutAttachment * | GetParent () |
TIGL_EXPORT const CPACSLandingGearStrutAttachment * | GetParent () const |
virtual TIGL_EXPORT const double & | GetRelHeight () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetXsi () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetEta (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetRelHeight (const double &value) |
virtual TIGL_EXPORT void | SetXsi (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSWingAttachmentPositioning () |
Protected Attributes | |
boost::optional< double > | m_eta |
Relative spanwise position (eta) of spar at which landing gear is attached. More... | |
CPACSLandingGearStrutAttachment * | m_parent |
double | m_relHeight |
Relative height of spar or rib at which landing gear is attached. More... | |
boost::optional< double > | m_xsi |
Relative chordwise position (xsi) of the rib at which landing gear is attached. More... | |
Private Member Functions | |
CPACSWingAttachmentPositioning (const CPACSWingAttachmentPositioning &)=delete | |
CPACSWingAttachmentPositioning (CPACSWingAttachmentPositioning &&)=delete | |
CPACSWingAttachmentPositioning & | operator= (const CPACSWingAttachmentPositioning &)=delete |
CPACSWingAttachmentPositioning & | operator= (CPACSWingAttachmentPositioning &&)=delete |
Position of the landing gear on a wing.
Definition of the position of the landing gear (intersection point of main strut and pintle sturt) on a wing, using relative componentSegment coordinates
TIGL_EXPORT tigl::generated::CPACSWingAttachmentPositioning::CPACSWingAttachmentPositioning | ( | CPACSLandingGearStrutAttachment * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
TIGL_EXPORT CPACSLandingGearStrutAttachment* tigl::generated::CPACSWingAttachmentPositioning::GetParent | ( | ) |
TIGL_EXPORT const CPACSLandingGearStrutAttachment* tigl::generated::CPACSWingAttachmentPositioning::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Relative spanwise position (eta) of spar at which landing gear is attached.
|
protected |
|
protected |
Relative height of spar or rib at which landing gear is attached.
|
protected |
Relative chordwise position (xsi) of the rib at which landing gear is attached.