#include <opennurbs_annotation.h>

Public Member Functions | |
| void | Dump (ON_TextLog &) const |
| ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
| ON_AnnotationTextDot () | |
| ON_AnnotationTextDot (const ON_AnnotationTextDot &) | |
| ON_AnnotationTextDot & | operator= (const ON_AnnotationTextDot &) |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| ~ON_AnnotationTextDot () | |
Public Attributes | |
| ON_wString | m_text |
Private Member Functions | |
| ON_OBJECT_DECLARE (ON_AnnotationTextDot) | |
Definition at line 21 of file opennurbs_annotation.h.
Definition at line 563 of file opennurbs_annotation.cpp.
Definition at line 566 of file opennurbs_annotation.cpp.
| ON_AnnotationTextDot::ON_AnnotationTextDot | ( | const ON_AnnotationTextDot & | src | ) |
Definition at line 571 of file opennurbs_annotation.cpp.
| void ON_AnnotationTextDot::Dump | ( | ON_TextLog & | log | ) | const [virtual] |
Reimplemented from ON_Point.
Definition at line 595 of file opennurbs_annotation.cpp.
| ON_BOOL32 ON_AnnotationTextDot::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Reimplemented from ON_Point.
Definition at line 583 of file opennurbs_annotation.cpp.
| ON_AnnotationTextDot::ON_OBJECT_DECLARE | ( | ON_AnnotationTextDot | ) | [private] |
| ON_AnnotationTextDot & ON_AnnotationTextDot::operator= | ( | const ON_AnnotationTextDot & | src | ) |
Definition at line 574 of file opennurbs_annotation.cpp.
| ON_BOOL32 ON_AnnotationTextDot::Read | ( | ON_BinaryArchive & | file | ) | [virtual] |
Reimplemented from ON_Point.
Definition at line 610 of file opennurbs_annotation.cpp.
| ON_BOOL32 ON_AnnotationTextDot::Write | ( | ON_BinaryArchive & | file | ) | const [virtual] |
Reimplemented from ON_Point.
Definition at line 602 of file opennurbs_annotation.cpp.
Definition at line 67 of file opennurbs_annotation.h.