CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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;
26 
28 };
29 
30 
31 #endif
ClassDef(FWEveDigitSetScalableMarkerGL, 0)
void DirectDraw(TGLRnrCtx &rnrCtx) const
ClassDef(FWEveDigitSetScalableMarker, 0)