Uses of Class
com.openinventor.volumeviz.readers.dicom.SoDicomTag.VRs
-
Packages that use SoDicomTag.VRs Package Description com.openinventor.volumeviz.readers.dicom -
-
Uses of SoDicomTag.VRs in com.openinventor.volumeviz.readers.dicom
Methods in com.openinventor.volumeviz.readers.dicom that return SoDicomTag.VRs Modifier and Type Method Description SoDicomTag.VRs
SoDicomTag. getVR()
Get the VR (Visual Representation) associated with this tag in the specification, returning "UN" if the tag is not found.static SoDicomTag.VRs
SoDicomTag.VRs. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoDicomTag.VRs
SoDicomTag.VRs. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDicomTag.VRs[]
SoDicomTag.VRs. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-