26#ifndef __Level2Search_h__
27#define __Level2Search_h__
Interface for the matching CMatching.
const std::vector< CMatching > & GetMatchings() const
Get matching vector.
size_t GetIndex(CMatching &)
Get the index of a matching.
const size_t GetNumMatchings(const size_t) const
Number of matchings.
std::vector< CMatching > m_stlResults
Results.
void Save() const
Save results to log file for debugging purposes.
size_t Permute(CMatching &, const size_t)
Permute the matching.
std::set< size_t > m_stlUsed
Set of indices of used matchings.
CLevel2Search()
Constructor.
The common variables class.