clarify the meantime of FS

This commit is contained in:
Sébastien Loriot 2014-10-24 13:59:20 +02:00
parent e3297cbc9f
commit d8edeece70
1 changed files with 4 additions and 3 deletions

View File

@ -80,9 +80,10 @@ namespace CGAL {
* `DelaunayTriangulationTraits_3`. It must have a `RealEmbeddable` field * `DelaunayTriangulationTraits_3`. It must have a `RealEmbeddable` field
* number type. Generally, `Exact_predicates_inexact_constructions_kernel` is * number type. Generally, `Exact_predicates_inexact_constructions_kernel` is
* preferred. * preferred.
* \tparam FS determines whether the surface is constructed for a fixed * \tparam FS determines whether the surface is expected to be constructed
* neighborhood radius. It must be a `Boolean_tag` type. The default value is * for a fixed neighborhood radius. It must be a `Boolean_tag` type. The default value is
* `Tag_true`. * `Tag_true`. Note that the value of this parameter does not change the result but
* only has an impact on the run-time.
* \tparam Sh determines whether to collect the surface per shell. It * \tparam Sh determines whether to collect the surface per shell. It
* must be a `Boolean_tag` type. The default value is `Tag_true`. * must be a `Boolean_tag` type. The default value is `Tag_true`.
* \tparam wA must be a model of `WeightedPCAProjection_3` and determines how * \tparam wA must be a model of `WeightedPCAProjection_3` and determines how