Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/visualization/common/actor_map.h>
Public Member Functions | |
CloudActor ()=default | |
virtual | ~CloudActor ()=default |
Public Attributes | |
vtkSmartPointer< vtkLODActor > | actor |
The actor holding the data to render. More... | |
std::vector< GeometryHandlerConstPtr > | geometry_handlers |
A vector of geometry handlers that can be used for rendering the data. More... | |
std::vector< ColorHandlerConstPtr > | color_handlers |
A vector of color handlers that can be used for rendering the data. More... | |
int | color_handler_index_ {0} |
The active color handler. More... | |
int | geometry_handler_index_ {0} |
The active geometry handler. More... | |
vtkSmartPointer< vtkMatrix4x4 > | viewpoint_transformation_ |
The viewpoint transformation matrix. More... | |
vtkSmartPointer< vtkIdTypeArray > | cells |
Internal cell array. More... | |
Definition at line 59 of file actor_map.h.
|
default |
|
virtualdefault |
vtkSmartPointer<vtkLODActor> pcl::visualization::CloudActor::actor |
The actor holding the data to render.
Definition at line 75 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 93 of file actor_map.h.
int pcl::visualization::CloudActor::color_handler_index_ {0} |
The active color handler.
Definition at line 84 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 81 of file actor_map.h.
int pcl::visualization::CloudActor::geometry_handler_index_ {0} |
The active geometry handler.
Definition at line 87 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 78 of file actor_map.h.
vtkSmartPointer<vtkMatrix4x4> pcl::visualization::CloudActor::viewpoint_transformation_ |
The viewpoint transformation matrix.
Definition at line 90 of file actor_map.h.