Point Cloud Library (PCL)
1.13.1-dev
|
PCL histogram visualizer interactory style class. More...
#include <pcl/visualization/interactor_style.h>
Public Member Functions | |
PCLHistogramVisualizerInteractorStyle () | |
Empty constructor. More... | |
void | Initialize () |
Initialization routine. More... | |
void | setRenWinInteractMap (const RenWinInteractMap &wins) |
Pass a map of render/window/interactors to the interactor style. More... | |
Static Public Member Functions | |
static PCLHistogramVisualizerInteractorStyle * | New () |
PCL histogram visualizer interactory style class.
Definition at line 405 of file interactor_style.h.
|
inline |
Empty constructor.
Definition at line 411 of file interactor_style.h.
void pcl::visualization::PCLHistogramVisualizerInteractorStyle::Initialize | ( | ) |
Initialization routine.
Must be called before anything else.
|
static |
|
inline |
Pass a map of render/window/interactors to the interactor style.
[in] | wins | the RenWinInteract map to use |
Definition at line 421 of file interactor_style.h.