|
| ON_BrepRegionArray () |
|
| ~ON_BrepRegionArray () |
|
bool | Read (ON_BinaryArchive &) |
|
bool | Write (ON_BinaryArchive &) const |
|
unsigned int | SizeOf () const |
|
| ON_ObjectArray () |
|
| ON_ObjectArray (int) |
|
| ON_ObjectArray (const ON_ObjectArray< ON_BrepRegion > &) |
|
| ~ON_ObjectArray () |
|
ON_ObjectArray< ON_BrepRegion > & | operator= (const ON_ObjectArray< ON_BrepRegion > &) |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
ON_BrepRegion * | Realloc (ON_BrepRegion *, int) |
|
bool | HeapSort (int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) |
|
bool | QuickSort (int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) |
|
| ON_ClassArray () |
|
| ON_ClassArray (int) |
|
| ON_ClassArray (const ON_ClassArray< ON_BrepRegion > &) |
|
virtual | ~ON_ClassArray () |
|
ON_ClassArray< ON_BrepRegion > & | operator= (const ON_ClassArray< ON_BrepRegion > &) |
|
void | EmergencyDestroy (void) |
|
int | Count () const |
|
unsigned int | UnsignedCount () const |
|
int | Capacity () const |
|
unsigned int | SizeOfArray () const |
|
unsigned int | SizeOfElement () const |
|
ON_BrepRegion & | operator[] (int) |
|
ON_BrepRegion & | operator[] (unsigned int) |
|
ON_BrepRegion & | operator[] (ON__INT64) |
|
ON_BrepRegion & | operator[] (ON__UINT64) |
|
const ON_BrepRegion & | operator[] (int) const |
|
const ON_BrepRegion & | operator[] (unsigned int) const |
|
const ON_BrepRegion & | operator[] (ON__INT64) const |
|
const ON_BrepRegion & | operator[] (ON__UINT64) const |
|
| operator ON_BrepRegion * () |
|
| operator const ON_BrepRegion * () const |
|
ON_BrepRegion * | First () |
|
const ON_BrepRegion * | First () const |
|
ON_BrepRegion * | At (int) |
|
ON_BrepRegion * | At (unsigned int) |
|
ON_BrepRegion * | At (ON__INT64) |
|
ON_BrepRegion * | At (ON__UINT64) |
|
const ON_BrepRegion * | At (int) const |
|
const ON_BrepRegion * | At (unsigned int) const |
|
const ON_BrepRegion * | At (ON__INT64) const |
|
const ON_BrepRegion * | At (ON__UINT64) const |
|
ON_BrepRegion * | Last () |
|
const ON_BrepRegion * | Last () const |
|
ON_BrepRegion & | AppendNew () |
|
void | Append (const ON_BrepRegion &) |
|
void | Append (int, const ON_BrepRegion *) |
|
void | Insert (int, const ON_BrepRegion &) |
|
void | Remove () |
|
void | Remove (int) |
|
void | Empty () |
|
void | Reverse () |
|
void | Swap (int, int) |
|
int | Search (const ON_BrepRegion *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const |
|
int | BinarySearch (const ON_BrepRegion *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const |
|
int | BinarySearch (const ON_BrepRegion *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *), int) const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *, void *), void *) const |
|
bool | Permute (const int *) |
|
void | Zero () |
|
void | Reserve (int) |
|
void | Shrink () |
|
void | Destroy () |
|
ON_BrepRegion * | Array () |
|
const ON_BrepRegion * | Array () const |
|
void | SetCount (int) |
|
void | SetCapacity (int) |
|
int | NewCapacity () const |
|
ON_BrepRegion * | KeepArray () |
|
void | SetArray (ON_BrepRegion *) |
|
void | SetArray (ON_BrepRegion *, int, int) |
|
Definition at line 1534 of file opennurbs_brep.h.