edu.jhu.cs.cisst.vent.renderer.processing
Class RendererProcessing3D

java.lang.Object
  extended by edu.jhu.cs.cisst.vent.renderer.processing.RendererProcessing
      extended by edu.jhu.cs.cisst.vent.renderer.processing.RendererProcessing3D
All Implemented Interfaces:
VisualizationParameters, ParamViewObserver
Direct Known Subclasses:
SurfaceRenderer

public abstract class RendererProcessing3D
extends RendererProcessing

JIST Extensions for Computer-Integrated Surgery Center for Computer-Integrated Surgical Systems and Technology & Johns Hopkins Applied Physics Laboratory & The Johns Hopkins University This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The license is available for reading at: http://www.gnu.org/copyleft/lgpl.html

Author:
Blake Lucas

Field Summary
protected  BoundingBox bbox
          The bbox.
 
Constructor Summary
RendererProcessing3D()
           
 
Method Summary
 BoundingBox getBoundingBox()
          Gets the bounding box.
 void setBoundingBox(BoundingBox bbox)
          Sets the bounding box.
 
Methods inherited from class edu.jhu.cs.cisst.vent.renderer.processing.RendererProcessing
draw, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.jhu.cs.cisst.vent.VisualizationParameters
createVisualizationParameters, updateVisualizationParameters
 
Methods inherited from interface edu.jhu.ece.iacl.jist.pipeline.view.input.ParamViewObserver
update
 

Field Detail

bbox

protected BoundingBox bbox
The bbox.

Constructor Detail

RendererProcessing3D

public RendererProcessing3D()
Method Detail

getBoundingBox

public BoundingBox getBoundingBox()
Gets the bounding box.

Returns:
the bounding box

setBoundingBox

public void setBoundingBox(BoundingBox bbox)
Sets the bounding box.

Parameters:
bbox - the new bounding box