#include <opennurbs_array.h>
Public Member Functions | |
ON_UuidPair () | |
Static Public Member Functions | |
static int | Compare (const class ON_UuidPair *, const class ON_UuidPair *) |
static int | CompareFirstUuid (const class ON_UuidPair *, const class ON_UuidPair *) |
static int | CompareSecondUuid (const class ON_UuidPair *, const class ON_UuidPair *) |
Public Attributes | |
ON_UUID | m_uuid [2] |
Definition at line 1148 of file opennurbs_array.h.
Definition at line 547 of file opennurbs_array.cpp.
int ON_UuidPair::Compare | ( | const class ON_UuidPair * | a, |
const class ON_UuidPair * | b | ||
) | [static] |
Definition at line 578 of file opennurbs_array.cpp.
int ON_UuidPair::CompareFirstUuid | ( | const class ON_UuidPair * | a, |
const class ON_UuidPair * | b | ||
) | [static] |
Definition at line 552 of file opennurbs_array.cpp.
int ON_UuidPair::CompareSecondUuid | ( | const class ON_UuidPair * | a, |
const class ON_UuidPair * | b | ||
) | [static] |
Definition at line 565 of file opennurbs_array.cpp.
Definition at line 1173 of file opennurbs_array.h.