DGtal
1.5.beta
|
#include <DGtal/kernel/Point2ScalarFunctors.h>
Public Types | |
typedef TPoint | Point |
typedef TScalar | Scalar |
typedef Point | argument_type |
typedef Scalar | value_type |
Public Member Functions | |
BallConstantPointFunction (Scalar v0, Scalar r) | |
Scalar | operator() (const Point &p) const |
Data Fields | |
Scalar | myV0 |
Scalar | myR2 |
The ball constant function of value v0 between norm 0 and r, 0 elsewhere. A function Point -> Scalar.
Definition at line 85 of file Point2ScalarFunctors.h.
typedef Point DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::argument_type |
Definition at line 88 of file Point2ScalarFunctors.h.
typedef TPoint DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::Point |
Definition at line 86 of file Point2ScalarFunctors.h.
typedef TScalar DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::Scalar |
Definition at line 87 of file Point2ScalarFunctors.h.
typedef Scalar DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::value_type |
Definition at line 89 of file Point2ScalarFunctors.h.
|
inline |
Definition at line 95 of file Point2ScalarFunctors.h.
|
inline |
Definition at line 97 of file Point2ScalarFunctors.h.
References DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::myR2, DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::myV0, and DGtal::functions::square().
Scalar DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::myR2 |
Definition at line 92 of file Point2ScalarFunctors.h.
Referenced by DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::operator()().
Scalar DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::myV0 |
Definition at line 91 of file Point2ScalarFunctors.h.
Referenced by DGtal::functors::BallConstantPointFunction< TPoint, TScalar >::operator()().