19#ifndef GRAPH_HELPER_HPP
20#define GRAPH_HELPER_HPP
This class encapsulates the mglGraph object during transmission from the kernel to the GUI.
int Draw(mglGraph *_graph)
Empty virtual function implementation.
GraphHelper(mglGraph *__graph, const PlotData &_pData)
Constructor.
void setAspect(double aspect)
~GraphHelper()
Destructor. Deletes the internal mglGraph pointer.
void Reload()
Empty virtual function implementation.
This class contains all the plot settings usable by the plotting algorithm.