#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Functions | |
bool | ON_CreateUuid (ON_UUID &new_uuid) |
int | ON_UuidCompare (const ON_UUID *a, const ON_UUID *b) |
int | ON_UuidCompare (const ON_UUID &a, const ON_UUID &b) |
ON_UUID | ON_UuidFromString (const char *sUUID) |
ON_UUID | ON_UuidFromString (const wchar_t *sUUID) |
bool | ON_UuidIsNil (const ON_UUID &uuid) |
bool | ON_UuidIsNotNil (const ON_UUID &uuid) |
char * | ON_UuidToString (const ON_UUID &uuid, char *s) |
wchar_t * | ON_UuidToString (const ON_UUID &uuid, wchar_t *s) |
const char * | ON_UuidToString (const ON_UUID &uuid, ON_String &s) |
const wchar_t * | ON_UuidToString (const ON_UUID &uuid, ON_wString &s) |
Variables | |
static const int | big_endian_rho [16] = {0,1,2,3, 4,5, 6,7, 8,9, 10,11,12,13,14,15} |
static const int | little_endian_rho [16] = {3,2,1,0, 5,4, 7,6, 8,9, 10,11,12,13,14,15} |
bool ON_CreateUuid | ( | ON_UUID & | new_uuid | ) |
Definition at line 49 of file opennurbs_uuid.cpp.
int ON_UuidCompare | ( | const ON_UUID * | a, |
const ON_UUID * | b | ||
) |
Definition at line 358 of file opennurbs_uuid.cpp.
int ON_UuidCompare | ( | const ON_UUID & | a, |
const ON_UUID & | b | ||
) |
Definition at line 387 of file opennurbs_uuid.cpp.
ON_UUID ON_UuidFromString | ( | const char * | sUUID | ) |
Definition at line 134 of file opennurbs_uuid.cpp.
ON_UUID ON_UuidFromString | ( | const wchar_t * | sUUID | ) |
Definition at line 244 of file opennurbs_uuid.cpp.
bool ON_UuidIsNil | ( | const ON_UUID & | uuid | ) |
Definition at line 392 of file opennurbs_uuid.cpp.
bool ON_UuidIsNotNil | ( | const ON_UUID & | uuid | ) |
Definition at line 401 of file opennurbs_uuid.cpp.
char* ON_UuidToString | ( | const ON_UUID & | uuid, |
char * | s | ||
) |
Definition at line 410 of file opennurbs_uuid.cpp.
wchar_t* ON_UuidToString | ( | const ON_UUID & | uuid, |
wchar_t * | s | ||
) |
Definition at line 469 of file opennurbs_uuid.cpp.
const char* ON_UuidToString | ( | const ON_UUID & | uuid, |
ON_String & | s | ||
) |
Definition at line 496 of file opennurbs_uuid.cpp.
const wchar_t* ON_UuidToString | ( | const ON_UUID & | uuid, |
ON_wString & | s | ||
) |
Definition at line 504 of file opennurbs_uuid.cpp.
const int big_endian_rho[16] = {0,1,2,3, 4,5, 6,7, 8,9, 10,11,12,13,14,15} [static] |
Definition at line 46 of file opennurbs_uuid.cpp.
const int little_endian_rho[16] = {3,2,1,0, 5,4, 7,6, 8,9, 10,11,12,13,14,15} [static] |
Definition at line 43 of file opennurbs_uuid.cpp.