org.jmol.shapesurface

Class Pmesh.PmeshBinaryDocument

class Pmesh.PmeshBinaryDocument extends BinaryDocument

Field Summary
intpolygonCount
intvertexCount
Constructor Summary
PmeshBinaryDocument(BufferedInputStream bis)
Method Summary
voidclose()
intgetPolygonCount()
intgetVertexCount()
booleanreadHeader()

Field Detail

polygonCount

private int polygonCount

vertexCount

private int vertexCount

Constructor Detail

PmeshBinaryDocument

PmeshBinaryDocument(BufferedInputStream bis)

Method Detail

close

void close()

getPolygonCount

int getPolygonCount()

getVertexCount

int getVertexCount()

readHeader

boolean readHeader()