edu.uthscsa.ric.visualization
Interface SurfacePlugin


public interface SurfacePlugin

A class which implements SurfacePlugin can be registered with Mango and have access to surface-related data. Such a class will also have limited control over the surface rendering window options (e.g., view options, use of cut planes).


Method Summary
 void doOperation(SurfaceController controller)
          This is the method which Mango executes when a plugin is chosen.
 

Method Detail

doOperation

void doOperation(SurfaceController controller)
This is the method which Mango executes when a plugin is chosen.

Parameters:
controller - a SurfaceController provided to the plugin