Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Classes | |
class | mitk::DICOMTag |
Representation of a DICOM tag. More... | |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Typedefs | |
typedef std::vector< DICOMTag > | mitk::DICOMTagList |
Functions | |
void | mitk::DICOMStringToOrientationVectors (const std::string &s, Vector3D &right, Vector3D &up, bool &successful) |
Convert DICOM string describing a point two Vector3D. More... | |
bool | mitk::DICOMStringToSpacing (const std::string &s, ScalarType &spacingX, ScalarType &spacingY) |
Point3D | mitk::DICOMStringToPoint3D (const std::string &s, bool &successful) |
Convert DICOM string describing a point to Point3D. More... | |