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> 18 namespace contraction {
23 template<
typename EdgeProfile>
26 typedef typename EdgeProfile::Point Point;
28 bool operator()(
const EdgeProfile& profile,
const boost::optional<Point>& placement) {
37 #endif // CONTRACTION_POLICIES_DUMMY_VALID_CONTRACTION_H_ Policy that accept all edge contraction.
Definition: Dummy_valid_contraction.h:24
Definition: SimplicialComplexForAlpha.h:14
Policy to specify if an edge contraction is valid or not.
Definition: Valid_contraction_policy.h:23