Point Cloud Library (PCL)  1.3.1
Public Member Functions | Public Attributes
pcl::visualization::RenWinInteract Class Reference

#include <pcl/visualization/common/ren_win_interact_map.h>

List of all members.

Public Member Functions

 RenWinInteract ()

Public Attributes

vtkSmartPointer< vtkXYPlotActor > xy_plot_
 The XY plot actor holding the actual data.
vtkSmartPointer< vtkRenderer > ren_
 The renderer used.
vtkSmartPointer< vtkRenderWindow > win_
 The render window.
vtkSmartPointer
< vtkRenderWindowInteractor > 
interactor_
 The render window interactor.
vtkSmartPointer
< vtkInteractorStyleTrackballCamera > 
style_
 The render window interactor style.

Constructor & Destructor Documentation

pcl::visualization::RenWinInteract::RenWinInteract ( ) [inline]

Definition at line 60 of file ren_win_interact_map.h.


Member Data Documentation

vtkSmartPointer<vtkRenderWindowInteractor> pcl::visualization::RenWinInteract::interactor_

The render window interactor.

Definition at line 79 of file ren_win_interact_map.h.

vtkSmartPointer<vtkRenderer> pcl::visualization::RenWinInteract::ren_

The renderer used.

Definition at line 69 of file ren_win_interact_map.h.

vtkSmartPointer<vtkInteractorStyleTrackballCamera> pcl::visualization::RenWinInteract::style_

The render window interactor style.

Definition at line 82 of file ren_win_interact_map.h.

vtkSmartPointer<vtkRenderWindow> pcl::visualization::RenWinInteract::win_

The render window.

Definition at line 72 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 66 of file ren_win_interact_map.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines