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