|
TIGL_EXPORT | CCPACSFuselageSegments (CCPACSDuct *parent, CTiglUIDManager *uidMgr) |
|
TIGL_EXPORT | CCPACSFuselageSegments (CCPACSFuselage *parent, CTiglUIDManager *uidMgr) |
|
TIGL_EXPORT | CCPACSFuselageSegments (CCPACSVessel *parent, CTiglUIDManager *uidMgr) |
|
TIGL_EXPORT CCPACSConfiguration const & | GetConfiguration () const |
|
TIGL_EXPORT std::vector< std::string > | GetElementUIDsInOrder () const |
|
TIGL_EXPORT const TopoDS_Compound & | GetGuideCurveWires () const |
|
TIGL_EXPORT CTiglRelativelyPositionedComponent const * | GetParentComponent () const |
|
TIGL_EXPORT CCPACSFuselageSegment & | GetSegmentFromTo (const std::string &fromElementUID, const std::string toElementUID) |
|
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
|
TIGL_EXPORT bool | NeedReordering () const |
|
TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) override |
|
TIGL_EXPORT void | ReorderSegments () |
|
TIGL_EXPORT CCPACSFuselageSegment & | SplitSegment (const std::string &segmentToSplit, const std::string &splitterElement) |
|
virtual TIGL_EXPORT CCPACSFuselageSegment & | AddSegment () |
|
TIGL_EXPORT | CPACSFuselageSegments (CCPACSDuct *parent, CTiglUIDManager *uidMgr) |
|
TIGL_EXPORT | CPACSFuselageSegments (CCPACSFuselage *parent, CTiglUIDManager *uidMgr) |
|
TIGL_EXPORT | CPACSFuselageSegments (CCPACSVessel *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 CCPACSFuselageSegment & | GetSegment (size_t index) const |
|
virtual TIGL_EXPORT CCPACSFuselageSegment & | GetSegment (size_t index) |
|
virtual TIGL_EXPORT const CCPACSFuselageSegment & | GetSegment (const std::string &UID) const |
|
virtual TIGL_EXPORT CCPACSFuselageSegment & | 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< CCPACSFuselageSegment > > & | GetSegments () const |
|
virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSFuselageSegment > > & | GetSegments () |
|
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
|
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
|
template<typename P > |
bool | IsParent () const |
|
virtual TIGL_EXPORT void | RemoveSegment (CCPACSFuselageSegment &ref) |
|
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
|
virtual TIGL_EXPORT | ~CPACSFuselageSegments () |
|