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

Detailed Description

Writer for .vts file format.

Go to the source code of this file.

Classes

class  GridFormat::VTSWriter< Grid >
 Writer for .vts file format. More...
 
struct  GridFormat::VTSWriter< Grid >::Domain
 

Functions

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