SPH
|
Drawing quantity values as functions of time or spatial coordinates. More...
#include "objects/containers/Queue.h"
#include "objects/utility/OperatorTemplate.h"
#include "physics/Integrals.h"
#include "post/Analysis.h"
Go to the source code of this file.
Classes | |
class | IDrawPath |
class | IDrawingContext |
Abstraction of a drawing context. More... | |
class | IPlot |
Interface for constructing generic plots from quantities stored in storage. More... | |
class | SpatialPlot< TDerived > |
Base class for plots showing a dependence of given quantity on a spatial coordinate. More... | |
class | AxialDistributionPlot |
Plots a dependence of given quantity on the distance from given axis. More... | |
class | RadialDistributionPlot |
Plots a dependence of given quantity on the distance from the origin. More... | |
class | TemporalPlot |
Plot of temporal dependence of a scalar quantity. More... | |
struct | TemporalPlot::Params |
Parameters of the plot. More... | |
class | HistogramPlot |
Differential histogram of quantities. More... | |
class | AngularHistogramPlot |
Differential histogram of angular distribution. More... | |
class | SfdPlot |
class | DataPlot |
Plots given array of points. More... | |
class | MultiPlot |
Helper object used for drawing multiple plots into the same device. More... | |
Enumerations | |
enum class | AxisScaleEnum { LOG_X = 1 << 0 , LOG_Y = 1 << 1 } |
Functions | |
Array< Float > | getLinearTics (const Interval &interval, const Size minCount) |
Returns the tics to be drawn on a linear axis of a plot. More... | |
Array< Float > | getLogTics (const Interval &interval, const Size minCount) |
Returns the tics to be drawn on a logarithmic axis of a plot. More... | |
Drawing quantity values as functions of time or spatial coordinates.
Definition in file Plot.h.
|
strong |