|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmol.jvxl.readers.SurfaceReader
org.jmol.jvxl.readers.SurfaceFileReader
org.jmol.jvxl.readers.VolumeFileReader
org.jmol.jvxl.readers.MapFileReader
abstract class MapFileReader
| Field Summary | |
|---|---|
protected float |
a
|
protected javax.vecmath.Point3f |
adjustment
|
protected float |
alpha
|
protected float |
b
|
protected float |
beta
|
protected float |
c
|
protected float |
gamma
|
protected int |
mapc
|
protected int |
mapr
|
protected int |
maps
|
protected int |
mode
|
protected int |
na
|
protected int |
nb
|
protected int |
nc
|
protected int |
nx
|
protected int[] |
nxyzStart
|
protected int |
ny
|
protected int |
nz
|
protected javax.vecmath.Point3f |
origin
|
protected javax.vecmath.Point3f[] |
vectors
|
| Fields inherited from class org.jmol.jvxl.readers.VolumeFileReader |
|---|
atomCount, canDownsample, downsampleRemainders, endOfData, isAngstroms, negativeAtomCount |
| Fields inherited from class org.jmol.jvxl.readers.SurfaceFileReader |
|---|
binarydoc, br, line, next |
| Constructor Summary | |
|---|---|
MapFileReader(SurfaceGenerator sg,
java.io.BufferedReader br)
|
|
| Method Summary | |
|---|---|
protected void |
getVectorsAndOrigin()
|
protected abstract void |
readParameters()
|
protected int |
readVolumetricHeader()
|
| Methods inherited from class org.jmol.jvxl.readers.VolumeFileReader |
|---|
getNextVoxelValue, getVoxelBitSet, gotoData, nextVoxel, readAtomCountAndOrigin, readExtraLine, readSurfaceData, readTitleLines, readVolumeData, readVolumeParameters, readVoxelVector, skipComments, skipData |
| Methods inherited from class org.jmol.jvxl.readers.SurfaceFileReader |
|---|
determineFileType, discardTempData, getTokens, parseFloat, parseFloat, parseInt, parseInt, parseIntNext, skipTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int mapc
protected int mapr
protected int maps
protected int nx
protected int ny
protected int nz
protected int mode
protected int[] nxyzStart
protected int na
protected int nb
protected int nc
protected float a
protected float b
protected float c
protected float alpha
protected float beta
protected float gamma
protected javax.vecmath.Point3f origin
protected javax.vecmath.Point3f adjustment
protected javax.vecmath.Point3f[] vectors
| Constructor Detail |
|---|
MapFileReader(SurfaceGenerator sg,
java.io.BufferedReader br)
| Method Detail |
|---|
protected abstract void readParameters()
throws java.lang.Exception
java.lang.Exceptionprotected int readVolumetricHeader()
readVolumetricHeader in class VolumeFileReaderprotected void getVectorsAndOrigin()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||