Uses of Class
com.openinventor.ldm.nodes.SoDataRange
-
Packages that use SoDataRange Package Description com.openinventor.ldm.elements com.openinventor.medical.helpers Provides some nodes and helper classes specifically created to facilitate implementation of medical applications. -
-
Uses of SoDataRange in com.openinventor.ldm.elements
Methods in com.openinventor.ldm.elements that return SoDataRange Modifier and Type Method Description static SoDataRange
SoDataRangeElement. get(SoState state)
static SoDataRange
SoDataRangeElement. get(SoState state, short dataRangeId)
static SoDataRange
SoDataRangeElement. getDefault()
Methods in com.openinventor.ldm.elements with parameters of type SoDataRange Modifier and Type Method Description static void
SoDataRangeElement. set(SoState state, SoNode node, SoDataRange name_10716)
-
Uses of SoDataRange in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers with parameters of type SoDataRange Modifier and Type Method Description static boolean
MedicalHelper. dicomAdjustDataRange(SoDataRange rangeNode, SoVolumeData volume)
Adjust data range based on values in the DICOM file, i.e.static SbVec2f
MedicalHelper. dicomGetWindowCenterWidth(SoDataRange dataRange)
Get the window center (level) and width values from an SoDataRange node.static boolean
MedicalHelper. dicomSetWindowCenterWidth(SoDataRange dataRange, SbVec2f winCW)
Set an SoDataRange node from the window center (level) and width values.
-