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