12 #ifndef ROOT_TEveArrowGL
13 #define ROOT_TEveArrowGL
21 class TEveArrowGL :
public TGLObject
24 TEveArrowGL(
const TEveArrowGL&);
25 TEveArrowGL& operator=(
const TEveArrowGL&);
28 mutable TEveArrow *fM;
32 virtual ~TEveArrowGL() {}
34 virtual Bool_t SetModel(TObject* obj,
const Option_t* opt=0);
35 virtual void SetBBox();
36 virtual void DirectDraw(TGLRnrCtx & rnrCtx)
const;
38 ClassDef(TEveArrowGL, 0);