Interface for classes that operate on "Graph" like data Can be implemented in classes that do output (print a GnuPlot file) or for post-processing classes (calculation of mean value, std deviation..)
One could build a chain: first the data are collected, then processed by a statistical reductor, and finally written by a GnuPlot output class
#include <DataProcessor.h>
Public Member Functions | |
virtual | ~DataProcessor ()=default |
virtual void | process (const std::vector< std::vector< real_t > > &data)=0 |
|
virtualdefault |
|
pure virtual |
Implemented in walberla::gather::GnuPlotGraphWriter.