#include <iosfwd>
#include <map>
#include <memory>
#include <vector>
#include <dune/common/shared_ptr.hh>
#include <dune/common/typelist.hh>
#include <dune/common/typeutilities.hh>
#include <dune/vtk/filereader.hh>
#include <dune/vtk/types.hh>
#include <dune/vtk/utility/errors.hh>
#include <dune/vtk/gridcreators/continuousgridcreator.hh>
#include <dune/vtk/gridfunctions/common.hh>
#include "vtkreader.impl.hh"
Go to the source code of this file.
|
template<class Grid > |
| Dune::VtkReader (GridFactory< Grid > &) -> VtkReader< Grid, Vtk::ContinuousGridCreator< Grid >> |
|
template<class GridCreator , class = std::void_t<typename GridCreator::Grid>> |
| Dune::VtkReader (GridCreator &) -> VtkReader< typename GridCreator::Grid, GridCreator > |
|
template<class GridCreator , class = std::void_t<typename GridCreator::Grid>> |
| Dune::VtkReader (std::shared_ptr< GridCreator >) -> VtkReader< typename GridCreator::Grid, GridCreator > |
|