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


Public Member Functions | |
| vtkTypeMacro (Line, PCLContextItem) static Line *New() | |
| virtual 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) |
Additional Inherited Members | |
Static Public Member Functions inherited from pcl::visualization::PCLContextItem | |
| static PCLContextItem * | New () |
Public Attributes inherited from pcl::visualization::PCLContextItem | |
| unsigned char | colors [3] |
| std::vector< float > | params |
Definition at line 27 of file CustomContextItem.h.
|
overridevirtual |
Definition at line 132 of file CustomContextItem.cpp.
References colors.
Definition at line 62 of file CustomContextItem.cpp.
| PclUtils::context_items::Line::vtkTypeMacro | ( | Line | , |
| PCLContextItem | |||
| ) |