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.
| alvar::Container3dLimitDist< T >::Container3dLimitDist | ( | Container3d< T > & | _container, | 
| const CvPoint3D32f | _orig, | ||
| float | _dist_limit | ||
| ) |  [inline] | 
Definition at line 82 of file Container3d.h.
| bool alvar::Container3dLimitDist< T >::operator() | ( | size_t | i | ) | const  [inline] | 
Definition at line 84 of file Container3d.h.
| Container3d<T>& alvar::Container3dLimitDist< T >::container  [protected] | 
Definition at line 78 of file Container3d.h.
| float alvar::Container3dLimitDist< T >::dist_limit  [protected] | 
Definition at line 80 of file Container3d.h.
| CvPoint3D32f alvar::Container3dLimitDist< T >::orig  [protected] | 
Definition at line 79 of file Container3d.h.