#ifndef ROOT_TF2GL
#define ROOT_TF2GL
#include <TGLObject.h>
class TGLRnrCtx;
class TF2;
class TH2;
#include "TGLPlotPainter.h"
class TF2GL : public TGLObject
{
private:
TF2GL(const TF2GL&);
TF2GL& operator=(const TF2GL&);
protected:
TF2 *fM;
TH2 *fH;
TGLPlotPainter *fPlotPainter;
TGLPlotCoordinates fCoord;
public:
TF2GL();
virtual ~TF2GL();
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(TF2GL, 0)
};
#endif
Last change: Wed Jun 25 08:38:52 2008
Last generated: 2008-06-25 08:38
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.