GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::FileFormat::VTKHDF Struct Reference

Selector for the vtk-hdf file format with automatic deduction of the flavour. If the grid for which a writer is constructed is an image grid, it selects the image-grid flavour, otherwise it selects the flavour for unstructured grids (which requires the respective traits to be specialized). More...

#include <gridformat.hpp>

Detailed Description

Note
This file format is only available if HighFive is found on the system. If libhdf5 is found on the system, Highfive is automatically included when pulling the repository recursively, or, when using cmake's FetchContent mechanism.

Public Member Functions

constexpr VTKHDFTransient with (VTK::HDFTransientOptions opts)
 Return the transient variant of this format with the given options.
 

Static Public Member Functions

template<typename Grid >
static constexpr auto from (const Grid &)
 

The documentation for this struct was generated from the following file: