Uses of Class
com.openinventor.ldm.nodes.SoTransferFunction
-
Packages that use SoTransferFunction Package Description com.openinventor.ldm.elements com.openinventor.medical.helpers Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.volumeviz.details -
-
Uses of SoTransferFunction in com.openinventor.ldm.elements
Methods in com.openinventor.ldm.elements that return SoTransferFunction Modifier and Type Method Description static SoTransferFunction
SoTransferFunctionElement. get(SoState state)
static SoTransferFunction
SoTransferFunctionElement. getDefault()
Default values.Methods in com.openinventor.ldm.elements with parameters of type SoTransferFunction Modifier and Type Method Description static void
SoTransferFunctionElement. set(SoState state, SoNode node, SoTransferFunction m_transferFunctionNode)
Sets/Gets the current volume data attributes in the state. -
Uses of SoTransferFunction in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers with parameters of type SoTransferFunction Modifier and Type Method Description static boolean
MedicalHelper. dicomCheckMonochrome1(SoTransferFunction cmapNode, SoVolumeData volume, boolean forceReverse)
Automatically adjusts the color map (transferFunction) if the specified volume is a DICOM data set (reader is SoVRDicomFileReader) and the Photometric Interpretation (0028,0004) value is MONOCHROME1. -
Uses of SoTransferFunction in com.openinventor.volumeviz.details
Methods in com.openinventor.volumeviz.details with parameters of type SoTransferFunction Modifier and Type Method Description void
SoVolumeDetail. setDetails(SbLine line, SoVolumeData vd, SoTransferFunction tf, SoROI r)
-