Package org.jmol.modelset
Class MeasurementPending
- java.lang.Object
-
- org.jmol.modelset.Measurement
-
- org.jmol.modelset.MeasurementPending
-
public class MeasurementPending extends Measurement
-
-
Field Summary
Fields Modifier and Type Field Description boolean
haveModified
boolean
haveTarget
private int
lastIndex
int
numSet
-
Fields inherited from class org.jmol.modelset.Measurement
colix, count, countPlusIndices, index, isHidden, isTrajectory, isValid, isVisible, labelColix, mad, ms, NMR_DC, NMR_JC, NMR_NOE_OR_J, NMR_NOT, pts, renderArc, renderAxis, strFormat, text, thisID, tickInfo, traceX, traceY, value
-
-
Constructor Summary
Constructors Constructor Description MeasurementPending()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
addPoint(int atomIndex, Point3fi ptClicked, boolean doSet)
private boolean
checkPoint(Point3fi ptClicked)
int
getIndexOf(int atomIndex)
MeasurementPending
set(ModelSet modelSet)
void
setCount(int count)
-
Methods inherited from class org.jmol.modelset.Measurement
find, fixValue, formatMeasurement, formatMeasurementAs, getAtom, getAtomIndex, getInfoAsString, getLabel, getLastIndex, getMeasurement, getMeasurementScript, getString, getStringDetail, getStringUsing, isConnected, isInRange, isIntramolecular, isMin, isTainted, isValid, nmrType, reformatDistanceIfSelected, refresh, sameAs, sameAsPoints, setCountM, setM, setModelIndex, setPoints
-
-
-
-
Method Detail
-
set
public MeasurementPending set(ModelSet modelSet)
-
checkPoint
private boolean checkPoint(Point3fi ptClicked)
-
getIndexOf
public int getIndexOf(int atomIndex)
-
setCount
public void setCount(int count)
- Overrides:
setCount
in classMeasurement
-
addPoint
public int addPoint(int atomIndex, Point3fi ptClicked, boolean doSet)
-
-