Uses of Class
mgui.interfaces.shapes.volume.VolumeMaskOptions_old
Package | Description |
---|---|
mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
mgui.interfaces.shapes.volume |
-
Uses of VolumeMaskOptions_old in mgui.geometry.volume
Methods in mgui.geometry.volume with parameters of type VolumeMaskOptions_old Modifier and Type Method Description static void
VolumeFunctions. applyMask(org.jogamp.java3d.ImageComponent3D iComp, int index, int x, int y, int width, int height, VolumeMaskOptions_old params)
Applies a voxel mask to an ImageComponent3D object, using the parameters in params.static boolean[][][]
VolumeFunctions. getMask(Grid3D grid, VolumeMaskOptions_old params)
Applies a voxel mask to an ImageComponent3D object, using the parameters in params.static boolean
VolumeFunctions. isInMask(int i, int j, int k, VolumeMaskOptions_old params)
Determines whether the voxel at i, j, k is in the mask specified by params. -
Uses of VolumeMaskOptions_old in mgui.interfaces.shapes.volume
Fields in mgui.interfaces.shapes.volume declared as VolumeMaskOptions_old Modifier and Type Field Description VolumeMaskOptions_old
InterfaceVolumePanel. maskOptions
VolumeMaskOptions_old
VolumeMaskDialog_old. options
VolumeMaskOptions_old
VolumeMaskUpdater. params
Methods in mgui.interfaces.shapes.volume with parameters of type VolumeMaskOptions_old Modifier and Type Method Description void
VolumeMaskUpdater. setParams(VolumeMaskOptions_old p)
Constructors in mgui.interfaces.shapes.volume with parameters of type VolumeMaskOptions_old Constructor Description VolumeMaskUpdater(VolumeMaskOptions_old o)
VolumeMaskUpdater(VolumeMaskOptions_old o, Grid3D g)