DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions
DGtal::CImplicitFunction< T > Struct Template Reference

#include <CImplicitFunction.h>

Inheritance diagram for DGtal::CImplicitFunction< T >:
Inheritance graph
[legend]

Public Types

typedef T::RealPoint RealPoint
typedef T::Value Value

Public Member Functions

 BOOST_CONCEPT_ASSERT ((boost::UnaryFunction< T, Value, RealPoint >))

Detailed Description

template<typename T>
struct DGtal::CImplicitFunction< T >

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'

Associated types :

- RealPoint: the type for the domain
- Value: the type for the range

Notation

Definitions

Valid expressions and

Name Expression Type requirements Return type Precondition Semantics Postcondition Complexity
function call f( a ) Value Evaluates the function f at point a

Invariants

Models

- ImplicitBall, ImplicitPolynomial3Shape, ImplicitHyperCube, ImplicitRoundedHyperCube, ImplicitNorm1Ball

Notes

Template Parameters:
Tthe type that should be a model of CImplicitFunction.

Definition at line 107 of file CImplicitFunction.h.


Member Typedef Documentation

template<typename T >
typedef T::RealPoint DGtal::CImplicitFunction< T >::RealPoint

Reimplemented in DGtal::CImplicitFunctionDiff1< T >.

Definition at line 112 of file CImplicitFunction.h.

template<typename T >
typedef T::Value DGtal::CImplicitFunction< T >::Value

Definition at line 113 of file CImplicitFunction.h.


Member Function Documentation

template<typename T >
DGtal::CImplicitFunction< T >::BOOST_CONCEPT_ASSERT ( (boost::UnaryFunction< T, Value, RealPoint >)  )

The documentation for this struct was generated from the following file: