Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_annotation.h>
Public Member Functions | |
ON_AnnotationTextDot () | |
~ON_AnnotationTextDot () | |
ON_AnnotationTextDot (const ON_AnnotationTextDot &) | |
ON_AnnotationTextDot & | operator= (const ON_AnnotationTextDot &) |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
void | Dump (ON_TextLog &) const |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
ON_BOOL32 | Read (ON_BinaryArchive &) |
Public Attributes | |
ON_wString | m_text |
Definition at line 21 of file opennurbs_annotation.h.
void ON_AnnotationTextDot::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_Point.
ON_BOOL32 ON_AnnotationTextDot::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Reimplemented from ON_Point.
ON_AnnotationTextDot& ON_AnnotationTextDot::operator= | ( | const ON_AnnotationTextDot & | ) |
ON_BOOL32 ON_AnnotationTextDot::Read | ( | ON_BinaryArchive & | ) | [virtual] |
Reimplemented from ON_Point.
ON_BOOL32 ON_AnnotationTextDot::Write | ( | ON_BinaryArchive & | ) | const [virtual] |
Reimplemented from ON_Point.
Definition at line 67 of file opennurbs_annotation.h.