#include <PConfSpaceNavigator.h>
Public Member Functions | |
| PConfSpaceNavigator (PConformationSpace *pcs) | |
| ~PConfSpaceNavigator () | |
| virtual bool | Initialize () |
| void | RenderWorld () |
| void | Handle_Keypress (unsigned char key, int x, int y) |
| PConfSpaceNavigator::PConfSpaceNavigator | ( | PConformationSpace * | pcs | ) |
Constructs a PConfSpaceNavigator given a PConformationSpace.
| PConfSpaceNavigator::~PConfSpaceNavigator | ( | ) |
Deletes PConformationSpace and destroys PConfSpaceNavigator.
| bool PConfSpaceNavigator::Initialize | ( | ) | [virtual] |
Prepares for rendering.
| void PConfSpaceNavigator::RenderWorld | ( | ) |
Renders the conformation space..
| void PConfSpaceNavigator::Handle_Keypress | ( | unsigned char | key, | |
| int | x, | |||
| int | y | |||
| ) |
Handles the keyboard input.
1.5.1