23 #ifndef GUDHI_DUMMY_VALID_CONTRACTION_H_
24 #define GUDHI_DUMMY_VALID_CONTRACTION_H_
26 #include "Valid_contraction_policy.h"
30 namespace contraction {
39 typedef typename EdgeProfile::Point Point;
40 bool operator()(
const EdgeProfile& profile,
const boost::optional<Point>& placement){
Policy that accept all edge contraction.
Definition: Dummy_valid_contraction.h:37
Policy to specify if an edge contraction is valid or not.
Definition: Valid_contraction_policy.h:33