|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
sort files based on filename (last resort). More...
#include <mitkDICOMFilenameSorter.h>


Classes | |
| struct | FilenameSort |
Public Member Functions | |
| mitkClassMacro (DICOMFilenameSorter, DICOMDatasetSorter) | |
| DICOMTagList | GetTagsOfInterest () override |
| Return the tags of interest (to facilitate scanning) More... | |
| void | Sort () override |
| Sort input datasets into one or multiple outputs. More... | |
| void | PrintConfiguration (std::ostream &os, const std::string &indent="") const override |
| Print configuration details into stream. More... | |
| bool | operator== (const DICOMDatasetSorter &other) const override |
Public Member Functions inherited from mitk::DICOMDatasetSorter | |
| mitkClassMacroItkParent (DICOMDatasetSorter, itk::LightObject) | |
| void | SetInput (DICOMDatasetList filenames) |
| Input for sorting. More... | |
| const DICOMDatasetList & | GetInput () const |
| Input for sorting. 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... | |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| DICOMFilenameSorter () | |
| ~DICOMFilenameSorter () override | |
| DICOMFilenameSorter (const DICOMFilenameSorter &other) | |
| DICOMFilenameSorter & | operator= (const DICOMFilenameSorter &other) |
Protected Member Functions inherited from mitk::DICOMDatasetSorter | |
| DICOMDatasetSorter () | |
| ~DICOMDatasetSorter () override | |
| DICOMDatasetSorter (const DICOMDatasetSorter &other) | |
| DICOMDatasetSorter & | operator= (const DICOMDatasetSorter &other) |
| void | ClearOutputs () |
| void | SetNumberOfOutputs (unsigned int numberOfOutputs) |
| void | SetOutput (unsigned int index, const DICOMDatasetList &output) |
sort files based on filename (last resort).
Definition at line 25 of file mitkDICOMFilenameSorter.h.
|
protected |
Definition at line 18 of file mitkDICOMFilenameSorter.cpp.
References ~DICOMFilenameSorter().
Referenced by ~DICOMFilenameSorter().
|
overrideprotected |
Definition at line 24 of file mitkDICOMFilenameSorter.cpp.
References DICOMFilenameSorter().
Referenced by DICOMFilenameSorter().
|
protected |
Definition at line 29 of file mitkDICOMFilenameSorter.cpp.
References operator=().
|
overridevirtual |
Return the tags of interest (to facilitate scanning)
Implements mitk::DICOMDatasetSorter.
Definition at line 54 of file mitkDICOMFilenameSorter.cpp.
References PrintConfiguration().
Referenced by operator==().
| mitk::DICOMFilenameSorter::mitkClassMacro | ( | DICOMFilenameSorter | , |
| DICOMDatasetSorter | |||
| ) |
|
static |
Referenced by mitkDICOMITKSeriesGDCMReaderBasicsTest().
|
protected |
Definition at line 36 of file mitkDICOMFilenameSorter.cpp.
References mitk::DICOMDatasetSorter::operator=(), and operator==().
Referenced by DICOMFilenameSorter().
|
overridevirtual |
Implements mitk::DICOMDatasetSorter.
Definition at line 47 of file mitkDICOMFilenameSorter.cpp.
References GetTagsOfInterest().
Referenced by operator=().
|
overridevirtual |
Print configuration details into stream.
Implements mitk::DICOMDatasetSorter.
Definition at line 61 of file mitkDICOMFilenameSorter.cpp.
References mitk::DICOMFilenameSorter::FilenameSort::operator()().
Referenced by GetTagsOfInterest().
|
overridevirtual |
Sort input datasets into one or multiple outputs.
Implements mitk::DICOMDatasetSorter.
Definition at line 75 of file mitkDICOMFilenameSorter.cpp.
References mitk::DICOMDatasetSorter::GetInput(), mitk::DICOMDatasetSorter::SetNumberOfOutputs(), and mitk::DICOMDatasetSorter::SetOutput().
Referenced by mitk::DICOMFilenameSorter::FilenameSort::operator()().