#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 57 of file ren_win_interact_map.h.
Definition at line 48 of file ren_win_interact_map.cpp.
| vtkSmartPointer<vtkRenderWindowInteractor> pcl::visualization::RenWinInteract::interactor_ |
The render window interactor.
Definition at line 77 of file ren_win_interact_map.h.
| vtkSmartPointer<vtkRenderer> pcl::visualization::RenWinInteract::ren_ |
The renderer used.
Definition at line 67 of file ren_win_interact_map.h.
| vtkSmartPointer<vtkInteractorStyleTrackballCamera> pcl::visualization::RenWinInteract::style_ |
The render window interactor style.
Definition at line 80 of file ren_win_interact_map.h.
| vtkSmartPointer<vtkRenderWindow> pcl::visualization::RenWinInteract::win_ |
The render window.
Definition at line 70 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 64 of file ren_win_interact_map.h.