DGtal 2.1.0
|
Public Types | |
typedef TPoint | Point |
typedef double | Value |
Public Member Functions | |
BallFunctor (double aCx, double aCy, double aR) | |
Value | operator() (const TPoint &aPoint) const |
Private Attributes | |
double | myCx |
double | myCy |
double | myR |
Definition at line 109 of file testFMM.cpp.
typedef TPoint BallFunctor< TPoint >::Point |
Definition at line 112 of file testFMM.cpp.
typedef double BallFunctor< TPoint >::Value |
Definition at line 113 of file testFMM.cpp.
|
inline |
Definition at line 116 of file testFMM.cpp.
References BallFunctor< TPoint >::myR.
|
inline |
Definition at line 120 of file testFMM.cpp.
References aPoint, BallFunctor< TPoint >::myCx, BallFunctor< TPoint >::myCy, and BallFunctor< TPoint >::myR.
|
private |
Definition at line 127 of file testFMM.cpp.
Referenced by BallFunctor< TPoint >::operator()().
|
private |
Definition at line 127 of file testFMM.cpp.
Referenced by BallFunctor< TPoint >::operator()().
|
private |
Definition at line 127 of file testFMM.cpp.
Referenced by BallFunctor< TPoint >::BallFunctor(), and BallFunctor< TPoint >::operator()().