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 302 of file interactor_style.h.
pcl::visualization::PCLHistogramVisualizerInteractorStyle::PCLHistogramVisualizerInteractorStyle | ( | ) | [inline] |
Empty constructor.
Definition at line 308 of file interactor_style.h.
Initialization routine. Must be called before anything else.
Definition at line 1045 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 1052 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 1082 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 318 of file interactor_style.h.
Set to true after initialization is complete.
Definition at line 325 of file interactor_style.h.
A map of all windows on screen (with their renderers and interactors).
Definition at line 322 of file interactor_style.h.