Uses of Enum Class
com.openinventor.volumeviz.readers.dicom.SoDicomTag.VRs
Packages that use SoDicomTag.VRs
-
Uses of SoDicomTag.VRs in com.openinventor.volumeviz.readers.dicom
Methods in com.openinventor.volumeviz.readers.dicom that return SoDicomTag.VRsModifier and TypeMethodDescriptionSoDicomTag.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
Returns the enum constant of this class with the specified name.static SoDicomTag.VRs[]
SoDicomTag.VRs.values()
Returns an array containing the constants of this enum class, in the order they are declared.