Class template Dune::XT::Grid::PgfEntityFunctorIntersections

Inherits from Dune::XT::Grid::ElementAndIntersectionFunctor.

template<class GridViewType>
class Dune::XT::Grid::PgfEntityFunctorIntersections<GridViewType> : public ElementAndIntersectionFunctor<GridViewType>

print a tex(tikz) representation of a intersection to stream

See also: Text rendering with XeLaTeX/LuaLaTeX via the pgf backend

Method Dune::XT::Grid::PgfEntityFunctorIntersections::apply_local

template<class GridViewType>
void Dune::XT::Grid::PgfEntityFunctorIntersections<GridViewType>::apply_local(const typename BaseType::ElementType &entity) override

No documentation provided.

Method Dune::XT::Grid::PgfEntityFunctorIntersections::apply_local

template<class GridViewType>
void Dune::XT::Grid::PgfEntityFunctorIntersections<GridViewType>::apply_local(const typename BaseType::IntersectionType &intersection, const typename BaseType::ElementType&, const typename BaseType::ElementType&) override

No documentation provided.

Method Dune::XT::Grid::PgfEntityFunctorIntersections::copy

template<class GridViewType>
BaseType *Dune::XT::Grid::PgfEntityFunctorIntersections<GridViewType>::copy() override

No documentation provided.

Method Dune::XT::Grid::PgfEntityFunctorIntersections::maybePrintEntityIndex

template<class GridViewType>
void Dune::XT::Grid::PgfEntityFunctorIntersections<GridViewType>::maybePrintEntityIndex(const typename BaseType::ElementType &entity, const int idx)

No documentation provided.

Constructor Dune::XT::Grid::PgfEntityFunctorIntersections::PgfEntityFunctorIntersections<GridViewType>

template<>
template<class GridViewType>
Dune::XT::Grid::PgfEntityFunctorIntersections<GridViewType>::PgfEntityFunctorIntersections<GridViewType>(const GridViewType &grid_view, std::ostream &file, std::string color, const bool print_entityIndex = false)

No documentation provided.

Field Dune::XT::Grid::PgfEntityFunctorIntersections::file_

std::ostream &Dune::XT::Grid::PgfEntityFunctorIntersections::file_

No documentation provided.

Field Dune::XT::Grid::PgfEntityFunctorIntersections::color_

const std::string Dune::XT::Grid::PgfEntityFunctorIntersections::color_

No documentation provided.

Field Dune::XT::Grid::PgfEntityFunctorIntersections::print_entityIndex_

const bool Dune::XT::Grid::PgfEntityFunctorIntersections::print_entityIndex_

No documentation provided.

Field Dune::XT::Grid::PgfEntityFunctorIntersections::grid_view_

const GridViewType &Dune::XT::Grid::PgfEntityFunctorIntersections::grid_view_

No documentation provided.

Type alias Dune::XT::Grid::PgfEntityFunctorIntersections::BaseType

type Dune::XT::Grid::PgfEntityFunctorIntersections::BaseType

No documentation provided.