DGtal
1.5.beta
|
Aim: Describes a 1-differentiable 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/CImplicitFunctionDiff1.h>
Public Types | |
typedef T::RealPoint | RealPoint |
typedef T::RealVector | RealVector |
Public Types inherited from DGtal::concepts::CImplicitFunction< T > | |
typedef T::RealPoint | RealPoint |
typedef T::Value | Value |
Public Member Functions | |
BOOST_CONCEPT_USAGE (CImplicitFunctionDiff1) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::CImplicitFunction< T > | |
BOOST_CONCEPT_ASSERT ((boost::UnaryFunction< T, Value, RealPoint >)) | |
Private Attributes | |
T | myX |
RealPoint | myA |
RealVector | myB |
Aim: Describes a 1-differentiable 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 'CImplicitFunctionDiff1'
X
: A type that is a model of CImplicitFunctionDiff1f
: objet of type Xa
: objet of type RealPointName | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
gradient operator | gradient ( a ) | RealVector | Evaluates the gradient of the function f at point a |
T | the type that should be a model of CImplicitFunctionDiff1. |
Definition at line 92 of file CImplicitFunctionDiff1.h.
typedef T::RealPoint DGtal::concepts::CImplicitFunctionDiff1< T >::RealPoint |
Definition at line 97 of file CImplicitFunctionDiff1.h.
typedef T::RealVector DGtal::concepts::CImplicitFunctionDiff1< T >::RealVector |
Definition at line 98 of file CImplicitFunctionDiff1.h.
|
inline |
Definition at line 100 of file CImplicitFunctionDiff1.h.
References DGtal::concepts::CImplicitFunctionDiff1< T >::checkConstConstraints().
|
inline |
Definition at line 105 of file CImplicitFunctionDiff1.h.
References DGtal::concepts::CImplicitFunctionDiff1< T >::myA, DGtal::concepts::CImplicitFunctionDiff1< T >::myB, DGtal::concepts::CImplicitFunctionDiff1< T >::myX, and DGtal::concepts::ConceptUtils::sameType().
Referenced by DGtal::concepts::CImplicitFunctionDiff1< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 114 of file CImplicitFunctionDiff1.h.
Referenced by DGtal::concepts::CImplicitFunctionDiff1< T >::checkConstConstraints().
|
private |
Definition at line 115 of file CImplicitFunctionDiff1.h.
Referenced by DGtal::concepts::CImplicitFunctionDiff1< T >::checkConstConstraints().
|
private |
Definition at line 113 of file CImplicitFunctionDiff1.h.
Referenced by DGtal::concepts::CImplicitFunctionDiff1< T >::checkConstConstraints().