philsupertramp/game-math
|
#include <Plot.h>
Public Attributes | |
char * | title |
title label More... | |
char * | xAxis |
x-axis label More... | |
char * | yAxis |
y-axis label More... | |
int | pointStrength |
point strength More... | |
int | lineStrength |
line strength More... | |
bool | is3D = false |
signalizes 3D plot More... | |
bool | is2D = false |
signalizes 2D plot More... | |
unsigned int | isStatPlot |
identifier for statistical plots for value comparison More... | |
const char * | color |
color used to plot elements More... | |
const char * | colorPalette |
color used to plot elements More... | |
std::vector< const char * > | plotNames |
vector representing data series More... | |
std::vector< const char * > | plotTypes |
vector representing data series types More... | |
std::vector< const char * > | characters |
vector representing characters to use to display points per data series More... | |
std::vector< PlotIndex > | plotIndices |
vector containing dataset indices in the storage file More... | |
struct representing attributes of a plot
std::vector<const char*> PlotAttributes::characters |
vector representing characters to use to display points per data series
const char* PlotAttributes::color |
color used to plot elements
const char* PlotAttributes::colorPalette |
color used to plot elements
bool PlotAttributes::is2D = false |
signalizes 2D plot
bool PlotAttributes::is3D = false |
signalizes 3D plot
unsigned int PlotAttributes::isStatPlot |
identifier for statistical plots for value comparison
int PlotAttributes::lineStrength |
line strength
std::vector<PlotIndex> PlotAttributes::plotIndices |
vector containing dataset indices in the storage file
std::vector<const char*> PlotAttributes::plotNames |
vector representing data series
std::vector<const char*> PlotAttributes::plotTypes |
vector representing data series types
int PlotAttributes::pointStrength |
point strength
char* PlotAttributes::title |
title label
char* PlotAttributes::xAxis |
x-axis label
char* PlotAttributes::yAxis |
y-axis label