Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_annotation2.h>
Public Member Functions | |
ON_Annotation2Text () | |
~ON_Annotation2Text () | |
ON_Annotation2Text & | operator= (const char *) |
ON_Annotation2Text & | operator= (const wchar_t *) |
void | SetText (const char *s) |
void | SetText (const wchar_t *s) |
Public Attributes | |
ON_RECT | m_rect |
Definition at line 37 of file opennurbs_annotation2.h.
ON_Annotation2Text& ON_Annotation2Text::operator= | ( | const char * | ) |
Reimplemented from ON_wString.
ON_Annotation2Text& ON_Annotation2Text::operator= | ( | const wchar_t * | ) |
Reimplemented from ON_wString.
void ON_Annotation2Text::SetText | ( | const char * | s | ) |
void ON_Annotation2Text::SetText | ( | const wchar_t * | s | ) |
Definition at line 81 of file opennurbs_annotation2.h.