7 #include "fwData/registry/macros.hpp" 8 #include "fwData/Exception.hpp" 10 #include "fwData/location/MultiFiles.hpp" 52 MultiFiles::csptr other = MultiFiles::dynamicConstCast(source);
54 "Unable to copy" + (source ? source->getClassname() : std::string(
"<NULL>"))
virtual FWDATA_API ~MultiFiles()
Destructor.
virtual const std::string & getClassname() const override
return full object's classname with its namespace, i.e. fwCore::BaseObject
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
Implements data exception class.
FWDATA_API void fieldDeepCopy(const ::fwData::Object::csptr &source)
A deep copy of fields (objects in m_children)
FWDATA_API void setPaths(VectPathType paths)
Set file system paths.
FWDATA_API MultiFiles(::fwData::Object::Key key)
Constructor.
FWDATA_API void cachedDeepCopy(const Object::csptr &_source, DeepCopyCacheType &cache) override
Defines deep copy.
This class defines a multi files location.
#define OSLM_FATAL(message)
Contains the representation of the data objects used in the framework.
FWDATA_API VectPathType getPaths()
Set file system paths.
VectPathType m_paths
file system paths