GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
vtu_writer.hpp File Reference
#include <ranges>
#include <ostream>
#include <string>
#include <gridformat/common/field.hpp>
#include <gridformat/common/field_storage.hpp>
#include <gridformat/common/lvalue_reference.hpp>
#include <gridformat/grid/grid.hpp>
#include <gridformat/vtk/common.hpp>
#include <gridformat/vtk/xml.hpp>

Detailed Description

Writer for .vtu file format.

Go to the source code of this file.

Classes

class  GridFormat::VTUWriter< Grid >
 Writer for .vtu file format. More...
 

Functions

template<typename G >
 GridFormat::VTUWriter (G &&, VTK::XMLOptions={}) -> VTUWriter< std::remove_cvref_t< G > >