Class template Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper

template<class GL>
class Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper<GL>

To be used within the

Note

Most likely you do not want to use this class directly, but instead append() an

See also: Walker as internal storage type., ElementAndIntersectionFunctor to a Walker.

Method Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::element_filter

template<class GL>
const ElementFilterType &Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper<GL>::element_filter() const

No documentation provided.

Method Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::intersection_filter

template<class GL>
const IntersectionFilterType &Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper<GL>::intersection_filter() const

No documentation provided.

Method Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::functor

template<class GL>
FunctorType &Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper<GL>::functor()

No documentation provided.

Constructor Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::ElementAndIntersectionFunctorWrapper<GL>

template<>
template<class GL>
Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper<GL>::ElementAndIntersectionFunctorWrapper<GL>(FunctorType &functr, const ElementFilterType &element_filtr, const IntersectionFilterType &intersection_filtr)

No documentation provided.

Constructor Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::ElementAndIntersectionFunctorWrapper<GL>

template<>
template<class GL>
Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper<GL>::ElementAndIntersectionFunctorWrapper<GL>(const ThisType &other)

No documentation provided.

Field Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::functor_

int Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::functor_

No documentation provided.

Field Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::element_filter_

const int Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::element_filter_

No documentation provided.

Field Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::intersection_filter_

const int Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::intersection_filter_

No documentation provided.

Type alias Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::ThisType

type Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::ThisType

No documentation provided.

Type alias Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::FunctorType

type Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::FunctorType

No documentation provided.

Type alias Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::ElementFilterType

type Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::ElementFilterType

No documentation provided.

Type alias Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::IntersectionFilterType

type Dune::XT::Grid::internal::ElementAndIntersectionFunctorWrapper::IntersectionFilterType

No documentation provided.