#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
#include "pcl/surface/3rdparty/opennurbs/opennurbs_qsort_template.h"
Go to the source code of this file.
Defines | |
#define | ON_COMPILING_OPENNURBS_QSORT_FUNCTIONS |
#define | ON_QSORT_FNAME ON_qsort_SN_ELEMENT |
#define | ON_SORT_TEMPLATE_COMPARE compare_SN_ELEMENT_sn |
#define | ON_SORT_TEMPLATE_STATIC_FUNCTION |
#define | ON_SORT_TEMPLATE_TYPE struct ON_SerialNumberMap::SN_ELEMENT |
Functions | |
static ON__UINT16 | IdCRC (const ON_UUID *id) |
static bool | IdIsNotZero (const ON_UUID *id) |
static bool | ON_SerialNumberMap_IsNotValid () |
static bool | ON_SerialNumberMap_IsNotValidBlock () |
static int | ON_SORT_TEMPLATE_COMPARE (const struct ON_SerialNumberMap::SN_ELEMENT *a, const struct ON_SerialNumberMap::SN_ELEMENT *b) |
Definition at line 227 of file opennurbs_lookup.cpp.
#define ON_QSORT_FNAME ON_qsort_SN_ELEMENT |
Definition at line 230 of file opennurbs_lookup.cpp.
#define ON_SORT_TEMPLATE_COMPARE compare_SN_ELEMENT_sn |
Definition at line 226 of file opennurbs_lookup.cpp.
#define ON_SORT_TEMPLATE_STATIC_FUNCTION |
Definition at line 228 of file opennurbs_lookup.cpp.
#define ON_SORT_TEMPLATE_TYPE struct ON_SerialNumberMap::SN_ELEMENT |
Definition at line 229 of file opennurbs_lookup.cpp.
static ON__UINT16 IdCRC | ( | const ON_UUID * | id | ) | [static] |
Definition at line 34 of file opennurbs_lookup.cpp.
static bool IdIsNotZero | ( | const ON_UUID * | id | ) | [static] |
Definition at line 19 of file opennurbs_lookup.cpp.
static bool ON_SerialNumberMap_IsNotValid | ( | ) | [static] |
Definition at line 1163 of file opennurbs_lookup.cpp.
static bool ON_SerialNumberMap_IsNotValidBlock | ( | ) | [static] |
Definition at line 326 of file opennurbs_lookup.cpp.
static int ON_SORT_TEMPLATE_COMPARE | ( | const struct ON_SerialNumberMap::SN_ELEMENT * | a, |
const struct ON_SerialNumberMap::SN_ELEMENT * | b | ||
) | [static] |
Definition at line 232 of file opennurbs_lookup.cpp.