SPH
Classes | Functions
Plots.cpp File Reference
#include "gui/objects/Plots.h"
#include "gui/objects/Colorizer.h"
#include "io/Path.h"
#include "post/Point.h"
#include <fstream>

Go to the source code of this file.

Classes

class  SelectedParticleIntegral
 
class  RelativeEnergyChange
 

Functions

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

Function Documentation

◆ getDataPlot()

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

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.