updatesType More...
#include <CPACSUpdates.h>
Public Member Functions | |
virtual TIGL_EXPORT CPACSUpdate & | AddUpdate () |
TIGL_EXPORT | CPACSUpdates (CPACSHeader *parent) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSHeader * | GetParent () |
TIGL_EXPORT const CPACSHeader * | GetParent () const |
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSUpdate > > & | GetUpdates () const |
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSUpdate > > & | GetUpdates () |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | RemoveUpdate (CPACSUpdate &ref) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSUpdates () |
Protected Attributes | |
CPACSHeader * | m_parent |
std::vector< std::unique_ptr< CPACSUpdate > > | m_updates |
Private Member Functions | |
CPACSUpdates (const CPACSUpdates &)=delete | |
CPACSUpdates (CPACSUpdates &&)=delete | |
CPACSUpdates & | operator= (const CPACSUpdates &)=delete |
CPACSUpdates & | operator= (CPACSUpdates &&)=delete |
updatesType
Updates type, containing update data for the CPACS dataset
TIGL_EXPORT tigl::generated::CPACSUpdates::CPACSUpdates | ( | CPACSHeader * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
TIGL_EXPORT CPACSHeader* tigl::generated::CPACSUpdates::GetParent | ( | ) |
TIGL_EXPORT const CPACSHeader* tigl::generated::CPACSUpdates::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |