29 internal::_Plot* value;
132 FGAPI internal::_Plot*
get()
const;
Definition: defines.h:142
FGAPI float ymin() const
Get Y-Axis minimum value.
FGAPI float ymax() const
Get Y-Axis maximum value.
Line graph to display plots.
Definition: plot.h:27
Definition: CPUCopy.hpp:13
FGAPI void setAxesLimits(float pXmax, float pXmin, float pYmax, float pYmin)
Set the chart axes limits.
FGAPI float xmin() const
Get X-Axis minimum value.
FGAPI ~Plot()
Plot Destructor.
FGAPI void setColor(fg::Color col)
Set the color of line graph(plot)
#define FGAPI
Definition: defines.h:32
dtype
Definition: defines.h:131
FGAPI void setAxesTitles(const char *pXTitle, const char *pYTitle)
Set axes titles in histogram(bar chart)
PlotType
Definition: defines.h:141
MarkerType
Definition: defines.h:147
FGAPI unsigned size() const
Get the OpenGL Vertex Buffer Object resource size.
Definition: defines.h:148
FGAPI Plot(unsigned pNumPoints, dtype pDataType, fg::PlotType=fg::FG_LINE, fg::MarkerType=fg::FG_NONE)
Creates a Plot object.
FGAPI unsigned vbo() const
Get the OpenGL Vertex Buffer Object identifier.
FGAPI float xmax() const
Get X-Axis maximum value.
Color
Definition: defines.h:120