DGtal
1.5.beta
|
Aim: Describes any function of the form f(x), where x is some real point in the given space, and f(x) is some value. More...
#include <DGtal/shapes/implicit/CImplicitFunction.h>
Public Types | |
typedef T::RealPoint | RealPoint |
typedef T::Value | Value |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((boost::UnaryFunction< T, Value, RealPoint >)) | |
Aim: Describes any function of the form f(x), where x is some real point in the given space, and f(x) is some value.
Description of concept 'CImplicitFunction'
X
: A type that is a model of CImplicitFunctionf
: objet of type Xa
: objet of type RealPointName | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Function call | f ( a ) | Value | Evaluates the function f at point a |
ImplicitBall, ImplicitPolynomial3Shape, ImplicitHyperCube, ImplicitRoundedHyperCube, ImplicitNorm1Ball
T | the type that should be a model of CImplicitFunction. |
Definition at line 89 of file CImplicitFunction.h.
typedef T::RealPoint DGtal::concepts::CImplicitFunction< T >::RealPoint |
Definition at line 94 of file CImplicitFunction.h.
typedef T::Value DGtal::concepts::CImplicitFunction< T >::Value |
Definition at line 95 of file CImplicitFunction.h.
DGtal::concepts::CImplicitFunction< T >::BOOST_CONCEPT_ASSERT | ( | (boost::UnaryFunction< T, Value, RealPoint >) | ) |