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