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 booleanhaveModifiedbooleanhaveTargetprivate intlastIndexintnumSet-
Fields inherited from class org.jmol.modelset.Measurement
colix, count, countPlusIndices, index, isHidden, isTrajectory, isValid, isVisible, labelColix, mad, ms, NMR_DC, NMR_JC, 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 intaddPoint(int atomIndex, Point3fi ptClicked, boolean doSet)private booleancheckPoint(Point3fi ptClicked)intgetIndexOf(int atomIndex)MeasurementPendingset(ModelSet modelSet)voidsetCount(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:
setCountin classMeasurement
-
addPoint
public int addPoint(int atomIndex, Point3fi ptClicked, boolean doSet)
-
-