Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkDICOMTag_h
14 #define mitkDICOMTag_h
36 DICOMTag(
unsigned int group,
unsigned int element);
42 unsigned int GetGroup()
const;
43 unsigned int GetElement()
const;
46 std::string GetName()
const;
49 void Print(std::ostream& os)
const;
53 std::string toHexString(
unsigned int i)
const;
56 unsigned int m_Element;
bool operator<(const StaticParameterMap::ValueType &a, const StaticParameterMap::ValueType &b)
Compares two var lists and returns true if the first list's first item is lower than the second one's...
bool DICOMStringToSpacing(const std::string &s, ScalarType &spacingX, ScalarType &spacingY)
Point3D DICOMStringToPoint3D(const std::string &s, bool &successful)
Convert DICOM string describing a point to Point3D.
Representation of a DICOM tag.
Find image slices visible on a given plane.
std::vector< DICOMTag > DICOMTagList
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
void DICOMStringToOrientationVectors(const std::string &s, Vector3D &right, Vector3D &up, bool &successful)
Convert DICOM string describing a point two Vector3D.