17 #ifndef mitkDICOMFileReaderSelector_h
18 #define mitkDICOMFileReaderSelector_h
57 void AddConfig(const
std::
string& xmlDescription);
67 void LoadBuiltIn3DConfigs();
70 void LoadBuiltIn3DnTConfigs();
75 ReaderList GetAllConfiguredReaders() const;
88 virtual ~DICOMFileReaderSelector();
90 void AddConfigsFromResources(const
std::
string& path);
91 void AddConfigFromResource(const
std::
string& resourcename);
92 void AddConfigFromResource(
us::ModuleResource& resource);
104 #endif // mitkDICOMFileReaderSelector_h
#define MITKDICOMREADER_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
std::list< DICOMFileReader::Pointer > ReaderList
Simple best-reader selection.
static const std::string filename
#define mitkClassMacroItkParent(className, SuperClassName)
std::vector< std::string > StringList
Interface for DICOM readers that produce mitk::Images.