ImplicitFunction

Definition

The concept ImplicitFunction describes a function object whose operator() computes the values of a function f : R 3 R .

Types

ImplicitFunction::FT
Number type


ImplicitFunction::Point
Point type

Operations

FT function ( Point p ) Returns the value f(p), where p in R 3.

Has Models

Gray_level_image_function,
any pointer to a function of type FT (*)(Point).

See Also

Implicit_surface_3<Traits, Function>,
make_surface_mesh