|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
#include <ranges>#include <ostream>#include <iostream>#include <algorithm>#include <functional>#include <gridformat/common/ranges.hpp>#include <gridformat/common/field_storage.hpp>#include <gridformat/common/lvalue_reference.hpp>#include <gridformat/grid/grid.hpp>#include <gridformat/grid/filtered.hpp>#include <gridformat/vtk/common.hpp>#include <gridformat/vtk/xml.hpp>Writer for .vtu file format.
Go to the source code of this file.
Classes | |
| class | GridFormat::VTPWriter< Grid > |
| Writer for .vtu file format. More... | |
Functions | |
| template<typename G > | |
| GridFormat::VTPWriter (G &&, VTK::XMLOptions={}) -> VTPWriter< std::remove_cvref_t< G > > | |