|
fw4spl
|
TemplateID base class used to write templates. More...
#include <TemplateID.hpp>
Inheritance diagram for fwGdcmIO::writer::tid::TemplateID< DATATYPE >:Public Member Functions | |
| FWGDCMIO_API | TemplateID (const std::shared_ptr< ::gdcm::Writer > &writer, const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > &instance, const std::shared_ptr< const DATATYPE > &object) |
| Constructor. More... | |
| virtual FWGDCMIO_API | ~TemplateID () |
| Destructor. | |
Protected Attributes | |
| std::shared_ptr< ::gdcm::Writer > | m_writer |
| GDCM Writer. | |
| std::shared_ptr< ::fwGdcmIO::container::DicomInstance > | m_instance |
| DICOM Instance. | |
| std::shared_ptr< const DATATYPE > | m_object |
| FW4SPL Object. | |
TemplateID base class used to write templates.
Definition at line 27 of file writer/tid/TemplateID.hpp.
| fwGdcmIO::writer::tid::TemplateID< DATATYPE >::TemplateID | ( | const std::shared_ptr< ::gdcm::Writer > & | writer, |
| const std::shared_ptr< ::fwGdcmIO::container::DicomInstance > & | instance, | ||
| const std::shared_ptr< const DATATYPE > & | object | ||
| ) |
Constructor.
| [in] | writer | GDCM writer that must be enriched |
| [in] | instance | DICOM instance used to share informations between modules |
| [in] | object | FW4SPL data object |
Definition at line 59 of file writer/tid/TemplateID.hpp.
References SLM_ASSERT.