SPH
Classes | Functions
Plots.h File Reference
#include "gui/Settings.h"
#include "gui/objects/Color.h"
#include "objects/wrappers/LockingPtr.h"
#include "post/Plot.h"

Go to the source code of this file.

Classes

struct  PlotData
 
class  SelectedParticlePlot
 Temporal plot of currently selected particle. More...
 

Functions

Array< PlotDatagetPlotList (const GuiSettings &gui)
 
AutoPtr< IPlotgetDataPlot (const Path &path, const std::string &name="reference")
 

Function Documentation

◆ getDataPlot()

AutoPtr<IPlot> getDataPlot ( const Path path,
const std::string &  name = "reference" 
)

Definition at line 275 of file Plots.cpp.

◆ getPlotList()

Array<PlotData> getPlotList ( const GuiSettings gui)
Todo:
could be deduplicated a bit

Definition at line 130 of file Plots.cpp.