Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeData
-
Packages that use SoVolumeData Package Description com.openinventor.medical.helpers Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.volumeviz.details com.openinventor.volumeviz.elements com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeData in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers with parameters of type SoVolumeData Modifier and Type Method Description static booleanMedicalHelper. dicomAdjustDataRange(SoDataRange rangeNode, SoVolumeData volume)Adjust data range based on values in the DICOM file, i.e.static booleanMedicalHelper. dicomAdjustVolume(SoVolumeData volume, boolean useImagePosition)Optimize volume data node for DICOM volumes.static booleanMedicalHelper. dicomAdjustVolume(SoVolumeData volume, SoMatrixTransform imgToPatient)Similar to dicomAdjustVolume( SoVolumeData, boolean ) above but returns an SoMatrixTransform that can be used to properly locate VolumeData in patient space in case of non axis aligned acquisition:static booleanMedicalHelper. 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.static SbVec3fMedicalHelper. dicomGetImagePosition(SoVolumeData volume)Get the "Image Position (Patient)" attribute (0020,0032) from a DICOM volume.static SbVec2fMedicalHelper. dicomGetWindowCenterWidth(SoVolumeData volume)Get the window center (level) and width values from a DICOM volume.static MedicalHelper.AxisMedicalHelper. MedicalAxisFromViewAxis(Axis viewAxis, SoVolumeData volData)static booleanMedicalHelper. orientView(MedicalHelper.Axis axis, SoCamera camera, SoVolumeData volume)Equivalent toorientView(axis, camera, volume, 1.01f)static booleanMedicalHelper. orientView(MedicalHelper.Axis axis, SoCamera camera, SoVolumeData volume, float slack)Adjusts the camera to view a slice or volume along the specified axis.static AxisMedicalHelper. ViewAxisFromMedicalAxis(MedicalHelper.Axis medicalAxis, SoVolumeData volData) -
Uses of SoVolumeData in com.openinventor.volumeviz.details
Methods in com.openinventor.volumeviz.details with parameters of type SoVolumeData Modifier and Type Method Description voidSoSliceDetail. setDetails(SbPlane p, SbLine line, SoVolumeData vd)voidSoVolumeDetail. setDetails(SbLine line, SoVolumeData vd, SoTransferFunction tf, SoROI r) -
Uses of SoVolumeData in com.openinventor.volumeviz.elements
Methods in com.openinventor.volumeviz.elements that return SoVolumeData Modifier and Type Method Description static SoVolumeDataSoVolumeDataElement. getVolumeData(SoState state)Methods in com.openinventor.volumeviz.elements with parameters of type SoVolumeData Modifier and Type Method Description static voidSoVolumeDataElement. set(SoState state, SoNode node, SoVolumeData volumeDataNode)static voidSoVolumeDataElement. set(SoState state, SoNode node, SoVolumeData volumeDataNode, SbMatrix matrix) -
Uses of SoVolumeData in com.openinventor.volumeviz.nodes
Subclasses of SoVolumeData in com.openinventor.volumeviz.nodes Modifier and Type Class Description classSoHeightFieldGeometryHeight field data node.classSoHeightFieldPropertyHeight field property node.classSoHeightFieldPropertyMaskHeight field mask node.classSoVolumeMaskVolume mask.Methods in com.openinventor.volumeviz.nodes that return SoVolumeData Modifier and Type Method Description SoVolumeDataSoVolumeMask. getVolumeData()SoVolumeDataSoVolumeData. reSampling(SbVec3i32 dimension, SoVolumeData.SubMethods subMethod)Deprecated.SoVolumeDataSoVolumeData. reSampling(SbVec3i32 dimension, SoVolumeData.SubMethods subMethod, SoVolumeData.OverMethods name_25657)Deprecated.As of Open Inventor 9000.SoVolumeDataSoVolumeData. subSetting(SbBox3i32 region)Deprecated.As of Open Inventor 9000.
-