#include <CMatchBookKeeper.h>
Public Member Functions | |
CMatchBookKeeper () | |
Default constructor. More... | |
void | Reset () |
Reset method. More... | |
void | Match (const std::vector< unsigned int > &matched_indexes, const float &score) |
Method to register matched clusters. More... | |
std::vector< std::vector< unsigned int > > | GetResult () const |
Method to get result. More... | |
void | PassResult (std::vector< std::vector< unsigned int > > &result) const |
Method to pass result. More... | |
Protected Attributes | |
std::multimap< float, std::vector< unsigned int > > | _register |
User defined class CMatchBookKeeper ... these comments are used to generate doxygen documentation!
Definition at line 26 of file CMatchBookKeeper.h.
cmtool::CMatchBookKeeper::CMatchBookKeeper | ( | ) |
std::vector< std::vector< unsigned int > > cmtool::CMatchBookKeeper::GetResult | ( | ) | const |
Method to get result.
Definition at line 22 of file CMatchBookKeeper.cxx.
void cmtool::CMatchBookKeeper::Match | ( | const std::vector< unsigned int > & | matched_indexes, |
const float & | score | ||
) |
Method to register matched clusters.
Definition at line 15 of file CMatchBookKeeper.cxx.
void cmtool::CMatchBookKeeper::PassResult | ( | std::vector< std::vector< unsigned int > > & | result | ) | const |
Method to pass result.
Definition at line 33 of file CMatchBookKeeper.cxx.
void cmtool::CMatchBookKeeper::Reset | ( | void | ) |
Reset method.
Definition at line 10 of file CMatchBookKeeper.cxx.
|
protected |
Definition at line 48 of file CMatchBookKeeper.h.