Class template Dune::XT::Grid::FallbackEntityInlevelSearch

template<class GridLayerType, int codim = 0>
class Dune::XT::Grid::FallbackEntityInlevelSearch

Like EntityInlevelSearch, but works also for grids where there is no iterator for the given codimension (e.g. UGGrid for codim != dim & & codim != 0)

See also: EntityInlevelSearch

inline typename EntityVectorType::value_type Dune::XT::Grid::FallbackEntityInlevelSearch::check_add(const typename BaseType::EntityType &entity, const typename BaseType::GlobalCoordinateType &point) const

No documentation provided.

template<>
Dune::XT::Grid::FallbackEntityInlevelSearch::FallbackEntityInlevelSearch<GridLayerType, codim>(const GridLayerType &grid_layer)

No documentation provided.

const GridLayerType Dune::XT::Grid::FallbackEntityInlevelSearch::grid_layer_

No documentation provided.

int Dune::XT::Grid::FallbackEntityInlevelSearch::it_last_

No documentation provided.

type Dune::XT::Grid::FallbackEntityInlevelSearch::BaseType

No documentation provided.

type Dune::XT::Grid::FallbackEntityInlevelSearch::EntityVectorType

No documentation provided.

template<class PointContainerType>
EntityVectorType Dune::XT::Grid::FallbackEntityInlevelSearch::operator()(const PointContainerType &points)

:returns: a vector of size points.size() of, potentially nullptr if no corresponding one was found, unique_ptr