29 #ifndef opengl_CGridPlaneXY_H
30 #define opengl_CGridPlaneXY_H
66 void setPlaneLimits(
float xmin,
float xmax,
float ymin,
float ymax)
68 m_xMin=xmin; m_xMax = xmax;
69 m_yMin=ymin; m_yMax = ymax;
73 void getPlaneLimits(
float &xmin,
float &xmax,
float &ymin,
float &ymax)
const
75 xmin=m_xMin; xmax=m_xMax;
76 ymin=m_yMin; ymax=m_yMax;
87 virtual void render_dl()
const;
124 m_frequency(frequency)