Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_annotation.h>
Public Member Functions | |
virtual ON_BOOL32 | IsRealObject () const =0 |
ON_Annotation () | |
ON_Annotation (const ON_Annotation &) | |
~ON_Annotation () | |
ON_Annotation & | operator= (const ON_Annotation &) |
void | Create () |
void | Destroy () |
void | EmergencyDestroy () |
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 &) |
ON::object_type | ObjectType () const |
int | Dimension () const |
ON_BOOL32 | GetBBox (double *, double *, ON_BOOL32=false) const |
ON_BOOL32 | Transform (const ON_Xform &) |
bool | IsText () const |
bool | IsLeader () const |
bool | IsDimension () const |
virtual double | NumericValue () const |
virtual void | SetTextToDefault () |
void | SetType (ON::eAnnotationType type) |
ON::eAnnotationType | Type () const |
void | SetTextDisplayMode (ON::eTextDisplayMode mode) |
ON::eTextDisplayMode | TextDisplayMode () const |
void | SetPlane (const ON_Plane &plane) |
ON_Plane | Plane () const |
int | PointCount () const |
void | SetPoints (const ON_SimpleArray< ON_2dPoint > &points) |
const ON_SimpleArray < ON_2dPoint > & | Points () const |
void | SetPoint (int idx, ON_3dPoint point) |
ON_2dPoint | Point (int idx) const |
void | SetUserText (const wchar_t *string) |
const ON_wString & | UserText () const |
void | SetDefaultText (const wchar_t *string) |
const ON_wString & | DefaultText () const |
void | SetUserPositionedText (int bUserPositionedText) |
bool | UserPositionedText () const |
bool | GetECStoWCSXform (ON_Xform &xform) const |
bool | GeWCStoECSXform (ON_Xform &xform) const |
Static Public Member Functions | |
static const ON_3dmAnnotationSettings & | AnnotationSettings () |
static void | SetAnnotationSettings (const ON_3dmAnnotationSettings *) |
Public Attributes | |
ON::eAnnotationType | m_type |
ON::eTextDisplayMode | m_textdisplaymode |
ON_Plane | m_plane |
ON_SimpleArray< ON_2dPoint > | m_points |
ON_wString | m_usertext |
ON_wString | m_defaulttext |
bool | m_userpositionedtext |
Definition at line 154 of file opennurbs_annotation.h.
ON_Annotation::ON_Annotation | ( | const ON_Annotation & | ) |
static const ON_3dmAnnotationSettings& ON_Annotation::AnnotationSettings | ( | ) | [static] |
void ON_Annotation::Create | ( | ) |
const ON_wString& ON_Annotation::DefaultText | ( | ) | const |
void ON_Annotation::Destroy | ( | ) |
int ON_Annotation::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
void ON_Annotation::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_Object.
void ON_Annotation::EmergencyDestroy | ( | ) |
Reimplemented from ON_Object.
Reimplemented in ON_Leader, ON_TextEntity, ON_AngularDimension, ON_RadialDimension, and ON_LinearDimension.
ON_BOOL32 ON_Annotation::GetBBox | ( | double * | , |
double * | , | ||
ON_BOOL32 | = false |
||
) | const [virtual] |
Implements ON_Geometry.
bool ON_Annotation::GetECStoWCSXform | ( | ON_Xform & | xform | ) | const |
bool ON_Annotation::GeWCStoECSXform | ( | ON_Xform & | xform | ) | const |
bool ON_Annotation::IsDimension | ( | ) | const |
bool ON_Annotation::IsLeader | ( | ) | const |
virtual ON_BOOL32 ON_Annotation::IsRealObject | ( | ) | const [pure virtual] |
Implemented in ON_Leader, ON_TextEntity, ON_AngularDimension, ON_RadialDimension, and ON_LinearDimension.
bool ON_Annotation::IsText | ( | ) | const |
ON_BOOL32 ON_Annotation::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
virtual double ON_Annotation::NumericValue | ( | ) | const [virtual] |
ON::object_type ON_Annotation::ObjectType | ( | ) | const [virtual] |
Reimplemented from ON_Object.
ON_Annotation& ON_Annotation::operator= | ( | const ON_Annotation & | ) |
ON_Plane ON_Annotation::Plane | ( | ) | const |
ON_2dPoint ON_Annotation::Point | ( | int | idx | ) | const |
int ON_Annotation::PointCount | ( | ) | const |
const ON_SimpleArray<ON_2dPoint>& ON_Annotation::Points | ( | ) | const |
ON_BOOL32 ON_Annotation::Read | ( | ON_BinaryArchive & | ) | [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_TextEntity, and ON_AngularDimension.
static void ON_Annotation::SetAnnotationSettings | ( | const ON_3dmAnnotationSettings * | ) | [static] |
void ON_Annotation::SetDefaultText | ( | const wchar_t * | string | ) |
void ON_Annotation::SetPlane | ( | const ON_Plane & | plane | ) |
void ON_Annotation::SetPoint | ( | int | idx, |
ON_3dPoint | point | ||
) |
void ON_Annotation::SetPoints | ( | const ON_SimpleArray< ON_2dPoint > & | points | ) |
void ON_Annotation::SetTextDisplayMode | ( | ON::eTextDisplayMode | mode | ) |
virtual void ON_Annotation::SetTextToDefault | ( | ) | [virtual] |
Reimplemented in ON_AngularDimension, ON_RadialDimension, and ON_LinearDimension.
void ON_Annotation::SetType | ( | ON::eAnnotationType | type | ) |
void ON_Annotation::SetUserPositionedText | ( | int | bUserPositionedText | ) |
void ON_Annotation::SetUserText | ( | const wchar_t * | string | ) |
ON::eTextDisplayMode ON_Annotation::TextDisplayMode | ( | ) | const |
ON_BOOL32 ON_Annotation::Transform | ( | const ON_Xform & | ) | [virtual] |
Reimplemented from ON_Geometry.
ON::eAnnotationType ON_Annotation::Type | ( | ) | const |
bool ON_Annotation::UserPositionedText | ( | ) | const |
const ON_wString& ON_Annotation::UserText | ( | ) | const |
ON_BOOL32 ON_Annotation::Write | ( | ON_BinaryArchive & | ) | const [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_TextEntity, and ON_AngularDimension.
Definition at line 286 of file opennurbs_annotation.h.
Definition at line 282 of file opennurbs_annotation.h.
Definition at line 283 of file opennurbs_annotation.h.
ON::eTextDisplayMode ON_Annotation::m_textdisplaymode |
Definition at line 279 of file opennurbs_annotation.h.
ON::eAnnotationType ON_Annotation::m_type |
Definition at line 276 of file opennurbs_annotation.h.
Definition at line 288 of file opennurbs_annotation.h.
Definition at line 285 of file opennurbs_annotation.h.