#include <PickModeMove.h>
Inheritance diagram for PickModeMoveMolecule:
Public Methods | |
PickModeMoveMolecule () | |
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 96 of file PickModeMove.h.
|
Definition at line 102 of file PickModeMove.h. |
|
Implements PickModeMove. Definition at line 223 of file PickModeMove.C. References DrawMolecule::current, Quat::multpoint3, BaseMolecule::nAtoms, Timestep::pos, vec_add, and vec_sub. |
|
subclasses figure out which atoms are to be translated or rotated.
Implements PickModeMove. Definition at line 234 of file PickModeMove.C. References DrawMolecule::current, BaseMolecule::nAtoms, Timestep::pos, and vec_add. |