CGAL 5.6.1 - 2D Conforming Triangulations and Meshes
CGAL::IO Namespace Reference

Classes

class  Color
 

Functions

template<class CDT >
void write_VTU (std::ostream &os, const CDT &tr, IO::Mode mode=IO::BINARY)
 writes the faces of a domain and its constrained edges embedded in a 2D constrained Delaunay triangulation using the PolyData XML format. More...
 
template<class CDT , typename InDomainPmap >
void write_VTU (std::ostream &os, const CDT &tr, InDomainPmap ipm, IO::Mode mode=IO::BINARY)
 writes the faces of a domain and its constrained edges embedded in a 2D constrained Delaunay triangulation using the PolyData XML format. More...