18 #ifndef DUNE_GRIDGLUE_EXTRACTORS_EXTRACTORPREDICATES_HH
19 #define DUNE_GRIDGLUE_EXTRACTORS_EXTRACTORPREDICATES_HH
29 template<
typename GV,
int codim>
33 typedef typename GV::Traits::template Codim<0>::Entity
Element;
39 virtual bool contains(
const Element& element,
unsigned int subentity)
const = 0;
49 #endif // DUNE_GRIDGLUE_EXTRACTORS_EXTRACTORPREDICATES_HH
Base class for subentity-selecting predicates.
Definition: extractorpredicate.hh:30
Definition: gridglue.hh:33
GV::Traits::template Codim< 0 >::Entity Element
Definition: extractorpredicate.hh:33
virtual bool contains(const Element &element, unsigned int subentity) const =0
Return true if a subentity should be extracted.
virtual ~ExtractorPredicate()
Dummy virtual destructor.
Definition: extractorpredicate.hh:42