|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmol.jvxl.readers.VoxelReader
org.jmol.jvxl.readers.VolumeFileReader
org.jmol.jvxl.readers.JaguarReader
class JaguarReader
| Field Summary | |
|---|---|
private float[] |
extents
|
| Fields inherited from class org.jmol.jvxl.readers.VolumeFileReader |
|---|
atomCount, br, canDownsample, endOfData, isAngstroms, line, negativeAtomCount, next |
| Constructor Summary | |
|---|---|
JaguarReader(SurfaceGenerator sg,
java.io.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 |
| Methods inherited from class org.jmol.jvxl.readers.VolumeFileReader |
|---|
determineFileType, discardTempData, getNextVoxelValue, getTokens, gotoData, parseFloat, parseFloat, parseFloatNext, parseInt, parseInt, parseInt, parseIntNext, readExtraLine, readVolumeData, readVolumeParameters, readVolumetricHeader, readVoxelData, skipComments |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private float[] extents
| Constructor Detail |
|---|
JaguarReader(SurfaceGenerator sg,
java.io.BufferedReader br)
| Method Detail |
|---|
protected void readTitleLines()
throws java.lang.Exception
readTitleLines in class VolumeFileReaderjava.lang.Exception - -- generally a reader issue
protected void readAtomCountAndOrigin()
throws java.lang.Exception
readAtomCountAndOrigin in class VolumeFileReaderjava.lang.Exception - -- generally a reader issue
protected void readVoxelVector(int voxelVectorIndex)
throws java.lang.Exception
readVoxelVector in class VolumeFileReadervoxelVectorIndex - 0, 1, or 2
java.lang.Exception - -- generally a reader issue
protected float nextVoxel()
throws java.lang.Exception
nextVoxel in class VolumeFileReaderjava.lang.Exception - -- generally a reader issue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||