#include <CCPACSWingSegments.h>
Public Member Functions | |
TIGL_EXPORT CCPACSWingSegment & | AddSegment () override |
TIGL_EXPORT | CCPACSWingSegments (CCPACSWing *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CCPACSWingSegments (CCPACSEnginePylon *parent, CTiglUIDManager *uidMgr) |
const CTiglRelativelyPositionedComponent * | GetParentComponent () const |
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
TIGL_EXPORT void | RemoveSegment (CCPACSWingSegment &ref) override |
![]() | |
TIGL_EXPORT | CPACSWingSegments (CCPACSEnginePylon *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSWingSegments (CCPACSWing *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
template<typename P > | |
P * | GetParent () |
template<typename P > | |
const P * | GetParent () const |
virtual TIGL_EXPORT const CCPACSWingSegment & | GetSegment (size_t index) const |
virtual TIGL_EXPORT CCPACSWingSegment & | GetSegment (size_t index) |
virtual TIGL_EXPORT const CCPACSWingSegment & | GetSegment (const std::string &UID) const |
virtual TIGL_EXPORT CCPACSWingSegment & | GetSegment (const std::string &UID) |
virtual TIGL_EXPORT size_t | GetSegmentCount () const |
virtual TIGL_EXPORT size_t | GetSegmentIndex (const std::string &UID) const |
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSWingSegment > > & | GetSegments () const |
virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSWingSegment > > & | GetSegments () |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
template<typename P > | |
bool | IsParent () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSWingSegments () |
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 void tigl::CCPACSWingSegments::Invalidate | ( | const boost::optional< std::string > & | source = boost::none | ) | const |
|
private |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSWingSegments.
|
private |