|
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...
|
|