Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::visualization::RenWinInteract Class Reference

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

+ Collaboration diagram for pcl::visualization::RenWinInteract:

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...
 

Detailed Description

Definition at line 56 of file ren_win_interact_map.h.

Constructor & Destructor Documentation

◆ RenWinInteract()

pcl::visualization::RenWinInteract::RenWinInteract ( )

Member Data Documentation

◆ interactor_

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

The render window interactor.

Definition at line 73 of file ren_win_interact_map.h.

◆ ren_

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

The renderer used.

Definition at line 66 of file ren_win_interact_map.h.

◆ style_

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

The render window interactor style.

Definition at line 76 of file ren_win_interact_map.h.

◆ win_

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

The render window.

Definition at line 69 of file ren_win_interact_map.h.

◆ xy_plot_

vtkSmartPointer<vtkXYPlotActor> pcl::visualization::RenWinInteract::xy_plot_

The XY plot actor holding the actual data.

Definition at line 63 of file ren_win_interact_map.h.


The documentation for this class was generated from the following file: