GridFormat 0.2.1
I/O-Library for grid-like data structures
|
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... > > |