updateType More...
#include <CPACSUpdate.h>
Public Member Functions | |
TIGL_EXPORT | CPACSUpdate (CPACSUpdates *parent) |
virtual TIGL_EXPORT const std::string & | GetCpacsVersion () const |
virtual TIGL_EXPORT const std::string & | GetCreator () const |
virtual TIGL_EXPORT const std::string & | GetModification () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSUpdates * | GetParent () |
TIGL_EXPORT const CPACSUpdates * | GetParent () const |
virtual TIGL_EXPORT const std::time_t & | GetTimestamp () const |
virtual TIGL_EXPORT const std::string & | GetVersion () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetCpacsVersion (const std::string &value) |
virtual TIGL_EXPORT void | SetCreator (const std::string &value) |
virtual TIGL_EXPORT void | SetModification (const std::string &value) |
virtual TIGL_EXPORT void | SetTimestamp (const std::time_t &value) |
virtual TIGL_EXPORT void | SetVersion (const std::string &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSUpdate () |
Protected Attributes | |
std::string | m_cpacsVersion |
CPACS version that the dataset is valid to. More... | |
std::string | m_creator |
Creator of CPACS modification. More... | |
std::string | m_modification |
Description of Modification of CPACS data. More... | |
CPACSUpdates * | m_parent |
std::time_t | m_timestamp |
Timestamp of CPACS modification. More... | |
std::string | m_version |
New version number of CPACS dataset after modification. More... | |
Private Member Functions | |
CPACSUpdate (const CPACSUpdate &)=delete | |
CPACSUpdate (CPACSUpdate &&)=delete | |
CPACSUpdate & | operator= (const CPACSUpdate &)=delete |
CPACSUpdate & | operator= (CPACSUpdate &&)=delete |
updateType
Update type, containing a datablock for each update of the CPACS dataset
TIGL_EXPORT tigl::generated::CPACSUpdate::CPACSUpdate | ( | CPACSUpdates * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
TIGL_EXPORT CPACSUpdates* tigl::generated::CPACSUpdate::GetParent | ( | ) |
TIGL_EXPORT const CPACSUpdates* tigl::generated::CPACSUpdate::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
CPACS version that the dataset is valid to.
|
protected |
Creator of CPACS modification.
|
protected |
Description of Modification of CPACS data.
|
protected |
|
protected |
Timestamp of CPACS modification.
|
protected |
New version number of CPACS dataset after modification.