PCL histogram visualizer interactory style class. More...
#include <interactor_style.h>
Public Member Functions | |
void | Initialize () |
Initialization routine. Must be called before anything else. | |
PCLHistogramVisualizerInteractorStyle () | |
Empty constructor. | |
void | setRenWinInteractMap (const RenWinInteractMap &wins) |
Pass a map of render/window/interactors to the interactor style. | |
Static Public Member Functions | |
static PCLHistogramVisualizerInteractorStyle * | New () |
Private Member Functions | |
void | OnKeyDown () |
Interactor style internal method. Gets called whenever a key is pressed. | |
void | OnTimer () |
Interactor style internal method. Gets called periodically if a timer is set. | |
Private Attributes | |
bool | init_ |
Set to true after initialization is complete. | |
RenWinInteractMap | wins_ |
A map of all windows on screen (with their renderers and interactors). |
PCL histogram visualizer interactory style class.
Definition at line 271 of file interactor_style.h.
pcl::visualization::PCLHistogramVisualizerInteractorStyle::PCLHistogramVisualizerInteractorStyle | ( | ) | [inline] |
Empty constructor.
Definition at line 277 of file interactor_style.h.
Initialization routine. Must be called before anything else.
Definition at line 910 of file interactor_style.cpp.
static PCLHistogramVisualizerInteractorStyle* pcl::visualization::PCLHistogramVisualizerInteractorStyle::New | ( | ) | [static] |
void pcl::visualization::PCLHistogramVisualizerInteractorStyle::OnKeyDown | ( | ) | [private] |
Interactor style internal method. Gets called whenever a key is pressed.
Definition at line 917 of file interactor_style.cpp.
void pcl::visualization::PCLHistogramVisualizerInteractorStyle::OnTimer | ( | ) | [private] |
Interactor style internal method. Gets called periodically if a timer is set.
Definition at line 947 of file interactor_style.cpp.
void pcl::visualization::PCLHistogramVisualizerInteractorStyle::setRenWinInteractMap | ( | const RenWinInteractMap & | wins | ) | [inline] |
Pass a map of render/window/interactors to the interactor style.
[in] | wins | the RenWinInteract map to use |
Definition at line 287 of file interactor_style.h.
Set to true after initialization is complete.
Definition at line 294 of file interactor_style.h.
A map of all windows on screen (with their renderers and interactors).
Definition at line 291 of file interactor_style.h.