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

Selector for the .vtr/.pvtr rectilinear grid file format to be passed to the Writer. More...

#include <gridformat.hpp>

Inheritance diagram for GridFormat::FileFormat::VTR:
GridFormat::FileFormat::VTKXMLFormatBase< VTR > GridFormat::FileFormat::FormatWithOptions< Format, Opts >

Detailed Description

For more details on the file format, see here or here for the parallel variant.

Note
The parallel variant (.pvtr) is only available if MPI is found on the system.

Additional Inherited Members

- Public Types inherited from GridFormat::FileFormat::FormatWithOptions< Format, Opts >
using Options = Opts
 
- Public Member Functions inherited from GridFormat::FileFormat::VTKXMLFormatBase< VTR >
constexpr auto with_encoding (VTK::XML::Encoder e) const
 Construct a new instance of this format with modified encoding option.
 
constexpr auto with_data_format (VTK::XML::DataFormat f) const
 Construct a new instance of this format with modified data format option.
 
constexpr auto with_compression (VTK::XML::Compressor c) const
 Construct a new instance of this format with modified compression option.
 
- Public Member Functions inherited from GridFormat::FileFormat::FormatWithOptions< Format, Opts >
constexpr Format operator() (Options _opts) const
 Construct a new instance of this format with the given options.
 
constexpr Format with (Options _opts) const
 Construct a new instance of this format with the given options.
 
- Public Attributes inherited from GridFormat::FileFormat::FormatWithOptions< Format, Opts >
std::optional< Options > opts = {}
 

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