Classes | |
class | xoption |
Functions | |
aurostd::xoption | getPlotOptions (const aurostd::xoption &, const string &, bool=false) |
aurostd::xoption | getPlotOptionsEStructure (const aurostd::xoption &, const string &, bool=false) |
aurostd::xoption | getPlotOptionsPhonons (const aurostd::xoption &, const string &) |
aurostd::xoption | getPlotOptionsQHAthermo (const aurostd::xoption &xopt, const string &key) |
void | generateHeader (stringstream &, const aurostd::xoption &, bool=false) |
void | savePlotGNUPLOT (const aurostd::xoption &, const stringstream &) |
void | setFileName (aurostd::xoption &, string="") |
void | setTitle (aurostd::xoption &, ostream &oss=cout) |
void | setTitle (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
string | formatDefaultPlotTitle (const aurostd::xoption &, ostream &oss=cout) |
string | formatDefaultPlotTitle (const aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
vector< double > | getCompositionFromHTQCPrototype (const string &, const string &) |
vector< double > | getCompositionFromANRLPrototype (const string &) |
string | formatDefaultTitlePOCC (const aurostd::xoption &, ostream &oss=cout) |
string | formatDefaultTitlePOCC (const aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
vector< double > | getCompositionFromPoccString (const string &, bool &) |
void | patchDefaultTitleAFLOWIN (xoption &plotoptions) |
void | PLOT_DOS (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_DOS (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_DOS (aurostd::xoption &, const xDOSCAR &, ostream &oss=cout) |
void | PLOT_DOS (aurostd::xoption &, const xDOSCAR &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_DOS (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_DOS (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_DOS (aurostd::xoption &, stringstream &, const xDOSCAR &, ostream &oss=cout) |
void | PLOT_DOS (aurostd::xoption &, stringstream &, const xDOSCAR &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PDOS (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_PDOS (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PDOS (aurostd::xoption &, const xDOSCAR &, ostream &oss=cout) |
void | PLOT_PDOS (aurostd::xoption &, const xDOSCAR &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PDOS (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_PDOS (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PDOS (aurostd::xoption &, stringstream &, const xDOSCAR &, ostream &oss=cout) |
void | PLOT_PDOS (aurostd::xoption &, stringstream &, const xDOSCAR &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_BAND (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_BAND (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_BAND (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_BAND (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | BANDDOS2JSON (ostream &, string) |
void | PLOT_BANDDOS (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_BANDDOS (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_BANDDOS (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_BANDDOS (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
xstructure | getStructureWithNames (const aurostd::xoption &, const string &carstring="CAR", ostream &oss=cout) |
xstructure | getStructureWithNames (const aurostd::xoption &, ofstream &FileMESSAGE, const string &carstring="CAR", ostream &oss=cout) |
string | getLatticeFromKpointsTitle (const string &) |
void | shiftEfermiToZero (xEIGENVAL &, double) |
void | setEMinMax (aurostd::xoption &, double, double) |
aurostd::JSON::object | DOS2JSON (xoption &xopt, const xDOSCAR &xdos, ofstream &FileMESSAGE, ostream &oss) |
aurostd::JSON::object | bands2JSON (const xEIGENVAL &xeigen, const xKPOINTS &xkpts, const vector< double > &distances, const vector< double > &segment_points, const xoption &plotoptions) |
aurostd::JSON::object | bandsDOS2JSON (const xDOSCAR &xdos, const xEIGENVAL &xeigen, const xKPOINTS &xkpts, xoption &xopt, ofstream &FileMESSAGE, ostream &oss=std::cout) |
bool | dosDataAvailable (const deque< deque< deque< deque< double > > > > &vdos, int pdos) |
void | generateDosPlot (stringstream &, const xDOSCAR &, aurostd::xoption &, ostream &oss=cout) |
void | generateDosPlot (stringstream &, const xDOSCAR &, aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | generateBandPlot (stringstream &, const xEIGENVAL &, const xKPOINTS &, const xstructure &, const aurostd::xoption &) |
void | generateBandPlot (stringstream &, aurostd::JSON::object &, const xEIGENVAL &, const xKPOINTS &, const xstructure &, const aurostd::xoption &) |
string | convertKPointLabel (const string &, const string &) |
string | convertKPointLetter (string, const string &) |
void | generateDosPlotGNUPLOT (stringstream &, const xDOSCAR &, const deque< double > &, const deque< deque< deque< double > > > &, const vector< string > &, const aurostd::xoption &) |
double | getDosLimits (const aurostd::xoption &, const xDOSCAR &, const deque< deque< deque< double > > > &, const deque< double > &) |
void | generateBandPlotGNUPLOT (stringstream &, const xEIGENVAL &, const vector< double > &, const vector< double > &, const vector< string > &, const aurostd::xoption &) |
string | getFormattedUnit (const string &) |
void | PLOT_PHDOS (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_PHDOS (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PHDOS (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_PHDOS (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PHDOS (aurostd::xoption &, const xDOSCAR &, ostream &oss=cout) |
void | PLOT_PHDOS (aurostd::xoption &, const xDOSCAR &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PHDOS (aurostd::xoption &, stringstream &out, xDOSCAR, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PHDISP (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_PHDISP (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PHDISP (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PHDISPDOS (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_PHDISPDOS (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_PHDISPDOS (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_PHDISPDOS (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | convertEnergies (xEIGENVAL &, const string &) |
void | convertEnergies (xDOSCAR &, const string &) |
double | getEnergyConversionFactor (const string &) |
void | PLOT_THERMO (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_THERMO (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_THERMO (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_THERMO (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_TCOND (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_TCOND (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_TCOND (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_TCOND (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_THERMO_QHA (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_THERMO_QHA (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_THERMO_QHA (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_THERMO_QHA (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_GRUENEISEN_DISPERSION (aurostd::xoption &, ostream &oss=cout) |
void | PLOT_GRUENEISEN_DISPERSION (aurostd::xoption &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | PLOT_GRUENEISEN_DISPERSION (aurostd::xoption &, stringstream &, ostream &oss=cout) |
void | PLOT_GRUENEISEN_DISPERSION (aurostd::xoption &, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | plotSingleFromSet (xoption &, stringstream &, const vector< vector< double > > &, int, ostream &oss=cout) |
void | plotSingleFromSet (xoption &, stringstream &, const vector< vector< double > > &, int, ofstream &FileMESSAGE, ostream &oss=cout) |
void | plotMatrix (xoption &plotoptions, stringstream &, ostream &oss=cout) |
void | plotMatrix (xoption &plotoptions, stringstream &, ofstream &FileMESSAGE, ostream &oss=cout) |
void | setPlotLabels (aurostd::xoption &, const string &, const string &, const string &, const string &) |
vector< vector< double > > | readAflowDataFile (aurostd::xoption &) |
void | generatePlotGNUPLOT (stringstream &, const xoption &, const vector< vector< double > > &) |
aurostd::xoption plotter::getPlotOptions | ( | const aurostd::xoption & | , |
const string & | , | ||
bool | = false ) |
aurostd::xoption plotter::getPlotOptionsEStructure | ( | const aurostd::xoption & | , |
const string & | , | ||
bool | = false ) |
aurostd::xoption plotter::getPlotOptionsPhonons | ( | const aurostd::xoption & | , |
const string & | ) |
aurostd::xoption plotter::getPlotOptionsQHAthermo | ( | const aurostd::xoption & | xopt, |
const string & | key ) |
void plotter::generateHeader | ( | stringstream & | , |
const aurostd::xoption & | , | ||
bool | = false ) |
void plotter::savePlotGNUPLOT | ( | const aurostd::xoption & | , |
const stringstream & | ) |
void plotter::setFileName | ( | aurostd::xoption & | , |
string | = "" ) |
void plotter::setTitle | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::setTitle | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
string plotter::formatDefaultPlotTitle | ( | const aurostd::xoption & | , |
ostream & | oss = cout ) |
string plotter::formatDefaultPlotTitle | ( | const aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
vector< double > plotter::getCompositionFromHTQCPrototype | ( | const string & | , |
const string & | ) |
vector< double > plotter::getCompositionFromANRLPrototype | ( | const string & | ) |
string plotter::formatDefaultTitlePOCC | ( | const aurostd::xoption & | , |
ostream & | oss = cout ) |
string plotter::formatDefaultTitlePOCC | ( | const aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
vector< double > plotter::getCompositionFromPoccString | ( | const string & | , |
bool & | ) |
void plotter::patchDefaultTitleAFLOWIN | ( | xoption & | plotoptions | ) |
void plotter::PLOT_DOS | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_DOS | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_DOS | ( | aurostd::xoption & | , |
const xDOSCAR & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_DOS | ( | aurostd::xoption & | , |
const xDOSCAR & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_DOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_DOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_DOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
const xDOSCAR & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_DOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
const xDOSCAR & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PDOS | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_PDOS | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PDOS | ( | aurostd::xoption & | , |
const xDOSCAR & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_PDOS | ( | aurostd::xoption & | , |
const xDOSCAR & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_PDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
const xDOSCAR & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_PDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
const xDOSCAR & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_BAND | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_BAND | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_BAND | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_BAND | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::BANDDOS2JSON | ( | ostream & | , |
string | ) |
void plotter::PLOT_BANDDOS | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_BANDDOS | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_BANDDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_BANDDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
xstructure plotter::getStructureWithNames | ( | const aurostd::xoption & | , |
const string & | carstring = "CAR", | ||
ostream & | oss = cout ) |
xstructure plotter::getStructureWithNames | ( | const aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
const string & | carstring = "CAR", | ||
ostream & | oss = cout ) |
string plotter::getLatticeFromKpointsTitle | ( | const string & | ) |
void plotter::shiftEfermiToZero | ( | xEIGENVAL & | , |
double | ) |
void plotter::setEMinMax | ( | aurostd::xoption & | , |
double | , | ||
double | ) |
aurostd::JSON::object plotter::DOS2JSON | ( | xoption & | xopt, |
const xDOSCAR & | xdos, | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss ) |
aurostd::JSON::object plotter::bands2JSON | ( | const xEIGENVAL & | xeigen, |
const xKPOINTS & | xkpts, | ||
const vector< double > & | distances, | ||
const vector< double > & | segment_points, | ||
const xoption & | plotoptions ) |
aurostd::JSON::object plotter::bandsDOS2JSON | ( | const xDOSCAR & | xdos, |
const xEIGENVAL & | xeigen, | ||
const xKPOINTS & | xkpts, | ||
xoption & | xopt, | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = std::cout ) |
bool plotter::dosDataAvailable | ( | const deque< deque< deque< deque< double > > > > & | vdos, |
int | pdos ) |
void plotter::generateDosPlot | ( | stringstream & | , |
const xDOSCAR & | , | ||
aurostd::xoption & | , | ||
ostream & | oss = cout ) |
void plotter::generateDosPlot | ( | stringstream & | , |
const xDOSCAR & | , | ||
aurostd::xoption & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::generateBandPlot | ( | stringstream & | , |
const xEIGENVAL & | , | ||
const xKPOINTS & | , | ||
const xstructure & | , | ||
const aurostd::xoption & | ) |
void plotter::generateBandPlot | ( | stringstream & | , |
aurostd::JSON::object & | , | ||
const xEIGENVAL & | , | ||
const xKPOINTS & | , | ||
const xstructure & | , | ||
const aurostd::xoption & | ) |
string plotter::convertKPointLabel | ( | const string & | , |
const string & | ) |
string plotter::convertKPointLetter | ( | string | , |
const string & | ) |
void plotter::generateDosPlotGNUPLOT | ( | stringstream & | , |
const xDOSCAR & | , | ||
const deque< double > & | , | ||
const deque< deque< deque< double > > > & | , | ||
const vector< string > & | , | ||
const aurostd::xoption & | ) |
double plotter::getDosLimits | ( | const aurostd::xoption & | , |
const xDOSCAR & | , | ||
const deque< deque< deque< double > > > & | , | ||
const deque< double > & | ) |
void plotter::generateBandPlotGNUPLOT | ( | stringstream & | , |
const xEIGENVAL & | , | ||
const vector< double > & | , | ||
const vector< double > & | , | ||
const vector< string > & | , | ||
const aurostd::xoption & | ) |
string plotter::getFormattedUnit | ( | const string & | ) |
void plotter::PLOT_PHDOS | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_PHDOS | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDOS | ( | aurostd::xoption & | , |
const xDOSCAR & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDOS | ( | aurostd::xoption & | , |
const xDOSCAR & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDOS | ( | aurostd::xoption & | , |
stringstream & | out, | ||
xDOSCAR | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDISP | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_PHDISP | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDISP | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDISPDOS | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_PHDISPDOS | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDISPDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_PHDISPDOS | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::convertEnergies | ( | xEIGENVAL & | , |
const string & | ) |
void plotter::convertEnergies | ( | xDOSCAR & | , |
const string & | ) |
double plotter::getEnergyConversionFactor | ( | const string & | ) |
void plotter::PLOT_THERMO | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_THERMO | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_THERMO | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_THERMO | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_TCOND | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_TCOND | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_TCOND | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_TCOND | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_THERMO_QHA | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_THERMO_QHA | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_THERMO_QHA | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_THERMO_QHA | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_GRUENEISEN_DISPERSION | ( | aurostd::xoption & | , |
ostream & | oss = cout ) |
void plotter::PLOT_GRUENEISEN_DISPERSION | ( | aurostd::xoption & | , |
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::PLOT_GRUENEISEN_DISPERSION | ( | aurostd::xoption & | , |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::PLOT_GRUENEISEN_DISPERSION | ( | aurostd::xoption & | , |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::plotSingleFromSet | ( | xoption & | , |
stringstream & | , | ||
const vector< vector< double > > & | , | ||
int | , | ||
ostream & | oss = cout ) |
void plotter::plotSingleFromSet | ( | xoption & | , |
stringstream & | , | ||
const vector< vector< double > > & | , | ||
int | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::plotMatrix | ( | xoption & | plotoptions, |
stringstream & | , | ||
ostream & | oss = cout ) |
void plotter::plotMatrix | ( | xoption & | plotoptions, |
stringstream & | , | ||
ofstream & | FileMESSAGE, | ||
ostream & | oss = cout ) |
void plotter::setPlotLabels | ( | aurostd::xoption & | , |
const string & | , | ||
const string & | , | ||
const string & | , | ||
const string & | ) |
vector< vector< double > > plotter::readAflowDataFile | ( | aurostd::xoption & | ) |
void plotter::generatePlotGNUPLOT | ( | stringstream & | , |
const xoption & | , | ||
const vector< vector< double > > & | ) |