#include <DisplayRocker.h>
Inheritance diagram for DisplayRocker:
Public Methods | |
DisplayRocker (Displayable *) | |
constructor. More... | |
void | start_rocking (float a, char ax, int steps, int doOnce=FALSE) |
void | stop_rocking () |
virtual void | prepare () |
specific preparations, called by draw_prepare, supplied by derived class. More... |
|
constructor.
Definition at line 23 of file DisplayRocker.C. |
|
specific preparations, called by draw_prepare, supplied by derived class.
Reimplemented from Displayable. Definition at line 54 of file DisplayRocker.C. References Displayable::add_rot, Displayable::parent, and stop_rocking. |
|
Definition at line 42 of file DisplayRocker.C. Referenced by VMDApp::scene_rock, and VMDApp::scene_rotate_by. |
|
Definition at line 36 of file DisplayRocker.h. Referenced by prepare, VMDApp::scene_rockoff, VMDApp::scene_rotate_by, VMDApp::scene_rotate_to, and VMDApp::scene_stoprotation. |