#include <opennurbs_array.h>
Public Member Functions | |
bool | AddUuid (ON_UUID uuid, bool bCheckForDupicates=true) |
const ON_UUID * | Array () const |
void | Compact () |
int | Count () const |
void | Destroy () |
void | Empty () |
bool | FindUuid (ON_UUID uuid) const |
int | GetUuids (ON_SimpleArray< ON_UUID > &uuid_list) const |
ON_UuidList () | |
ON_UuidList (int capacity) | |
ON_UuidList (const ON_UuidList &src) | |
ON_UuidList & | operator= (const ON_UuidList &src) |
bool | Read (class ON_BinaryArchive &archive) |
void | RemapUuids (const ON_SimpleArray< ON_UuidPair > &uuid_remap) |
bool | RemoveUuid (ON_UUID uuid) |
void | Reserve (int capacity) |
bool | Write (class ON_BinaryArchive &archive) const |
~ON_UuidList () | |
Static Public Member Functions | |
static int | CompareUuid (const ON_UUID *a, const ON_UUID *b) |
Private Member Functions | |
ON_UUID * | SearchHelper (const ON_UUID *) const |
void | SortHelper () |
Private Attributes | |
int | m_removed_count |
int | m_sorted_count |
Definition at line 1202 of file opennurbs_array.h.
Definition at line 596 of file opennurbs_array.cpp.
ON_UuidList::ON_UuidList | ( | int | capacity | ) |
Definition at line 603 of file opennurbs_array.cpp.
Definition at line 610 of file opennurbs_array.cpp.
ON_UuidList::ON_UuidList | ( | const ON_UuidList & | src | ) |
Definition at line 616 of file opennurbs_array.cpp.
bool ON_UuidList::AddUuid | ( | ON_UUID | uuid, |
bool | bCheckForDupicates = true |
||
) |
Definition at line 635 of file opennurbs_array.cpp.
const ON_UUID * ON_UuidList::Array | ( | ) | const |
Reimplemented from ON_SimpleArray< ON_UUID >.
Definition at line 669 of file opennurbs_array.cpp.
void ON_UuidList::Compact | ( | ) |
Definition at line 712 of file opennurbs_array.cpp.
int ON_UuidList::CompareUuid | ( | const ON_UUID * | a, |
const ON_UUID * | b | ||
) | [static] |
Definition at line 650 of file opennurbs_array.cpp.
int ON_UuidList::Count | ( | ) | const |
Reimplemented from ON_SimpleArray< ON_UUID >.
Definition at line 645 of file opennurbs_array.cpp.
void ON_UuidList::Destroy | ( | ) |
Reimplemented from ON_SimpleArray< ON_UUID >.
Definition at line 688 of file opennurbs_array.cpp.
void ON_UuidList::Empty | ( | ) |
Reimplemented from ON_SimpleArray< ON_UUID >.
Definition at line 681 of file opennurbs_array.cpp.
bool ON_UuidList::FindUuid | ( | ON_UUID | uuid | ) | const |
Definition at line 759 of file opennurbs_array.cpp.
int ON_UuidList::GetUuids | ( | ON_SimpleArray< ON_UUID > & | uuid_list | ) | const |
Definition at line 1171 of file opennurbs_array.cpp.
ON_UuidList & ON_UuidList::operator= | ( | const ON_UuidList & | src | ) |
Definition at line 623 of file opennurbs_array.cpp.
bool ON_UuidList::Read | ( | class ON_BinaryArchive & | archive | ) |
Definition at line 731 of file opennurbs_array.cpp.
void ON_UuidList::RemapUuids | ( | const ON_SimpleArray< ON_UuidPair > & | uuid_remap | ) |
Definition at line 1134 of file opennurbs_array.cpp.
bool ON_UuidList::RemoveUuid | ( | ON_UUID | uuid | ) |
Definition at line 701 of file opennurbs_array.cpp.
void ON_UuidList::Reserve | ( | int | capacity | ) |
Reimplemented from ON_SimpleArray< ON_UUID >.
Definition at line 696 of file opennurbs_array.cpp.
ON_UUID * ON_UuidList::SearchHelper | ( | const ON_UUID * | uuid | ) | const [private] |
Definition at line 764 of file opennurbs_array.cpp.
void ON_UuidList::SortHelper | ( | ) | [private] |
Definition at line 655 of file opennurbs_array.cpp.
bool ON_UuidList::Write | ( | class ON_BinaryArchive & | archive | ) | const |
Definition at line 718 of file opennurbs_array.cpp.
int ON_UuidList::m_removed_count [private] |
Definition at line 1349 of file opennurbs_array.h.
int ON_UuidList::m_sorted_count [private] |
Definition at line 1348 of file opennurbs_array.h.