Class template Dune::XT::Grid::internal::ElementFunctorWrapper

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

To be used within the Walker as internal storage type.

Note

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

See also: ElementFunctor, Walker

const FilterType &Dune::XT::Grid::internal::ElementFunctorWrapper::filter() const

No documentation provided.

FunctorType &Dune::XT::Grid::internal::ElementFunctorWrapper::functor()

No documentation provided.

template<>
Dune::XT::Grid::internal::ElementFunctorWrapper::ElementFunctorWrapper<GL>(FunctorType &functr, const FilterType &filtr)

No documentation provided.

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

No documentation provided.

int Dune::XT::Grid::internal::ElementFunctorWrapper::functor_

No documentation provided.

const int Dune::XT::Grid::internal::ElementFunctorWrapper::filter_

No documentation provided.

type Dune::XT::Grid::internal::ElementFunctorWrapper::ThisType

No documentation provided.

type Dune::XT::Grid::internal::ElementFunctorWrapper::FunctorType

No documentation provided.

type Dune::XT::Grid::internal::ElementFunctorWrapper::FilterType

No documentation provided.