$search
#include <ren_win_interact_map.h>
Public Member Functions | |
RenWinInteract () | |
Public Attributes | |
vtkSmartPointer < PCLVisualizerInteractor > | interactor_ |
The render window interactor. | |
vtkSmartPointer< vtkRenderer > | ren_ |
The renderer used. | |
vtkSmartPointer < vtkInteractorStyleTrackballCamera > | style_ |
The render window interactor style. | |
vtkSmartPointer< vtkRenderWindow > | win_ |
The render window. | |
vtkSmartPointer< vtkXYPlotActor > | xy_plot_ |
The XY plot actor holding the actual data. |
Definition at line 51 of file ren_win_interact_map.h.
pcl_visualization::RenWinInteract::RenWinInteract | ( | ) | [inline] |
Definition at line 55 of file ren_win_interact_map.h.
vtkSmartPointer<PCLVisualizerInteractor> pcl_visualization::RenWinInteract::interactor_ |
The render window interactor.
Definition at line 70 of file ren_win_interact_map.h.
vtkSmartPointer<vtkRenderer> pcl_visualization::RenWinInteract::ren_ |
The renderer used.
Definition at line 64 of file ren_win_interact_map.h.
vtkSmartPointer<vtkInteractorStyleTrackballCamera> pcl_visualization::RenWinInteract::style_ |
The render window interactor style.
Definition at line 73 of file ren_win_interact_map.h.
vtkSmartPointer<vtkRenderWindow> pcl_visualization::RenWinInteract::win_ |
The render window.
Definition at line 67 of file ren_win_interact_map.h.
vtkSmartPointer<vtkXYPlotActor> pcl_visualization::RenWinInteract::xy_plot_ |
The XY plot actor holding the actual data.
Definition at line 61 of file ren_win_interact_map.h.