Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
The sorting/splitting building-block of DICOMITKSeriesGDCMReader. More...
#include <mitkDICOMDatasetSorter.h>
Public Member Functions | |
mitkClassMacroItkParent (DICOMDatasetSorter, itk::LightObject) virtual DICOMTagList GetTagsOfInterest()=0 | |
Return the tags of interest (to facilitate scanning) More... | |
void | SetInput (DICOMDatasetList filenames) |
Input for sorting. More... | |
const DICOMDatasetList & | GetInput () const |
Input for sorting. More... | |
virtual void | Sort ()=0 |
Sort input datasets into one or multiple outputs. More... | |
unsigned int | GetNumberOfOutputs () const |
Output of the sorting process. More... | |
const DICOMDatasetList & | GetOutput (unsigned int index) const |
Output of the sorting process. More... | |
DICOMDatasetList & | GetOutput (unsigned int index) |
Output of the sorting process. More... | |
virtual void | PrintConfiguration (std::ostream &os, const std::string &indent="") const =0 |
Print configuration details into stream. More... | |
virtual bool | operator== (const DICOMDatasetSorter &other) const =0 |
Protected Member Functions | |
DICOMDatasetSorter () | |
virtual | ~DICOMDatasetSorter () |
DICOMDatasetSorter (const DICOMDatasetSorter &other) | |
DICOMDatasetSorter & | operator= (const DICOMDatasetSorter &other) |
void | ClearOutputs () |
void | SetNumberOfOutputs (unsigned int numberOfOutputs) |
void | SetOutput (unsigned int index, const DICOMDatasetList &output) |
The sorting/splitting building-block of DICOMITKSeriesGDCMReader.
This class describes the interface of the sorting/splitting process described as part of DICOMITKSeriesGDCMReader::AnalyzeInputFiles() (see Loading strategy).
The prodecure is simple:
The simplest and most generic form of sorting is implemented in sub-class DICOMTagBasedSorter.
Definition at line 44 of file mitkDICOMDatasetSorter.h.
|
protected |
Definition at line 20 of file mitkDICOMDatasetSorter.cpp.
|
protectedvirtual |
Definition at line 26 of file mitkDICOMDatasetSorter.cpp.
|
protected |
Definition at line 31 of file mitkDICOMDatasetSorter.cpp.
|
protected |
Definition at line 72 of file mitkDICOMDatasetSorter.cpp.
const mitk::DICOMDatasetList & mitk::DICOMDatasetSorter::GetInput | ( | void | ) | const |
Input for sorting.
Definition at line 58 of file mitkDICOMDatasetSorter.cpp.
unsigned int mitk::DICOMDatasetSorter::GetNumberOfOutputs | ( | ) | const |
Output of the sorting process.
Definition at line 65 of file mitkDICOMDatasetSorter.cpp.
const mitk::DICOMDatasetList & mitk::DICOMDatasetSorter::GetOutput | ( | unsigned int | index | ) | const |
Output of the sorting process.
Definition at line 102 of file mitkDICOMDatasetSorter.cpp.
mitk::DICOMDatasetList & mitk::DICOMDatasetSorter::GetOutput | ( | unsigned int | index | ) |
Output of the sorting process.
Definition at line 109 of file mitkDICOMDatasetSorter.cpp.
|
pure virtual |
Return the tags of interest (to facilitate scanning)
|
protected |
Definition at line 39 of file mitkDICOMDatasetSorter.cpp.
Referenced by mitk::DICOMFilenameSorter::operator=(), mitk::NormalDirectionConsistencySorter::operator=(), mitk::DICOMTagBasedSorter::operator=(), and mitk::EquiDistantBlocksSorter::operator=().
|
pure virtual |
|
pure virtual |
Print configuration details into stream.
Implemented in mitk::DICOMTagBasedSorter, mitk::EquiDistantBlocksSorter, mitk::NormalDirectionConsistencySorter, and mitk::DICOMFilenameSorter.
void mitk::DICOMDatasetSorter::SetInput | ( | DICOMDatasetList | filenames | ) |
Input for sorting.
Definition at line 51 of file mitkDICOMDatasetSorter.cpp.
|
protected |
Definition at line 79 of file mitkDICOMDatasetSorter.cpp.
|
protected |
Definition at line 86 of file mitkDICOMDatasetSorter.cpp.
|
pure virtual |
Sort input datasets into one or multiple outputs.
Implemented in mitk::DICOMTagBasedSorter, mitk::EquiDistantBlocksSorter, mitk::NormalDirectionConsistencySorter, and mitk::DICOMFilenameSorter.