The concept ImplicitFunction describes a function object whose operator() computes the values of a function f : ℝ3 → ℝ.
ImplicitFunction::FT | |
Number type
| |
ImplicitFunction::Point | |
Point type
|
FT | function ( Point p ) | Returns the value f(p), where p ∈ ℝ3. |
Gray_level_image_function,
any pointer to a function of type FT (*)(Point).