Mercurial > hg > audiodb
view accumulators.h @ 466:11fccb6a3bd5 api-inversion
Almost there!
audioDB::index_query_loop is now set, except for the lsh_in_core and
lsh_exact flags. I think the plan is to zap lsh_in_core entirely, and
add some flags to the qid structure for indexed behaviour.
author | mas01cr |
---|---|
date | Wed, 31 Dec 2008 12:25:22 +0000 |
parents | 166312a124bc |
children |
line wrap: on
line source
#ifndef ACCUMULATORS_H #define ACCUMULATORS_H #include <string> #include <set> #include <queue> #include <map> #include <functional> #include "accumulator.h" #include "dbaccumulator.h" #include "pertrackaccumulator.h" #include "nearestaccumulator.h" #endif