edu.jhu.ece.iacl.jist.structures.geom
Class MipavVOI

java.lang.Object
  extended by VOI
      extended by edu.jhu.ece.iacl.jist.structures.geom.MipavVOI

public class MipavVOI
extends VOI

The Class MipavVOI.


Field Summary
protected  ModelImage img
          The img.
 
Constructor Summary
MipavVOI(java.lang.String name, int dim)
          Instantiates a new mipav voi.
 
Method Summary
 ModelImage getImage()
          Gets the image.
 void setVolume(ModelImage img)
          Sets the volume.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

img

protected ModelImage img
The img.

Constructor Detail

MipavVOI

public MipavVOI(java.lang.String name,
                int dim)
Instantiates a new mipav voi.

Parameters:
name - the name
dim - the dim
Method Detail

setVolume

public void setVolume(ModelImage img)
Sets the volume.

Parameters:
img - the new volume

getImage

public ModelImage getImage()
Gets the image.

Returns:
the image