#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Functions | |
static int | compar_uuidindex_uuid (const ON_UuidIndex *a, const ON_UuidIndex *b) |
static int | compar_uuidpair_id1 (const ON_UuidPair *a, const ON_UuidPair *b) |
static int | compar_uuidpair_id1id2 (const ON_UuidPair *a, const ON_UuidPair *b) |
static int | compare_2dex_i (const void *a, const void *b) |
const ON_2dex * | ON_BinarySearch2dexArray (int key_i, const ON_2dex *base, size_t nel) |
static int compar_uuidindex_uuid | ( | const ON_UuidIndex * | a, |
const ON_UuidIndex * | b | ||
) | [static] |
Definition at line 886 of file opennurbs_array.cpp.
static int compar_uuidpair_id1 | ( | const ON_UuidPair * | a, |
const ON_UuidPair * | b | ||
) | [static] |
Definition at line 1024 of file opennurbs_array.cpp.
static int compar_uuidpair_id1id2 | ( | const ON_UuidPair * | a, |
const ON_UuidPair * | b | ||
) | [static] |
Definition at line 1030 of file opennurbs_array.cpp.
static int compare_2dex_i | ( | const void * | a, |
const void * | b | ||
) | [static] |
Definition at line 1367 of file opennurbs_array.cpp.
const ON_2dex* ON_BinarySearch2dexArray | ( | int | key_i, |
const ON_2dex * | base, | ||
size_t | nel | ||
) |
Definition at line 1312 of file opennurbs_array.cpp.