Package org.jmol.modelset
Class Trajectory
java.lang.Object
org.jmol.modelset.Trajectory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getFractional
(Atom a, P3 ptTemp) void
getModelBS
(int modelIndex, BS bs) set bits for all trajectories associated with this modelgetState()
boolean
hasMeasure
(int[] measure) void
selectDisplayed
(BS bs) Remove trajectories that are not currently displayed from the visible frames bitset.void
setBaseModels
(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
-
-