GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
hdf_writer.hpp File Reference

Writers for the VTK HDF file formats. More...

#include <type_traits>
#include <gridformat/parallel/communication.hpp>
#include <gridformat/grid/concepts.hpp>
#include <gridformat/vtk/hdf_common.hpp>
#include <gridformat/vtk/hdf_image_grid_writer.hpp>
#include <gridformat/vtk/hdf_unstructured_grid_writer.hpp>

Go to the source code of this file.

Classes

class  GridFormat::VTKHDFWriter< Grid, Communicator >
 Convenience writer for the vtk-hdf file format, automatically selecting the image or unstructured grid format depending on the given grid type. More...
 
class  GridFormat::VTKHDFTimeSeriesWriter< Grid, C >
 Convenience writer for the vtk-hdf file format, automatically selecting the image or unstructured grid format depending on the given grid type. More...
 
struct  GridFormat::Traits::WritesConnectivity< VTKHDFWriter< Grid, Args... > >
 
struct  GridFormat::Traits::WritesConnectivity< VTKHDFTimeSeriesWriter< Grid, Args... > >
 

Functions

template<typename Grid >
 GridFormat::VTKHDFWriter (const Grid &) -> VTKHDFWriter< Grid >
 
template<typename Grid , Concepts::Communicator Comm>
 GridFormat::VTKHDFWriter (const Grid &, const Comm &) -> VTKHDFWriter< Grid, Comm >
 
template<Concepts::Grid Grid>
 GridFormat::VTKHDFTimeSeriesWriter (const Grid &, std::string, VTK::HDFTransientOptions={}) -> VTKHDFTimeSeriesWriter< Grid >
 
template<Concepts::Grid Grid, Concepts::Communicator C>
 GridFormat::VTKHDFTimeSeriesWriter (const Grid &, C, std::string, VTK::HDFTransientOptions={}) -> VTKHDFTimeSeriesWriter< Grid, C >