41 DICOMTag(
unsigned int group,
unsigned int element);
45 bool operator<(
const DICOMTag& other)
const;
47 unsigned int GetGroup()
const;
48 unsigned int GetElement()
const;
54 void Print(std::ostream& os)
const;
58 std::string toHexString(
unsigned int i)
const;
61 unsigned int m_Element;
bool DICOMStringToSpacing(const std::string &s, ScalarType &spacingX, ScalarType &spacingY)
std::vector< DICOMTag > DICOMTagList
void DICOMStringToOrientationVectors(const std::string &s, Vector3D &right, Vector3D &up, bool &successful)
Convert DICOM string describing a point two Vector3D.
Representation of a DICOM tag.
#define MITKDICOMREADER_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
static std::string GetName(std::string fileName, std::string suffix)
Point3D DICOMStringToPoint3D(const std::string &s, bool &successful)
Convert DICOM string describing a point to Point3D.