DGtal
0.6.devel
|
#include <LabelledMap.h>
Public Member Functions | |
__FirstBlock () | |
Data & | insert (unsigned int idx, unsigned int size, const Data &v) |
void | erase (unsigned int idx, unsigned int size) |
Data Fields | |
Data | datas [N] |
DataOrBlockPointer | data |
Represents the first block in the container. Internal structure.
Definition at line 179 of file LabelledMap.h.
|
inline |
Definition at line 181 of file LabelledMap.h.
|
inline |
Definition at line 247 of file LabelledMap.h.
References DGtal::LabelledMap< TData, L, TWord, N, M >::__FirstBlock::datas.
|
inline |
Definition at line 185 of file LabelledMap.h.
References DGtal::LabelledMap< TData, L, TWord, N, M >::__FirstBlock::datas, and DGtal::LabelledMap< TData, L, TWord, N, M >::__AnyBlock::datas.
DataOrBlockPointer DGtal::LabelledMap< TData, L, TWord, N, M >::__FirstBlock::data |
Definition at line 297 of file LabelledMap.h.
Referenced by DGtal::LabelledMap< TData, L, TWord, N, M >::BlockConstIterator::BlockConstIterator(), DGtal::LabelledMap< TData, L, TWord, N, M >::BlockIterator::BlockIterator(), DGtal::LabelledMap< TData, L, TWord, N, M >::LabelledMap(), and DGtal::LabelledMap< TData, L, TWord, N, M >::operator=().
Data DGtal::LabelledMap< TData, L, TWord, N, M >::__FirstBlock::datas[N] |
Definition at line 296 of file LabelledMap.h.
Referenced by DGtal::LabelledMap< TData, L, TWord, N, M >::BlockConstIterator::BlockConstIterator(), DGtal::LabelledMap< TData, L, TWord, N, M >::BlockIterator::BlockIterator(), DGtal::LabelledMap< TData, L, TWord, N, M >::__FirstBlock::erase(), and DGtal::LabelledMap< TData, L, TWord, N, M >::__FirstBlock::insert().