cv::LessThanIdx< _Tp > Class Template Reference

#include <cxoperations.hpp>

List of all members.

Public Member Functions

 LessThanIdx (const _Tp *_arr)
bool operator() (int a, int b) const

Public Attributes

const _Tp * arr

template<typename _Tp>
class cv::LessThanIdx< _Tp >


Constructor & Destructor Documentation

template<typename _Tp >
cv::LessThanIdx< _Tp >::LessThanIdx ( const _Tp *  _arr  ) 

Member Function Documentation

template<typename _Tp >
bool cv::LessThanIdx< _Tp >::operator() ( int  a,
int  b 
) const

Member Data Documentation

template<typename _Tp >
const _Tp* cv::LessThanIdx< _Tp >::arr

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