Engines. More...
#include <CPACSEngines.h>
Public Member Functions | |
virtual TIGL_EXPORT CPACSEngine & | AddEngine () |
TIGL_EXPORT | CPACSEngines (CPACSVehicles *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSEngine > > & | GetEngines () const |
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSEngine > > & | GetEngines () |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSVehicles * | GetParent () |
TIGL_EXPORT const CPACSVehicles * | 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 | RemoveEngine (CPACSEngine &ref) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSEngines () |
Protected Attributes | |
std::vector< std::unique_ptr< CPACSEngine > > | m_engines |
CPACSVehicles * | m_parent |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSEngines (const CPACSEngines &)=delete | |
CPACSEngines (CPACSEngines &&)=delete | |
CPACSEngines & | operator= (const CPACSEngines &)=delete |
CPACSEngines & | operator= (CPACSEngines &&)=delete |
Engines.
Engines type, containing complete engine configurations
TIGL_EXPORT tigl::generated::CPACSEngines::CPACSEngines | ( | CPACSVehicles * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
TIGL_EXPORT CPACSVehicles* tigl::generated::CPACSEngines::GetParent | ( | ) |
TIGL_EXPORT const CPACSVehicles* tigl::generated::CPACSEngines::GetParent | ( | ) | const |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSEngines::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSEngines::GetUIDManager | ( | ) | const |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |