Lattice tiling index trie for one dimension.
Definition at line 95 of file LatticeTiling.c.
Data Fields | |
| INT4 | int_lower |
| Lower integer point bound in this dimension. More... | |
| INT4 | int_upper |
| Upper integer point bound in this dimension. More... | |
| UINT8 | index |
| Sequential lattice tiling index up to this dimension. More... | |
| LT_IndexTrie * | next |
| Pointer to array of index tries for the next-highest dimension. More... | |
| INT4 LT_IndexTrie::int_lower |
Lower integer point bound in this dimension.
Definition at line 96 of file LatticeTiling.c.
| INT4 LT_IndexTrie::int_upper |
Upper integer point bound in this dimension.
Definition at line 97 of file LatticeTiling.c.
| UINT8 LT_IndexTrie::index |
Sequential lattice tiling index up to this dimension.
Definition at line 98 of file LatticeTiling.c.
| LT_IndexTrie* LT_IndexTrie::next |
Pointer to array of index tries for the next-highest dimension.
Definition at line 99 of file LatticeTiling.c.