From d0ec3901410c8fd6a4bfd56e44f5e88660fc0b43 Mon Sep 17 00:00:00 2001 From: Laurent Saboret Date: Tue, 16 Jun 2009 08:49:14 +0000 Subject: [PATCH] Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (13): Removed ReconstructionTriangulation_3 template parameter of Poisson_reconstruction_function. - Updated documentation. --- .../Poisson_reconstruction_function.tex | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Surface_reconstruction_points_3/doc_tex/Surface_reconstruction_points_3_ref/Poisson_reconstruction_function.tex b/Surface_reconstruction_points_3/doc_tex/Surface_reconstruction_points_3_ref/Poisson_reconstruction_function.tex index e8f50408af8..321255c79f3 100644 --- a/Surface_reconstruction_points_3/doc_tex/Surface_reconstruction_points_3_ref/Poisson_reconstruction_function.tex +++ b/Surface_reconstruction_points_3/doc_tex/Surface_reconstruction_points_3_ref/Poisson_reconstruction_function.tex @@ -41,12 +41,11 @@ Given a set of 3D points with oriented normals sampled on the boundary of a 3D s %START-AUTO(\ccParameters) template$<$ \\ -class Gt, \\ -class \ccc{ReconstructionTriangulation_3} = \ccc{Reconstruction_triangulation_3}$>$ \\ +class Gt$>$ \\ class \ccc{Poisson_reconstruction_function}; \ccCommentHeading{Parameters} \\ -\ccc{Gt}: Geometric traits class. \ccc{ReconstructionTriangulation_3}: 3D Delaunay triangulation class derived from \ccc{Reconstruction_triangulation_3}. +\ccc{Gt}: Geometric traits class. %END-AUTO(\ccParameters) @@ -67,15 +66,16 @@ Model of the \ccc{ImplicitFunction} concept. % The section below is automatically generated. Do not edit! %START-AUTO(\ccTypes) -\ccNestedType{Triangulation} -{ -} -\ccGlue \ccNestedType{Geom_traits} { Geometric traits class. } \ccGlue +\ccNestedType{Triangulation} +{ +Typedef to \ccc{Reconstruction_triangulation_3}. +} +\ccGlue \ccNestedType{FT} { typedef to \ccc{Geom_traits::FT} @@ -132,12 +132,12 @@ Creates a Poisson implicit function from the [first, beyond) range of points. % The section below is automatically generated. Do not edit! %START-AUTO(\ccOperations) -\ccMethod{ReconstructionTriangulation_3& triangulation();} +\ccMethod{Triangulation& triangulation();} { Gets embedded triangulation. } \ccGlue -\ccMethod{const ReconstructionTriangulation_3& triangulation() const;} +\ccMethod{const Triangulation& triangulation() const;} { } \ccGlue