dune-vtk  0.2
Classes | Namespaces | Functions
vtkimagedatawriter.hh File Reference
#include <array>
#include <iosfwd>
#include <map>
#include <dune/vtk/filewriter.hh>
#include <dune/vtk/function.hh>
#include <dune/vtk/types.hh>
#include <dune/vtk/datacollectors/structureddatacollector.hh>
#include <dune/vtk/utility/concepts.hh>
#include <dune/vtk/vtkwriterinterface.hh>
#include "vtkimagedatawriter.impl.hh"

Go to the source code of this file.

Classes

class  Dune::VtkImageDataWriter< GridView, DataCollector >
 File-Writer for ImageData VTK .vti files. More...
 

Namespaces

 Dune
 

Functions

template<class GridView , class... Args, Vtk::IsGridView< GridView > = true>
 Dune::VtkImageDataWriter (GridView, Args...) -> VtkImageDataWriter< GridView, Vtk::StructuredDataCollector< GridView >>
 
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true>
 Dune::VtkImageDataWriter (DataCollector &, Args...) -> VtkImageDataWriter< typename DataCollector::GridView, DataCollector >
 
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true>
 Dune::VtkImageDataWriter (std::shared_ptr< DataCollector >, Args...) -> VtkImageDataWriter< typename DataCollector::GridView, DataCollector >