NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "plotdef.hpp"
#include "../interval.hpp"
#include "../utils/tools.hpp"
#include <mgl2/mgl.h>
#include <string>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
struct | PlotAsset |
A single plot data asset to be plotted. Contains the data, its axes and its type. More... | |
class | PlotAssetManager |
This class combines the plotassets into a single structure. More... | |
Enumerations | |
enum | FunctionIntervalType { ALLRANGES = -1 , ONLYLEFT = -2 , ONLYRIGHT = -3 } |
enum FunctionIntervalType |
Enumerator | |
---|---|
ALLRANGES | |
ONLYLEFT | |
ONLYRIGHT |
Definition at line 178 of file plotasset.hpp.