dune-vtk 2.8
Loading...
Searching...
No Matches
Classes | Static Public Member Functions | Static Protected Member Functions | List of all members
Dune::Vtk::FileReader< Grid, FilerReaderImp > Class Template Reference

#include <dune/vtk/filereader.hh>

Inheritance diagram for Dune::Vtk::FileReader< Grid, FilerReaderImp >:
Inheritance graph

Static Public Member Functions

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)
 

Static Protected Member Functions

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 &&...)
 

Member Function Documentation

◆ 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: