|
Point Cloud Library (PCL) 1.12.0
|
#include <pcl/visualization/common/actor_map.h>
Collaboration diagram for pcl::visualization::CloudActor:Public Member Functions | |
| CloudActor () | |
| virtual | ~CloudActor () |
Public Attributes | |
| vtkSmartPointer< vtkLODActor > | actor |
| The actor holding the data to render. | |
| std::vector< GeometryHandlerConstPtr > | geometry_handlers |
| A vector of geometry handlers that can be used for rendering the data. | |
| std::vector< ColorHandlerConstPtr > | color_handlers |
| A vector of color handlers that can be used for rendering the data. | |
| int | color_handler_index_ |
| The active color handler. | |
| int | geometry_handler_index_ |
| The active geometry handler. | |
| vtkSmartPointer< vtkMatrix4x4 > | viewpoint_transformation_ |
| The viewpoint transformation matrix. | |
| vtkSmartPointer< vtkIdTypeArray > | cells |
| Internal cell array. | |
Definition at line 59 of file actor_map.h.
|
inline |
Definition at line 70 of file actor_map.h.
|
inlinevirtual |
Definition at line 72 of file actor_map.h.
| vtkSmartPointer<vtkLODActor> pcl::visualization::CloudActor::actor |
The actor holding the data to render.
Definition at line 79 of file actor_map.h.
Referenced by pcl::visualization::PCLVisualizer::addPointCloudPrincipalCurvatures().
| vtkSmartPointer<vtkIdTypeArray> pcl::visualization::CloudActor::cells |
Internal cell array.
Used for optimizing updatePointCloud.
Definition at line 97 of file actor_map.h.
| int pcl::visualization::CloudActor::color_handler_index_ |
The active color handler.
Definition at line 88 of file actor_map.h.
| std::vector<ColorHandlerConstPtr> pcl::visualization::CloudActor::color_handlers |
A vector of color handlers that can be used for rendering the data.
Definition at line 85 of file actor_map.h.
| int pcl::visualization::CloudActor::geometry_handler_index_ |
The active geometry handler.
Definition at line 91 of file actor_map.h.
| std::vector<GeometryHandlerConstPtr> pcl::visualization::CloudActor::geometry_handlers |
A vector of geometry handlers that can be used for rendering the data.
Definition at line 82 of file actor_map.h.
| vtkSmartPointer<vtkMatrix4x4> pcl::visualization::CloudActor::viewpoint_transformation_ |
The viewpoint transformation matrix.
Definition at line 94 of file actor_map.h.