org.jmol.jvxl.readers
Class IsoSolventReader.Face

java.lang.Object
  extended by org.jmol.jvxl.readers.IsoSolventReader.Face
Enclosing class:
IsoSolventReader

private class IsoSolventReader.Face
extends java.lang.Object


Field Summary
(package private)  IsoSolventReader.Edge[] edges
           
(package private)  int ia
           
(package private)  int ib
           
(package private)  int ic
           
(package private)  boolean isValid
           
(package private)  javax.vecmath.Point3f pS
           
 
Constructor Summary
IsoSolventReader.Face(int ia, int ib, int ic, IsoSolventReader.Edge edgeAB, javax.vecmath.Point3f pS)
           
 
Method Summary
protected  void dump()
           
(package private)  void setEdges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ia

int ia

ib

int ib

ic

int ic

isValid

boolean isValid

pS

javax.vecmath.Point3f pS

edges

IsoSolventReader.Edge[] edges
Constructor Detail

IsoSolventReader.Face

IsoSolventReader.Face(int ia,
                      int ib,
                      int ic,
                      IsoSolventReader.Edge edgeAB,
                      javax.vecmath.Point3f pS)
Method Detail

setEdges

void setEdges()

dump

protected void dump()