Base class of all structural creators. Creates a new atom object with the default values corresponding to a data object.
More...
#include <IStructuralCreator.hpp>
|
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
|
|
|
FWATOMSPATCH_API::fwAtoms::Object::sptr | createObjBase () const |
| Create the object base : create meta infos : classname, version and id.
|
|
|
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
|
|
Base class of all structural creators. Creates a new atom object with the default values corresponding to a data object.
Definition at line 26 of file IStructuralCreator.hpp.
The documentation for this class was generated from the following files: