|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_annotation.h>
Inheritance diagram for ON_AngularDimension:Public Member Functions | |
| ON_BOOL32 | IsRealObject () const |
| ON_AngularDimension () | |
| ON_AngularDimension (const ON_AngularDimension &) | |
| ~ON_AngularDimension () | |
| ON_AngularDimension & | operator= (const ON_AngularDimension &) |
| void | EmergencyDestroy () |
| ON_BOOL32 | Write (ON_BinaryArchive &file) const |
| ON_BOOL32 | Read (ON_BinaryArchive &file) |
| void | SetAngle (double angle) |
| double | Angle () const |
| void | SetRadius (double radius) |
| double | Radius () const |
| double | NumericValue () |
| void | SetTextToDefault () |
Definition at line 326 of file opennurbs_annotation.h.
| double ON_AngularDimension::Angle | ( | ) | const [inline] |
Definition at line 344 of file opennurbs_annotation.h.
Reimplemented from ON_Annotation.
| ON_BOOL32 ON_AngularDimension::IsRealObject | ( | ) | const [virtual] |
Implements ON_Annotation.
| double ON_AngularDimension::NumericValue | ( | ) |
| ON_AngularDimension& ON_AngularDimension::operator= | ( | const ON_AngularDimension & | ) |
| double ON_AngularDimension::Radius | ( | ) | const [inline] |
Definition at line 346 of file opennurbs_annotation.h.
| ON_BOOL32 ON_AngularDimension::Read | ( | ON_BinaryArchive & | file | ) | [virtual] |
Reimplemented from ON_Annotation.
| void ON_AngularDimension::SetAngle | ( | double | angle | ) | [inline] |
Definition at line 343 of file opennurbs_annotation.h.
| void ON_AngularDimension::SetRadius | ( | double | radius | ) | [inline] |
Definition at line 345 of file opennurbs_annotation.h.
| void ON_AngularDimension::SetTextToDefault | ( | ) | [virtual] |
Reimplemented from ON_Annotation.
| ON_BOOL32 ON_AngularDimension::Write | ( | ON_BinaryArchive & | file | ) | const [virtual] |
Reimplemented from ON_Annotation.