11#ifndef CONTRACTION_POLICIES_DUMMY_VALID_CONTRACTION_H_
12#define CONTRACTION_POLICIES_DUMMY_VALID_CONTRACTION_H_
14#include <gudhi/Contraction/policies/Valid_contraction_policy.h>
18namespace contraction {
23template<
typename EdgeProfile>
26 typedef typename EdgeProfile::Point Point;
28 bool operator()(
const EdgeProfile& profile,
const boost::optional<Point>& placement) {
Policy that accept all edge contraction.
Definition: Dummy_valid_contraction.h:24
Policy to specify if an edge contraction is valid or not.
Definition: Valid_contraction_policy.h:23