Point Cloud Library (PCL)  1.7.0
Public Member Functions | Static Public Member Functions | Public Attributes
ON_Annotation Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_annotation.h>

+ Inheritance diagram for ON_Annotation:

List of all members.

Public Member Functions

virtual ON_BOOL32 IsRealObject () const =0
 ON_Annotation ()
 ON_Annotation (const ON_Annotation &)
 ~ON_Annotation ()
ON_Annotationoperator= (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_wStringUserText () const
void SetDefaultText (const wchar_t *string)
const ON_wStringDefaultText () 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_2dPointm_points
ON_wString m_usertext
ON_wString m_defaulttext
bool m_userpositionedtext

Detailed Description

Definition at line 154 of file opennurbs_annotation.h.


Constructor & Destructor Documentation


Member Function Documentation

int ON_Annotation::Dimension ( ) const [virtual]

Implements ON_Geometry.

void ON_Annotation::Dump ( ON_TextLog ) const [virtual]

Reimplemented from ON_Object.

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::IsLeader ( ) const
virtual ON_BOOL32 ON_Annotation::IsRealObject ( ) const [pure virtual]
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_2dPoint ON_Annotation::Point ( int  idx) const
ON_BOOL32 ON_Annotation::Read ( ON_BinaryArchive ) [virtual]

Reimplemented from ON_Object.

Reimplemented in ON_TextEntity, and ON_AngularDimension.

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]
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
ON_BOOL32 ON_Annotation::Write ( ON_BinaryArchive ) const [virtual]

Reimplemented from ON_Object.

Reimplemented in ON_TextEntity, and ON_AngularDimension.


Member Data Documentation

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.


The documentation for this class was generated from the following file: