Uses of Class
com.openinventor.ldm.nodes.SoDataRange
Packages that use SoDataRange
Package
Description
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 SoDataRangeModifier and TypeMethodDescriptionstatic SoDataRange
static SoDataRange
static SoDataRange
SoDataRangeElement.getDefault()
Methods in com.openinventor.ldm.elements with parameters of type SoDataRangeModifier and TypeMethodDescriptionstatic void
SoDataRangeElement.set
(SoState state, SoNode node, SoDataRange name_10447) -
Uses of SoDataRange in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers with parameters of type SoDataRangeModifier and TypeMethodDescriptionstatic 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.