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 {
11 public:
14 
16 };
17 
18 //--------------------------------------------
19 class FWEveDigitSetScalableMarkerGL : public TEveQuadSetGL
20 {
21 public:
24 
25  void DirectDraw(TGLRnrCtx & rnrCtx) const override;
26 
28 };
29 
30 
31 #endif
ClassDefOverride(FWEveDigitSetScalableMarker, 0)