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.
This commit is contained in:
Laurent Saboret 2009-06-16 08:49:14 +00:00
parent 61991956f9
commit d0ec390141
1 changed files with 9 additions and 9 deletions

View File

@ -41,12 +41,11 @@ Given a set of 3D points with oriented normals sampled on the boundary of a 3D s
%START-AUTO(\ccParameters) %START-AUTO(\ccParameters)
template$<$ \\ template$<$ \\
class Gt, \\ class Gt$>$ \\
class \ccc{ReconstructionTriangulation_3} = \ccc{Reconstruction_triangulation_3<Gt>}$>$ \\
class \ccc{Poisson_reconstruction_function}; class \ccc{Poisson_reconstruction_function};
\ccCommentHeading{Parameters} \\ \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) %END-AUTO(\ccParameters)
@ -67,15 +66,16 @@ Model of the \ccc{ImplicitFunction} concept.
% The section below is automatically generated. Do not edit! % The section below is automatically generated. Do not edit!
%START-AUTO(\ccTypes) %START-AUTO(\ccTypes)
\ccNestedType{Triangulation}
{
}
\ccGlue
\ccNestedType{Geom_traits} \ccNestedType{Geom_traits}
{ {
Geometric traits class. Geometric traits class.
} }
\ccGlue \ccGlue
\ccNestedType{Triangulation}
{
Typedef to \ccc{Reconstruction_triangulation_3<Gt>}.
}
\ccGlue
\ccNestedType{FT} \ccNestedType{FT}
{ {
typedef to \ccc{Geom_traits::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! % The section below is automatically generated. Do not edit!
%START-AUTO(\ccOperations) %START-AUTO(\ccOperations)
\ccMethod{ReconstructionTriangulation_3& triangulation();} \ccMethod{Triangulation& triangulation();}
{ {
Gets embedded triangulation. Gets embedded triangulation.
} }
\ccGlue \ccGlue
\ccMethod{const ReconstructionTriangulation_3& triangulation() const;} \ccMethod{const Triangulation& triangulation() const;}
{ {
} }
\ccGlue \ccGlue