Public Member Functions | Protected Attributes | List of all members
alvar::Container3dLimitDist< T > Class Template Reference

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
 

Detailed Description

template<class T>
class alvar::Container3dLimitDist< T >

Functor class for Container3d Limit() to limit the search space with distance.

Definition at line 76 of file Container3d.h.

Constructor & Destructor Documentation

template<class T >
alvar::Container3dLimitDist< T >::Container3dLimitDist ( Container3d< T > &  _container,
const CvPoint3D32f  _orig,
float  _dist_limit 
)
inline

Definition at line 82 of file Container3d.h.

Member Function Documentation

template<class T >
bool alvar::Container3dLimitDist< T >::operator() ( size_t  i) const
inline

Definition at line 84 of file Container3d.h.

Member Data Documentation

template<class T >
Container3d<T>& alvar::Container3dLimitDist< T >::container
protected

Definition at line 78 of file Container3d.h.

template<class T >
float alvar::Container3dLimitDist< T >::dist_limit
protected

Definition at line 80 of file Container3d.h.

template<class T >
CvPoint3D32f alvar::Container3dLimitDist< T >::orig
protected

Definition at line 79 of file Container3d.h.


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


ar_track_alvar
Author(s): Scott Niekum
autogenerated on Thu Jun 6 2019 19:27:24