7 #include "fwAtomsPatch/IPatch.hpp" virtual FWATOMSPATCH_API const std::string & getOriginClassname() const
Returns the origin classname of the object.
Contains base functionalities used to transform objects from a version to another.
std::string m_originClassname
Origin classname of the object.
std::string m_originVersion
Origin version of the object.
FWATOMSPATCH_API IPatch()
Constructor. Does nothing.
virtual FWATOMSPATCH_API ~IPatch()
Destructor. Does nothing.
virtual FWATOMSPATCH_API const std::string & getOriginVersion() const
Returns the origin version of the object.
Base class of all patches.