#include <CCPACSLeadingEdgeDevice.h>
Data Structures | |
| struct | HingePoints |
Private Member Functions | |
| PNamedShape | BuildLoft () const override |
| void | ComputeCutoutShape (PNamedShape &) const |
| void | ComputeFlapShape (PNamedShape &) const |
| void | ComputeHingePoints (HingePoints &) const |
| void | Invalidate () |
| CCPACSWing & | Wing () |
| const CCPACSWing & | Wing () const |
Private Attributes | |
| double | m_currentControlParam |
| Cache< PNamedShape, CCPACSLeadingEdgeDevice > | m_cutoutShape |
| Cache< PNamedShape, CCPACSLeadingEdgeDevice > | m_flapShape |
| Cache< HingePoints, CCPACSLeadingEdgeDevice > | m_hingePoints |
| TiglControlSurfaceType | m_type |
Additional Inherited Members | |
| Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
| Protected Attributes inherited from tigl::generated::CPACSLeadingEdgeDevice | |
| boost::optional< std::string > | m_description |
| Description of the leading edge device. | |
| std::string | m_name |
| Name of the leading edge device. | |
| CCPACSControlSurfaceOuterShapeLeadingEdge | m_outerShape |
| CPACSLeadingEdgeDevices * | m_parent |
| std::string | m_parentUID |
| UID of the parent of the LED. The parent is the componentSegment, where it is attached to. | |
| CPACSControlSurfacePath | m_path |
| boost::optional< CCPACSWingCSStructure > | m_structure |
| boost::optional< CPACSControlSurfaceTracks > | m_tracks |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
| boost::optional< CCPACSControlSurfaceWingCutOut > | m_wingCutOut |
| Protected Attributes inherited from tigl::CTiglAbstractGeometricComponent | |
| Cache< Bnd_Box, CTiglAbstractGeometricComponent > | bounding_box |
| Cache< PNamedShape, CTiglAbstractGeometricComponent > | loft |
| TIGL_EXPORT tigl::CCPACSLeadingEdgeDevice::CCPACSLeadingEdgeDevice | ( | CCPACSLeadingEdgeDevices * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
overrideprivatevirtual |
Implements tigl::CTiglAbstractGeometricComponent.
|
private |
|
private |
|
private |
|
overridevirtual |
Implements tigl::ITiglGeometricComponent.
|
overridevirtual |
Implements tigl::ITiglGeometricComponent.
| TIGL_EXPORT double tigl::CCPACSLeadingEdgeDevice::GetControlParameter | ( | ) | const |
| TIGL_EXPORT PNamedShape tigl::CCPACSLeadingEdgeDevice::GetCutOutShape | ( | void | ) | const |
|
overridevirtual |
Implements tigl::ITiglGeometricComponent.
| TIGL_EXPORT PNamedShape tigl::CCPACSLeadingEdgeDevice::GetFlapShape | ( | ) | const |
| TIGL_EXPORT gp_Trsf tigl::CCPACSLeadingEdgeDevice::GetFlapTransform | ( | ) | const |
| TIGL_EXPORT double tigl::CCPACSLeadingEdgeDevice::GetMaxControlParameter | ( | ) | const |
| TIGL_EXPORT double tigl::CCPACSLeadingEdgeDevice::GetMinControlParameter | ( | ) | const |
| TIGL_EXPORT gp_Vec tigl::CCPACSLeadingEdgeDevice::GetNormalOfControlSurfaceDevice | ( | ) | const |
| TIGL_EXPORT std::string tigl::CCPACSLeadingEdgeDevice::GetShortName | ( | ) | const |
|
overridevirtual |
Reimplemented from tigl::CTiglAbstractGeometricComponent.
| TIGL_EXPORT PNamedShape tigl::CCPACSLeadingEdgeDevice::GetTransformedFlapShape | ( | ) | const |
| TIGL_EXPORT TiglControlSurfaceType tigl::CCPACSLeadingEdgeDevice::GetType | ( | ) | const |
|
private |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSLeadingEdgeDevice.
| TIGL_EXPORT void tigl::CCPACSLeadingEdgeDevice::SetControlParameter | ( | const double | deflect | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |