Functor class for Container3d Sort() to sort the search base using distance to specified origin. More...
#include <Container3d.h>
Public Member Functions | |
Container3dSortDist (Container3d< T > &_container, const CvPoint3D32f _orig) | |
bool | operator() (size_t i1, size_t i2) |
Protected Attributes | |
Container3d< T > & | container |
CvPoint3D32f | orig |
Functor class for Container3d Sort() to sort the search base using distance to specified origin.
Definition at line 44 of file Container3d.h.
|
inline |
Definition at line 49 of file Container3d.h.
|
inline |
Definition at line 50 of file Container3d.h.
|
protected |
Definition at line 47 of file Container3d.h.
|
protected |
Definition at line 46 of file Container3d.h.