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

Selector for the transient 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>

Inheritance diagram for GridFormat::FileFormat::VTKHDFTransient:
GridFormat::FileFormat::FormatWithOptions< VTKHDFTransient, VTK::HDFTransientOptions >

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

template<typename Grid >
constexpr auto from (const Grid &) const
 
- Public Member Functions inherited from GridFormat::FileFormat::FormatWithOptions< VTKHDFTransient, VTK::HDFTransientOptions >
constexpr VTKHDFTransient operator() (Options _opts) const
 Construct a new instance of this format with the given options.
 
constexpr VTKHDFTransient with (Options _opts) const
 Construct a new instance of this format with the given options.
 

Additional Inherited Members

- Public Types inherited from GridFormat::FileFormat::FormatWithOptions< VTKHDFTransient, VTK::HDFTransientOptions >
using Options = VTK::HDFTransientOptions
 
- Public Attributes inherited from GridFormat::FileFormat::FormatWithOptions< VTKHDFTransient, VTK::HDFTransientOptions >
std::optional< Optionsopts
 

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