|
fw4spl
|
#include <Object.hpp>
Public Member Functions | |
| FWATOMSPATCH_API | Object (::fwAtoms::Object::sptr metaObject) |
| Constructor. | |
| FWATOMSPATCH_API | ~Object () |
| Destructor. | |
| 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. | |
| FWATOMSPATCH_API void | addOrReplaceAttribute (const std::string &name,::fwAtoms::Base::sptr value, conditions::Abstract::sptr condition=conditions::Abstract::New()) |
| Adds or replaces an attribute in the current object. | |
| FWATOMSPATCH_API void | removeAttribute (const std::string &name, conditions::Abstract::sptr condition=conditions::Abstract::New()) |
| Removes an attribute. | |
| FWATOMSPATCH_API void | replaceAttribute (const std::string &name,::fwAtoms::Base::sptr newValue, conditions::Abstract::sptr condition=conditions::Abstract::New()) |
| Replaces an attribute. | |
| FWATOMSPATCH_API void | renameAttribute (const std::string &name, const std::string &newName, conditions::Abstract::sptr condition=conditions::Abstract::New()) |
| Renames an attribute. | |
| FWATOMSPATCH_API::fwAtoms::Object::sptr | getObject () const |
| Atom::Object getter. | |
Object helper.
Definition at line 26 of file SrcLib/core/fwAtomsPatch/include/fwAtomsPatch/helper/Object.hpp.