DGtal
1.5.beta
|
#include <DGtal/math/ScalarFunctors.h>
Public Types | |
typedef TScalar | Scalar |
typedef Scalar | argument_type |
typedef Scalar | value_type |
Public Member Functions | |
BallConstantFunction (Scalar v0, Scalar r) | |
Scalar | operator() (Scalar d) const |
Data Fields | |
Scalar | myV0 |
Scalar | myR |
The ball constant function of value v0 between 0 and r, 0 elsewhere. A function Scalar -> Scalar.
Definition at line 80 of file ScalarFunctors.h.
typedef Scalar DGtal::functors::BallConstantFunction< TScalar >::argument_type |
Definition at line 82 of file ScalarFunctors.h.
typedef TScalar DGtal::functors::BallConstantFunction< TScalar >::Scalar |
Definition at line 81 of file ScalarFunctors.h.
typedef Scalar DGtal::functors::BallConstantFunction< TScalar >::value_type |
Definition at line 83 of file ScalarFunctors.h.
|
inline |
Definition at line 89 of file ScalarFunctors.h.
|
inline |
Definition at line 91 of file ScalarFunctors.h.
References DGtal::functors::BallConstantFunction< TScalar >::myR, and DGtal::functors::BallConstantFunction< TScalar >::myV0.
Scalar DGtal::functors::BallConstantFunction< TScalar >::myR |
Definition at line 86 of file ScalarFunctors.h.
Referenced by DGtal::functors::BallConstantFunction< TScalar >::operator()().
Scalar DGtal::functors::BallConstantFunction< TScalar >::myV0 |
Definition at line 85 of file ScalarFunctors.h.
Referenced by DGtal::functors::BallConstantFunction< TScalar >::operator()().