29 internal::_Surface* value;
78 FGAPI void setAxesLimits(
float pXmax,
float pXmin,
float pYmax,
float pYmin,
float pZmax,
float pZmin);
87 FGAPI void setAxesTitles(
const char* pXTitle,
const char* pYTitle,
const char* pZTitle);
148 FGAPI internal::_Surface*
get()
const;
Definition: defines.h:144
FGAPI float xmin() const
Get X-Axis minimum value.
Definition: CPUCopy.hpp:13
FGAPI Surface(unsigned pNumXPoints, unsigned pNumYPoints, dtype pDataType, PlotType pPlotType=fg::FG_SURFACE, MarkerType pMarkerType=fg::FG_NONE)
Creates a Surface object.
FGAPI float zmax() const
Get Z-Axis maximum value.
#define FGAPI
Definition: defines.h:32
FGAPI ~Surface()
Plot Destructor.
dtype
Definition: defines.h:131
PlotType
Definition: defines.h:141
MarkerType
Definition: defines.h:147
FGAPI void setAxesTitles(const char *pXTitle, const char *pYTitle, const char *pZTitle)
Set axes titles.
FGAPI float ymin() const
Get Y-Axis minimum value.
FGAPI float xmax() const
Get X-Axis maximum value.
Definition: defines.h:148
FGAPI void setColor(fg::Color col)
Set the color of line graph(plot)
FGAPI unsigned size() const
Get the OpenGL Vertex Buffer Object resource size.
FGAPI float ymax() const
Get Y-Axis maximum value.
FGAPI float zmin() const
Get Z-Axis minimum value.
FGAPI void setAxesLimits(float pXmax, float pXmin, float pYmax, float pYmin, float pZmax, float pZmin)
Set the chart axes limits.
3d graph to display plots.
Definition: surface.h:27
Color
Definition: defines.h:120
FGAPI unsigned vbo() const
Get the OpenGL Vertex Buffer Object identifier.