theba.core.Stack Member List
This is the complete list of members for
theba.core.Stack, including all inherited members.
flush() | theba.core.Stack | |
getDepth() | theba.core.Stack | |
getHeight() | theba.core.Stack | |
getSlice(int z) | theba.core.Stack | |
getVoxel(int x, int y, int z) | theba.core.Stack | |
getVoxel(Point3D p) | theba.core.Stack | |
getVoxelUnchecked(int x, int y, int z) | theba.core.Stack | |
getWidth() | theba.core.Stack | |
getWriter() | theba.core.Stack | |
isWritable() | theba.core.Stack | |
putSlice(short[] data, int z) | theba.core.Stack | |
setDepth(int depth) | theba.core.Stack | |
setHeight(int height) | theba.core.Stack | |
setVoxel(int x, int y, int z, int val) | theba.core.Stack | |
setVoxelUnchecked(int x, int y, int z, int val) | theba.core.Stack | |
setWidth(int width) | theba.core.Stack | |
Stack(int w, int h, int d, String fileName) | theba.core.Stack | |
Stack(VolumeReader reader) | theba.core.Stack | |