7 #include <fwAtoms/Numeric.hpp> 8 #include <fwAtoms/Numeric.hxx> 9 #include <fwAtoms/String.hpp> 11 #include "fwStructuralPatch/fwData/Study/V1ToFwMedDataStudyV1.hpp" 45 const ::fwAtoms::Object::sptr& current,
46 ::fwAtomsPatch::IPatch::NewVersionsType& newVersions)
48 IStructuralPatch::apply(previous, current, newVersions);
FWSTRUCTURALPATCH_API ~V1ToFwMedDataStudyV1()
Destructor.
FWATOMSPATCH_API void updateVersion(std::shared_ptr< ::fwAtoms::Object > current)
Updates the version of the patched object.
static FWATOMS_API String::sptr New(std::string value)
Construct a new Object represented a string.
FWATOMSPATCH_API void renameAttribute(const std::string &name, const std::string &newName, conditions::Abstract::sptr condition=conditions::Abstract::New())
Renames an attribute.
FWATOMSPATCH_API void removeAttribute(const std::string &name, conditions::Abstract::sptr condition=conditions::Abstract::New())
Removes an attribute.
Contains base functionalities used to transform objects from a version to another.
std::string m_targetClassname
Target type.
FWATOMSPATCH_API IStructuralPatch()
Constructor.
std::string m_originClassname
Origin classname of the object.
Contains creators and structural patches.
std::string m_originVersion
Origin version of the object.
FWSTRUCTURALPATCH_API V1ToFwMedDataStudyV1()
Constructor.
Transforms a ::fwData::Study to a fwMedData::Study.
FWATOMSPATCH_API void addAttribute(const std::string &name,::fwAtoms::Base::sptr value, conditions::Abstract::sptr condition=conditions::Abstract::New())
Adds a new attribute in the current object.
std::string m_targetVersion
Target version.
Contains the representation of the data objects used in the framework.
virtual FWSTRUCTURALPATCH_API void apply(const ::fwAtoms::Object::sptr &previous, const ::fwAtoms::Object::sptr ¤t,::fwAtomsPatch::IPatch::NewVersionsType &newVersions) override
Applies patch.