#include <CCPACSWingSegments.h>
Private Member Functions | |
void | InvalidateParent () const |
Private Attributes | |
CTiglRelativelyPositionedComponent * | m_parentVariant |
Additional Inherited Members | |
![]() | |
void * | m_parent |
const std::type_info * | m_parentType |
std::vector< std::unique_ptr< CCPACSWingSegment > > | m_segments |
CTiglUIDManager * | m_uidMgr |
TIGL_EXPORT tigl::CCPACSWingSegments::CCPACSWingSegments | ( | CCPACSWing * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::CCPACSWingSegments::CCPACSWingSegments | ( | CCPACSEnginePylon * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSWingSegments.
|
inline |
TIGL_EXPORT CCPACSWingSegment& tigl::CCPACSWingSegments::GetSegment | ( | const int | index | ) |
TIGL_EXPORT const CCPACSWingSegment& tigl::CCPACSWingSegments::GetSegment | ( | const int | index | ) | const |
TIGL_EXPORT CCPACSWingSegment& tigl::CCPACSWingSegments::GetSegment | ( | const std::string & | segmentUID | ) |
TIGL_EXPORT const CCPACSWingSegment& tigl::CCPACSWingSegments::GetSegment | ( | const std::string & | segmentUID | ) | const |
TIGL_EXPORT int tigl::CCPACSWingSegments::GetSegmentCount | ( | ) | const |
TIGL_EXPORT void tigl::CCPACSWingSegments::Invalidate | ( | const boost::optional< std::string > & | source = boost::none | ) | const |
|
private |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSWingSegments.
|
private |