include/topology/weighted-rips.hpp
author Christos Mantoulidis <cmad@stanford.edu>
Mon, 27 Jul 2009 21:42:51 -0700
branchdev
changeset 152 fdc2835b3e88
parent 151 104ea146b9bc
permissions -rw-r--r--
added logging to WeightedRips (still needs debugging)

#include <algorithm>
#include <utility>
#include <boost/utility.hpp>
#include <iostream>
#include <utilities/log.h>
#include <utilities/counter.h>
#include <utilities/indirect.h>
#include <boost/iterator/counting_iterator.hpp>
#include <functional>

#ifdef LOGGING
static rlog::RLogChannel* rlWeightedRips =                  DEF_CHANNEL("weightedrips/info", rlog::Log_Debug);
static rlog::RLogChannel* rlWeightedRipsDebug =             DEF_CHANNEL("weightedrips/debug", rlog::Log_Debug);
#endif // LOGGING

#ifdef COUNTERS
static Counter*  cClique =                          GetCounter("weightedrips/clique");
#endif // COUNTERS