DGtal 2.1.0
|
Public Types | |
typedef TPoint | Point |
Public Member Functions | |
BallPredicate (double aCx, double aCy, double aR) | |
bool | operator() (const TPoint &aPoint) const |
Private Attributes | |
double | myCx |
double | myCy |
double | myR |
Definition at line 86 of file testFMM.cpp.
typedef TPoint BallPredicate< TPoint >::Point |
Definition at line 89 of file testFMM.cpp.
|
inline |
Definition at line 93 of file testFMM.cpp.
References BallPredicate< TPoint >::myR.
|
inline |
Definition at line 97 of file testFMM.cpp.
References aPoint, BallPredicate< TPoint >::myCx, BallPredicate< TPoint >::myCy, and BallPredicate< TPoint >::myR.
|
private |
Definition at line 105 of file testFMM.cpp.
Referenced by BallPredicate< TPoint >::operator()().
|
private |
Definition at line 105 of file testFMM.cpp.
Referenced by BallPredicate< TPoint >::operator()().
|
private |
Definition at line 105 of file testFMM.cpp.
Referenced by BallPredicate< TPoint >::BallPredicate(), and BallPredicate< TPoint >::operator()().