|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <string>#include <vector>#include <utility>Go to the source code of this file.
Namespaces | |
| mitk | |
| Find image slices visible on a given plane. | |
Typedefs | |
| typedef std::vector< std::string > | mitk::StringList |
| typedef std::vector< bool > | mitk::BoolList |
Enumerations | |
| enum | mitk::PixelSpacingInterpretation { mitk::SpacingInPatient, mitk::SpacingAtDetector, mitk::SpacingUnknown } |
| How the mitk::Image spacing should be interpreted (see mitk::DICOMFileReader). More... | |
| enum | mitk::ReaderImplementationLevel { mitk::SOPClassSupported, mitk::SOPClassPartlySupported, mitk::SOPClassImplemented, mitk::SOPClassUnsupported, mitk::SOPClassUnknown } |
| Describes how well the reader is tested for a certain file type (see mitk::DICOMFileReader). More... | |
Functions | |
| std::string | mitk::PixelSpacingInterpretationToString (const PixelSpacingInterpretation &value) |
| Convert mitk::PixelSpacingInterpretation to a human readable string. More... | |
| std::string | mitk::ReaderImplementationLevelToString (const ReaderImplementationLevel &enumValue) |
| Convert mitk::ReaderImplementationLevel to a human readable string. More... | |