|
degate 0.1.1
|
Helper structure for the collection of statistical values. More...
#include <TemplateMatching.h>
Public Member Functions | |
| void | reset () |
Public Attributes | |
| unsigned int | hits |
| Number of template matches. | |
Helper structure for the collection of statistical values.
Definition at line 36 of file TemplateMatching.h.
| void degate::TemplateMatchingStatistics::reset | ( | ) | [inline] |
Definition at line 41 of file TemplateMatching.h.
References hits.
Referenced by degate::TemplateMatching::run().
{
hits = 0;
}

| unsigned int degate::TemplateMatchingStatistics::hits |
Number of template matches.
Definition at line 39 of file TemplateMatching.h.
Referenced by degate::TemplateMatching::add_gate(), degate::TemplateMatching::get_number_of_hits(), and reset().
1.7.4