|
DGtal
0.6.devel
|
#include <CImplicitFunctionDiff1.h>


Public Types | |
| typedef T::RealPoint | RealPoint |
| typedef T::RealVector | RealVector |
Public Types inherited from DGtal::CImplicitFunction< T > | |
| typedef T::Value | Value |
Public Member Functions | |
| BOOST_CONCEPT_USAGE (CImplicitFunctionDiff1) | |
| void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::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'
- RealPoint: the type for the domain - RealVector: the type for a vector in the domain - Value: the type for the range
X : A type that is a model of CImplicitFunctionDiff1f : objet of type Xa : objet of type RealPoint| Name | Expression | Type requirements | Return type | Precondition | Semantics | Postcondition | Complexity |
| gradient operator | gradient( a ) | RealVector | Evaluates the gradient of the function f at point a |
- ImplicitPolynomial3Shape
| T | the type that should be a model of CImplicitFunctionDiff1. |
Definition at line 112 of file CImplicitFunctionDiff1.h.
| typedef T::RealPoint DGtal::CImplicitFunctionDiff1< T >::RealPoint |
Reimplemented from DGtal::CImplicitFunction< T >.
Definition at line 117 of file CImplicitFunctionDiff1.h.
| typedef T::RealVector DGtal::CImplicitFunctionDiff1< T >::RealVector |
Definition at line 118 of file CImplicitFunctionDiff1.h.
|
inline |
Definition at line 120 of file CImplicitFunctionDiff1.h.
References DGtal::CImplicitFunctionDiff1< T >::checkConstConstraints().
|
inline |
Definition at line 125 of file CImplicitFunctionDiff1.h.
References DGtal::CImplicitFunctionDiff1< T >::myA, DGtal::CImplicitFunctionDiff1< T >::myB, DGtal::CImplicitFunctionDiff1< T >::myX, and DGtal::ConceptUtils::sameType().
Referenced by DGtal::CImplicitFunctionDiff1< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 134 of file CImplicitFunctionDiff1.h.
Referenced by DGtal::CImplicitFunctionDiff1< T >::checkConstConstraints().
|
private |
Definition at line 135 of file CImplicitFunctionDiff1.h.
Referenced by DGtal::CImplicitFunctionDiff1< T >::checkConstConstraints().
|
private |
Definition at line 133 of file CImplicitFunctionDiff1.h.
Referenced by DGtal::CImplicitFunctionDiff1< T >::checkConstConstraints().
1.8.1.1