include/topology/weighted-rips.hpp
author Christos Mantoulidis <cmad@stanford.edu>
Tue, 28 Jul 2009 11:42:03 -0700
branchdev
changeset 154 8af75817ecbc
parent 152 fdc2835b3e88
permissions -rw-r--r--
Merged upstream

#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