#include <PickModeCenter.h>
Inheritance diagram for PickModeCenter:
Public Methods | |
PickModeCenter (VMDApp *) | |
virtual void | pick_molecule_start (DrawMolecule *, DisplayDevice *, int, int, const int *, int, const float *) |
called for start, moving, and end of pick point. Last argument represents scaled [0,1] coordinates for 2-D and transformed position of pointer for 3-D. XXX should be pure virtual; needed for Query pick mode. More... | |
virtual void | pick_molecule_move (DrawMolecule *, DisplayDevice *, int, int, const float *) |
virtual void | pick_molecule_end (DrawMolecule *, DisplayDevice *) |
Definition at line 30 of file PickModeCenter.h.
|
Definition at line 28 of file PickModeCenter.C. |
|
Reimplemented from PickMode. Definition at line 49 of file PickModeCenter.C. References DrawMolecule::active, Displayable::change_center, DrawMolecule::current, Timestep::get_transform_from_cell, mat, MoleculeList::molecule, VMDApp::moleculeList, Matrix4::multpoint3d, MoleculeList::num, and Timestep::pos. |
|
Reimplemented from PickMode. Definition at line 38 of file PickModeCenter.C. |
|
called for start, moving, and end of pick point. Last argument represents scaled [0,1] coordinates for 2-D and transformed position of pointer for 3-D. XXX should be pure virtual; needed for Query pick mode.
Reimplemented from PickMode. Definition at line 30 of file PickModeCenter.C. |