CMS 3D CMS Logo

FWEveDigitSetScalableMarker.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWMarkerDigitSetGL_h
2 #define Fireworks_Core_FWMarkerDigitSetGL_h
3 
4 #include "TEveQuadSet.h"
5 #include "TEveQuadSetGL.h"
6 #include "TGLRnrCtx.h"
7 #include "TAttMarker.h"
8 
9 class FWEveDigitSetScalableMarker : public TEveQuadSet, public TAttMarker {
10 public:
13 
15 };
16 
17 //--------------------------------------------
18 class FWEveDigitSetScalableMarkerGL : public TEveQuadSetGL {
19 public:
22 
23  void DirectDraw(TGLRnrCtx& rnrCtx) const override;
24 
26 };
27 
28 #endif
ClassDefOverride(FWEveDigitSetScalableMarker, 0)