|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.bio.MeasureManager
public class MeasureManager
MeasureManager is the class encapsulating VisBio's measurement logic.
Nested Class Summary | |
---|---|
class |
MeasureManager.MData
Measurement data structure. |
Constructor Summary | |
---|---|
MeasureManager(VisBio biovis)
Constructs a measurement manager. |
Method Summary | |
---|---|
void |
clear()
Clears all measurements from all image slices. |
void |
export(java.io.File file)
Exports measurements to the given output stream in an Excel-friendly text format. |
MeasureList |
getList()
Gets measurement list for current index. |
void |
initLists(int timesteps)
Initializes the measurement lists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeasureManager(VisBio biovis) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
Method Detail |
---|
public void initLists(int timesteps) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void clear()
public MeasureList getList()
public void export(java.io.File file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |