|
DGtal 2.0.0
|
Experimental functions and types of the DGtal library.
More...
Data Structures | |
| class | ChamferNorm2D |
| Aim: implements a model of CSeparableMetric for Chamfer and path based norms. More... | |
| class | ImageContainerByHashTree |
| Model of CImageContainer implementing the association key<->Value using a hash tree. This class provides a built-in iterator. More... | |
Functions | |
| template<typename TDomain, typename TValue, typename THashKey> | |
| std::ostream & | operator<< (std::ostream &out, const ImageContainerByHashTree< TDomain, TValue, THashKey > &object) |
Experimental functions and types of the DGtal library.
| std::ostream & DGtal::experimental::operator<< | ( | std::ostream & | out, |
| const ImageContainerByHashTree< TDomain, TValue, THashKey > & | object ) |
Overloads 'operator<<' for displaying objects of class 'ImageContainerByHashTree'.
| out | the output stream where the object is written. |
| object | the object of class 'ImageContainerByHashTree' to write. |
Definition at line 817 of file ImageContainerByHashTree.h.