fw4spl
|
TemplateID base class used to write templates. More...
#include <TemplateID.hpp>
Public Member Functions | |
FWGDCMIO_API | TemplateID (const std::shared_ptr< const ::fwMedData::DicomSeries > &dicomSeries, const std::shared_ptr< ::gdcm::Reader > &reader, const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &instance, const std::shared_ptr< DATATYPE > &object, const ::fwLog::Logger::sptr &logger) |
Constructor. More... | |
virtual FWGDCMIO_API | ~TemplateID () |
Destructor. | |
Protected Attributes | |
std::shared_ptr< const ::fwMedData::DicomSeries > | m_dicomSeries |
Dicom Series. | |
std::shared_ptr< ::gdcm::Reader > | m_reader |
GDCM Reader. | |
std::shared_ptr< ::fwGdcmIO::container::DicomInstance > | m_instance |
DICOM Instance. | |
std::shared_ptr< DATATYPE > | m_object |
FW4SPL Object. | |
::fwLog::Logger::sptr | m_logger |
Logger. | |
TemplateID base class used to write templates.
Definition at line 29 of file reader/tid/TemplateID.hpp.
fwGdcmIO::reader::tid::TemplateID< DATATYPE >::TemplateID | ( | const std::shared_ptr< const ::fwMedData::DicomSeries > & | dicomSeries, |
const std::shared_ptr< ::gdcm::Reader > & | reader, | ||
const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > & | instance, | ||
const std::shared_ptr< DATATYPE > & | object, | ||
const ::fwLog::Logger::sptr & | logger | ||
) |
Constructor.
[in] | dicomSeries | DicomSeries used to access computed tag values. |
[in] | reader | GDCM reader that must be used to read series. |
[in] | instance | DICOM instance used to share informations between modules |
[in] | object | FW4SPL data object |
[in] | logger | Logger |
Definition at line 71 of file reader/tid/TemplateID.hpp.
References SLM_ASSERT.