Package org.jmol.modelset
Class Trajectory
java.lang.Object
org.jmol.modelset.Trajectory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetFractional(Atom a, P3 ptTemp) voidgetModelBS(int modelIndex, BS bs) set bits for all trajectories associated with this modelgetState()booleanhasMeasure(int[] measure) voidselectDisplayed(BS bs) Remove trajectories that are not currently displayed from the visible frames bitset.voidsetBaseModels(BS bsModels) set bits for all base models only
-
Constructor Details
-
Trajectory
public Trajectory()
-
-
Method Details
-
getFractional
-
getState
-
hasMeasure
public boolean hasMeasure(int[] measure) -
selectDisplayed
Remove trajectories that are not currently displayed from the visible frames bitset. when a trajectory is selected, the atom's modelIndex is switched to that of the selected trajectory even though the underlying model itself is not changed.- Parameters:
bs-
-
getModelBS
set bits for all trajectories associated with this model- Parameters:
modelIndex-bs-
-
setBaseModels
set bits for all base models only- Parameters:
bsModels-
-