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 Grid3DgridVolumeMaskOptions_oldparams -
Constructor Summary
Constructors Constructor Description VolumeMaskUpdater(VolumeMaskOptions_old o)VolumeMaskUpdater(VolumeMaskOptions_old o, Grid3D g) -
Method Summary
Modifier and Type Method Description voidsetGrid(Grid3D g)voidsetParams(VolumeMaskOptions_old p)voidupdateData(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:
updateDatain interfaceorg.jogamp.java3d.ImageComponent3D.Updater- Specified by:
updateDatain classVolume3DUpdater
-
setGrid
-
setParams
-