Point Cloud Library (PCL)
1.3.1
|
#include <pcl/visualization/common/actor_map.h>
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< vtkIdTypeArray > | cells |
Internal cell array. |
pcl::visualization::CloudActor::CloudActor | ( | ) | [inline] |
Definition at line 62 of file actor_map.h.
virtual pcl::visualization::CloudActor::~CloudActor | ( | ) | [inline, virtual] |
Definition at line 64 of file actor_map.h.
vtkSmartPointer<vtkLODActor> pcl::visualization::CloudActor::actor |
The actor holding the data to render.
Definition at line 71 of file actor_map.h.
vtkSmartPointer<vtkIdTypeArray> pcl::visualization::CloudActor::cells |
Internal cell array.
Used for optimizing updatePointCloud.
Definition at line 86 of file actor_map.h.
The active color handler.
Definition at line 80 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 77 of file actor_map.h.
The active geometry handler.
Definition at line 83 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 74 of file actor_map.h.