fw4spl
|
Structural creator for fwMedData::Series version 1. More...
#include <Series1.hpp>
Public Member Functions | |
virtual bool | isA (const std::string &type) const override |
FWSTRUCTURALPATCH_API | Series1 () |
Constructor. | |
FWSTRUCTURALPATCH_API | ~Series1 () |
Destructor. | |
FWSTRUCTURALPATCH_API | Series1 (const Series1 &cpy) |
Copy constructor. | |
virtual FWSTRUCTURALPATCH_API::fwAtoms::Object::sptr | create () override |
Creates the specified object. More... | |
Public Member Functions inherited from fwAtomsPatch::IStructuralCreator | |
FWATOMSPATCH_API | IStructuralCreator () |
Constructor. | |
FWATOMSPATCH_API | IStructuralCreator (const IStructuralCreator &cpy) |
Copy constructor. | |
virtual FWATOMSPATCH_API | ~IStructuralCreator () |
Destructor. | |
virtual FWATOMSPATCH_API const std::string & | getObjectVersion () const |
Returns the version of the object. | |
virtual FWATOMSPATCH_API const std::string & | getObjectClassname () const |
Returns the classname of the object. | |
Public Member Functions inherited from fwCore::BaseObject |
Static Public Member Functions | |
static bool | isTypeOf (const std::string &type) |
Static Public Member Functions inherited from fwAtomsPatch::IStructuralCreator | |
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 | |
Static Public Member Functions inherited from fwCore::BaseObject | |
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 | |
Friends | |
template<class , class , class > | |
class | ::fwTools::ClassFactory |
class | ::fwTools::Factory |
Demangling methods | |
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 | |
Additional Inherited Members | |
Protected Member Functions inherited from fwAtomsPatch::IStructuralCreator | |
FWATOMSPATCH_API::fwAtoms::Object::sptr | createObjBase () const |
Create the object base : create meta infos : classname, version and id. | |
Protected Attributes inherited from fwAtomsPatch::IStructuralCreator | |
std::string | m_classname |
Object classname. | |
std::string | m_version |
Object version. | |
Structural creator for fwMedData::Series version 1.
Definition at line 21 of file Series1.hpp.
|
overridevirtual |
Creates the specified object.
Calls creators for 'patient', 'study' and 'equipment' attributes and sets remaining attributes.
Implements fwAtomsPatch::IStructuralCreator.
Reimplemented in fwStructuralPatch::creator::fwMedData::ActivitySeries1, fwStructuralPatch::creator::fwMedData::ImageSeries1, and fwStructuralPatch::creator::fwMedData::ModelSeries1.
Definition at line 43 of file Series1.cpp.
References fwAtomsPatch::helper::Object::addAttribute(), fwAtomsPatch::IStructuralCreator::createObjBase(), fwAtomsPatch::StructuralCreatorDB::getDefault(), and fwAtoms::String::New().
Referenced by fwStructuralPatch::creator::fwMedData::ImageSeries1::create(), fwStructuralPatch::creator::fwMedData::ModelSeries1::create(), and fwStructuralPatch::creator::fwMedData::ActivitySeries1::create().