| 
    SPH
    
   | 
 
Plots given array of points. More...
#include <Plot.h>
  
Public Member Functions | |
| DataPlot (const Array< Post::HistPoint > &points, const Flags< AxisScaleEnum > scale, const std::string &name) | |
| 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... | |
  Public Member Functions inherited from IPlot | |
| Interval | rangeX () const | 
| Returns the plotted range in x-coordinate.  More... | |
| Interval | rangeY () const | 
| Returns the plotted range in y-coordinate.  More... | |
  Public Member Functions inherited from Polymorphic | |
| virtual | ~Polymorphic () | 
Additional Inherited Members | |
  Protected Attributes inherited from IPlot | |
| struct { | |
| Interval x | |
| Interval y | |
| } | ranges | 
| DataPlot::DataPlot | ( | const Array< Post::HistPoint > & | points, | 
| const Flags< AxisScaleEnum > | scale, | ||
| const std::string & | name | ||
| ) | 
      
  | 
  overridevirtual | 
      
  | 
  overridevirtual | 
      
  | 
  overridevirtual | 
      
  | 
  overridevirtual |