Defines a condition in the patch.
More...
#include <Abstract.hpp>
|
|
virtual bool | isA (const std::string &type) const override |
| |
|
virtual FWATOMSPATCH_API::fwAtoms::Base::sptr | getDefaultValue () |
| | Default value getter.
|
| |
|
virtual FWATOMSPATCH_API bool | test (::fwAtoms::Base::sptr old,::fwAtoms::Base::sptr newValue) |
| | Test in replacement value.
|
| |
|
virtual FWATOMSPATCH_API bool | test (::fwAtoms::Base::sptr old) |
| | Test with one value (remove/add/rename)
|
| |
|
|
static bool | isTypeOf (const std::string &type) |
| |
|
static bool | isTypeOf (const std::string &type) |
| |
|
static const std::string & | leafClassname () |
| | return object's classname without its namespace, i.e. BaseObject
|
| |
|
static const std::string & | classname () |
| | return object's classname without its namespace, i.e. BaseObject
|
| |
|
|
| Abstract (::fwAtoms::Base::sptr defaultValue) |
| |
|
|
::fwAtoms::Base::sptr | m_defaultValue |
| |
|
std::string | m_message |
| |
|
|
template<class , class , class > |
| class | ::fwTools::ClassFactory |
| |
|
class | ::fwTools::Factory |
| |
|
|
virtual const std::string & | getLeafClassname () const override |
| | return object's classname without its namespace, i.e. BaseObject
|
| |
|
virtual const std::string & | getClassname () const override |
| | return full object's classname with its namespace, i.e. fwCore::BaseObject
|
| |
|
static const std::string & | leafClassname () |
| | return object's classname without its namespace, i.e. BaseObject
|
| |
|
static const std::string & | classname () |
| | return object's classname without its namespace, i.e. BaseObject
|
| |
Defines a condition in the patch.
Definition at line 25 of file Abstract.hpp.
The documentation for this class was generated from the following files: