29 internal::_Histogram* value;
133 FGAPI internal::_Histogram*
get()
const;
Bar graph to display data frequencey.
Definition: histogram.h:27
FGAPI ~Histogram()
Histogram Destructor.
Definition: CPUCopy.hpp:13
FGAPI Histogram(unsigned pNBins, dtype pDataType)
Creates a Histogram object.
FGAPI float xmin() const
Get X-Axis minimum value.
FGAPI float ymin() const
Get Y-Axis minimum value.
FGAPI unsigned size() const
Get the OpenGL Vertex Buffer Object resource size.
#define FGAPI
Definition: defines.h:32
dtype
Definition: defines.h:131
FGAPI float ymax() const
Get Y-Axis maximum value.
FGAPI void setBarColor(fg::Color col)
Set the color of bar in the bar graph(histogram)
FGAPI void setAxesTitles(const char *pXTitle, const char *pYTitle)
Set axes titles in histogram(bar chart)
Color
Definition: defines.h:120
FGAPI void setAxesLimits(float pXmax, float pXmin, float pYmax, float pYmin)
Set the chart axes limits.
FGAPI unsigned vbo() const
Get the OpenGL Vertex Buffer Object identifier.
FGAPI float xmax() const
Get X-Axis maximum value.