vtk-dicom  0.8.14
Classes | Public Member Functions | List of all members
vtkDICOMTag Class Reference

A (group,element) identifier tag for DICOM attributes. More...

#include <vtkDICOMTag.h>

Classes

struct  StaticTag
 A struct that provides static storage for a DICOM tag. More...
 

Public Member Functions

 vtkDICOMTag (int group, int element)
 Construct a tag from group, element numbers.
 
 vtkDICOMTag (DC::EnumType tag)
 Construct a tag from an identifier from the DICOM dictionary.
 
 vtkDICOMTag (StaticTag tag)
 Construct a tag object from a static tag.
 
unsigned short GetGroup () const
 Get the 16-bit group identifier.
 
unsigned short GetElement () const
 Get the 16-bit element identifier.
 
unsigned int GetKey () const
 Get the tag as a 32-bit key.
 
unsigned int ComputeHash () const
 Compute a hash value, used for accelerating lookups.
 
bool operator== (const vtkDICOMTag &b) const
 
bool operator!= (const vtkDICOMTag &b) const
 
bool operator<= (const vtkDICOMTag &b) const
 
bool operator>= (const vtkDICOMTag &b) const
 
bool operator< (const vtkDICOMTag &b) const
 
bool operator> (const vtkDICOMTag &b) const
 

Detailed Description

A (group,element) identifier tag for DICOM attributes.


The documentation for this class was generated from the following file: