NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This class contains all the plot settings usable by the plotting algorithm. More...
#include <plotdata.hpp>
Public Member Functions | |
PlotData () | |
PlotData constructor. Calls PlotData::reset() for initialisation. More... | |
void | setParams (const std::string &__sCmd, int nType=ALL) |
Identifies parameters and values in the passed parameter string and updates the selected type of the parameters correspondingly. More... | |
std::string | getParams (bool asstr=false) const |
Return the internal plotting parameters as a human-readable string. Can be converted to an internal string using the additional parameter. More... | |
std::string | getAxisLabel (size_t axis) const |
Return the axis label associated to the selected axis. More... | |
void | setSamples (int _nSamples) |
Change the number of samples. More... | |
void | setFileName (std::string _sFileName) |
Change the output file name. More... | |
void | reset () |
Resets all settings to the initialisation stage. More... | |
void | deleteData (bool bGraphFinished=false) |
Delete the internal per-plot data (i.e. weak reset). More... | |
void | setGlobalComposeParams (const std::string &__sCmd) |
void | setLocalComposeParams (const std::string &__sCmd) |
IntervalSet & | getRanges () |
bool | getSettings (LogicalPlotSetting setting) const |
int | getSettings (IntPlotSetting setting) const |
double | getSettings (FloatPlotSetting setting) const |
std::string | getSettings (StringPlotSetting setting) const |
bool | getRangeSetting (int i=0) const |
bool | getInvertion (int i=0) const |
double | getAxisScale (int i=0) const |
void | setFont (const std::string &Font) |
std::string | getAxisbind (unsigned int i) const |
int | getGivenRanges () const |
bool | getLogscale (size_t i) const |
double | getRotateAngle (int _i=0) const |
int | getAnimateSamples () const |
double | getOrigin (int nDir=0) const |
unsigned short | getSlices (unsigned int nDir=0) const |
std::string | getColorScheme (const std::string &_sAddOpt="") const |
std::string | getColorSchemeMedium (const std::string &_sAddOpt="") const |
std::string | getColorSchemeLight (const std::string &_sAddOpt="") const |
std::string | getColors () const |
std::string | getContColors () const |
std::string | getLineStyles () const |
std::string | getGridStyle () const |
std::string | getFineGridStyle () const |
const std::vector< Line > & | getHLines () const |
const std::vector< Line > & | getVLines () const |
Axis | getAddAxis (unsigned int i=0) const |
void | setAddAxis (unsigned int i, const Interval &_ivl) |
TimeAxis | getTimeAxis (unsigned int i=0) const |
const int * | getTargetGUI () const |
std::string | getTickTemplate (int nAxis=0) const |
std::string | getCustomTick (int nAxis=0) const |
Public Member Functions inherited from FileSystem | |
FileSystem () | |
Default constructor. More... | |
FileSystem & | assign (const FileSystem &_fSys) |
Assignment member function to copy the settings from another FileSystem instance. More... | |
std::string | ValidFileName (std::string _sFileName, const std::string sExtension=".dat", bool checkExtension=true, bool doCleanPath=true) const |
This member function evaluates, whether the passed filename is a valid filename. One may supply a preferred filename extension. More... | |
std::string | ValidFolderName (std::string _sFileName, bool doCleanPath=true, bool appendTrailingSeparator=true) const |
This member function evaluates, whether the passed foldername is a valid foldername. More... | |
std::string | ValidizeAndPrepareName (const std::string &_sFileName, const std::string &sExtension=".dat") const |
This member function validizes the passed file name and creates the needed folders on-the-fly. More... | |
int | setPath (std::string _sPath, bool bMkDir, std::string _sExePath) |
This member function may be used to set the preferred file path of the current FileSystem instance. More... | |
void | createRevisionsFolder () |
This member function creates the hidden revisions folders for the version control system. More... | |
std::string | getPath () const |
Returns the default path of this FileSystem instance. More... | |
std::vector< std::string > | getFileParts (const std::string &sFilePath) const |
This member function separates all path parts into single strings: the drive letter, the path, the name and the extension. This function may also handle folder paths and network paths. More... | |
FileInfo | getFileInfo (const std::string &sFilePath) const |
Return the file information about the passed file path. More... | |
void | setTokens (std::string _sTokens) |
This member function may be used to update the path placeholders of the current FileSystem instance. More... | |
bool | isFile (const std::string &_sPath) const |
This function determines, whether a path name indicates a file or a folder. More... | |
void | initializeFromKernel () |
Member function to remote-initialize the class from the kernel. Cannot be used during kernel start-up. More... | |
void | setProgramPath (std::string _sExePath) |
std::string | getProgramPath () const |
void | declareFileType (const std::string &sFileType) |
Private Member Functions | |
PlotData (const PlotData &)=delete | |
PlotData & | operator= (const PlotData &)=delete |
void | replaceControlChars (std::string &sString) |
Replaces tab and newlines correspondingly. More... | |
std::string | removeSurroundingQuotationMarks (const std::string &sString) |
Removes surrounding quotation marks. More... | |
void | rangeByPercentage (double *dData, size_t nLength, double dLowerPercentage, double dUpperPercentage, std::vector< double > &vRanges) |
Private Attributes | |
IntervalSet | ranges |
int | nRanges |
int | nRequestedLayers |
bool | bRanges [4] |
bool | bMirror [4] |
bool | bDefaultAxisLabels [3] |
bool | bLogscale [4] |
std::string | sAxisLabels [3] |
std::string | sTickTemplate [4] |
std::string | sCustomTicks [4] |
double | dRotateAngles [2] |
double | dAxisScale [4] |
double | dOrigin [3] |
unsigned short | nSlices [3] |
int | nTargetGUI [2] |
bool | logicalSettings [LOG_SETTING_SIZE] |
int | intSettings [INT_SETTING_SIZE] |
double | floatSettings [FLOAT_SETTING_SIZE] |
std::string | stringSettings [STR_SETTING_SIZE] |
std::vector< Line > | _lHlines |
std::vector< Line > | _lVLines |
Axis | _AddAxes [2] |
TimeAxis | _timeAxes [4] |
Additional Inherited Members | |
Protected Member Functions inherited from FileSystem | |
int | createFolders (const std::string &_sPath) const |
This member function creates all missing directories in the passed path. More... | |
Protected Attributes inherited from FileSystem | |
std::string | sPath |
std::string | sExecutablePath |
std::string | sTokens [7][2] |
std::string | sValidExtensions |
This class contains all the plot settings usable by the plotting algorithm.
Definition at line 41 of file plotdata.hpp.
Enumerator | |
---|---|
FLOAT_ALPHAVAL | |
FLOAT_ASPECT | |
FLOAT_BARS | |
FLOAT_HBARS | |
FLOAT_PERSPECTIVE | |
FLOAT_TEXTSIZE | |
FLOAT_SETTING_SIZE |
Definition at line 115 of file plotdata.hpp.
Definition at line 96 of file plotdata.hpp.
Definition at line 60 of file plotdata.hpp.
enum PlotData::ParamType |
Enumerator | |
---|---|
ALL | |
LOCAL | |
GLOBAL | |
SUPERGLOBAL |
Definition at line 52 of file plotdata.hpp.
enum PlotData::RangeType |
Enumerator | |
---|---|
ALLRANGES | |
ONLYLEFT | |
ONLYRIGHT | |
COLSTART |
Definition at line 44 of file plotdata.hpp.
Definition at line 126 of file plotdata.hpp.
|
privatedelete |
PlotData::PlotData | ( | ) |
PlotData constructor. Calls PlotData::reset() for initialisation.
Definition at line 216 of file plotdata.cpp.
References reset().
void PlotData::deleteData | ( | bool | bGraphFinished = false | ) |
Delete the internal per-plot data (i.e. weak reset).
bGraphFinished | bool |
Definition at line 2011 of file plotdata.cpp.
References _AddAxes, _lHlines, _lVLines, _timeAxes, bDefaultAxisLabels, bMirror, bRanges, CRANGE, dAxisScale, TimeAxis::deactivate(), INT_HIGHRESLEVEL, INT_LEGENDSTYLE, intSettings, Axis::ivl, LOG_ALLHIGHRES, LOG_PARAMETRIC, logicalSettings, nRanges, nRequestedLayers, nTargetGUI, ranges, Interval::reset(), sAxisLabels, sCustomTicks, SECAXIS_DEFAULT_COLOR, Axis::sLabel, Axis::sStyle, STR_AXISBIND, STR_BACKGROUND, STR_COLORS, STR_COMPOSEDTITLE, STR_CONTCOLORS, STR_CONTGREYS, STR_FILENAME, STR_GREYS, STR_LINESIZES, STR_LINESTYLES, STR_LINESTYLESGREY, STR_PLOTTITLE, STR_POINTSTYLES, stringSettings, XRANGE, YRANGE, and ZRANGE.
Referenced by createPlot(), and Plot::createSubPlotSet().
|
inline |
Definition at line 363 of file plotdata.hpp.
References _AddAxes, Axis::ivl, Interval::reset(), SECAXIS_DEFAULT_COLOR, Axis::sLabel, and Axis::sStyle.
Referenced by Plot::CoordSettings(), Plot::defaultRanges(), Plot::fitPlotRanges(), and hasSecAxisBox().
|
inline |
Definition at line 283 of file plotdata.hpp.
References INT_ANIMATESAMPLES, intSettings, LOG_ANIMATE, and logicalSettings.
Referenced by Plot::applyPlotSizeAndQualitySettings(), Plot::createPlotOrAnimation(), Plot::createSubPlotSet(), Plot::filename(), Plot::fillData(), and Plot::Plot().
|
inline |
Definition at line 260 of file plotdata.hpp.
References STR_AXISBIND, and stringSettings.
Referenced by Plot::separateFunctionsAndData().
std::string PlotData::getAxisLabel | ( | size_t | axis | ) | const |
Return the axis label associated to the selected axis.
axis | size_t |
Definition at line 2521 of file plotdata.cpp.
References bDefaultAxisLabels, CPLX_PLANE, getLabelDefinitions(), INT_COMPLEXMODE, INT_COORDS, intSettings, replaceToTeX(), sAxisLabels, XCOORD, YCOORD, and ZCOORD.
Referenced by Plot::CoordSettings().
|
inline |
Definition at line 246 of file plotdata.hpp.
References dAxisScale.
Referenced by Plot::applyColorbar(), Plot::CoordSettings(), Plot::fitPlotRanges(), and Plot::passRangesToGraph().
|
inline |
Definition at line 322 of file plotdata.hpp.
References STR_COLORS, STR_COLORSCHEME, STR_GREYS, and stringSettings.
Referenced by createPlotForHist1D(), createPlotsForHist2D(), Plot::plotstd(), Plot::plotstd3d(), and Plot::setStyles().
|
inline |
Definition at line 307 of file plotdata.hpp.
References STR_COLORSCHEME, and stringSettings.
Referenced by Plot::applyColorbar(), Plot::create2dVect(), Plot::create3dPlot(), Plot::create3dVect(), createPlotsForHist2D(), Plot::plot2d(), and Plot::plotstd3d().
|
inline |
Definition at line 317 of file plotdata.hpp.
References STR_COLORSCHEMELIGHT, and stringSettings.
Referenced by Plot::applyColorbar(), Plot::create3dPlot(), and Plot::plot2d().
|
inline |
Definition at line 312 of file plotdata.hpp.
References STR_COLORSCHEMEMEDIUM, and stringSettings.
Referenced by Plot::create3dPlot(), and Plot::plot2d().
|
inline |
Definition at line 329 of file plotdata.hpp.
References STR_COLORSCHEME, STR_CONTCOLORS, STR_CONTGREYS, and stringSettings.
|
inline |
Definition at line 416 of file plotdata.hpp.
References sCustomTicks.
Referenced by Plot::CoordSettings().
|
inline |
Definition at line 348 of file plotdata.hpp.
References STR_GRIDSTYLE, and stringSettings.
Referenced by Plot::applyGrid(), Plot::CoordSettings(), createPlotForHist1D(), and createPlotsForHist2D().
|
inline |
Definition at line 268 of file plotdata.hpp.
References nRanges.
Referenced by Plot::defaultRanges(), and Plot::fitPlotRanges().
|
inline |
Definition at line 343 of file plotdata.hpp.
References STR_GRIDSTYLE, and stringSettings.
Referenced by Plot::applyGrid(), Plot::CoordSettings(), createPlotForHist1D(), and createPlotsForHist2D().
|
inline |
Definition at line 353 of file plotdata.hpp.
References _lHlines.
Referenced by Plot::createStdPlot().
|
inline |
Definition at line 238 of file plotdata.hpp.
References bMirror.
Referenced by Plot::passRangesToGraph().
|
inline |
Definition at line 336 of file plotdata.hpp.
References STR_COLORSCHEME, STR_LINESTYLES, STR_LINESTYLESGREY, and stringSettings.
Referenced by Plot::setStyles().
|
inline |
Definition at line 273 of file plotdata.hpp.
References bLogscale.
Referenced by createHist1D(), createHist2D(), createPlotForHist1D(), createPlotsForHist2D(), Plot::createStdPlot(), Plot::createSubPlotSet(), Plot::defaultRanges(), Plot::fillData(), Plot::fitPlotRanges(), Plot::passRangesToGraph(), prepareGraphForHist(), and Plot::setLogScale().
|
inline |
Definition at line 291 of file plotdata.hpp.
References dOrigin.
Referenced by Plot::CoordSettings().
std::string PlotData::getParams | ( | bool | asstr = false | ) | const |
Return the internal plotting parameters as a human-readable string. Can be converted to an internal string using the additional parameter.
asstr | bool |
Definition at line 2084 of file plotdata.cpp.
References bLogscale, CPLX_PLANE, CPLX_REIM, dAxisScale, dOrigin, dRotateAngles, FLOAT_ASPECT, FLOAT_BARS, FLOAT_HBARS, FLOAT_PERSPECTIVE, FLOAT_TEXTSIZE, floatSettings, getColorSchemes(), getGenericSwitches(), NumeReKernel::getInstance(), Settings::getPrecision(), NumeReKernel::getSettings(), INT_ANIMATESAMPLES, INT_COMPLEXMODE, INT_COORDS, INT_GRID, INT_HIGHRESLEVEL, INT_LEGENDPOSITION, INT_LEGENDSTYLE, INT_LIGHTING, INT_MARKS, intSettings, mu::isnan(), LOG_ALPHA, LOG_ANIMATE, LOG_CONTLABELS, LOG_CONTPROJ, LOG_FLOW, LOG_PIPE, logicalSettings, nSlices, ranges, sCustomTicks, sTickTemplate, STR_AXISBIND, STR_BACKGROUND, STR_BACKGROUNDCOLORSCHEME, STR_COLORS, STR_COLORSCHEME, STR_FONTSTYLE, STR_GRIDSTYLE, STR_LINESIZES, STR_LINESTYLES, STR_POINTSTYLES, stringSettings, toString(), TRANGE, and XRANGE.
Referenced by cmd_get().
|
inline |
Definition at line 205 of file plotdata.hpp.
References ranges.
Referenced by Plot::createSubPlotSet(), Plot::defaultRanges(), Plot::fitPlotRanges(), and Plot::passRangesToGraph().
|
inline |
Definition at line 230 of file plotdata.hpp.
References bRanges.
Referenced by Plot::defaultRanges(), Plot::fitPlotRanges(), and Plot::passRangesToGraph().
|
inline |
Definition at line 278 of file plotdata.hpp.
References dRotateAngles.
Referenced by Plot::CoordSettings(), Plot::create3dPlot(), Plot::create3dVect(), Plot::createPlotOrAnimation(), Plot::createStd3dPlot(), Plot::getLabelPosition(), and Plot::plot2d().
|
inline |
Definition at line 220 of file plotdata.hpp.
References floatSettings.
|
inline |
Definition at line 215 of file plotdata.hpp.
References intSettings.
|
inline |
Definition at line 210 of file plotdata.hpp.
References logicalSettings.
Referenced by Plot::applyColorbar(), Plot::applyGrid(), Plot::applyLighting(), Plot::applyPlotSizeAndQualitySettings(), Plot::constructDataLegendElement(), Plot::CoordSettings(), Plot::create2dPlot(), Plot::create2dVect(), Plot::create3dPlot(), Plot::create3dVect(), Plot::createDataLegends(), createPlot(), createPlotForHist1D(), Plot::createPlotOrAnimation(), createPlotsForHist2D(), Plot::createStd3dPlot(), Plot::createStdPlot(), Plot::createSubPlotSet(), Plot::defaultRanges(), Plot::displayMessage(), Plot::evaluateSubplot(), Plot::extractDataValues(), Plot::filename(), Plot::fitPlotRanges(), Plot::getLabelPosition(), Plot::getLegendStyle(), GraphHelper::GraphHelper(), hasSecAxisBox(), Plot::passRangesToGraph(), Plot::Plot(), Plot::plot2d(), Plot::plotstd(), Plot::plotstd3d(), prepareGraphForHist(), reset(), Plot::setLogScale(), and Plot::setStyles().
|
inline |
Definition at line 225 of file plotdata.hpp.
References stringSettings.
|
inline |
Definition at line 299 of file plotdata.hpp.
References nSlices.
Referenced by Plot::create3dPlot().
|
inline |
|
inline |
Definition at line 408 of file plotdata.hpp.
References sTickTemplate.
Referenced by Plot::CoordSettings().
|
inline |
Definition at line 393 of file plotdata.hpp.
References _timeAxes.
Referenced by Plot::CoordSettings(), createPlotForHist1D(), and createPlotsForHist2D().
|
inline |
Definition at line 358 of file plotdata.hpp.
References _lVLines.
Referenced by Plot::createStdPlot().
|
private |
|
private |
Removes surrounding quotation marks.
sString | const std::string& |
Definition at line 2468 of file plotdata.cpp.
Referenced by setParams().
|
private |
Replaces tab and newlines correspondingly.
sString | std::string& |
Definition at line 2445 of file plotdata.cpp.
Referenced by setParams().
void PlotData::reset | ( | ) |
Resets all settings to the initialisation stage.
Definition at line 1897 of file plotdata.cpp.
References _AddAxes, _fontData, _lHlines, _lVLines, _timeAxes, AXIS_STD, bDefaultAxisLabels, bLogscale, bMirror, bRanges, CRANGE, dAxisScale, TimeAxis::deactivate(), dOrigin, dRotateAngles, FLOAT_ALPHAVAL, FLOAT_ASPECT, FLOAT_SETTING_SIZE, FLOAT_TEXTSIZE, floatSettings, Settings::getDefaultPlotFont(), NumeReKernel::getInstance(), NumeReKernel::getSettings(), getSettings(), INT_ANIMATESAMPLES, INT_AXIS, INT_CONTLINES, INT_LEGENDPOSITION, INT_SAMPLES, INT_SETTING_SIZE, IntervalSet::intervals, intSettings, Axis::ivl, LOG_COLORBAR, LOG_OPENIMAGE, LOG_SETTING_SIZE, logicalSettings, nRanges, nRequestedLayers, nSlices, nTargetGUI, ranges, Interval::reset(), sAxisLabels, sCustomTicks, SECAXIS_DEFAULT_COLOR, IntervalSet::setNames(), Axis::sLabel, Axis::sStyle, sTickTemplate, FileSystem::sTokens, STR_BACKGROUNDCOLORSCHEME, STR_COLORS, STR_COLORSCHEME, STR_COLORSCHEMELIGHT, STR_COLORSCHEMEMEDIUM, STR_CONTCOLORS, STR_CONTGREYS, STR_FONTSTYLE, STR_GREYS, STR_GRIDSTYLE, STR_LINESIZES, STR_LINESTYLES, STR_LINESTYLESGREY, STR_POINTSTYLES, STR_SETTING_SIZE, stringSettings, XRANGE, YRANGE, and ZRANGE.
Referenced by PlotData(), and setParams().
|
inline |
Definition at line 376 of file plotdata.hpp.
References _AddAxes, Interval::back(), Interval::front(), mu::isnan(), Axis::ivl, and Axis::sLabel.
Referenced by Plot::fitPlotRanges().
void PlotData::setFileName | ( | std::string | _sFileName | ) |
Change the output file name.
_sFileName | std::string |
Definition at line 2411 of file plotdata.cpp.
References FileSystem::sPath, STR_FILENAME, stringSettings, and FileSystem::ValidizeAndPrepareName().
Referenced by Plot::filename(), and NumeReKernel::resetAfterError().
|
inline |
Definition at line 254 of file plotdata.hpp.
References STR_FONTSTYLE, and stringSettings.
Referenced by cmd_set().
|
inline |
Definition at line 195 of file plotdata.hpp.
References GLOBAL, setParams(), and SUPERGLOBAL.
Referenced by Plot::Plot().
|
inline |
Definition at line 200 of file plotdata.hpp.
References LOCAL, and setParams().
Referenced by Plot::createSubPlotSet().
void PlotData::setParams | ( | const std::string & | __sCmd, |
int | nType = ALL |
||
) |
Identifies parameters and values in the passed parameter string and updates the selected type of the parameters correspondingly.
__sCmd | const string& |
nType | int |
Definition at line 233 of file plotdata.cpp.
References _AddAxes, _fontData, _lHlines, _lVLines, _timeAxes, TimeAxis::activate(), ALL, ARGEXTRACT_ASSTRING, ARGEXTRACT_PARSED, ARGEXTRACT_STRIPPED, AXIS_EQUAL, AXIS_NICE, AXIS_NONE, AXIS_STD, bDefaultAxisLabels, bLogscale, bMirror, bRanges, CARTESIAN, date::ceil(), checkColorChars(), checkLineChars(), checkPointChars(), CPLX_NONE, CPLX_PLANE, CPLX_REIM, CRANGE, dAxisScale, dOrigin, dRotateAngles, mu::ParserBase::Eval(), evaluateNumerical(), findParameter(), FLOAT_ALPHAVAL, FLOAT_ASPECT, FLOAT_BARS, FLOAT_HBARS, FLOAT_PERSPECTIVE, FLOAT_TEXTSIZE, floatSettings, date::floor(), getAllArguments(), getArgAtPos(), getColorSchemes(), getGenericSwitches(), NumeReKernel::getInstance(), getNextArgument(), NumeReKernel::getParser(), GLOBAL, INT_ANIMATESAMPLES, INT_AXIS, INT_COMPLEXMODE, INT_CONTLINES, INT_COORDS, INT_GRID, INT_HIGHRESLEVEL, INT_LEGENDPOSITION, INT_LEGENDSTYLE, INT_LIGHTING, INT_MARKS, INT_SAMPLES, INT_SIZE_X, INT_SIZE_Y, intCast(), intSettings, mu::isinf(), isInQuotes(), mu::isnan(), Axis::ivl, LOCAL, LOG_ALLHIGHRES, LOG_ALPHA, LOG_ANIMATE, LOG_CONTFILLED, LOG_CONTLABELS, LOG_CONTPROJ, LOG_FLOW, LOG_PARAMETRIC, LOG_PIPE, LOG_XERROR, LOG_YERROR, logicalSettings, nRanges, nSlices, nTargetGUI, POLAR_PZ, POLAR_RP, POLAR_RZ, ranges, mu::real(), removeSurroundingQuotationMarks(), replaceControlChars(), reset(), Interval::reset(), sAxisLabels, sCustomTicks, SECAXIS_DEFAULT_COLOR, mu::ParserBase::SetExpr(), Axis::sLabel, SPHERICAL_PT, SPHERICAL_RP, SPHERICAL_RT, Axis::sStyle, sTickTemplate, FileSystem::sTokens, STR_AXISBIND, STR_BACKGROUND, STR_BACKGROUNDCOLORSCHEME, STR_COLORS, STR_COLORSCHEME, STR_COLORSCHEMELIGHT, STR_COLORSCHEMEMEDIUM, STR_COMPOSEDTITLE, STR_FILENAME, STR_FONTSTYLE, STR_GRIDSTYLE, STR_LINESIZES, STR_LINESTYLES, STR_LINESTYLESGREY, STR_PLOTTITLE, STR_POINTSTYLES, stringSettings, StripSpaces(), STYLES_COUNT, SUPERGLOBAL, toLowerCase(), TRANGE, FileSystem::ValidFileName(), FileSystem::ValidizeAndPrepareName(), XRANGE, YRANGE, and ZRANGE.
Referenced by cmd_plotting(), Plot::createSubPlotSet(), Plot::Plot(), setGlobalComposeParams(), and setLocalComposeParams().
void PlotData::setSamples | ( | int | _nSamples | ) |
Change the number of samples.
_nSamples | int |
Definition at line 2398 of file plotdata.cpp.
References INT_SAMPLES, and intSettings.
|
private |
Definition at line 174 of file plotdata.hpp.
Referenced by deleteData(), getAddAxis(), reset(), setAddAxis(), and setParams().
|
private |
Definition at line 172 of file plotdata.hpp.
Referenced by deleteData(), getHLines(), reset(), and setParams().
|
private |
Definition at line 173 of file plotdata.hpp.
Referenced by deleteData(), getVLines(), reset(), and setParams().
|
private |
Definition at line 175 of file plotdata.hpp.
Referenced by deleteData(), getTimeAxis(), reset(), and setParams().
|
private |
Definition at line 156 of file plotdata.hpp.
Referenced by deleteData(), getAxisLabel(), reset(), and setParams().
|
private |
Definition at line 157 of file plotdata.hpp.
Referenced by getLogscale(), getParams(), reset(), and setParams().
|
private |
Definition at line 155 of file plotdata.hpp.
Referenced by deleteData(), getInvertion(), reset(), and setParams().
|
private |
Definition at line 154 of file plotdata.hpp.
Referenced by deleteData(), getRangeSetting(), reset(), and setParams().
|
private |
Definition at line 162 of file plotdata.hpp.
Referenced by deleteData(), getAxisScale(), getParams(), reset(), and setParams().
|
private |
Definition at line 163 of file plotdata.hpp.
Referenced by getOrigin(), getParams(), reset(), and setParams().
|
private |
Definition at line 161 of file plotdata.hpp.
Referenced by getParams(), getRotateAngle(), reset(), and setParams().
|
private |
Definition at line 169 of file plotdata.hpp.
Referenced by getParams(), getSettings(), reset(), and setParams().
|
private |
Definition at line 168 of file plotdata.hpp.
Referenced by deleteData(), getAnimateSamples(), getAxisLabel(), getParams(), getSettings(), reset(), setParams(), and setSamples().
|
private |
Definition at line 167 of file plotdata.hpp.
Referenced by deleteData(), getAnimateSamples(), getParams(), getSettings(), reset(), and setParams().
|
private |
Definition at line 152 of file plotdata.hpp.
Referenced by deleteData(), getGivenRanges(), reset(), and setParams().
|
private |
Definition at line 153 of file plotdata.hpp.
Referenced by deleteData(), and reset().
|
private |
Definition at line 164 of file plotdata.hpp.
Referenced by getParams(), getSlices(), reset(), and setParams().
|
private |
Definition at line 165 of file plotdata.hpp.
Referenced by deleteData(), getTargetGUI(), reset(), and setParams().
|
private |
Definition at line 151 of file plotdata.hpp.
Referenced by deleteData(), getParams(), getRanges(), reset(), and setParams().
|
private |
Definition at line 158 of file plotdata.hpp.
Referenced by deleteData(), getAxisLabel(), reset(), and setParams().
|
private |
Definition at line 160 of file plotdata.hpp.
Referenced by deleteData(), getCustomTick(), getParams(), reset(), and setParams().
|
private |
Definition at line 159 of file plotdata.hpp.
Referenced by getParams(), getTickTemplate(), reset(), and setParams().
|
private |
Definition at line 170 of file plotdata.hpp.
Referenced by deleteData(), getAxisbind(), getColors(), getColorScheme(), getColorSchemeLight(), getColorSchemeMedium(), getContColors(), getFineGridStyle(), getGridStyle(), getLineStyles(), getParams(), getSettings(), reset(), setFileName(), setFont(), and setParams().