![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Label3D.h>
Classes | |
| struct | Impl |
Public Member Functions | |
| Label3D (const Eigen::Vector3f &pos, const char *text=nullptr) | |
| Copies text. More... | |
| ~Label3D () | |
| const char * | GetText () const |
| void | SetText (const char *text) |
| Sets the text of the label (copies text) More... | |
| Eigen::Vector3f | GetPosition () const |
| void | SetPosition (const Eigen::Vector3f &pos) |
| Color | GetTextColor () const |
| void | SetTextColor (const Color &color) |
|
explicit |
| cloudViewer::visualization::gui::Label3D::~Label3D | ( | ) |
Definition at line 32 of file Label3D.cpp.
| Eigen::Vector3f cloudViewer::visualization::gui::Label3D::GetPosition | ( | ) | const |
Definition at line 38 of file Label3D.cpp.
Referenced by cloudViewer::visualization::gui::pybind_gui_classes().
| const char * cloudViewer::visualization::gui::Label3D::GetText | ( | ) | const |
Definition at line 34 of file Label3D.cpp.
Referenced by cloudViewer::visualization::gui::pybind_gui_classes().
| Color cloudViewer::visualization::gui::Label3D::GetTextColor | ( | ) | const |
Definition at line 44 of file Label3D.cpp.
Referenced by cloudViewer::visualization::gui::pybind_gui_classes().
| void cloudViewer::visualization::gui::Label3D::SetPosition | ( | const Eigen::Vector3f & | pos | ) |
Definition at line 40 of file Label3D.cpp.
Referenced by Label3D(), and cloudViewer::visualization::gui::pybind_gui_classes().
| void cloudViewer::visualization::gui::Label3D::SetText | ( | const char * | text | ) |
Sets the text of the label (copies text)
Definition at line 36 of file Label3D.cpp.
Referenced by Label3D(), and cloudViewer::visualization::gui::pybind_gui_classes().
| void cloudViewer::visualization::gui::Label3D::SetTextColor | ( | const Color & | color | ) |
Definition at line 46 of file Label3D.cpp.
References color.
Referenced by cloudViewer::visualization::gui::pybind_gui_classes().