NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
plotasset.hpp File Reference
#include "plotdef.hpp"
#include "../interval.hpp"
#include "../utils/tools.hpp"
#include <mgl2/mgl.h>
#include <string>
#include <vector>
#include <utility>
Include dependency graph for plotasset.hpp:
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

◆ FunctionIntervalType

Enumerator
ALLRANGES 
ONLYLEFT 
ONLYRIGHT 

Definition at line 178 of file plotasset.hpp.