template<typename T>
struct DGtal::concepts::CCellFunctor< T >
Aim: Defines a functor on cells.
Description of concept 'CCellFunctor'
Associates values to cells.
Refinement of CUnaryFunctor
Associated types
- Cell : specifies the type for a cells (inner type).
- Quantity : specifies the type for a quantity (inner type).
Notation
Definitions
Valid expressions and semantics
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 | | |
Invariants
Notes
Definition at line 89 of file CCellFunctor.h.