|
|||||||||
| 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.PolygonFileReader
abstract class PolygonFileReader
| Field Summary | |
|---|---|
protected int |
nTriangles
|
protected int |
nVertices
|
| Fields inherited from class org.jmol.jvxl.readers.SurfaceFileReader |
|---|
binarydoc, br, line, next, os |
| Constructor Summary | |
|---|---|
PolygonFileReader(SurfaceGenerator sg,
BufferedReader br)
|
|
| Method Summary | |
|---|---|
(package private) abstract void |
getSurfaceData()
|
protected void |
readSurfaceData(boolean isMapData)
|
protected boolean |
readVolumeData(boolean isMapData)
|
protected boolean |
readVolumeParameters(boolean isMapData)
|
| Methods inherited from class org.jmol.jvxl.readers.SurfaceFileReader |
|---|
closeReader, discardTempData, getNextQuotedString, getTokens, parseFloat, parseFloat, parseFloatArray, parseFloatArray, parseInt, parseInt, parseIntNext, readLine, setOutputStream, skipTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int nVertices
protected int nTriangles
| Constructor Detail |
|---|
PolygonFileReader(SurfaceGenerator sg,
BufferedReader br)
| Method Detail |
|---|
protected boolean readVolumeParameters(boolean isMapData)
readVolumeParameters in class SurfaceReaderprotected boolean readVolumeData(boolean isMapData)
readVolumeData in class SurfaceReader
protected void readSurfaceData(boolean isMapData)
throws Exception
readSurfaceData in class SurfaceReaderException
abstract void getSurfaceData()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||