CGAL 5.6 - Surface Mesh Topology
Loading...
Searching...
No Matches
CGAL Namespace Reference

Namespaces

namespace  Surface_mesh_topology
 

Functions

template<class Mesh >
void draw (const Mesh &amesh, const std::vector< Path_on_surface< Mesh > > &apaths)
 opens a new window and draws amesh, either a 2D linear cell complex or a model of the FaceGraph concept, plus the paths lying on this mesh given in apaths.
 
template<class Mesh >
void draw (const Mesh &amesh, std::initializer_list< Path_on_surface< Mesh > > &apaths)
 opens a new window and draws amesh, either a 2D linear cell complex or a model of the FaceGraph concept, plus the paths lying on this mesh given in apaths.