From 6e2be025efd7daf24c535fec5209f1dbe58b02db Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 23 Feb 2006 15:28:48 +0000 Subject: [PATCH] Added: size_type number_of_facets() const; to specification of C2T3. --- .../SurfaceMeshComplex_2InTriangulation_3.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshComplex_2InTriangulation_3.tex b/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshComplex_2InTriangulation_3.tex index a3669555457..77cd7b6a846 100644 --- a/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshComplex_2InTriangulation_3.tex +++ b/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshComplex_2InTriangulation_3.tex @@ -76,7 +76,9 @@ the embedding triangulation facets.} \ccGlue \ccTypedef{typedef Triangulation_3::Edge Edge;} {The type of the embedding triangulation edges.} - +\ccGlue +\ccTypedef{typedef Triangulation_3::size_type size_type;}{Size type (an + unsigned integral type)} \ccEnum{enum Face_status {NOT_IN_COMPLEX, BOUNDARY, REGULAR, SINGULAR};} @@ -153,6 +155,10 @@ a function object with an operator to select facets: \ccHeading{Queries} Queries on the status of individual face with respect to the 2D complex. + +\ccMethod{size_type number_of_facets() const;} +{Returns the number of facets that belong to the 2D complex.} + \ccMethod{Face_status face_status(Facet f);} {Returns the status of the facet \ccc{f} with respect to the 2D complex.} \ccGlue