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


Public Member Functions | |
| vtkTypeMacro (Text, PCLContextItem) static Text *New() | |
| virtual bool | Paint (vtkContext2D *painter) override |
| virtual void | set (float x, float y, const std::string &_text) |
| void | setBold (bool state=false) |
| void | setFontSize (int fontSize=10) |
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) |
Public Attributes | |
| std::string | text |
| int | fontSize_ = 10 |
| bool | bold_ = false |
Public Attributes inherited from pcl::visualization::PCLContextItem | |
| unsigned char | colors [3] |
| std::vector< float > | params |
Additional Inherited Members | |
Static Public Member Functions inherited from pcl::visualization::PCLContextItem | |
| static PCLContextItem * | New () |
Definition at line 67 of file CustomContextItem.h.
|
overridevirtual |
Definition at line 171 of file CustomContextItem.cpp.
References colors.
Definition at line 74 of file CustomContextItem.cpp.
|
inline |
Definition at line 71 of file CustomContextItem.h.
|
inline |
Definition at line 72 of file CustomContextItem.h.
| PclUtils::context_items::Text::vtkTypeMacro | ( | Text | , |
| PCLContextItem | |||
| ) |
| bool PclUtils::context_items::Text::bold_ = false |
Definition at line 75 of file CustomContextItem.h.
| int PclUtils::context_items::Text::fontSize_ = 10 |
Definition at line 74 of file CustomContextItem.h.
| std::string PclUtils::context_items::Text::text |
Definition at line 73 of file CustomContextItem.h.