#include <Label3D.h>
◆ Label3D()
open3d::visualization::gui::Label3D::Label3D |
( |
const Eigen::Vector3f & |
pos, |
|
|
const char * |
text = nullptr |
|
) |
| |
|
explicit |
◆ ~Label3D()
open3d::visualization::gui::Label3D::~Label3D |
( |
| ) |
|
◆ GetPosition()
Eigen::Vector3f open3d::visualization::gui::Label3D::GetPosition |
( |
| ) |
const |
◆ GetText()
const char * open3d::visualization::gui::Label3D::GetText |
( |
| ) |
const |
◆ GetTextColor()
Color open3d::visualization::gui::Label3D::GetTextColor |
( |
| ) |
const |
◆ SetPosition()
void open3d::visualization::gui::Label3D::SetPosition |
( |
const Eigen::Vector3f & |
pos | ) |
|
◆ SetText()
void open3d::visualization::gui::Label3D::SetText |
( |
const char * |
text | ) |
|
Sets the text of the label (copies text)
◆ SetTextColor()
void open3d::visualization::gui::Label3D::SetTextColor |
( |
const Color & |
color | ) |
|
The documentation for this class was generated from the following files: