33 #ifndef STABILIZESPOINTPREDICATE_H_
34 #define STABILIZESPOINTPREDICATE_H_
36 #include <boost/foreach.hpp>
49 template<
class InputIterator>
51 : m_toStabilize(begin, end)
56 BOOST_FOREACH(
const PERM &p, m_toStabilize) {
63 std::vector<PERM> m_toStabilize;
68 #endif // -- STABILIZESPOINTPREDICATE_H_