|
| TIGL_EXPORT | CCPACSFuselageSections (CCPACSDuct *parent, CTiglUIDManager *uidMgr) |
| |
| TIGL_EXPORT | CCPACSFuselageSections (CCPACSFuselage *parent, CTiglUIDManager *uidMgr) |
| |
| TIGL_EXPORT | CCPACSFuselageSections (CCPACSMultiSegmentShape *parent, CTiglUIDManager *uidMgr) |
| |
| TIGL_EXPORT | CCPACSFuselageSections (CCPACSVessel *parent, CTiglUIDManager *uidMgr) |
| |
| TIGL_EXPORT CCPACSFuselageSection & | CreateSection (const std::string §ionUID, const std::string &profileUID) |
| |
| virtual TIGL_EXPORT CCPACSFuselageSection & | AddSection () |
| |
| TIGL_EXPORT | CPACSFuselageSections (CCPACSDuct *parent, CTiglUIDManager *uidMgr) |
| |
| TIGL_EXPORT | CPACSFuselageSections (CCPACSFuselage *parent, CTiglUIDManager *uidMgr) |
| |
| TIGL_EXPORT | CPACSFuselageSections (CCPACSVessel *parent, CTiglUIDManager *uidMgr) |
| |
| TIGL_EXPORT | CPACSFuselageSections (CPACSMultiSegmentShape *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 CCPACSFuselageSection & | GetSection (const std::string &UID) |
| |
| virtual TIGL_EXPORT const CCPACSFuselageSection & | GetSection (const std::string &UID) const |
| |
| virtual TIGL_EXPORT CCPACSFuselageSection & | GetSection (size_t index) |
| |
| virtual TIGL_EXPORT const CCPACSFuselageSection & | GetSection (size_t index) const |
| |
| virtual TIGL_EXPORT size_t | GetSectionCount () const |
| |
| virtual TIGL_EXPORT size_t | GetSectionIndex (const std::string &UID) const |
| |
| virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSFuselageSection > > & | GetSections () |
| |
| virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSFuselageSection > > & | GetSections () const |
| |
| 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 | RemoveSection (CCPACSFuselageSection &ref) |
| |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| |
| virtual TIGL_EXPORT | ~CPACSFuselageSections () |
| |