Package mgui.interfaces.shapes.volume
Class VolumeMaskUpdater
java.lang.Object
mgui.interfaces.shapes.volume.Volume3DUpdater
mgui.interfaces.shapes.volume.VolumeMaskUpdater
- All Implemented Interfaces:
org.jogamp.java3d.ImageComponent3D.Updater
public class VolumeMaskUpdater extends Volume3DUpdater
-
Field Summary
Fields Modifier and Type Field Description Grid3D
grid
VolumeMaskOptions_old
params
-
Constructor Summary
Constructors Constructor Description VolumeMaskUpdater(VolumeMaskOptions_old o)
VolumeMaskUpdater(VolumeMaskOptions_old o, Grid3D g)
-
Method Summary
Modifier and Type Method Description void
setGrid(Grid3D g)
void
setParams(VolumeMaskOptions_old p)
void
updateData(org.jogamp.java3d.ImageComponent3D imageComponent, int index, int x, int y, int width, int height)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
params
-
grid
-
-
Constructor Details
-
VolumeMaskUpdater
-
VolumeMaskUpdater
-
-
Method Details
-
updateData
public void updateData(org.jogamp.java3d.ImageComponent3D imageComponent, int index, int x, int y, int width, int height)- Specified by:
updateData
in interfaceorg.jogamp.java3d.ImageComponent3D.Updater
- Specified by:
updateData
in classVolume3DUpdater
-
setGrid
-
setParams
-