org.jmol.shapesurface
Class Pmesh.PmeshBinaryDocument

java.lang.Object
  extended by org.jmol.util.BinaryDocument
      extended by org.jmol.shapesurface.Pmesh.PmeshBinaryDocument
Enclosing class:
Pmesh

 class Pmesh.PmeshBinaryDocument
extends BinaryDocument


Field Summary
private  int polygonCount
           
private  int vertexCount
           
 
Fields inherited from class org.jmol.util.BinaryDocument
isBigEndian, isRandom, stream
 
Constructor Summary
Pmesh.PmeshBinaryDocument(java.io.BufferedInputStream bis)
           
 
Method Summary
(package private)  void close()
           
(package private)  int getPolygonCount()
           
(package private)  int getVertexCount()
           
(package private)  boolean readHeader()
           
 
Methods inherited from class org.jmol.util.BinaryDocument
readByte, readByteArray, readByteArray, readFloat, readInt, readLong, readPoint3fArray, readShort, seek, setRandom, setStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertexCount

private int vertexCount

polygonCount

private int polygonCount
Constructor Detail

Pmesh.PmeshBinaryDocument

Pmesh.PmeshBinaryDocument(java.io.BufferedInputStream bis)
Method Detail

readHeader

boolean readHeader()

close

void close()

getPolygonCount

int getPolygonCount()

getVertexCount

int getVertexCount()