This class is for managing the visualization process, drawing the bounding box, rotating the scene and choose the right renderer. More...
#include <Visualizer.h>
Public Slots | |
| void | setRotationX (int iRotationAngle) |
| public slots which can be called as function or connected to fitting signals | |
| void | setRotationY (int iRotationAngle) |
| void | setRotationZ (int iRotationAngle) |
| void | setZoom (int iZoom) |
| void | setRenderMode (int iMode) |
Public Member Functions | |
| void | initialize () |
| void | render () |
Static Public Member Functions | |
| static Visualizer * | instance () |
| this class is a singelton, instance() returns the pointer to the instance | |
This class is for managing the visualization process, drawing the bounding box, rotating the scene and choose the right renderer.
| Visualizer * Visualizer::instance | ( | ) | [static] |
this class is a singelton, instance() returns the pointer to the instance
| void Visualizer::setRotationX | ( | int | iRotationAngle | ) | [slot] |
public slots which can be called as function or connected to fitting signals
1.6.3