#include <CCPACSWingProfiles.h>
Public Member Functions | |
TIGL_EXPORT CCPACSWingProfile & | AddWingAirfoil () override |
TIGL_EXPORT | CCPACSWingProfiles (CCPACSProfiles *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT CCPACSWingProfile & | GetProfile (std::string uid) const |
TIGL_EXPORT bool | HasProfile (std::string uid) const |
TIGL_EXPORT void | ImportCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) override |
![]() | |
TIGL_EXPORT | CPACSWingAirfoils (CCPACSProfiles *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSProfiles * | GetParent () |
TIGL_EXPORT const CCPACSProfiles * | GetParent () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSProfileGeometry > > & | GetWingAirfoils () const |
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSProfileGeometry > > & | GetWingAirfoils () |
virtual TIGL_EXPORT void | RemoveWingAirfoil (CPACSProfileGeometry &ref) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSWingAirfoils () |
Additional Inherited Members | |
![]() | |
CCPACSProfiles * | m_parent |
CTiglUIDManager * | m_uidMgr |
std::vector< std::unique_ptr< CPACSProfileGeometry > > | m_wingAirfoils |
TIGL_EXPORT tigl::CCPACSWingProfiles::CCPACSWingProfiles | ( | CCPACSProfiles * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSWingAirfoils.
TIGL_EXPORT CCPACSWingProfile& tigl::CCPACSWingProfiles::GetProfile | ( | std::string | uid | ) | const |
TIGL_EXPORT bool tigl::CCPACSWingProfiles::HasProfile | ( | std::string | uid | ) | const |
TIGL_EXPORT void tigl::CCPACSWingProfiles::ImportCPACS | ( | const TixiDocumentHandle & | tixiHandle, |
const std::string & | xpath | ||
) |
TIGL_EXPORT void tigl::CCPACSWingProfiles::Invalidate | ( | const boost::optional< std::string > & | source = boost::none | ) | const |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSWingAirfoils.