DGtal 2.1.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 |
Definition at line 74 of file testStabbingCircleComputer.cpp.
|
inline |
Definition at line 75 of file testStabbingCircleComputer.cpp.
References MyBallPredicate< TP, TI >::myRad.
Integer MyBallPredicate< TP, TI >::myRad |
Definition at line 76 of file testStabbingCircleComputer.cpp.
Referenced by MyBallPredicate< TP, TI >::operator()().