|
DGtal
0.6.devel
|
#include <ImageContainerByHashTree.h>

Public Member Functions | |
| Iterator (Node **data, unsigned int position, unsigned int arraySize) | |
| bool | isAtEnd () const |
| Value & | operator* () |
| bool | operator++ () |
| bool | operator== (const Iterator &it) |
| bool | operator!= (const Iterator &it) |
| HashKey | getKey () const |
| bool | next () |
Protected Attributes | |
| Node * | myNode |
| unsigned int | myCurrentCell |
| unsigned int | myArraySize |
| Node ** | myContainerData |
Definition at line 487 of file ImageContainerByHashTree.h.
|
inline |
Definition at line 490 of file ImageContainerByHashTree.h.
References DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myArraySize, DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myContainerData, DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myCurrentCell, and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myNode.
|
inline |
Definition at line 527 of file ImageContainerByHashTree.h.
References DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Node::getKey(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myNode.
|
inline |
Definition at line 501 of file ImageContainerByHashTree.h.
References DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myArraySize, and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myCurrentCell.
Referenced by DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::operator!=(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::operator==().
|
inline |
Definition at line 427 of file ImageContainerByHashTree.ih.
References DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Node::getNext(), DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myArraySize, DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myContainerData, DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myCurrentCell, and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myNode.
Referenced by DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::operator++().
|
inline |
Definition at line 520 of file ImageContainerByHashTree.h.
References DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::isAtEnd(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myNode.
|
inline |
Definition at line 505 of file ImageContainerByHashTree.h.
References DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Node::getObject(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myNode.
|
inline |
Definition at line 509 of file ImageContainerByHashTree.h.
References DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::next().
|
inline |
Definition at line 513 of file ImageContainerByHashTree.h.
References DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::isAtEnd(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::myNode.
|
protected |
Definition at line 535 of file ImageContainerByHashTree.h.
Referenced by DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::isAtEnd(), DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::Iterator(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::next().
|
protected |
Definition at line 536 of file ImageContainerByHashTree.h.
Referenced by DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::Iterator(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::next().
|
protected |
Definition at line 534 of file ImageContainerByHashTree.h.
Referenced by DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::isAtEnd(), DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::Iterator(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::next().
|
protected |
Definition at line 533 of file ImageContainerByHashTree.h.
Referenced by DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::getKey(), DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::Iterator(), DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::next(), DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::operator!=(), DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::operator*(), and DGtal::ImageContainerByHashTree< TDomain, TValue, THashKey >::Iterator::operator==().
1.8.1.1