|
| template<class SurfaceMeshComplex_2InTriangulation_3 > |
| bool | output_surface_facets_to_off (std::ostream &os, const SurfaceMeshComplex_2InTriangulation_3 &c2t3, int options=Surface_mesher::IO_ORIENT_SURFACE) |
| | writes a manifold or non-manifold surface reconstructed by make_surface_mesh() in the OFF file format. More...
|
| |
| template<class SurfaceMeshComplex_2InTriangulation_3 , class Polyhedron > |
| bool | output_surface_facets_to_polyhedron (const SurfaceMeshComplex_2InTriangulation_3 &c2t3, Polyhedron &output_polyhedron) |
| | converts a manifold surface reconstructed by make_surface_mesh() to a Polyhedron_3<Traits>. More...
|
| |
| template<class SurfaceMeshC2T3 , class Surface , class FacetsCriteria , class Tag > |
| void | make_surface_mesh (SurfaceMeshC2T3 &c2t3, Surface surface, FacetsCriteria criteria, Tag tag, int initial_number_of_points=20) |
| | In the first overloaded version of of make_surface_mesh(), the surface type is given as template parameter (Surface) and the surface to be meshed is passed as parameter to the mesh generator. More...
|
| |
| template<class SurfaceMeshC2T3 , class SurfaceMeshTraits , class FacetsCriteria , class Tag > |
| void | make_surface_mesh (SurfaceMeshC2T3 &c2t3, SurfaceMeshTraits::Surface_3 surface, SurfaceMeshTraits traits, FacetsCriteria criteria, Tag tag, int initial_number_of_points=20) |
| | In the second overloaded version of make_surface_mesh(), the surface mesh generator traits type is provided by the template parameter SurfaceMeshTraits_3 and the surface type is obtained from this traits type. More...
|
| |