#include <ren_win_interact_map.h>
Public Member Functions | |
| RenWinInteract () | |
Public Attributes | |
| vtkSmartPointer < vtkRenderWindowInteractor > | 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 56 of file ren_win_interact_map.h.
| pcl::visualization::RenWinInteract::RenWinInteract | ( | ) | [inline] |
Definition at line 60 of file ren_win_interact_map.h.
| vtkSmartPointer<vtkRenderWindowInteractor> pcl::visualization::RenWinInteract::interactor_ |
The render window interactor.
Definition at line 81 of file ren_win_interact_map.h.
| vtkSmartPointer<vtkRenderer> pcl::visualization::RenWinInteract::ren_ |
The renderer used.
Definition at line 71 of file ren_win_interact_map.h.
| vtkSmartPointer<vtkInteractorStyleTrackballCamera> pcl::visualization::RenWinInteract::style_ |
The render window interactor style.
Definition at line 84 of file ren_win_interact_map.h.
| vtkSmartPointer<vtkRenderWindow> pcl::visualization::RenWinInteract::win_ |
The render window.
Definition at line 74 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 68 of file ren_win_interact_map.h.