public class MeasurementPending extends Measurement
Modifier and Type | Field and Description |
---|---|
private boolean |
haveModified |
private boolean |
haveTarget |
private int |
lastIndex |
private int |
numSet |
Constructor and Description |
---|
MeasurementPending() |
Modifier and Type | Method and Description |
---|---|
int |
addPoint(int atomIndex,
Point3fi ptClicked,
boolean doSet) |
private boolean |
checkPoint(Point3fi ptClicked) |
int |
getIndexOf(int atomIndex) |
static MeasurementPending |
getMP(ModelSet modelSet) |
int |
getNumSet() |
boolean |
haveModified() |
boolean |
haveTarget() |
void |
setCount(int count) |
find, fixValue, formatMeasurement, formatMeasurementAs, getAtom, getAtomIndex, getAxisAngle, getCount, getCountPlusIndices, getInfoAsString, getLabel, getLastIndex, getMeasurement, getMeasurementScript, getPointArc, getPoints, getStrFormat, getString, getStringDetail, getStringUsing, getValue, isConnected, isInRange, isIntramolecular, isMin, isValid, nmrType, reformatDistanceIfSelected, refresh, sameAs, sameAsPoints, setCountM, setM, setModelIndex, setPoints, toVector
private boolean haveTarget
private boolean haveModified
private int numSet
private int lastIndex
public boolean haveTarget()
public boolean haveModified()
public int getNumSet()
public static MeasurementPending getMP(ModelSet modelSet)
private boolean checkPoint(Point3fi ptClicked)
public int getIndexOf(int atomIndex)
public void setCount(int count)
setCount
in class Measurement
public int addPoint(int atomIndex, Point3fi ptClicked, boolean doSet)