Uses of Class
com.openinventor.volumeviz.readers.dicom.SoDicomTag
-
Packages that use SoDicomTag Package Description com.openinventor.volumeviz.readers.dicom -
-
Uses of SoDicomTag in com.openinventor.volumeviz.readers.dicom
Methods in com.openinventor.volumeviz.readers.dicom that return SoDicomTag Modifier and Type Method Description SoDicomTag
SiDicomElement. getTag()
Get the tag of the element.static SoDicomTag[]
SoDicomTag. toArray(long nativeArray, long length)
Methods in com.openinventor.volumeviz.readers.dicom with parameters of type SoDicomTag Modifier and Type Method Description SiDicomElement
SiDicomDataSet. getElement(SoDicomTag tag)
Get an element of this data set.boolean
SiDicomDataSet. getElementBufferValue(SoDicomTag tag, SoBufferObject buffer)
Shortcut to extract an element's buffer value.double
SiDicomDataSet. getElementDoubleValue(SoDicomTag tag, long idx, double defaultValue)
Shortcut to extract a DOUBLE element's value.long
SiDicomDataSet. getElementIntValue(SoDicomTag tag, long idx, long defaultValue)
Shortcut to extract a INT element's value.java.lang.String
SiDicomDataSet. getElementStringValue(SoDicomTag tag, long idx, java.lang.String defaultValue)
Shortcut to extract a STRING element's value.long
SiDicomDataSet. getElementUIntValue(SoDicomTag tag, long idx, long defaultValue)
Shortcut to extract a UINT element's value.SiDicomValue
SiDicomDataSet. getElementValue(SoDicomTag tag)
Shortcut to get an element's value fast.void
SoDicomTag. setValue(SoDicomTag copyFrom)
Constructors in com.openinventor.volumeviz.readers.dicom with parameters of type SoDicomTag Constructor Description SoDicomTag(SoDicomTag copyFrom)
-