add kernel requirement

This commit is contained in:
Sébastien Loriot 2013-09-06 17:47:05 +02:00
parent 15197c4b19
commit cbc220e75e
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ some of these properties, but may produce unreliable or meaningless segmentation
The current implementation of the computation of the SDF values relies on the \ref PkgAABB_treeSummary package.
This operation is reliable when the `AABBTraits` model provided has exact predicates.
`::CGAL::Exact_predicates_inexact_constructions_kernel` is recommended as geometric traits for this algorithm.
\subsection Example_1 Example: Computation of SDF Values
\cgalExample{Surface_mesh_segmentation/compute_sdf_values_example.cpp}