Add a precision that compute_implicit_function(...) must be called

This commit is contained in:
Laurent Rineau 2011-05-06 09:41:24 +00:00
parent 2b7bb16f90
commit 3ab6dae3fc
1 changed files with 3 additions and 1 deletions

View File

@ -143,7 +143,9 @@ The function \ccc{compute_implicit_function}() must be called after the insertio
\ccGlue
\ccMethod{FT operator()(const Point& p) const;}
{
\ccc{ImplicitFunction} interface: evaluates the implicit function at a given 3D query point.
\ccc{ImplicitFunction} interface: evaluates the implicit function at a
given 3D query point. The function \ccc{compute_implicit_function} must be
called before the first call to \ccc{operator()}.
}
\ccGlue
\ccMethod{Point get_inner_point() const;}