Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_linestyle.h>
Public Member Functions | |
ON_DisplayMaterialRef () | |
int | Compare (const ON_DisplayMaterialRef &other) const |
bool | operator== (const ON_DisplayMaterialRef &other) const |
bool | operator!= (const ON_DisplayMaterialRef &other) const |
bool | operator< (const ON_DisplayMaterialRef &other) const |
bool | operator<= (const ON_DisplayMaterialRef &other) const |
bool | operator> (const ON_DisplayMaterialRef &other) const |
bool | operator>= (const ON_DisplayMaterialRef &other) const |
Public Attributes | |
ON_UUID | m_viewport_id |
ON_UUID | m_display_material_id |
Static Public Attributes | |
static const ON_UUID | m_invisible_in_detail_id |
Definition at line 43 of file opennurbs_linestyle.h.
ON_DisplayMaterialRef::ON_DisplayMaterialRef | ( | ) |
int ON_DisplayMaterialRef::Compare | ( | const ON_DisplayMaterialRef & | other | ) | const |
bool ON_DisplayMaterialRef::operator!= | ( | const ON_DisplayMaterialRef & | other | ) | const |
bool ON_DisplayMaterialRef::operator< | ( | const ON_DisplayMaterialRef & | other | ) | const |
bool ON_DisplayMaterialRef::operator<= | ( | const ON_DisplayMaterialRef & | other | ) | const |
bool ON_DisplayMaterialRef::operator== | ( | const ON_DisplayMaterialRef & | other | ) | const |
bool ON_DisplayMaterialRef::operator> | ( | const ON_DisplayMaterialRef & | other | ) | const |
bool ON_DisplayMaterialRef::operator>= | ( | const ON_DisplayMaterialRef & | other | ) | const |
ON_UUID ON_DisplayMaterialRef::m_display_material_id |
Definition at line 68 of file opennurbs_linestyle.h.
|
static |
Definition at line 76 of file opennurbs_linestyle.h.
ON_UUID ON_DisplayMaterialRef::m_viewport_id |
Definition at line 62 of file opennurbs_linestyle.h.