24 default: [[fallthrough]];
36 const std::array<Tuple, 2>& simplices)
const
39 std::bitset<2> pred(0);
44 std::bitset<2> pred(0);
46 for (
size_t j = 0; j < 2; ++j) {
bool is_boundary(const simplex::Simplex &tuple) const
check if a simplex lies on a boundary or not
decltype(auto) parent_scope(Functor &&f, Args &&... args) const
Evaluate the passed in function inside the parent scope.
SimplexPredicateType m_simplex_predicate
virtual ~NewAttributeStrategy()
void set_simplex_predicate(SimplexPredicateType &&f)
std::bitset< 2 > evaluate_predicate(PrimitiveType pt, const std::array< Tuple, 2 > &simplices) const
std::function< bool(const simplex::Simplex &)> SimplexPredicateType