ndtree
nd-octree data-structure and algorithms
dot.hpp File Reference

Serializes the tree to .dot graph format. More...

Namespaces

 ndtree
 nd-octree
 
 ndtree::v1::serialization
 Serialization functions.
 
 ndtree::v1::serialization::dot
 Serialization to dot format (graphviz)
 

Functions

template<class OStream , class Tree >
OStream & ndtree::v1::serialization::dot::operator<< (OStream &&os, Tree const &t)
 Serializes the tree t to dot format. More...
 

Detailed Description

Serializes the tree to .dot graph format.