|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisualize.Volume
public class Volume
The Class Volume
reads the data from a data-set and stores it into a FloatBuffer.
Constructor Summary | |
---|---|
Volume(java.io.File file)
Reads the data from a data-set saved in a File and stores the data in a FloatBuffer. |
Method Summary | |
---|---|
java.nio.FloatBuffer |
getBufferedData()
Returns the data read from a file in FloatBuffer-form. |
java.nio.FloatBuffer |
getBufferedGradientData()
Returns the gradients of the Volume |
int |
getDepth()
Returns the depth of the data-set. |
int |
getHeight()
Returns the height of the data-set. |
float[] |
getHistogram()
Returns the normalized histogram of the data-set. |
int |
getWidth()
Returns the width of the data-set. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Volume(java.io.File file)
file
- Data-Set.Method Detail |
---|
public java.nio.FloatBuffer getBufferedData()
public java.nio.FloatBuffer getBufferedGradientData()
public int getWidth()
public int getHeight()
public int getDepth()
public float[] getHistogram()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |