#ifndef ROOT_TGLParametricEquationGL
#define ROOT_TGLParametricEquationGL
#ifndef ROOT_TGLObject
#include "TGLObject.h"
#endif
#ifndef ROOT_TGLPlotPainter
#include "TGLPlotPainter.h"
#endif
class TGLRnrCtx;
class TGLParametricEquation;
class TH2;
class TGLParametricEquationGL : public TGLObject
{
private:
TGLParametricEquationGL(const TGLParametricEquationGL&);
TGLParametricEquationGL& operator=(const TGLParametricEquationGL&);
protected:
TGLParametricEquation *fM;
TGLPlotPainter *fPlotPainter;
public:
TGLParametricEquationGL();
virtual ~TGLParametricEquationGL();
virtual Bool_t SetModel(TObject* obj, const Option_t* opt=0);
virtual void SetBBox();
virtual void DirectDraw(TGLRnrCtx & rnrCtx) const;
virtual Bool_t KeepDuringSmartRefresh() const { return kFALSE; }
ClassDef(TGLParametricEquationGL, 0)
};
#endif
Last change: Wed Jun 25 08:41:10 2008
Last generated: 2008-06-25 08:41
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.