|
Jafar
|
**************************************************************************** Visualizer More...
**************************************************************************** Visualizer
Definition at line 69 of file pipeline.hpp.
#include <pipeline.hpp>
Public Member Functions | |
| Visualizer (pcl::visualization::PCLVisualizer *visualizerIn) | |
| void | init () |
| void | addExecutive (Executive *executive) |
| void | updateExecutives () |
| void | addKeyboardPort (KeyboardPortBase *port) |
| void | selectPort (const std::string &id) |
| void | toggleKeyboardPortControl () |
| void | setKeyboardPortNumValue (int index, void *value) |
| void | setKeyboardPortNumValue (int index) |
| void | appendToKeyboardPortNumString (const std::string &numString) |
| void | increaseKeyboardPortNumValue (int index) |
| void | decreaseKeyboardPortNumValue (int index) |
| void | render () |
| void | stop () |
Private Attributes | |
| pcl::visualization::PCLVisualizer * | visualizer |
| PlaybackState | playbackState |
| int | sleepMicroseconds |
| std::vector< Executive * > | executives |
| std::vector< KeyboardPortBase * > | keyboardPorts |
| int | selectedPort |
| Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |
|