|
DGtal 2.0.0
|
#include <DGtal/images/ImageContainerByHashTree.h>
Public Member Functions | |
| Node (Value aValue, HashKey key) | |
| Node * | getNext () |
| void | setNext (Node *next) |
| HashKey | getKey () |
| Value & | getObject () |
| ~Node () | |
Protected Attributes | |
| HashKey | myKey |
| Node * | myNext |
| Value | myData |
An internal class that corresponds to a node of a linked list (as the hashTable points to linked lists to handle collisions). Each element in the container is placed in a Node.
Definition at line 611 of file ImageContainerByHashTree.h.
|
inline |
Construtctor: create pair (aValue, key)
| aValue | First value |
| key | key in the hashtree |
Definition at line 621 of file ImageContainerByHashTree.h.
|
inline |
Definition at line 663 of file ImageContainerByHashTree.h.
|
inline |
Definition at line 650 of file ImageContainerByHashTree.h.
References myKey.
|
inline |
Definition at line 630 of file ImageContainerByHashTree.h.
|
inline |
Definition at line 659 of file ImageContainerByHashTree.h.
References myData.
|
inline |
|
protected |
Definition at line 667 of file ImageContainerByHashTree.h.
Referenced by getObject(), and Node().
|
protected |
Definition at line 665 of file ImageContainerByHashTree.h.
|
protected |
Definition at line 666 of file ImageContainerByHashTree.h.