|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_group.h>
Inheritance diagram for ON_Group:Public Member Functions | |
| ON_Group () | |
| ~ON_Group () | |
| 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 &) |
| void | SetGroupName (const wchar_t *) |
| void | SetGroupName (const char *) |
| void | GetGroupName (ON_wString &) const |
| const wchar_t * | GroupName () const |
| void | SetGroupIndex (int) |
| int | GroupIndex () const |
Public Attributes | |
| ON_wString | m_group_name |
| int | m_group_index |
| ON_UUID | m_group_id |
Definition at line 20 of file opennurbs_group.h.
| void ON_Group::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_Object.
| void ON_Group::GetGroupName | ( | ON_wString & | ) | const |
| int ON_Group::GroupIndex | ( | ) | const |
| const wchar_t* ON_Group::GroupName | ( | ) | const |
| ON_BOOL32 ON_Group::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
| ON_BOOL32 ON_Group::Read | ( | ON_BinaryArchive & | ) | [virtual] |
Reimplemented from ON_Object.
| void ON_Group::SetGroupIndex | ( | int | ) |
| void ON_Group::SetGroupName | ( | const wchar_t * | ) |
| void ON_Group::SetGroupName | ( | const char * | ) |
| ON_BOOL32 ON_Group::Write | ( | ON_BinaryArchive & | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 79 of file opennurbs_group.h.
Definition at line 78 of file opennurbs_group.h.
Definition at line 77 of file opennurbs_group.h.