12 #ifndef ROOT_TEveQuadSetGL
13 #define ROOT_TEveQuadSetGL
18 class TEveQuadSetGL :
public TEveDigitSetGL
20 TEveQuadSetGL(
const TEveQuadSetGL&);
21 TEveQuadSetGL& operator=(
const TEveQuadSetGL&);
26 void RenderQuads(TGLRnrCtx & rnrCtx)
const;
27 void RenderLines(TGLRnrCtx & rnrCtx)
const;
28 void RenderHexagons(TGLRnrCtx & rnrCtx)
const;
32 virtual ~TEveQuadSetGL() {}
34 virtual Bool_t SetModel(TObject* obj,
const Option_t* opt=0);
35 virtual void DirectDraw(TGLRnrCtx& rnrCtx)
const;
37 virtual Bool_t IgnoreSizeForOfInterest()
const {
return kTRUE; }
39 ClassDef(TEveQuadSetGL, 0);