NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Structure for describing time axes in plots. More...
#include <interval.hpp>
Public Member Functions | |
TimeAxis () | |
void | activate (const std::string &sFormat="") |
void | deactivate () |
Public Attributes | |
std::string | sTimeFormat |
bool | use |
Structure for describing time axes in plots.
Definition at line 131 of file interval.hpp.
|
inline |
Definition at line 136 of file interval.hpp.
|
inline |
Definition at line 138 of file interval.hpp.
References sTimeFormat, and use.
Referenced by PlotData::setParams().
|
inline |
Definition at line 171 of file interval.hpp.
References sTimeFormat, and use.
Referenced by PlotData::deleteData(), and PlotData::reset().
std::string TimeAxis::sTimeFormat |
Definition at line 133 of file interval.hpp.
Referenced by activate(), Plot::CoordSettings(), createPlotForHist1D(), createPlotsForHist2D(), and deactivate().
bool TimeAxis::use |
Definition at line 134 of file interval.hpp.
Referenced by activate(), Plot::CoordSettings(), createPlotForHist1D(), createPlotsForHist2D(), and deactivate().