|
GADGET-4
|
declaration of function prototypes used for Peano-Hilbert keys More...
Go to the source code of this file.
Functions | |
| peanokey | peano_hilbert_key (MyIntPosType x, MyIntPosType y, MyIntPosType z, int bits) |
| void | peano_hilbert_key_inverse (peanokey key, int bits, MyIntPosType *x, MyIntPosType *y, MyIntPosType *z) |
| unsigned char | peano_incremental_key (unsigned char pix, unsigned char *rotation) |
declaration of function prototypes used for Peano-Hilbert keys
Definition in file peano.h.
| peanokey peano_hilbert_key | ( | MyIntPosType | x, |
| MyIntPosType | y, | ||
| MyIntPosType | z, | ||
| int | bits | ||
| ) |
| void peano_hilbert_key_inverse | ( | peanokey | key, |
| int | bits, | ||
| MyIntPosType * | x, | ||
| MyIntPosType * | y, | ||
| MyIntPosType * | z | ||
| ) |