KASKADE 7 development version
|
#include <vtk.hh>
A class for writing a (time-) sequence of variable sets into VTK XML files and creating a Paraview description file for playing the animation. The Paraview description file is completed and closed on destruction of the writer object.
Public Member Functions | |
TimeSeriesVTKWriter (std::string const &basename, IoOptions options_=ioOptions_default) | |
template<class VariableSet > | |
void | add (double time, VariableSet const &vars) |
Adds frame with values given by vars at time time to the series. More... | |
~TimeSeriesVTKWriter () | |
|
inline |
|
inline |
|
inline |