DGtal 1.3.0
Loading...
Searching...
No Matches
Data Structures | Functions
DGtal::experimental Namespace Reference

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)
 

Detailed Description

Experimental functions and types of the DGtal library.

Function Documentation

◆ operator<<()

template<typename TDomain , typename TValue , typename THashKey >
std::ostream & DGtal::experimental::operator<< ( std::ostream &  out,
const ImageContainerByHashTree< TDomain, TValue, THashKey > &  object 
)

Overloads 'operator<<' for displaying objects of class 'ImageContainerByHashTree'.

Parameters
outthe output stream where the object is written.
objectthe object of class 'ImageContainerByHashTree' to write.
Returns
the output stream after the writing.

Definition at line 827 of file ImageContainerByHashTree.h.

829 {
830 object.selfDisplay( out);
831 return out;
832 }