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

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

+ Inheritance diagram for ON_Linetype:

List of all members.

Public Member Functions

 ON_Linetype ()
 ~ON_Linetype ()
void Default ()
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_UUID ModelObjectId () const
bool SetLinetypeName (const char *)
bool SetLinetypeName (const wchar_t *)
const wchar_t * LinetypeName () const
bool SetLinetypeIndex (int)
int LinetypeIndex () const
double PatternLength () const
int SegmentCount () const
int AppendSegment (const ON_LinetypeSegment &segment)
bool RemoveSegment (int index)
bool SetSegment (int index, const ON_LinetypeSegment &segment)
bool SetSegment (int index, double length, ON_LinetypeSegment::eSegType type)
ON_LinetypeSegment Segment (int index) const
ON_SimpleArray
< ON_LinetypeSegment > & 
Segments ()
const ON_SimpleArray
< ON_LinetypeSegment > & 
Segments () const

Public Attributes

int m_linetype_index
ON_UUID m_linetype_id
ON_wString m_linetype_name

Detailed Description

Definition at line 40 of file opennurbs_linetype.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from ON_Object.

ON_BOOL32 ON_Linetype::IsValid ( ON_TextLog text_log = NULL) const [virtual]

Implements ON_Object.

const wchar_t* ON_Linetype::LinetypeName ( ) const
ON_UUID ON_Linetype::ModelObjectId ( ) const [virtual]

Reimplemented from ON_Object.

double ON_Linetype::PatternLength ( ) const
ON_BOOL32 ON_Linetype::Read ( ON_BinaryArchive ) [virtual]

Reimplemented from ON_Object.

bool ON_Linetype::RemoveSegment ( int  index)
bool ON_Linetype::SetLinetypeName ( const char *  )
bool ON_Linetype::SetLinetypeName ( const wchar_t *  )
bool ON_Linetype::SetSegment ( int  index,
const ON_LinetypeSegment segment 
)
bool ON_Linetype::SetSegment ( int  index,
double  length,
ON_LinetypeSegment::eSegType  type 
)
ON_BOOL32 ON_Linetype::Write ( ON_BinaryArchive ) const [virtual]

Reimplemented from ON_Object.


Member Data Documentation

Definition at line 168 of file opennurbs_linetype.h.

Definition at line 167 of file opennurbs_linetype.h.

Definition at line 169 of file opennurbs_linetype.h.


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