|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--volume.Volume | +--volume.VolumeFloat | +--volume.VolumeIO
This is a class that implements reading and writing on float volumes. Copyright (c) 1999-2002, Michael Abramoff. All rights reserved.
Fields inherited from class volume.VolumeFloat |
v |
Fields inherited from class volume.Volume |
aspectx, aspecty, aspectz, depth, edge, height, width |
Constructor Summary | |
VolumeIO(int width,
int height,
int depth)
|
|
VolumeIO(java.lang.String fileName)
|
Method Summary | |
boolean |
delete(java.lang.String filename)
|
void |
write(java.lang.String fileName)
|
Methods inherited from class volume.VolumeFloat |
add, convolvet, convolvex, convolvex, convolvex, convolvexy, convolvexy, convolvexyz, convolvexyz, convolvey, convolvey, convolvey, convolvez, convolvez, convolvez, convolvez, copy, dx, dy, dz, get, getImageStack, getVolume, intoStack, load, loadInverse, map, mul, mul, mul, set, sqrt, sub, ux, uy |
Methods inherited from class volume.Volume |
discreteSupport, getAspectx, getAspecty, getAspectz, getDepth, getEdge, getHeight, getWidth, in, setAspects, setEdge, toString, valid, valid |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public VolumeIO(int width, int height, int depth)
public VolumeIO(java.lang.String fileName)
Method Detail |
public void write(java.lang.String fileName)
public boolean delete(java.lang.String filename)
|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |