KASKADE 7 development version
Public Member Functions | List of all members
Kaskade::TimeSeriesVTKWriter Class Reference

#include <vtk.hh>

Detailed Description

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.

Definition at line 87 of file vtk.hh.

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 ()
 

Constructor & Destructor Documentation

◆ TimeSeriesVTKWriter()

Kaskade::TimeSeriesVTKWriter::TimeSeriesVTKWriter ( std::string const &  basename,
IoOptions  options_ = ioOptions_default 
)
inline

Definition at line 90 of file vtk.hh.

◆ ~TimeSeriesVTKWriter()

Kaskade::TimeSeriesVTKWriter::~TimeSeriesVTKWriter ( )
inline

Definition at line 111 of file vtk.hh.

Member Function Documentation

◆ add()

template<class VariableSet >
void Kaskade::TimeSeriesVTKWriter::add ( double  time,
VariableSet const &  vars 
)
inline

Adds frame with values given by vars at time time to the series.

Definition at line 102 of file vtk.hh.


The documentation for this class was generated from the following file: