|
vtk-dicom
0.8.17
|
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 |
A (group,element) identifier tag for DICOM attributes.