org.openscience.jvxl.simplewriter
Class VoxelDataCreator
java.lang.Object
org.openscience.jvxl.simplewriter.VoxelDataCreator
public class VoxelDataCreator
- extends Object
Method Summary |
(package private) void |
createVoxelData()
Developer must customize this method |
float |
getValue(int x,
int y,
int z)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
volumeData
VolumeData volumeData
pt
Point3f pt
VoxelDataCreator
VoxelDataCreator(VolumeData volumeData)
createVoxelData
void createVoxelData()
- Developer must customize this method
getValue
public float getValue(int x,
int y,
int z)