![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <pcl_context_item.h>


Public Member Functions | |
| vtkTypeMacro (Line, PCLContextItem) | |
| bool | Paint (vtkContext2D *painter) override |
| virtual void | set (float _x_1, float _y_1, float _x_2, float _y_2) |
Public Member Functions inherited from pcl::visualization::PCLContextItem | |
| vtkTypeMacro (PCLContextItem, vtkContextItem) | |
| bool | Paint (vtkContext2D *) override |
| void | setColors (unsigned char r, unsigned char g, unsigned char b) |
| void | setColors (unsigned char rgb[3]) |
| void | setOpacity (double opacity) |
Static Public Member Functions | |
| static Line * | New () |
Static Public Member Functions inherited from pcl::visualization::PCLContextItem | |
| static PCLContextItem * | New () |
Additional Inherited Members | |
Public Attributes inherited from pcl::visualization::PCLContextItem | |
| unsigned char | colors [3] |
| std::vector< float > | params |
Definition at line 62 of file pcl_context_item.h.
|
static |
|
override |
Definition at line 168 of file pcl_context_item.cpp.
References colors.
|
virtual |
Definition at line 96 of file pcl_context_item.cpp.
| pcl::visualization::context_items::Line::vtkTypeMacro | ( | Line | , |
| PCLContextItem | |||
| ) |