org.jmol.modelset
Class MeasurementPending

java.lang.Object
  extended by org.jmol.modelset.Measurement
      extended by org.jmol.modelset.MeasurementPending

public class MeasurementPending
extends Measurement


Field Summary
private  boolean haveModified
           
private  boolean haveTarget
           
(package private)  int lastIndex
           
(package private)  int numSet
           
 
Fields inherited from class org.jmol.modelset.Measurement
count, countPlusIndices, modelSet, points, value, viewer
 
Constructor Summary
MeasurementPending(ModelSet modelSet)
           
 
Method Summary
 int addPoint(int atomIndex, Point3fi ptClicked, boolean doSet)
           
private  boolean checkPoint(Point3fi ptClicked)
           
 int getIndexOf(int atomIndex)
           
 int getNumSet()
           
 boolean haveModified()
           
 boolean haveTarget()
           
 
Methods inherited from class org.jmol.modelset.Measurement
formatMeasurement, formatMeasurement, getAtom, getAtomIndex, getAxisAngle, getColix, getCount, getCountPlusIndices, getIndex, getLabel, getLastIndex, getMeasurement, getMeasurementScript, getPointArc, getPoints, getStrFormat, getString, getStringDetail, getValue, isDynamic, isHidden, isTrajectory, isVisible, reformatDistanceIfSelected, refresh, sameAs, sameAs, setColix, setCount, setDynamic, setHidden, setIndex, setModelIndex, setVisible, toVector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

haveTarget

private boolean haveTarget

haveModified

private boolean haveModified

numSet

int numSet

lastIndex

int lastIndex
Constructor Detail

MeasurementPending

public MeasurementPending(ModelSet modelSet)
Method Detail

haveTarget

public boolean haveTarget()

haveModified

public boolean haveModified()

getNumSet

public int getNumSet()

checkPoint

private boolean checkPoint(Point3fi ptClicked)

getIndexOf

public int getIndexOf(int atomIndex)

addPoint

public int addPoint(int atomIndex,
                    Point3fi ptClicked,
                    boolean doSet)