|
DGtal 2.1.0
|
Public Types | |
| typedef DGtal::Z2i::KSpace | KSpace |
| typedef KSpace::SCell | SCell |
| typedef KSpace::Point | Point |
Public Member Functions | |
| AngleLessCell (const KSpace &kspace, const double h) | |
| bool | operator() (const SCell &a, const SCell &b) const |
Data Fields | |
| const KSpace & | _kspace |
| const double | _h |
Definition at line 69 of file testProjection.cpp.
Definition at line 71 of file testProjection.cpp.
| typedef KSpace::Point AngleLessCell::Point |
Definition at line 73 of file testProjection.cpp.
| typedef KSpace::SCell AngleLessCell::SCell |
Definition at line 72 of file testProjection.cpp.
|
inline |
Definition at line 75 of file testProjection.cpp.
| const double AngleLessCell::_h |
Definition at line 85 of file testProjection.cpp.
Referenced by operator()().
| const KSpace& AngleLessCell::_kspace |
Definition at line 84 of file testProjection.cpp.
Referenced by operator()().