SPH
|
Plot of temporal dependence of a scalar quantity. More...
#include <Plot.h>
Classes | |
struct | Params |
Parameters of the plot. More... | |
Public Member Functions | |
TemporalPlot (const IntegralWrapper &integral, const Params ¶ms) | |
Creates a plot showing the whole history of given integral. More... | |
virtual std::string | getCaption () const override |
Returns the caption of the plot. More... | |
virtual void | onTimeStep (const Storage &storage, const Statistics &stats) override |
Updates the plot with new data. More... | |
virtual void | clear () override |
Clears all cached data, prepares for next run. More... | |
virtual void | plot (IDrawingContext &dc) const override |
Draws the plot into the drawing context. More... | |
![]() | |
Interval | rangeX () const |
Returns the plotted range in x-coordinate. More... | |
Interval | rangeY () const |
Returns the plotted range in y-coordinate. More... | |
![]() | |
virtual | ~Polymorphic () |
Additional Inherited Members | |
![]() | |
struct { | |
Interval x | |
Interval y | |
} | ranges |
Plot of temporal dependence of a scalar quantity.
Plot shows a given segment of history of a quantity. This segment moves as time goes. Alternatively, the segment can be (formally) infinite, meaning the plot shows the whole history of a quantity; the x-range is rescaled as time goes.
|
inline |
|
overridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
|
overridevirtual |