#include <PickModeMove.h>
Inheritance diagram for PickModeMoveRep:
Public Methods | |
PickModeMoveRep () | |
Protected Methods | |
virtual void | translate (DrawMolecule *, int tag, const float *) |
subclasses figure out which atoms are to be translated or rotated. More... | |
virtual void | rotate (DrawMolecule *, int tag, const float *, const Quat &) |
Definition at line 107 of file PickModeMove.h.
|
Definition at line 113 of file PickModeMove.h. |
|
Implements PickModeMove. Definition at line 243 of file PickModeMove.C. References DrawMolItem::atomSel, DrawMolecule::component, DrawMolecule::components, DrawMolecule::current, DrawMolecule::highlighted_rep, Quat::multpoint3, n, AtomSel::num_atoms, AtomSel::on, Timestep::pos, vec_add, and vec_sub. |
|
subclasses figure out which atoms are to be translated or rotated.
Implements PickModeMove. Definition at line 267 of file PickModeMove.C. References DrawMolItem::atomSel, DrawMolecule::component, DrawMolecule::components, DrawMolecule::current, DrawMolecule::highlighted_rep, n, AtomSel::num_atoms, AtomSel::on, Timestep::pos, and vec_add. |