#include <CCPACSWingSections.h>
Public Member Functions | |
TIGL_EXPORT | CCPACSWingSections (CCPACSWing *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CCPACSWingSections (CCPACSEnginePylon *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT CCPACSWingSection & | CreateSection (const std::string §ionUID, const std::string &profileUID) |
![]() | |
virtual TIGL_EXPORT CCPACSWingSection & | AddSection () |
TIGL_EXPORT | CPACSWingSections (CCPACSEnginePylon *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSWingSections (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 CCPACSWingSection & | GetSection (size_t index) const |
virtual TIGL_EXPORT CCPACSWingSection & | GetSection (size_t index) |
virtual TIGL_EXPORT const CCPACSWingSection & | GetSection (const std::string &UID) const |
virtual TIGL_EXPORT CCPACSWingSection & | GetSection (const std::string &UID) |
virtual TIGL_EXPORT size_t | GetSectionCount () const |
virtual TIGL_EXPORT size_t | GetSectionIndex (const std::string &UID) const |
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSWingSection > > & | GetSections () const |
virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSWingSection > > & | GetSections () |
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 (CCPACSWingSection &ref) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSWingSections () |
Additional Inherited Members | |
![]() | |
void * | m_parent |
const std::type_info * | m_parentType |
std::vector< std::unique_ptr< CCPACSWingSection > > | m_sections |
CTiglUIDManager * | m_uidMgr |
TIGL_EXPORT tigl::CCPACSWingSections::CCPACSWingSections | ( | CCPACSWing * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::CCPACSWingSections::CCPACSWingSections | ( | CCPACSEnginePylon * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT CCPACSWingSection& tigl::CCPACSWingSections::CreateSection | ( | const std::string & | sectionUID, |
const std::string & | profileUID | ||
) |
Create a new section and a new element with the given profile uid. All uids are derived from the section uid.