dune-vtk 2.8
|
Type erasure for Legacy VTKFunction. More...
#include <dune/vtk/legacyvtkfunction.hh>
Public Member Functions | |
VTKLocalFunctionWrapper (std::shared_ptr< VTKFunction< GridView > const > const &fct) | |
Constructor. Stores a shared pointer to the passed Dune::VTKFunction. More... | |
virtual void | bind (Entity const &entity) override |
Stores a pointer to the passed entity. More... | |
virtual void | unbind () override |
Unsets the stored entity pointer. More... | |
virtual double | evaluate (int comp, LocalCoordinate const &xi) const override |
Evaluate the Dune::VTKFunction in LocalCoordinates on the stored Entity. More... | |
Type erasure for Legacy VTKFunction.
|
inlineexplicit |
Constructor. Stores a shared pointer to the passed Dune::VTKFunction.
|
inlineoverridevirtual |
Stores a pointer to the passed entity.
Implements Dune::Vtk::LocalFunctionInterface< GridView >.
|
inlineoverridevirtual |
Evaluate the Dune::VTKFunction in LocalCoordinates on the stored Entity.
Implements Dune::Vtk::LocalFunctionInterface< GridView >.
|
inlineoverridevirtual |
Unsets the stored entity pointer.
Implements Dune::Vtk::LocalFunctionInterface< GridView >.