Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Ransac::SubSetIndexComparator Class Reference

Public Member Functions

 SubSetIndexComparator (int arrayLength)
 
bool operator() (const int *arr1, const int *arr2) const
 

Private Attributes

int m_length
 

Detailed Description

Definition at line 152 of file ransac.h.

Constructor & Destructor Documentation

Ransac::SubSetIndexComparator::SubSetIndexComparator ( int  arrayLength)
inline

Definition at line 157 of file ransac.h.

Member Function Documentation

bool Ransac::SubSetIndexComparator::operator() ( const int *  arr1,
const int *  arr2 
) const
inline

Definition at line 160 of file ransac.h.

References m_length.

Member Data Documentation

int Ransac::SubSetIndexComparator::m_length
private

Definition at line 155 of file ransac.h.

Referenced by operator()().


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