![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <Permutohedral.h>
Collaboration diagram for HashTablePermutohedral< KD, VD >::Key:Public Member Functions | |
| Key ()=default | |
| Key (const Key &origin, int dim, int direction) | |
| Key (const Key &)=default | |
| Key & | operator= (const Key &)=default |
| void | setKey (int idx, short val) |
| void | setHash () |
| bool | operator== (const Key &other) const |
Data Fields | |
| unsigned | hash { 0 } |
| short | key [KD] {} |
Definition at line 83 of file Permutohedral.h.
|
default |
|
inline |
Definition at line 87 of file Permutohedral.h.
References i, HashTablePermutohedral< KD, VD >::Key::key, and HashTablePermutohedral< KD, VD >::Key::setHash().
|
default |
|
default |
|
inline |
Definition at line 114 of file Permutohedral.h.
References HashTablePermutohedral< KD, VD >::Key::hash, i, and HashTablePermutohedral< KD, VD >::Key::key.
|
inline |
Definition at line 103 of file Permutohedral.h.
References HashTablePermutohedral< KD, VD >::Key::hash, i, k, and HashTablePermutohedral< KD, VD >::Key::key.
Referenced by HashTablePermutohedral< KD, VD >::Key::Key().
|
inline |
Definition at line 98 of file Permutohedral.h.
References HashTablePermutohedral< KD, VD >::Key::key.
| unsigned HashTablePermutohedral< KD, VD >::Key::hash { 0 } |
Definition at line 124 of file Permutohedral.h.
Referenced by HashTablePermutohedral< KD, VD >::grow(), HashTablePermutohedral< KD, VD >::Key::operator==(), and HashTablePermutohedral< KD, VD >::Key::setHash().
| short HashTablePermutohedral< KD, VD >::Key::key[KD] {} |
Definition at line 125 of file Permutohedral.h.
Referenced by HashTablePermutohedral< KD, VD >::Key::Key(), HashTablePermutohedral< KD, VD >::Key::operator==(), HashTablePermutohedral< KD, VD >::Key::setHash(), and HashTablePermutohedral< KD, VD >::Key::setKey().