$search
PCL histogram visualizer interactory style class. More...
#include <interactor_style.h>
Public Member Functions | |
void | Initialize () |
Initialization routine. Must be called before anything else. | |
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 | OnChar () |
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. | |
int | max_win_height_ |
The maximum resizeable window width/height. | |
int | max_win_width_ |
vtkSmartPointer< vtkPNGWriter > | snapshot_writer_ |
A PNG writer for screenshot captures. | |
vtkSmartPointer < vtkWindowToImageFilter > | wif_ |
Internal window to image filter. Needed by snapshot_writer_. | |
int | win_height_ |
The current window width/height. | |
int | win_pos_x_ |
The current window position x/y. | |
int | win_pos_y_ |
int | win_width_ |
RenWinInteractMap | wins_ |
A map of all windows on screen (with their renderers and interactors). |
PCL histogram visualizer interactory style class.
Definition at line 143 of file interactor_style.h.
void pcl_visualization::PCLHistogramVisualizerInteractorStyle::Initialize | ( | ) |
Initialization routine. Must be called before anything else.
Definition at line 588 of file interactor_style.cpp.
static PCLHistogramVisualizerInteractorStyle* pcl_visualization::PCLHistogramVisualizerInteractorStyle::New | ( | ) | [static] |
void pcl_visualization::PCLHistogramVisualizerInteractorStyle::OnChar | ( | ) | [private] |
Interactor style internal method. Gets called whenever a key is pressed.
Definition at line 606 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 793 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.
wins | the RenWinInteract map to use |
Definition at line 154 of file interactor_style.h.
Set to true after initialization is complete.
Definition at line 160 of file interactor_style.h.
The maximum resizeable window width/height.
Definition at line 169 of file interactor_style.h.
Definition at line 169 of file interactor_style.h.
vtkSmartPointer<vtkPNGWriter> pcl_visualization::PCLHistogramVisualizerInteractorStyle::snapshot_writer_ [private] |
A PNG writer for screenshot captures.
Definition at line 172 of file interactor_style.h.
vtkSmartPointer<vtkWindowToImageFilter> pcl_visualization::PCLHistogramVisualizerInteractorStyle::wif_ [private] |
Internal window to image filter. Needed by snapshot_writer_.
Definition at line 174 of file interactor_style.h.
The current window width/height.
Definition at line 163 of file interactor_style.h.
The current window position x/y.
Definition at line 166 of file interactor_style.h.
Definition at line 166 of file interactor_style.h.
Definition at line 163 of file interactor_style.h.
A map of all windows on screen (with their renderers and interactors).
Definition at line 157 of file interactor_style.h.