NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>
#include <cmath>
#include <vector>
#include "../ui/error.hpp"
#include "../utils/tools.hpp"
#include "../structures.hpp"
#include "../interval.hpp"
#include "plotdef.hpp"
Go to the source code of this file.
Classes | |
class | PlotData |
This class contains all the plot settings usable by the plotting algorithm. More... | |
Variables | |
const char * | SECAXIS_DEFAULT_COLOR |
|
extern |
Definition at line 27 of file plotdata.cpp.
Referenced by PlotData::deleteData(), PlotData::getAddAxis(), PlotData::reset(), and PlotData::setParams().