SPH
|
#include "post/Plot.h"
#include "io/Logger.h"
#include "post/Point.h"
#include "quantities/IMaterial.h"
#include "quantities/Storage.h"
#include "system/Statistics.h"
#include <set>
Go to the source code of this file.
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... | |