7 #ifndef __FWDICOMIOFILTER_COMPOSITE_CTIMAGESTORAGEDEFAULTCOMPOSITE_HPP__ 8 #define __FWDICOMIOFILTER_COMPOSITE_CTIMAGESTORAGEDEFAULTCOMPOSITE_HPP__ 10 #include "fwDicomIOFilter/composite/IComposite.hpp" 11 #include "fwDicomIOFilter/config.hpp" 13 #include <fwMedData/DicomSeries.hpp> 27 (()), ::fwDicomIOFilter::factory::New< CTImageStorageDefaultComposite > );
36 FWDICOMIOFILTER_API
virtual std::string getName()
const override;
39 FWDICOMIOFILTER_API
virtual std::string getDescription()
const override;
Base class for Dicom instance composite filter.
static const std::string s_FILTER_DESCRIPTION
Filter description.
fwDicomIOFilter contains filters used to pre-process images before reading.
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.
Key class used to restrict access to Filter construction. See http://www.drdobbs.com/184402053.
static const std::string s_FILTER_NAME
Filter name.
Default filter used to read CTImageStorage SOP class.