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