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
           
private  int lastIndex
           
private  int numSet
           
 
Fields inherited from class org.jmol.modelset.Measurement
count, countPlusIndices, modelSet, pts, tickInfo, traceX, traceY, value
 
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()
           
 void setCount(int count)
           
 
Methods inherited from class org.jmol.modelset.Measurement
find, formatMeasurement, formatMeasurement, getAtom, getAtomIndex, getAxisAngle, getColix, getCount, getCountPlusIndices, getIndex, getInfoAsString, getLabel, getLastIndex, getMeasurement, getMeasurementScript, getPointArc, getPoints, getStrFormat, getString, getString, getStringDetail, getTickInfo, getValue, isConnected, isDynamic, isHidden, isInRange, isIntramolecular, isTrajectory, isValid, isVisible, reformatDistanceIfSelected, refresh, sameAs, sameAs, setColix, 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

private int numSet

lastIndex

private 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)

setCount

public void setCount(int count)
Overrides:
setCount in class Measurement

addPoint

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