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 SoDataRangestatic SoDataRangestatic SoDataRangeSoDataRangeElement.getDefault()Methods in com.openinventor.ldm.elements with parameters of type SoDataRangeModifier and TypeMethodDescriptionstatic voidSoDataRangeElement.set(SoState state, SoNode node, SoDataRange name_10454) -
Uses of SoDataRange in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers with parameters of type SoDataRangeModifier and TypeMethodDescriptionstatic booleanMedicalHelper.dicomAdjustDataRange(SoDataRange rangeNode, SoVolumeData volume) Adjust data range based on values in the DICOM file, i.e.static SbVec2fMedicalHelper.dicomGetWindowCenterWidth(SoDataRange dataRange) Get the window center (level) and width values from an SoDataRange node.static booleanMedicalHelper.dicomSetWindowCenterWidth(SoDataRange dataRange, SbVec2f winCW) Set an SoDataRange node from the window center (level) and width values.