philsupertramp/game-math
|
This is the complete list of members for FunctionPlot, including all inherited members.
AddData(const double &start, const double &end, const double &stepSize, const char *name) | FunctionPlot | inline |
Plot::AddData(const Matrix< double > &x, const Matrix< double > &y, const std::string &name, DataTypes dataType=DataTypes::NONE, const char *character=nullptr) | Plot | inline |
Plot::AddData(const Matrix< double > &mat, const std::string &name, DataTypes dataTypeName=DataTypes::NONE, const char *pointChar=nullptr, int dimensions=2) | Plot | inline |
attributes | Plot | protected |
bX | Plot | protected |
bY | Plot | protected |
clear_file() | Plot | inline |
dataFileName | Plot | protected |
Function | FunctionPlot | private |
FunctionPlot(std::function< double(const double &)> fun, const char *name="") | FunctionPlot | inlineexplicit |
getBoundaries(const Matrix< double > &x) const | Plot | inlineprivate |
lineWidth(const int &size) | Plot | inline |
numElements | Plot | protected |
operator()() const | Plot | inlinevirtual |
Plot(const std::string &title="") | Plot | inlineexplicit |
plotType | Plot | protected |
plotTypeName | Plot | protected |
pointSize(const int &size) | Plot | inline |
storageFile | Plot | protected |
title(const std::string &title) | Plot | inline |
writeAttributes(FILE *gnuplot) const | Plot | inlineprotected |
xAxis(const std::string &name) | Plot | inline |
yAxis(const std::string &name) | Plot | inline |