#include <dune/vtk/filereader.hh>
|
template<class... Args> |
static std::unique_ptr< Grid > | createGridFromFile (const std::string &filename, Args &&... args) |
|
template<class... Args> |
static void | fillFactory (GridFactory< Grid > &factory, const std::string &filename, Args &&... args) |
|
|
template<class... Args> |
static std::unique_ptr< Grid > | createGridFromFileImpl (const std::string &filename, Args &&... args) |
|
template<class... Args> |
static void | fillFactoryImpl (GridFactory< Grid > &, const std::string &, Args &&...) |
|
◆ createGridFromFile()
template<class Grid , class FilerReaderImp >
template<class... Args>
static std::unique_ptr<Grid> Dune::Vtk::FileReader< Grid, FilerReaderImp >::createGridFromFile |
( |
const std::string & |
filename, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
Reads the grid from a file with filename and returns a unique_ptr to the created grid. Redirects to concrete implementation of derivated class.
◆ createGridFromFileImpl()
template<class Grid , class FilerReaderImp >
template<class... Args>
static std::unique_ptr<Grid> Dune::Vtk::FileReader< Grid, FilerReaderImp >::createGridFromFileImpl |
( |
const std::string & |
filename, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestaticprotected |
◆ fillFactory()
template<class Grid , class FilerReaderImp >
template<class... Args>
static void Dune::Vtk::FileReader< Grid, FilerReaderImp >::fillFactory |
( |
GridFactory< Grid > & |
factory, |
|
|
const std::string & |
filename, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
Reads the grid from a file with filename into a grid-factory. Redirects to concrete implementation of derivated class.
◆ fillFactoryImpl()
template<class Grid , class FilerReaderImp >
template<class... Args>
static void Dune::Vtk::FileReader< Grid, FilerReaderImp >::fillFactoryImpl |
( |
GridFactory< Grid > & |
, |
|
|
const std::string & |
, |
|
|
Args && |
... |
|
) |
| |
|
inlinestaticprotected |
The documentation for this class was generated from the following file: