7 #include "fwMedData/ImageSeries.hpp" 9 #include <fwData/Exception.hpp> 10 #include <fwData/Image.hpp> 11 #include <fwData/registry/macros.hpp> 33 ImageSeries::csptr other = ImageSeries::dynamicConstCast(_source);
35 "Unable to copy" + (_source ? _source->getClassname() : std::string(
"<NULL>"))
48 ImageSeries::csptr other = ImageSeries::dynamicConstCast(_source);
50 "Unable to copy" + (_source ? _source->getClassname() : std::string(
"<NULL>"))
::fwMedData::DicomSeries::sptr m_dicomReference
Dicom reference used to generate a valid Dicom Segmentation.
Namespace containing medical data.
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
Implements data exception class.
FWMEDDATA_API void cachedDeepCopy(const ::fwData::Object::csptr &_source, DeepCopyCacheType &cache) override
Defines deep copy.
FWMEDDATA_API ImageSeries(::fwData::Object::Key key)
Constructor.
virtual FWMEDDATA_API ~ImageSeries() override
Destructor.
FWMEDDATA_API void cachedDeepCopy(const ::fwData::Object::csptr &_source, DeepCopyCacheType &cache) override
Defines deep copy.
static FWDATA_API::fwData::Object::sptr copy(const ::fwData::Object::csptr &source)
return a copy of the source. if source is a null pointer, return a null pointer.
std::shared_ptr< ::fwData::Image > m_image
Image container.
virtual const std::string & getClassname() const override
return full object's classname with its namespace, i.e. fwCore::BaseObject
FWMEDDATA_API void shallowCopy(const ::fwData::Object::csptr &_source) override
Defines shallow copy.
FWMEDDATA_API void shallowCopy(const ::fwData::Object::csptr &_source) override
Defines shallow copy.
Holds series information.