]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Reve/QuadSetGL.h
This commit was generated by cvs2svn to compensate for changes in r13732,
[u/mrichter/AliRoot.git] / EVE / Reve / QuadSetGL.h
1 // $Header$
2
3 #ifndef REVE_QuadSetGL_H
4 #define REVE_QuadSetGL_H
5
6 #include <TGLObject.h>
7
8 namespace Reve {
9
10 class QuadSetGL : public TGLObject
11 {
12 protected:
13   virtual void DirectDraw(const TGLDrawFlags & flags) const;
14
15 public:
16   QuadSetGL();
17   virtual ~QuadSetGL();
18
19   virtual Bool_t SetModel(TObject* obj);
20   virtual void   SetBBox();
21
22   ClassDef(QuadSetGL, 0);
23 };
24
25 }
26
27 #endif