DGtal
1.5.beta
|
Aim: Defines a functor on cells. More...
#include <DGtal/topology/CCellFunctor.h>
Public Types | |
typedef T::Cell | Cell |
typedef T::Quantity | Quantity |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((CUnaryFunctor< T, Cell, Quantity >)) | |
BOOST_CONCEPT_USAGE (CCellFunctor) | |
void | check_const_constraints () const |
Private Attributes | |
T | myT |
Aim: Defines a functor on cells.
Description of concept 'CCellFunctor'
Associates values to cells.
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Apply function | x( c) | q | the quantity of the function x at cell c |
Definition at line 89 of file CCellFunctor.h.
typedef T::Cell DGtal::concepts::CCellFunctor< T >::Cell |
Definition at line 93 of file CCellFunctor.h.
typedef T::Quantity DGtal::concepts::CCellFunctor< T >::Quantity |
Definition at line 94 of file CCellFunctor.h.
DGtal::concepts::CCellFunctor< T >::BOOST_CONCEPT_ASSERT | ( | (CUnaryFunctor< T, Cell, Quantity >) | ) |
|
inline |
Definition at line 98 of file CCellFunctor.h.
References DGtal::concepts::CCellFunctor< T >::check_const_constraints().
|
inline |
Definition at line 102 of file CCellFunctor.h.
Referenced by DGtal::concepts::CCellFunctor< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 110 of file CCellFunctor.h.