builtins/TableBase.cpp File Reference

#include "header.h"
#include <fstream>
#include "../utility/strutil.h"
#include "TableBase.h"
Include dependency graph for TableBase.cpp:

Functions

bool isNamedPlot (const string &line, const string &plotname)
double getYcolumn (const string &line)
bool innerLoadXplot (string fname, string plotname, vector< double > &v)
double getRMSDiff (const vector< double > &v1, const vector< double > &v2)
double getRMS (const vector< double > &v)
double getRMSRatio (const vector< double > &v1, const vector< double > &v2)
string headop (const string &op)

Function Documentation

double getRMS ( const vector< double > &  v  ) 
double getRMSDiff ( const vector< double > &  v1,
const vector< double > &  v2 
)
double getRMSRatio ( const vector< double > &  v1,
const vector< double > &  v2 
)

References getRMS(), and getRMSDiff().

Referenced by testUtilsForCompareXplot().

Here is the call graph for this function:

double getYcolumn ( const string &  line  ) 
string headop ( const string &  op  ) 
bool innerLoadXplot ( string  fname,
string  plotname,
vector< double > &  v 
)

References getYcolumn(), isNamedPlot(), and trim().

Here is the call graph for this function:

bool isNamedPlot ( const string &  line,
const string &  plotname 
)

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1