public class MeasurementPending extends Measurement
| Modifier and Type | Field and Description |
|---|---|
private boolean |
haveModified |
private boolean |
haveTarget |
private int |
lastIndex |
private int |
numSet |
count, countPlusIndices, modelSet, pts, tickInfo, traceX, traceY, value| Constructor and Description |
|---|
MeasurementPending(ModelSet modelSet) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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, toVectorprivate boolean haveTarget
private boolean haveModified
private int numSet
private int lastIndex
public MeasurementPending(ModelSet modelSet)
public boolean haveTarget()
public boolean haveModified()
public int getNumSet()
private boolean checkPoint(Point3fi ptClicked)
public int getIndexOf(int atomIndex)
public void setCount(int count)
setCount in class Measurementpublic int addPoint(int atomIndex,
Point3fi ptClicked,
boolean doSet)