Functor class for Container3d Limit() to limit the search space with distance. More...
#include <Container3d.h>
Public Member Functions | |
Container3dLimitDist (Container3d< T > &_container, const CvPoint3D32f _orig, float _dist_limit) | |
bool | operator() (size_t i) const |
Protected Attributes | |
Container3d< T > & | container |
float | dist_limit |
CvPoint3D32f | orig |
Functor class for Container3d Limit() to limit the search space with distance.
Definition at line 76 of file Container3d.h.
|
inline |
Definition at line 82 of file Container3d.h.
|
inline |
Definition at line 84 of file Container3d.h.
|
protected |
Definition at line 78 of file Container3d.h.
|
protected |
Definition at line 80 of file Container3d.h.
|
protected |
Definition at line 79 of file Container3d.h.