#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Classes | |
class | ON__LayerExtensions |
class | ON__LayerPerViewSettings |
class | ON__LayerSettingsUserData |
Defines | |
#define | ON_BOZO_VACCINE_3E4904E6E9304fbcAA42EBD407AEFE3B |
#define | ON_BOZO_VACCINE_BFB63C094BC7472789BB7CC754118200 |
Functions | |
static void | ClearExtensionBit (unsigned char *layer_m_extension_bits, unsigned char mask) |
static bool | ExtensionBit (unsigned char layer_m_extension_bits, unsigned char mask) |
static const wchar_t * | LayerFullName (const wchar_t *s0) |
static const wchar_t * | LayerLeafName (const wchar_t *s) |
ON_OBJECT_IMPLEMENT (ON_Layer, ON_Object,"95809813-E985-11d3-BFE5-0010830122F0") | |
ON_OBJECT_IMPLEMENT (ON__LayerExtensions, ON_UserData,"3E4904E6-E930-4fbc-AA42-EBD407AEFE3B") | |
ON_OBJECT_IMPLEMENT (ON__LayerSettingsUserData, ON_UserData,"BFB63C09-4BC7-4727-89BB-7CC754118200") | |
static void | SetExtensionBit (unsigned char *layer_m_extension_bits, unsigned char mask) |
Definition at line 21 of file opennurbs_layer.cpp.
Definition at line 22 of file opennurbs_layer.cpp.
static void ClearExtensionBit | ( | unsigned char * | layer_m_extension_bits, |
unsigned char | mask | ||
) | [static] |
Definition at line 60 of file opennurbs_layer.cpp.
static bool ExtensionBit | ( | unsigned char | layer_m_extension_bits, |
unsigned char | mask | ||
) | [static] |
Definition at line 66 of file opennurbs_layer.cpp.
static const wchar_t* LayerFullName | ( | const wchar_t * | s0 | ) | [static] |
Definition at line 124 of file opennurbs_layer.cpp.
static const wchar_t* LayerLeafName | ( | const wchar_t * | s | ) | [static] |
Definition at line 156 of file opennurbs_layer.cpp.
ON_OBJECT_IMPLEMENT | ( | ON_Layer | , |
ON_Object | , | ||
"95809813-E985-11d3-BFE5-0010830122F0" | |||
) |
ON_OBJECT_IMPLEMENT | ( | ON__LayerExtensions | , |
ON_UserData | , | ||
"3E4904E6-E930-4fbc-AA42-EBD407AEFE3B" | |||
) |
ON_OBJECT_IMPLEMENT | ( | ON__LayerSettingsUserData | , |
ON_UserData | , | ||
"BFB63C09-4BC7-4727-89BB-7CC754118200" | |||
) |
static void SetExtensionBit | ( | unsigned char * | layer_m_extension_bits, |
unsigned char | mask | ||
) | [static] |
Definition at line 55 of file opennurbs_layer.cpp.