|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
#include <iomanip>#include <sstream>#include <utility>#include <string>#include <type_traits>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 > > | |