Class Volume3DUpdater

java.lang.Object
mgui.interfaces.shapes.volume.Volume3DUpdater
All Implemented Interfaces:
org.jogamp.java3d.ImageComponent3D.Updater
Direct Known Subclasses:
VolumeMaskUpdater

public abstract class Volume3DUpdater
extends java.lang.Object
implements org.jogamp.java3d.ImageComponent3D.Updater
Class implementing the ImageComponent3D.Updater interface, to allow modification of volume data represented in a live Java3D node.
Version:
1.0
Author:
Andrew Reid
  • Constructor Summary

    Constructors
    Constructor Description
    Volume3DUpdater()  
  • Method Summary

    Modifier and Type Method Description
    abstract 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
  • Constructor Details

    • Volume3DUpdater

      public Volume3DUpdater()
  • Method Details

    • updateData

      public abstract void updateData​(org.jogamp.java3d.ImageComponent3D imageComponent, int index, int x, int y, int width, int height)
      Specified by:
      updateData in interface org.jogamp.java3d.ImageComponent3D.Updater