Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/visualization/common/ren_win_interact_map.h>
Public Member Functions | |
RenWinInteract () | |
Public Attributes | |
vtkSmartPointer< vtkXYPlotActor > | xy_plot_ |
The XY plot actor holding the actual data. More... | |
vtkSmartPointer< vtkRenderer > | ren_ |
The renderer used. More... | |
vtkSmartPointer< vtkRenderWindow > | win_ |
The render window. More... | |
vtkSmartPointer< vtkRenderWindowInteractor > | interactor_ |
The render window interactor. More... | |
vtkSmartPointer< vtkInteractorStyleTrackballCamera > | style_ |
The render window interactor style. More... | |
Definition at line 58 of file ren_win_interact_map.h.
pcl::visualization::RenWinInteract::RenWinInteract | ( | ) |
vtkSmartPointer<vtkRenderWindowInteractor> pcl::visualization::RenWinInteract::interactor_ |
The render window interactor.
Definition at line 75 of file ren_win_interact_map.h.
vtkSmartPointer<vtkRenderer> pcl::visualization::RenWinInteract::ren_ |
The renderer used.
Definition at line 68 of file ren_win_interact_map.h.
vtkSmartPointer<vtkInteractorStyleTrackballCamera> pcl::visualization::RenWinInteract::style_ |
The render window interactor style.
Definition at line 78 of file ren_win_interact_map.h.
vtkSmartPointer<vtkRenderWindow> pcl::visualization::RenWinInteract::win_ |
The render window.
Definition at line 71 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 65 of file ren_win_interact_map.h.