14 namespace visualization {
23 explicit Label3D(
const Eigen::Vector3f& pos,
const char* text =
nullptr);
38 std::unique_ptr<Impl> impl_;
void SetText(const char *text)
Sets the text of the label (copies text)
void SetPosition(const Eigen::Vector3f &pos)
Color GetTextColor() const
void SetTextColor(const Color &color)
Eigen::Vector3f GetPosition() const
const char * GetText() const
Label3D(const Eigen::Vector3f &pos, const char *text=nullptr)
Copies text.
Generic file read and write utility for python interface.