Uses of Class
com.openinventor.imageviz.SbImageDataAccessor.SubVolumeRegion
-
Packages that use SbImageDataAccessor.SubVolumeRegion Package Description com.openinventor.imageviz The ImageViz extension allows easy integration of advanced 2D and 3D image processing and analysis capabilities into imaging software applications. -
-
Uses of SbImageDataAccessor.SubVolumeRegion in com.openinventor.imageviz
Methods in com.openinventor.imageviz that return SbImageDataAccessor.SubVolumeRegion Modifier and Type Method Description static SbImageDataAccessor.SubVolumeRegionSbImageDataAccessor. createFullRegion(SoImageDataAdapter image)Helper to create aSubVolumeRegioncorresponding to the whole region of the given image.static SbImageDataAccessor.SubVolumeRegionSbImageDataAccessor. createSliceRegion(SoImageDataAdapter image, int sliceNumber)Helper to create aSubVolumeRegioncorresponding to one slice of the given image.
-