, including all inherited members.
addData(uint idx, const VariablesGrid &_newData) | PlotWindow | [virtual] |
addLine(uint idx, double _lineValue) | PlotWindow | [virtual] |
addPlotDataItem(VariableType _type) | PlotWindow | [protected] |
addPlotDataItem(const Expression *const _expression) | PlotWindow | [protected] |
addPlotDataItem(PlotName _name) | PlotWindow | [protected] |
addSubplot(PlotWindowSubplot &_subplot) | PlotWindow | |
addSubplot(const Expression &_expression, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY) | PlotWindow | |
addSubplot(const Expression &_expressionX, const Expression &_expressionY, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY) | PlotWindow | |
addSubplot(PlotName _name, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY) | PlotWindow | |
addSubplot(const VariablesGrid &_variable, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY) | PlotWindow | |
addSubplot(const Curve &_curve, double _xRangeLowerLimit=0.0, double _xRangeUpperLimit=1.0, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY) | PlotWindow | |
addSubplot3D(const VariablesGrid &_variable, const char *const _title="", const char *const _xLabel="", const char *const _yLabel="", PlotMode _plotMode=PM_UNKNOWN, double _xRangeLowerLimit=INFTY, double _xRangeUpperLimit=INFTY, double _yRangeLowerLimit=INFTY, double _yRangeUpperLimit=INFTY) | PlotWindow | |
aliasIdx | PlotWindow | [protected] |
clearAllSubplots() | PlotWindow | |
clone() const | PlotWindow | [virtual] |
convertLogToPlotName(LogName _name) const | PlotWindow | [protected] |
convertPlotToLogName(PlotName _name) const | PlotWindow | [protected] |
disableNominalControls() | PlotWindow | [inline, protected] |
disableNominalOutputs() | PlotWindow | [inline, protected] |
disableNominalParameters() | PlotWindow | [inline, protected] |
enableNominalControls() | PlotWindow | [inline, protected] |
enableNominalOutputs() | PlotWindow | [inline, protected] |
enableNominalParameters() | PlotWindow | [inline, protected] |
first | PlotWindow | [protected] |
frequency | PlotWindow | [protected] |
getAliasIdx() const | PlotWindow | [inline] |
getAutoScaleYLimits(const VariablesGrid &dataGridY, PlotFormat plotFormat, double &lowerLimit, double &upperLimit) const | PlotWindow | [protected] |
getDataGrids(const VariablesGrid *const variablesGrid, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid) | PlotWindow | [protected] |
getExpressionDataGrids(const Expression *const expression, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid) | PlotWindow | [protected] |
getNext() const | PlotWindow | [inline, protected] |
getNumSubplots() const | PlotWindow | [inline] |
getPlotDataRecord(LogRecord &_record) const | PlotWindow | [inline] |
getPlotFrequency() const | PlotWindow | [inline] |
getVariableDataGrids(const Expression *const variable, VariableType &_type, VariablesGrid &_dataGrid, Grid &_discretizationGrid) | PlotWindow | [protected] |
init() | PlotWindow | [virtual] |
isAlias() const | PlotWindow | [inline] |
isEmpty() const | PlotWindow | [inline] |
last | PlotWindow | [protected] |
next | PlotWindow | [protected] |
number | PlotWindow | [protected] |
operator()(uint idx) | PlotWindow | [inline] |
operator()(uint idx) const | PlotWindow | [inline] |
operator<<(PlotWindowSubplot &_subplot) | PlotWindow | |
operator<<(PlotName _name) | PlotWindow | |
operator<<(const Expression &_name) | PlotWindow | |
operator=(const PlotWindow &rhs) | PlotWindow | |
plot(PlotFrequency _frequency=PLOT_IN_ANY_CASE) | PlotWindow | [virtual] |
PlotCollection class | PlotWindow | [friend] |
plotDataRecord | PlotWindow | [protected] |
Plotting class | PlotWindow | [friend] |
PlotWindow() | PlotWindow | |
PlotWindow(PlotFrequency _frequency) | PlotWindow | |
PlotWindow(const PlotWindow &rhs) | PlotWindow | |
replot(PlotFrequency _frequency=PLOT_IN_ANY_CASE) | PlotWindow | [virtual] |
setAliasIdx(int _aliasIdx) | PlotWindow | [inline, protected] |
setLabelX(uint idx, const char *const xLabel_) | PlotWindow | [virtual] |
setLabelY(uint idx, const char *const yLabel_) | PlotWindow | [virtual] |
setNext(PlotWindow *const _next) | PlotWindow | [inline, protected] |
setPlotData(const Expression &_name, VariablesGrid &value) | PlotWindow | [inline] |
setPlotData(LogName _name, VariablesGrid &value) | PlotWindow | [inline] |
setPlotDataRecord(LogRecord &_record) | PlotWindow | [inline] |
setPlotMode(uint idx, PlotMode plotMode) | PlotWindow | [virtual] |
setRanges(uint idx, double xRange1, double xRange2, double yRange1, double yRange2) | PlotWindow | [virtual] |
setTitle(uint idx, const char *const title_) | PlotWindow | [virtual] |
setupLogFrequency(PlotFrequency _frequency=PLOT_AT_EACH_ITERATION) | PlotWindow | [protected] |
shallPlotNominalControls | PlotWindow | [protected] |
shallPlotNominalOutputs | PlotWindow | [protected] |
shallPlotNominalParameters | PlotWindow | [protected] |
~PlotWindow() | PlotWindow | [virtual] |