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