#include <CCPACSWingCells.h>
Public Member Functions | |
TIGL_EXPORT | CCPACSWingCells (CCPACSWingShell *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT const CCPACSWingCell & | GetCell (int index) const |
TIGL_EXPORT const CCPACSWingCell & | GetCell (const std::string &UID) const |
TIGL_EXPORT int | GetCellCount () const |
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
Public Member Functions inherited from tigl::generated::CPACSWingCells | |
virtual TIGL_EXPORT CCPACSWingCell & | AddCell () |
TIGL_EXPORT | CPACSWingCells (CCPACSWingShell *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSWingCell > > & | GetCells () const |
virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSWingCell > > & | GetCells () |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSWingShell * | GetParent () |
TIGL_EXPORT const CCPACSWingShell * | GetParent () const |
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 | RemoveCell (CCPACSWingCell &ref) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSWingCells () |
Additional Inherited Members | |
Protected Attributes inherited from tigl::generated::CPACSWingCells | |
std::vector< std::unique_ptr< CCPACSWingCell > > | m_cells |
CCPACSWingShell * | m_parent |
CTiglUIDManager * | m_uidMgr |
TIGL_EXPORT tigl::CCPACSWingCells::CCPACSWingCells | ( | CCPACSWingShell * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT const CCPACSWingCell& tigl::CCPACSWingCells::GetCell | ( | int | index | ) | const |
TIGL_EXPORT const CCPACSWingCell& tigl::CCPACSWingCells::GetCell | ( | const std::string & | UID | ) | const |
TIGL_EXPORT int tigl::CCPACSWingCells::GetCellCount | ( | ) | const |
TIGL_EXPORT void tigl::CCPACSWingCells::Invalidate | ( | const boost::optional< std::string > & | source = boost::none | ) | const |