walberla::gather::GnuPlotGraphWriter Class Reference

#include <GnuPlotGraphWriter.h>

+ Inheritance diagram for walberla::gather::GnuPlotGraphWriter:

Public Types

typedef std::vector< real_tDataPoint
 

Public Member Functions

 GnuPlotGraphWriter (const std::string &filename, const std::string &fileEnding="dat")
 
virtual void writeDataSet (const std::vector< DataPoint > &dataset)
 
void process (const std::vector< std::vector< real_t > > &data) override
 
- Public Member Functions inherited from walberla::gather::DataProcessor
virtual ~DataProcessor ()=default
 

Private Attributes

std::string filename_
 
std::string fileEnding_
 
uint_t callNr
 

Member Typedef Documentation

◆ DataPoint

Constructor & Destructor Documentation

◆ GnuPlotGraphWriter()

walberla::gather::GnuPlotGraphWriter::GnuPlotGraphWriter ( const std::string &  filename,
const std::string &  fileEnding = "dat" 
)
inline

Member Function Documentation

◆ process()

void walberla::gather::GnuPlotGraphWriter::process ( const std::vector< std::vector< real_t > > &  data)
inlineoverridevirtual

◆ writeDataSet()

virtual void walberla::gather::GnuPlotGraphWriter::writeDataSet ( const std::vector< DataPoint > &  dataset)
inlinevirtual

Member Data Documentation

◆ callNr

uint_t walberla::gather::GnuPlotGraphWriter::callNr
private

◆ fileEnding_

std::string walberla::gather::GnuPlotGraphWriter::fileEnding_
private

◆ filename_

std::string walberla::gather::GnuPlotGraphWriter::filename_
private

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