VolumeReader.java

Go to the documentation of this file.
00001 package theba.core.io;
00002 
00011 public interface VolumeReader {
00012 
00013         public int getWidth();
00014 
00015         public int getHeight();
00016 
00017         public int getDepth();
00018 
00023         public void flush();
00024 
00031         public short[] getSlice(int sliceNo);
00032 
00039         public void putSlice(short[] data, int pos);
00040 
00045         public void destroy();
00046 }

Generated on Fri Nov 13 08:57:07 2009 for Theba by  doxygen 1.6.1