#include <opennurbs_defines.h>
|
unsigned int | i |
| do not initialize i, j, k, l for performance reasons More...
|
|
unsigned int | j |
|
unsigned int | k |
|
unsigned int | l |
|
◆ ON_4udex() [1/3]
◆ ~ON_4udex()
◆ ON_4udex() [2/3]
◆ ON_4udex() [3/3]
ON_4udex::ON_4udex |
( |
unsigned int |
i, |
|
|
unsigned int |
j, |
|
|
unsigned int |
k, |
|
|
unsigned int |
l |
|
) |
| |
◆ AsIncreasing()
ON_4udex ON_4udex::AsIncreasing |
( |
| ) |
const |
return a copy, where i is smaller or equal to j, j is smaller or equal to k, and k is smaller or equal to l
◆ AsPairwiseIncreasing()
ON_4udex ON_4udex::AsPairwiseIncreasing |
( |
| ) |
const |
return a copy, where i is smaller or equal to k; if they are equal, j is smaller or equal to l
◆ operator!=()
bool ON_4udex::operator!= |
( |
const ON_4udex & |
src | ) |
const |
◆ operator=()
◆ operator==()
bool ON_4udex::operator== |
( |
const ON_4udex & |
src | ) |
const |
do not initialize i, j, k, l for performance reasons
◆ Unset
(ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX);
◆ Zero