org.jmol.jvxl.readers
class JaguarReader extends VolumeFileReader
Field Summary | |
---|---|
float[] | extents |
Constructor Summary | |
---|---|
JaguarReader(SurfaceGenerator sg, BufferedReader br) |
Method Summary | |
---|---|
protected float | nextVoxel()
read one value per line
|
protected void | readAtomCountAndOrigin()
skip initial stuff and read the origin= line
|
protected void | readTitleLines()
nothing much here
|
protected void | readVoxelVector(int voxelVectorIndex)
read the extentx=, extenty=, extentz= lines and cache them
then read the npts= line and construct the necessary data
|
Returns: the next floating point value
Throws: Exception -- generally a reader issue
Throws: Exception -- generally a reader issue
Throws: Exception -- generally a reader issue
Parameters: voxelVectorIndex 0, 1, or 2
Throws: Exception -- generally a reader issue