fw4spl
fwStructuralPatch::creator::fwMedData::Study1 Class Reference

Structural creator for fwMedData::Study version '1'. More...

#include <Study1.hpp>

+ Inheritance diagram for fwStructuralPatch::creator::fwMedData::Study1:
+ Collaboration diagram for fwStructuralPatch::creator::fwMedData::Study1:

Public Member Functions

virtual bool isA (const std::string &type) const override
 
FWSTRUCTURALPATCH_API Study1 ()
 Constructor.
 
FWSTRUCTURALPATCH_API ~Study1 ()
 Destructor.
 
FWSTRUCTURALPATCH_API Study1 (const Study1 &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.
 

Detailed Description

Structural creator for fwMedData::Study version '1'.

Definition at line 21 of file Study1.hpp.

Member Function Documentation

fwAtoms::Object::sptr fwStructuralPatch::creator::fwMedData::Study1::create ( )
overridevirtual

Creates the specified object.

Sets 'instance_uid', 'date', 'time', 'referring_physician_name', 'description' and 'patient_age' attributes.

Implements fwAtomsPatch::IStructuralCreator.

Definition at line 40 of file Study1.cpp.

References fwAtomsPatch::helper::Object::addAttribute(), fwAtomsPatch::IStructuralCreator::createObjBase(), and fwAtoms::String::New().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files: