|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_linetype.h>
Inheritance diagram for ON_Linetype: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 |
Definition at line 40 of file opennurbs_linetype.h.
| int ON_Linetype::AppendSegment | ( | const ON_LinetypeSegment & | segment | ) |
| void ON_Linetype::Default | ( | ) |
| 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.
| int ON_Linetype::LinetypeIndex | ( | ) | const |
| 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 | ) |
| ON_LinetypeSegment ON_Linetype::Segment | ( | int | index | ) | const |
| int ON_Linetype::SegmentCount | ( | ) | const |
| const ON_SimpleArray<ON_LinetypeSegment>& ON_Linetype::Segments | ( | ) | const |
| bool ON_Linetype::SetLinetypeIndex | ( | int | ) |
| 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.
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.