Warning, file /include/root/TEveFrameBoxGL.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #ifndef ROOT_TEveFrameBoxGL
0013 #define ROOT_TEveFrameBoxGL
0014
0015 #include "TEveUtil.h"
0016
0017 class TEveFrameBox;
0018
0019 class TEveFrameBoxGL
0020 {
0021 private:
0022 TEveFrameBoxGL();
0023 TEveFrameBoxGL(const TEveFrameBoxGL&);
0024 TEveFrameBoxGL& operator=(const TEveFrameBoxGL&);
0025
0026 static void RenderFrame(const TEveFrameBox& b, Bool_t fillp);
0027
0028 public:
0029 virtual ~TEveFrameBoxGL() {}
0030
0031 static void Render(const TEveFrameBox* box);
0032
0033 ClassDef(TEveFrameBoxGL, 0);
0034 };
0035
0036 #endif