|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsnakeprogram3d.SnakeBufferedImages
public class SnakeBufferedImages
Class for linking the 2D image plus image stack with the 3D volume stacks. Originally used a buffered image, now creates 3D data from the snake_images.
Field Summary | |
---|---|
int |
CURRENT_FRAME
|
int |
FRAMES
|
boolean |
REAL
REAL uses a resolution equivalent to the image being displayed |
int |
SLICES
|
boolean |
TEST
If hardware support is sufficient |
boolean |
USER_REAL
toggled by model |
Method Summary | |
---|---|
void |
createVolumeData()
|
void |
createVolumeTexture()
Provided there is volume data, this creates the texture. |
void |
decreaseMax()
For changing the Brightness/Contrast of the Image. |
void |
decreaseMin()
For changing the Brightness/Contrast of the Image. |
double |
getDepth()
|
double |
getHeight()
|
int |
getNSlices()
|
VolumeTexture |
getVolumeTexture()
|
double |
getWidth()
|
double |
getZResolution()
|
void |
increaseMax()
For changing the Brightness/Contrast of the Image. |
void |
increaseMin()
For changing the Brightness/Contrast of the Image. |
void |
updateFrame()
Updates the image data for the volume displays. |
void |
updateGeometry()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int CURRENT_FRAME
public int FRAMES
public int SLICES
public boolean TEST
public boolean REAL
public boolean USER_REAL
Method Detail |
---|
public void updateGeometry()
public void createVolumeData()
public void createVolumeTexture()
public VolumeTexture getVolumeTexture()
public double getHeight()
public double getWidth()
public double getDepth()
public double getZResolution()
public int getNSlices()
public void increaseMax()
public void decreaseMax()
public void increaseMin()
public void decreaseMin()
public void updateFrame()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |