|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_annotation.h>
Inheritance diagram for ON_TextEntity:Public Member Functions | |
| ON_BOOL32 | IsRealObject () const |
| ON_TextEntity () | |
| ON_TextEntity (const ON_TextEntity &) | |
| ~ON_TextEntity () | |
| ON_TextEntity & | operator= (const ON_TextEntity &) |
| void | EmergencyDestroy () |
| ON_BOOL32 | Write (ON_BinaryArchive &file) const |
| ON_BOOL32 | Read (ON_BinaryArchive &file) |
| void | SetFaceName (ON_wString string) |
| ON_wString | FaceName () const |
| void | SetFontWeight (int weight) |
| int | FontWeight () const |
| void | SetHeight (double height) |
| double | Height () const |
Definition at line 357 of file opennurbs_annotation.h.
| ON_TextEntity::ON_TextEntity | ( | const ON_TextEntity & | ) |
| void ON_TextEntity::EmergencyDestroy | ( | ) |
Reimplemented from ON_Annotation.
| ON_wString ON_TextEntity::FaceName | ( | ) | const [inline] |
Definition at line 374 of file opennurbs_annotation.h.
| int ON_TextEntity::FontWeight | ( | ) | const [inline] |
Definition at line 376 of file opennurbs_annotation.h.
| double ON_TextEntity::Height | ( | ) | const [inline] |
Definition at line 378 of file opennurbs_annotation.h.
| ON_BOOL32 ON_TextEntity::IsRealObject | ( | ) | const [virtual] |
Implements ON_Annotation.
| ON_TextEntity& ON_TextEntity::operator= | ( | const ON_TextEntity & | ) |
| ON_BOOL32 ON_TextEntity::Read | ( | ON_BinaryArchive & | file | ) | [virtual] |
Reimplemented from ON_Annotation.
| void ON_TextEntity::SetFaceName | ( | ON_wString | string | ) | [inline] |
Definition at line 373 of file opennurbs_annotation.h.
| void ON_TextEntity::SetFontWeight | ( | int | weight | ) | [inline] |
Definition at line 375 of file opennurbs_annotation.h.
| void ON_TextEntity::SetHeight | ( | double | height | ) | [inline] |
Definition at line 377 of file opennurbs_annotation.h.
| ON_BOOL32 ON_TextEntity::Write | ( | ON_BinaryArchive & | file | ) | const [virtual] |
Reimplemented from ON_Annotation.