Uses of Class
com.openinventor.ldm.nodes.SoROI
-
Packages that use SoROI Package Description com.openinventor.ldm.elements com.openinventor.ldm.manips com.openinventor.volumeviz.details -
-
Uses of SoROI in com.openinventor.ldm.elements
Methods in com.openinventor.ldm.elements that return SoROI Modifier and Type Method Description static SoROI
SoROIElement. get(SoState state)
Calls get(state, (int)0).static SoROI
SoROIElement. get(SoState state, int dataSetId)
Returns the last traversed ROI with the given ID.static SoROI
SoROIElement. getDefault()
Methods in com.openinventor.ldm.elements with parameters of type SoROI Modifier and Type Method Description static void
SoROIElement. set(SoState state, SoNode node, SoROI ROINode)
-
Uses of SoROI in com.openinventor.ldm.manips
Subclasses of SoROI in com.openinventor.ldm.manips Modifier and Type Class Description class
SoROIManip
Manipulator to transform an ROI (Region of Interest).Methods in com.openinventor.ldm.manips with parameters of type SoROI Modifier and Type Method Description boolean
SoROIManip. replaceManip(SoPath p, SoROI newOne)
Replaces the tail of the path, which must be this manipulator, with the givenSoROI
node. -
Uses of SoROI in com.openinventor.volumeviz.details
Methods in com.openinventor.volumeviz.details with parameters of type SoROI Modifier and Type Method Description void
SoVolumeDetail. setDetails(SbLine line, SoVolumeData vd, SoTransferFunction tf, SoROI r)
-