GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
xml_time_series_writer.hpp File Reference
#include <iomanip>
#include <sstream>
#include <utility>
#include <string>
#include <type_traits>

Detailed Description

Writer for time series of a VTK-XML file format. Populates the "TimeValue" metadata field supported by VTK.

Go to the source code of this file.

Classes

class  GridFormat::VTKXMLTimeSeriesWriter< VTKWriter >
 Writer for time series of a VTK-XML file format. Populates the "TimeValue" metadata field supported by VTK. More...
 

Functions

template<typename VTKWriter >
 GridFormat::VTKXMLTimeSeriesWriter (VTKWriter &&) -> VTKXMLTimeSeriesWriter< std::remove_cvref_t< VTKWriter > >