|
DGtal 2.0.0
|
Public Types | |
| typedef TP | Point |
| typedef TI | Integer |
Public Member Functions | |
| MyBallPredicate (const Integer &aR) | |
| bool | operator() (const Point &aP) const |
Data Fields | |
| Integer | myRad |
Definition at line 70 of file testStabbingCircleComputer.cpp.
| typedef TI MyBallPredicate< TP, TI >::Integer |
Definition at line 73 of file testStabbingCircleComputer.cpp.
| typedef TP MyBallPredicate< TP, TI >::Point |
Definition at line 72 of file testStabbingCircleComputer.cpp.
|
inline |
|
inline |
| Integer MyBallPredicate< TP, TI >::myRad |
Definition at line 76 of file testStabbingCircleComputer.cpp.
Referenced by MyBallPredicate(), and operator()().