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