fw4spl
fwGdcmIO::writer::tid::TemplateID< DATATYPE > Class Template Reference

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::DicomInstancem_instance
 DICOM Instance.
 
std::shared_ptr< const DATATYPE > m_object
 FW4SPL Object.
 

Detailed Description

template<class DATATYPE>
class fwGdcmIO::writer::tid::TemplateID< DATATYPE >

TemplateID base class used to write templates.

Definition at line 27 of file writer/tid/TemplateID.hpp.

Constructor & Destructor Documentation

template<class DATATYPE>
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.

Parameters
[in]writerGDCM writer that must be enriched
[in]instanceDICOM instance used to share informations between modules
[in]objectFW4SPL data object

Definition at line 59 of file writer/tid/TemplateID.hpp.

References SLM_ASSERT.


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