Uses of Class
com.openinventor.imageviz.SbImageDataAccessor.SubVolumeRegion
-
Packages that use SbImageDataAccessor.SubVolumeRegion Package Description com.openinventor.imageviz This extension is deprecated since 2023.2 ImageViz API is replaced by the new ImageDev toolkit which provides the same features with the added benefit of a simplier API. -
-
Uses of SbImageDataAccessor.SubVolumeRegion in com.openinventor.imageviz
Methods in com.openinventor.imageviz that return SbImageDataAccessor.SubVolumeRegion Modifier and Type Method Description static SbImageDataAccessor.SubVolumeRegion
SbImageDataAccessor. createFullRegion(SoImageDataAdapter image)
Deprecated.Helper to create aSubVolumeRegion
corresponding to the whole region of the given image.static SbImageDataAccessor.SubVolumeRegion
SbImageDataAccessor. createSliceRegion(SoImageDataAdapter image, int sliceNumber)
Deprecated.Helper to create aSubVolumeRegion
corresponding to one slice of the given image.
-