My Project
Public Member Functions | Protected Attributes | List of all members
Container3dSortDist< T > Class Template Reference

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 cv::Point3f _orig)
 
bool operator() (size_t i1, size_t i2)
 

Protected Attributes

cv::Point3f orig
 
Container3d< T > & container
 

Detailed Description

template<class T>
class alvar::Container3dSortDist< T >

Functor class for Container3d Sort() to sort the search base using distance to specified origin.

Definition at line 45 of file Container3d.h.


The documentation for this class was generated from the following file: