Reaktoro
A unified framework for modeling chemically reactive systems
ChemicalPlot Member List

This is the complete list of members for ChemicalPlot, including all inherited members.

ChemicalPlot()ChemicalPlot
ChemicalPlot(const ChemicalSystem &system)ChemicalPlotexplicit
ChemicalPlot(const ReactionSystem &reactions)ChemicalPlotexplicit
frequency(unsigned frequency) -> voidChemicalPlot
legend(std::string) -> voidChemicalPlot
name(std::string name) -> voidChemicalPlot
open() -> voidChemicalPlot
operator<<(std::string command) -> ChemicalPlot &ChemicalPlot
operator<<(std::stringstream command) -> ChemicalPlot &ChemicalPlot
operator==(const ChemicalPlot &other) -> boolChemicalPlot
points(std::string label, std::vector< double > xpoints, std::vector< double > ypoints) -> voidChemicalPlot
points(std::string label, std::string xpoints, std::string ypoints) -> voidChemicalPlot
showlegend(bool active) -> voidChemicalPlot
showlegend() const -> boolChemicalPlot
title(std::string title) -> voidChemicalPlot
update(const ChemicalState &state, double t) -> voidChemicalPlot
x(std::string quantity) -> voidChemicalPlot
xformat(std::string) -> voidChemicalPlot
xlabel(std::string) -> voidChemicalPlot
xlogscale(int base=10) -> voidChemicalPlot
xtics(std::string) -> voidChemicalPlot
y(std::string quantity) -> voidChemicalPlot
y(std::string quantity, std::string label) -> voidChemicalPlot
yformat(std::string) -> voidChemicalPlot
ylabel(std::string) -> voidChemicalPlot
ylogscale(int base=10) -> voidChemicalPlot
ytics(std::string) -> voidChemicalPlot
~ChemicalPlot()ChemicalPlotvirtual