#include <CCPACSSheetList.h>
Public Member Functions | |
TIGL_EXPORT | CCPACSSheetList (CCPACSStructuralProfile *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT TopoDS_Wire | CreateProfileWire (const gp_Pln &profilePlane) const |
![]() | |
virtual TIGL_EXPORT CPACSSheet & | AddSheet () |
TIGL_EXPORT | CPACSSheetList (CPACSStructuralProfile *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSStructuralProfile * | GetParent () |
TIGL_EXPORT const CPACSStructuralProfile * | GetParent () const |
virtual TIGL_EXPORT const CPACSSheet & | GetSheet (size_t index) const |
virtual TIGL_EXPORT CPACSSheet & | GetSheet (size_t index) |
virtual TIGL_EXPORT const CPACSSheet & | GetSheet (const std::string &UID) const |
virtual TIGL_EXPORT CPACSSheet & | GetSheet (const std::string &UID) |
virtual TIGL_EXPORT size_t | GetSheetCount () const |
virtual TIGL_EXPORT size_t | GetSheetIndex (const std::string &UID) const |
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSSheet > > & | GetSheets () const |
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSSheet > > & | GetSheets () |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | RemoveSheet (CPACSSheet &ref) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSSheetList () |
Additional Inherited Members | |
![]() | |
CPACSStructuralProfile * | m_parent |
std::vector< std::unique_ptr< CPACSSheet > > | m_sheets |
CTiglUIDManager * | m_uidMgr |
TIGL_EXPORT tigl::CCPACSSheetList::CCPACSSheetList | ( | CCPACSStructuralProfile * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT TopoDS_Wire tigl::CCPACSSheetList::CreateProfileWire | ( | const gp_Pln & | profilePlane | ) | const |