GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::FileFormat::VTKXMLFormatBase< VTKFormat > Struct Template Reference

Base class for VTK-XML formats.

#include <gridformat.hpp>

Inheritance diagram for GridFormat::FileFormat::VTKXMLFormatBase< VTKFormat >:
GridFormat::FileFormat::FormatWithOptions< VTKFormat, VTK::XMLOptions >

Public Member Functions

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< VTKFormat, VTK::XMLOptions >
constexpr VTKFormat operator() (Options _opts) const
 Construct a new instance of this format with the given options.
 
constexpr VTKFormat 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< VTKFormat, VTK::XMLOptions >
using Options = VTK::XMLOptions
 
- Public Attributes inherited from GridFormat::FileFormat::FormatWithOptions< VTKFormat, VTK::XMLOptions >
std::optional< Optionsopts
 

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