Rhino C++ API
7.26
|
#include <opennurbs_defines.h>
Public Member Functions | |
ON_4udex ()=default | |
ON_4udex (const ON_4udex &)=default | |
ON_4udex (unsigned int i, unsigned int j, unsigned int k, unsigned int l) | |
~ON_4udex ()=default | |
ON_4udex & | operator= (const ON_4udex &)=default |
Public Attributes | |
unsigned int | i |
do not initialize i, j, k, l for performance reasons More... | |
unsigned int | j |
unsigned int | k |
unsigned int | l |
Static Public Attributes | |
static const ON_4udex | Unset |
(ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX); More... | |
static const ON_4udex | Zero |
(0, 0, 0, 0) More... | |
|
default |
|
default |
|
default |
ON_4udex::ON_4udex | ( | unsigned int | i, |
unsigned int | j, | ||
unsigned int | k, | ||
unsigned int | l | ||
) |
unsigned int ON_4udex::i |
do not initialize i, j, k, l for performance reasons
unsigned int ON_4udex::j |
unsigned int ON_4udex::k |
unsigned int ON_4udex::l |
|
static |
(ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX, ON_UNSET_UINT_INDEX);
|
static |
(0, 0, 0, 0)