8 #include "fwAtomsPatch/conditions/Abstract.hpp" 15 Abstract::Abstract(::fwAtoms::Base::sptr defaultValue)
16 : m_defaultValue(defaultValue)
22 ::fwAtoms::Base::sptr Abstract::getDefaultValue()
24 return m_defaultValue;
29 bool Abstract::test(::fwAtoms::Base::sptr old, ::fwAtoms::Base::sptr newValue)
36 bool Abstract::test(::fwAtoms::Base::sptr value)
Contains functions used to control patching process by defining conditions on objects.
Contains base functionalities used to transform objects from a version to another.