G__GL.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:49:45 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME graf3ddIgldIsrcdIG__GL
00008 #include "RConfig.h" //rootcint 4834
00009 #if !defined(R__ACCESS_IN_SYMBOL)
00010 //Break the privacy of classes -- Disabled for the moment
00011 #define private public
00012 #define protected public
00013 #endif
00014 
00015 // Since CINT ignores the std namespace, we need to do so in this file.
00016 namespace std {} using namespace std;
00017 #include "G__GL.h"
00018 
00019 #include "TCollectionProxyInfo.h"
00020 #include "TClass.h"
00021 #include "TBuffer.h"
00022 #include "TMemberInspector.h"
00023 #include "TError.h"
00024 
00025 #ifndef G__ROOT
00026 #define G__ROOT
00027 #endif
00028 
00029 #include "RtypesImp.h"
00030 #include "TIsAProxy.h"
00031 
00032 // START OF SHADOWS
00033 
00034 namespace ROOT {
00035    namespace Shadow {
00036       #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00037       typedef ::TGLScene TGLScene;
00038       #else
00039       class TGLScene  :  public ::TGLSceneBase {
00040          public:
00041          //friend XX;
00042          #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00043          typedef ::TGLScene::TSceneInfo TSceneInfo;
00044          #else
00045          class TSceneInfo  :  public ::TGLSceneInfo {
00046             public:
00047             //friend XX;
00048             // To force the creation of a virtual table, throw just in case.
00049             virtual ~TSceneInfo() throw() {};
00050             ::TGLScene::ShapeVec_t fShapesOfInterest; //
00051             ::TGLScene::DrawElementVec_t fVisibleElements; //
00052             unsigned int fMinorStamp; //
00053             ::TGLScene::DrawElementPtrVec_t fOpaqueElements; //
00054             ::TGLScene::DrawElementPtrVec_t fTranspElements; //
00055             ::TGLScene::DrawElementPtrVec_t fSelOpaqueElements; //
00056             ::TGLScene::DrawElementPtrVec_t fSelTranspElements; //
00057             int fOpaqueCnt; //
00058             int fTranspCnt; //
00059             int fAsPixelCnt; //
00060             map< ::TClass*, UInt_t > fByShapeCnt; //
00061          };
00062          #endif
00063 
00064          typedef ::std::map< ::TObject*, ::TGLLogicalShape*, ::less< ::TObject*>, ::allocator< ::pair< ::TObject* const, ::TGLLogicalShape*> > > LogicalShapeMap_t;
00065          typedef ::std::pair< ::TObject*, ::TGLLogicalShape*> LogicalShapeMapValueType_t;
00066          typedef ::std::map< ::TObject*, ::TGLLogicalShape*, ::less< ::TObject*>, ::allocator< ::pair< ::TObject* const, ::TGLLogicalShape*> > >::iterator LogicalShapeMapIt_t;
00067          typedef ::std::map< ::TObject*, ::TGLLogicalShape*, ::less< ::TObject*>, ::allocator< ::pair< ::TObject* const, ::TGLLogicalShape*> > >::iterator LogicalShapeMapCIt_t;
00068          typedef ::std::map<unsigned int, ::TGLPhysicalShape*, ::less<unsigned int>, ::allocator< ::pair<const unsigned int, ::TGLPhysicalShape*> > > PhysicalShapeMap_t;
00069          typedef ::std::pair<unsigned int, ::TGLPhysicalShape*> PhysicalShapeMapValueType_t;
00070          typedef ::std::map<unsigned int, ::TGLPhysicalShape*, ::less<unsigned int>, ::allocator< ::pair<const unsigned int, ::TGLPhysicalShape*> > >::iterator PhysicalShapeMapIt_t;
00071          typedef ::std::map<unsigned int, ::TGLPhysicalShape*, ::less<unsigned int>, ::allocator< ::pair<const unsigned int, ::TGLPhysicalShape*> > >::iterator PhysicalShapeMapCIt_t;
00072          typedef ::std::vector< ::TGLScene::DrawElement_t, ::allocator< ::TGLScene::DrawElement_t> > DrawElementVec_t;
00073          typedef ::std::vector< ::TGLScene::DrawElement_t, ::allocator< ::TGLScene::DrawElement_t> >::iterator DrawElementVec_i;
00074          typedef ::std::vector< ::TGLScene::DrawElement_t*, ::allocator< ::TGLScene::DrawElement_t*> > DrawElementPtrVec_t;
00075          typedef ::std::vector< ::TGLScene::DrawElement_t*, ::allocator< ::TGLScene::DrawElement_t*> >::iterator DrawElementPtrVec_i;
00076          typedef ::std::vector<const  ::TGLPhysicalShape*, ::allocator<const  ::TGLPhysicalShape*> > ShapeVec_t;
00077          typedef ::std::vector<const  ::TGLPhysicalShape*, ::allocator<const  ::TGLPhysicalShape*> >::iterator ShapeVec_i;
00078          // To force the creation of a virtual table, throw just in case.
00079          virtual ~TGLScene() throw() {};
00080       };
00081       #endif
00082 
00083    } // of namespace Shadow
00084 } // of namespace ROOT
00085 // END OF SHADOWS
00086 
00087 namespace ROOT {
00088    void TArcBall_ShowMembers(void *obj, TMemberInspector &R__insp);
00089    static void *new_TArcBall(void *p = 0);
00090    static void *newArray_TArcBall(Long_t size, void *p);
00091    static void delete_TArcBall(void *p);
00092    static void deleteArray_TArcBall(void *p);
00093    static void destruct_TArcBall(void *p);
00094    static void streamer_TArcBall(TBuffer &buf, void *obj);
00095 
00096    // Function generating the singleton type initializer
00097    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TArcBall*)
00098    {
00099       ::TArcBall *ptr = 0;
00100       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TArcBall >(0);
00101       static ::ROOT::TGenericClassInfo 
00102          instance("TArcBall", ::TArcBall::Class_Version(), "include/TArcBall.h", 21,
00103                   typeid(::TArcBall), DefineBehavior(ptr, ptr),
00104                   &::TArcBall::Dictionary, isa_proxy, 0,
00105                   sizeof(::TArcBall) );
00106       instance.SetNew(&new_TArcBall);
00107       instance.SetNewArray(&newArray_TArcBall);
00108       instance.SetDelete(&delete_TArcBall);
00109       instance.SetDeleteArray(&deleteArray_TArcBall);
00110       instance.SetDestructor(&destruct_TArcBall);
00111       instance.SetStreamerFunc(&streamer_TArcBall);
00112       return &instance;
00113    }
00114    TGenericClassInfo *GenerateInitInstance(const ::TArcBall*)
00115    {
00116       return GenerateInitInstanceLocal((::TArcBall*)0);
00117    }
00118    // Static variable to force the class initialization
00119    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TArcBall*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00120 } // end of namespace ROOT
00121 
00122 namespace ROOT {
00123    void TGLBoundingBox_ShowMembers(void *obj, TMemberInspector &R__insp);
00124    static void *new_TGLBoundingBox(void *p = 0);
00125    static void *newArray_TGLBoundingBox(Long_t size, void *p);
00126    static void delete_TGLBoundingBox(void *p);
00127    static void deleteArray_TGLBoundingBox(void *p);
00128    static void destruct_TGLBoundingBox(void *p);
00129    static void streamer_TGLBoundingBox(TBuffer &buf, void *obj);
00130 
00131    // Function generating the singleton type initializer
00132    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLBoundingBox*)
00133    {
00134       ::TGLBoundingBox *ptr = 0;
00135       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLBoundingBox >(0);
00136       static ::ROOT::TGenericClassInfo 
00137          instance("TGLBoundingBox", ::TGLBoundingBox::Class_Version(), "include/TGLBoundingBox.h", 33,
00138                   typeid(::TGLBoundingBox), DefineBehavior(ptr, ptr),
00139                   &::TGLBoundingBox::Dictionary, isa_proxy, 0,
00140                   sizeof(::TGLBoundingBox) );
00141       instance.SetNew(&new_TGLBoundingBox);
00142       instance.SetNewArray(&newArray_TGLBoundingBox);
00143       instance.SetDelete(&delete_TGLBoundingBox);
00144       instance.SetDeleteArray(&deleteArray_TGLBoundingBox);
00145       instance.SetDestructor(&destruct_TGLBoundingBox);
00146       instance.SetStreamerFunc(&streamer_TGLBoundingBox);
00147       return &instance;
00148    }
00149    TGenericClassInfo *GenerateInitInstance(const ::TGLBoundingBox*)
00150    {
00151       return GenerateInitInstanceLocal((::TGLBoundingBox*)0);
00152    }
00153    // Static variable to force the class initialization
00154    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLBoundingBox*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00155 } // end of namespace ROOT
00156 
00157 namespace ROOT {
00158    void TGLCamera_ShowMembers(void *obj, TMemberInspector &R__insp);
00159    static void delete_TGLCamera(void *p);
00160    static void deleteArray_TGLCamera(void *p);
00161    static void destruct_TGLCamera(void *p);
00162    static void streamer_TGLCamera(TBuffer &buf, void *obj);
00163 
00164    // Function generating the singleton type initializer
00165    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLCamera*)
00166    {
00167       ::TGLCamera *ptr = 0;
00168       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLCamera >(0);
00169       static ::ROOT::TGenericClassInfo 
00170          instance("TGLCamera", ::TGLCamera::Class_Version(), "include/TGLCamera.h", 43,
00171                   typeid(::TGLCamera), DefineBehavior(ptr, ptr),
00172                   &::TGLCamera::Dictionary, isa_proxy, 0,
00173                   sizeof(::TGLCamera) );
00174       instance.SetDelete(&delete_TGLCamera);
00175       instance.SetDeleteArray(&deleteArray_TGLCamera);
00176       instance.SetDestructor(&destruct_TGLCamera);
00177       instance.SetStreamerFunc(&streamer_TGLCamera);
00178       return &instance;
00179    }
00180    TGenericClassInfo *GenerateInitInstance(const ::TGLCamera*)
00181    {
00182       return GenerateInitInstanceLocal((::TGLCamera*)0);
00183    }
00184    // Static variable to force the class initialization
00185    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLCamera*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00186 } // end of namespace ROOT
00187 
00188 namespace ROOT {
00189    void TGLVector3_ShowMembers(void *obj, TMemberInspector &R__insp);
00190    static void *new_TGLVector3(void *p = 0);
00191    static void *newArray_TGLVector3(Long_t size, void *p);
00192    static void delete_TGLVector3(void *p);
00193    static void deleteArray_TGLVector3(void *p);
00194    static void destruct_TGLVector3(void *p);
00195    static void streamer_TGLVector3(TBuffer &buf, void *obj);
00196 
00197    // Function generating the singleton type initializer
00198    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLVector3*)
00199    {
00200       ::TGLVector3 *ptr = 0;
00201       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLVector3 >(0);
00202       static ::ROOT::TGenericClassInfo 
00203          instance("TGLVector3", ::TGLVector3::Class_Version(), "include/TGLUtil.h", 268,
00204                   typeid(::TGLVector3), DefineBehavior(ptr, ptr),
00205                   &::TGLVector3::Dictionary, isa_proxy, 0,
00206                   sizeof(::TGLVector3) );
00207       instance.SetNew(&new_TGLVector3);
00208       instance.SetNewArray(&newArray_TGLVector3);
00209       instance.SetDelete(&delete_TGLVector3);
00210       instance.SetDeleteArray(&deleteArray_TGLVector3);
00211       instance.SetDestructor(&destruct_TGLVector3);
00212       instance.SetStreamerFunc(&streamer_TGLVector3);
00213       return &instance;
00214    }
00215    TGenericClassInfo *GenerateInitInstance(const ::TGLVector3*)
00216    {
00217       return GenerateInitInstanceLocal((::TGLVector3*)0);
00218    }
00219    // Static variable to force the class initialization
00220    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLVector3*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00221 } // end of namespace ROOT
00222 
00223 namespace ROOT {
00224    void TGLVertex3_ShowMembers(void *obj, TMemberInspector &R__insp);
00225    static void *new_TGLVertex3(void *p = 0);
00226    static void *newArray_TGLVertex3(Long_t size, void *p);
00227    static void delete_TGLVertex3(void *p);
00228    static void deleteArray_TGLVertex3(void *p);
00229    static void destruct_TGLVertex3(void *p);
00230    static void streamer_TGLVertex3(TBuffer &buf, void *obj);
00231 
00232    // Function generating the singleton type initializer
00233    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLVertex3*)
00234    {
00235       ::TGLVertex3 *ptr = 0;
00236       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLVertex3 >(0);
00237       static ::ROOT::TGenericClassInfo 
00238          instance("TGLVertex3", ::TGLVertex3::Class_Version(), "include/TGLUtil.h", 104,
00239                   typeid(::TGLVertex3), DefineBehavior(ptr, ptr),
00240                   &::TGLVertex3::Dictionary, isa_proxy, 0,
00241                   sizeof(::TGLVertex3) );
00242       instance.SetNew(&new_TGLVertex3);
00243       instance.SetNewArray(&newArray_TGLVertex3);
00244       instance.SetDelete(&delete_TGLVertex3);
00245       instance.SetDeleteArray(&deleteArray_TGLVertex3);
00246       instance.SetDestructor(&destruct_TGLVertex3);
00247       instance.SetStreamerFunc(&streamer_TGLVertex3);
00248       return &instance;
00249    }
00250    TGenericClassInfo *GenerateInitInstance(const ::TGLVertex3*)
00251    {
00252       return GenerateInitInstanceLocal((::TGLVertex3*)0);
00253    }
00254    // Static variable to force the class initialization
00255    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLVertex3*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00256 } // end of namespace ROOT
00257 
00258 namespace ROOT {
00259    void TGLLine3_ShowMembers(void *obj, TMemberInspector &R__insp);
00260    static void delete_TGLLine3(void *p);
00261    static void deleteArray_TGLLine3(void *p);
00262    static void destruct_TGLLine3(void *p);
00263    static void streamer_TGLLine3(TBuffer &buf, void *obj);
00264 
00265    // Function generating the singleton type initializer
00266    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLLine3*)
00267    {
00268       ::TGLLine3 *ptr = 0;
00269       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLLine3 >(0);
00270       static ::ROOT::TGenericClassInfo 
00271          instance("TGLLine3", ::TGLLine3::Class_Version(), "include/TGLUtil.h", 409,
00272                   typeid(::TGLLine3), DefineBehavior(ptr, ptr),
00273                   &::TGLLine3::Dictionary, isa_proxy, 0,
00274                   sizeof(::TGLLine3) );
00275       instance.SetDelete(&delete_TGLLine3);
00276       instance.SetDeleteArray(&deleteArray_TGLLine3);
00277       instance.SetDestructor(&destruct_TGLLine3);
00278       instance.SetStreamerFunc(&streamer_TGLLine3);
00279       return &instance;
00280    }
00281    TGenericClassInfo *GenerateInitInstance(const ::TGLLine3*)
00282    {
00283       return GenerateInitInstanceLocal((::TGLLine3*)0);
00284    }
00285    // Static variable to force the class initialization
00286    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLLine3*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00287 } // end of namespace ROOT
00288 
00289 namespace ROOT {
00290    void TGLRect_ShowMembers(void *obj, TMemberInspector &R__insp);
00291    static void *new_TGLRect(void *p = 0);
00292    static void *newArray_TGLRect(Long_t size, void *p);
00293    static void delete_TGLRect(void *p);
00294    static void deleteArray_TGLRect(void *p);
00295    static void destruct_TGLRect(void *p);
00296    static void streamer_TGLRect(TBuffer &buf, void *obj);
00297 
00298    // Function generating the singleton type initializer
00299    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLRect*)
00300    {
00301       ::TGLRect *ptr = 0;
00302       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLRect >(0);
00303       static ::ROOT::TGenericClassInfo 
00304          instance("TGLRect", ::TGLRect::Class_Version(), "include/TGLUtil.h", 444,
00305                   typeid(::TGLRect), DefineBehavior(ptr, ptr),
00306                   &::TGLRect::Dictionary, isa_proxy, 0,
00307                   sizeof(::TGLRect) );
00308       instance.SetNew(&new_TGLRect);
00309       instance.SetNewArray(&newArray_TGLRect);
00310       instance.SetDelete(&delete_TGLRect);
00311       instance.SetDeleteArray(&deleteArray_TGLRect);
00312       instance.SetDestructor(&destruct_TGLRect);
00313       instance.SetStreamerFunc(&streamer_TGLRect);
00314       return &instance;
00315    }
00316    TGenericClassInfo *GenerateInitInstance(const ::TGLRect*)
00317    {
00318       return GenerateInitInstanceLocal((::TGLRect*)0);
00319    }
00320    // Static variable to force the class initialization
00321    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLRect*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00322 } // end of namespace ROOT
00323 
00324 namespace ROOT {
00325    void TGLPlane_ShowMembers(void *obj, TMemberInspector &R__insp);
00326    static void *new_TGLPlane(void *p = 0);
00327    static void *newArray_TGLPlane(Long_t size, void *p);
00328    static void delete_TGLPlane(void *p);
00329    static void deleteArray_TGLPlane(void *p);
00330    static void destruct_TGLPlane(void *p);
00331    static void streamer_TGLPlane(TBuffer &buf, void *obj);
00332 
00333    // Function generating the singleton type initializer
00334    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPlane*)
00335    {
00336       ::TGLPlane *ptr = 0;
00337       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPlane >(0);
00338       static ::ROOT::TGenericClassInfo 
00339          instance("TGLPlane", ::TGLPlane::Class_Version(), "include/TGLUtil.h", 547,
00340                   typeid(::TGLPlane), DefineBehavior(ptr, ptr),
00341                   &::TGLPlane::Dictionary, isa_proxy, 0,
00342                   sizeof(::TGLPlane) );
00343       instance.SetNew(&new_TGLPlane);
00344       instance.SetNewArray(&newArray_TGLPlane);
00345       instance.SetDelete(&delete_TGLPlane);
00346       instance.SetDeleteArray(&deleteArray_TGLPlane);
00347       instance.SetDestructor(&destruct_TGLPlane);
00348       instance.SetStreamerFunc(&streamer_TGLPlane);
00349       return &instance;
00350    }
00351    TGenericClassInfo *GenerateInitInstance(const ::TGLPlane*)
00352    {
00353       return GenerateInitInstanceLocal((::TGLPlane*)0);
00354    }
00355    // Static variable to force the class initialization
00356    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPlane*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00357 } // end of namespace ROOT
00358 
00359 namespace ROOT {
00360    void TGLMatrix_ShowMembers(void *obj, TMemberInspector &R__insp);
00361    static void *new_TGLMatrix(void *p = 0);
00362    static void *newArray_TGLMatrix(Long_t size, void *p);
00363    static void delete_TGLMatrix(void *p);
00364    static void deleteArray_TGLMatrix(void *p);
00365    static void destruct_TGLMatrix(void *p);
00366    static void streamer_TGLMatrix(TBuffer &buf, void *obj);
00367 
00368    // Function generating the singleton type initializer
00369    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLMatrix*)
00370    {
00371       ::TGLMatrix *ptr = 0;
00372       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLMatrix >(0);
00373       static ::ROOT::TGenericClassInfo 
00374          instance("TGLMatrix", ::TGLMatrix::Class_Version(), "include/TGLUtil.h", 618,
00375                   typeid(::TGLMatrix), DefineBehavior(ptr, ptr),
00376                   &::TGLMatrix::Dictionary, isa_proxy, 0,
00377                   sizeof(::TGLMatrix) );
00378       instance.SetNew(&new_TGLMatrix);
00379       instance.SetNewArray(&newArray_TGLMatrix);
00380       instance.SetDelete(&delete_TGLMatrix);
00381       instance.SetDeleteArray(&deleteArray_TGLMatrix);
00382       instance.SetDestructor(&destruct_TGLMatrix);
00383       instance.SetStreamerFunc(&streamer_TGLMatrix);
00384       return &instance;
00385    }
00386    TGenericClassInfo *GenerateInitInstance(const ::TGLMatrix*)
00387    {
00388       return GenerateInitInstanceLocal((::TGLMatrix*)0);
00389    }
00390    // Static variable to force the class initialization
00391    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLMatrix*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00392 } // end of namespace ROOT
00393 
00394 namespace ROOT {
00395    void TGLColor_ShowMembers(void *obj, TMemberInspector &R__insp);
00396    static void *new_TGLColor(void *p = 0);
00397    static void *newArray_TGLColor(Long_t size, void *p);
00398    static void delete_TGLColor(void *p);
00399    static void deleteArray_TGLColor(void *p);
00400    static void destruct_TGLColor(void *p);
00401    static void streamer_TGLColor(TBuffer &buf, void *obj);
00402 
00403    // Function generating the singleton type initializer
00404    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLColor*)
00405    {
00406       ::TGLColor *ptr = 0;
00407       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLColor >(0);
00408       static ::ROOT::TGenericClassInfo 
00409          instance("TGLColor", ::TGLColor::Class_Version(), "include/TGLUtil.h", 804,
00410                   typeid(::TGLColor), DefineBehavior(ptr, ptr),
00411                   &::TGLColor::Dictionary, isa_proxy, 0,
00412                   sizeof(::TGLColor) );
00413       instance.SetNew(&new_TGLColor);
00414       instance.SetNewArray(&newArray_TGLColor);
00415       instance.SetDelete(&delete_TGLColor);
00416       instance.SetDeleteArray(&deleteArray_TGLColor);
00417       instance.SetDestructor(&destruct_TGLColor);
00418       instance.SetStreamerFunc(&streamer_TGLColor);
00419       return &instance;
00420    }
00421    TGenericClassInfo *GenerateInitInstance(const ::TGLColor*)
00422    {
00423       return GenerateInitInstanceLocal((::TGLColor*)0);
00424    }
00425    // Static variable to force the class initialization
00426    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLColor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00427 } // end of namespace ROOT
00428 
00429 namespace ROOT {
00430    void TGLColorSet_ShowMembers(void *obj, TMemberInspector &R__insp);
00431    static void *new_TGLColorSet(void *p = 0);
00432    static void *newArray_TGLColorSet(Long_t size, void *p);
00433    static void delete_TGLColorSet(void *p);
00434    static void deleteArray_TGLColorSet(void *p);
00435    static void destruct_TGLColorSet(void *p);
00436    static void streamer_TGLColorSet(TBuffer &buf, void *obj);
00437 
00438    // Function generating the singleton type initializer
00439    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLColorSet*)
00440    {
00441       ::TGLColorSet *ptr = 0;
00442       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLColorSet >(0);
00443       static ::ROOT::TGenericClassInfo 
00444          instance("TGLColorSet", ::TGLColorSet::Class_Version(), "include/TGLUtil.h", 855,
00445                   typeid(::TGLColorSet), DefineBehavior(ptr, ptr),
00446                   &::TGLColorSet::Dictionary, isa_proxy, 0,
00447                   sizeof(::TGLColorSet) );
00448       instance.SetNew(&new_TGLColorSet);
00449       instance.SetNewArray(&newArray_TGLColorSet);
00450       instance.SetDelete(&delete_TGLColorSet);
00451       instance.SetDeleteArray(&deleteArray_TGLColorSet);
00452       instance.SetDestructor(&destruct_TGLColorSet);
00453       instance.SetStreamerFunc(&streamer_TGLColorSet);
00454       return &instance;
00455    }
00456    TGenericClassInfo *GenerateInitInstance(const ::TGLColorSet*)
00457    {
00458       return GenerateInitInstanceLocal((::TGLColorSet*)0);
00459    }
00460    // Static variable to force the class initialization
00461    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLColorSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00462 } // end of namespace ROOT
00463 
00464 namespace ROOT {
00465    void TGLUtil_ShowMembers(void *obj, TMemberInspector &R__insp);
00466    static void delete_TGLUtil(void *p);
00467    static void deleteArray_TGLUtil(void *p);
00468    static void destruct_TGLUtil(void *p);
00469    static void streamer_TGLUtil(TBuffer &buf, void *obj);
00470 
00471    // Function generating the singleton type initializer
00472    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLUtil*)
00473    {
00474       ::TGLUtil *ptr = 0;
00475       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLUtil >(0);
00476       static ::ROOT::TGenericClassInfo 
00477          instance("TGLUtil", ::TGLUtil::Class_Version(), "include/TGLUtil.h", 897,
00478                   typeid(::TGLUtil), DefineBehavior(ptr, ptr),
00479                   &::TGLUtil::Dictionary, isa_proxy, 0,
00480                   sizeof(::TGLUtil) );
00481       instance.SetDelete(&delete_TGLUtil);
00482       instance.SetDeleteArray(&deleteArray_TGLUtil);
00483       instance.SetDestructor(&destruct_TGLUtil);
00484       instance.SetStreamerFunc(&streamer_TGLUtil);
00485       return &instance;
00486    }
00487    TGenericClassInfo *GenerateInitInstance(const ::TGLUtil*)
00488    {
00489       return GenerateInitInstanceLocal((::TGLUtil*)0);
00490    }
00491    // Static variable to force the class initialization
00492    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLUtil*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00493 } // end of namespace ROOT
00494 
00495 namespace ROOT {
00496    void TGLUtilcLcLTColorLocker_ShowMembers(void *obj, TMemberInspector &R__insp);
00497    static void *new_TGLUtilcLcLTColorLocker(void *p = 0);
00498    static void *newArray_TGLUtilcLcLTColorLocker(Long_t size, void *p);
00499    static void delete_TGLUtilcLcLTColorLocker(void *p);
00500    static void deleteArray_TGLUtilcLcLTColorLocker(void *p);
00501    static void destruct_TGLUtilcLcLTColorLocker(void *p);
00502    static void streamer_TGLUtilcLcLTColorLocker(TBuffer &buf, void *obj);
00503 
00504    // Function generating the singleton type initializer
00505    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLUtil::TColorLocker*)
00506    {
00507       ::TGLUtil::TColorLocker *ptr = 0;
00508       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLUtil::TColorLocker >(0);
00509       static ::ROOT::TGenericClassInfo 
00510          instance("TGLUtil::TColorLocker", ::TGLUtil::TColorLocker::Class_Version(), "include/TGLUtil.h", 900,
00511                   typeid(::TGLUtil::TColorLocker), DefineBehavior(ptr, ptr),
00512                   &::TGLUtil::TColorLocker::Dictionary, isa_proxy, 0,
00513                   sizeof(::TGLUtil::TColorLocker) );
00514       instance.SetNew(&new_TGLUtilcLcLTColorLocker);
00515       instance.SetNewArray(&newArray_TGLUtilcLcLTColorLocker);
00516       instance.SetDelete(&delete_TGLUtilcLcLTColorLocker);
00517       instance.SetDeleteArray(&deleteArray_TGLUtilcLcLTColorLocker);
00518       instance.SetDestructor(&destruct_TGLUtilcLcLTColorLocker);
00519       instance.SetStreamerFunc(&streamer_TGLUtilcLcLTColorLocker);
00520       return &instance;
00521    }
00522    TGenericClassInfo *GenerateInitInstance(const ::TGLUtil::TColorLocker*)
00523    {
00524       return GenerateInitInstanceLocal((::TGLUtil::TColorLocker*)0);
00525    }
00526    // Static variable to force the class initialization
00527    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLUtil::TColorLocker*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00528 } // end of namespace ROOT
00529 
00530 namespace ROOT {
00531    void TGLUtilcLcLTDrawQualityModifier_ShowMembers(void *obj, TMemberInspector &R__insp);
00532    static void delete_TGLUtilcLcLTDrawQualityModifier(void *p);
00533    static void deleteArray_TGLUtilcLcLTDrawQualityModifier(void *p);
00534    static void destruct_TGLUtilcLcLTDrawQualityModifier(void *p);
00535    static void streamer_TGLUtilcLcLTDrawQualityModifier(TBuffer &buf, void *obj);
00536 
00537    // Function generating the singleton type initializer
00538    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLUtil::TDrawQualityModifier*)
00539    {
00540       ::TGLUtil::TDrawQualityModifier *ptr = 0;
00541       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLUtil::TDrawQualityModifier >(0);
00542       static ::ROOT::TGenericClassInfo 
00543          instance("TGLUtil::TDrawQualityModifier", ::TGLUtil::TDrawQualityModifier::Class_Version(), "include/TGLUtil.h", 909,
00544                   typeid(::TGLUtil::TDrawQualityModifier), DefineBehavior(ptr, ptr),
00545                   &::TGLUtil::TDrawQualityModifier::Dictionary, isa_proxy, 0,
00546                   sizeof(::TGLUtil::TDrawQualityModifier) );
00547       instance.SetDelete(&delete_TGLUtilcLcLTDrawQualityModifier);
00548       instance.SetDeleteArray(&deleteArray_TGLUtilcLcLTDrawQualityModifier);
00549       instance.SetDestructor(&destruct_TGLUtilcLcLTDrawQualityModifier);
00550       instance.SetStreamerFunc(&streamer_TGLUtilcLcLTDrawQualityModifier);
00551       return &instance;
00552    }
00553    TGenericClassInfo *GenerateInitInstance(const ::TGLUtil::TDrawQualityModifier*)
00554    {
00555       return GenerateInitInstanceLocal((::TGLUtil::TDrawQualityModifier*)0);
00556    }
00557    // Static variable to force the class initialization
00558    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityModifier*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00559 } // end of namespace ROOT
00560 
00561 namespace ROOT {
00562    void TGLUtilcLcLTDrawQualityScaler_ShowMembers(void *obj, TMemberInspector &R__insp);
00563    static void delete_TGLUtilcLcLTDrawQualityScaler(void *p);
00564    static void deleteArray_TGLUtilcLcLTDrawQualityScaler(void *p);
00565    static void destruct_TGLUtilcLcLTDrawQualityScaler(void *p);
00566    static void streamer_TGLUtilcLcLTDrawQualityScaler(TBuffer &buf, void *obj);
00567 
00568    // Function generating the singleton type initializer
00569    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLUtil::TDrawQualityScaler*)
00570    {
00571       ::TGLUtil::TDrawQualityScaler *ptr = 0;
00572       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLUtil::TDrawQualityScaler >(0);
00573       static ::ROOT::TGenericClassInfo 
00574          instance("TGLUtil::TDrawQualityScaler", ::TGLUtil::TDrawQualityScaler::Class_Version(), "include/TGLUtil.h", 922,
00575                   typeid(::TGLUtil::TDrawQualityScaler), DefineBehavior(ptr, ptr),
00576                   &::TGLUtil::TDrawQualityScaler::Dictionary, isa_proxy, 0,
00577                   sizeof(::TGLUtil::TDrawQualityScaler) );
00578       instance.SetDelete(&delete_TGLUtilcLcLTDrawQualityScaler);
00579       instance.SetDeleteArray(&deleteArray_TGLUtilcLcLTDrawQualityScaler);
00580       instance.SetDestructor(&destruct_TGLUtilcLcLTDrawQualityScaler);
00581       instance.SetStreamerFunc(&streamer_TGLUtilcLcLTDrawQualityScaler);
00582       return &instance;
00583    }
00584    TGenericClassInfo *GenerateInitInstance(const ::TGLUtil::TDrawQualityScaler*)
00585    {
00586       return GenerateInitInstanceLocal((::TGLUtil::TDrawQualityScaler*)0);
00587    }
00588    // Static variable to force the class initialization
00589    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityScaler*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00590 } // end of namespace ROOT
00591 
00592 namespace ROOT {
00593    void TGLSelectionBuffer_ShowMembers(void *obj, TMemberInspector &R__insp);
00594    static void *new_TGLSelectionBuffer(void *p = 0);
00595    static void *newArray_TGLSelectionBuffer(Long_t size, void *p);
00596    static void delete_TGLSelectionBuffer(void *p);
00597    static void deleteArray_TGLSelectionBuffer(void *p);
00598    static void destruct_TGLSelectionBuffer(void *p);
00599    static void streamer_TGLSelectionBuffer(TBuffer &buf, void *obj);
00600 
00601    // Function generating the singleton type initializer
00602    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSelectionBuffer*)
00603    {
00604       ::TGLSelectionBuffer *ptr = 0;
00605       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSelectionBuffer >(0);
00606       static ::ROOT::TGenericClassInfo 
00607          instance("TGLSelectionBuffer", ::TGLSelectionBuffer::Class_Version(), "include/TGLUtil.h", 1129,
00608                   typeid(::TGLSelectionBuffer), DefineBehavior(ptr, ptr),
00609                   &::TGLSelectionBuffer::Dictionary, isa_proxy, 0,
00610                   sizeof(::TGLSelectionBuffer) );
00611       instance.SetNew(&new_TGLSelectionBuffer);
00612       instance.SetNewArray(&newArray_TGLSelectionBuffer);
00613       instance.SetDelete(&delete_TGLSelectionBuffer);
00614       instance.SetDeleteArray(&deleteArray_TGLSelectionBuffer);
00615       instance.SetDestructor(&destruct_TGLSelectionBuffer);
00616       instance.SetStreamerFunc(&streamer_TGLSelectionBuffer);
00617       return &instance;
00618    }
00619    TGenericClassInfo *GenerateInitInstance(const ::TGLSelectionBuffer*)
00620    {
00621       return GenerateInitInstanceLocal((::TGLSelectionBuffer*)0);
00622    }
00623    // Static variable to force the class initialization
00624    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSelectionBuffer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00625 } // end of namespace ROOT
00626 
00627 namespace ROOT {
00628    void TGLPlotCoordinates_ShowMembers(void *obj, TMemberInspector &R__insp);
00629    static void *new_TGLPlotCoordinates(void *p = 0);
00630    static void *newArray_TGLPlotCoordinates(Long_t size, void *p);
00631    static void delete_TGLPlotCoordinates(void *p);
00632    static void deleteArray_TGLPlotCoordinates(void *p);
00633    static void destruct_TGLPlotCoordinates(void *p);
00634    static void streamer_TGLPlotCoordinates(TBuffer &buf, void *obj);
00635 
00636    // Function generating the singleton type initializer
00637    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPlotCoordinates*)
00638    {
00639       ::TGLPlotCoordinates *ptr = 0;
00640       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPlotCoordinates >(0);
00641       static ::ROOT::TGenericClassInfo 
00642          instance("TGLPlotCoordinates", ::TGLPlotCoordinates::Class_Version(), "include/TGLPlotPainter.h", 308,
00643                   typeid(::TGLPlotCoordinates), DefineBehavior(ptr, ptr),
00644                   &::TGLPlotCoordinates::Dictionary, isa_proxy, 0,
00645                   sizeof(::TGLPlotCoordinates) );
00646       instance.SetNew(&new_TGLPlotCoordinates);
00647       instance.SetNewArray(&newArray_TGLPlotCoordinates);
00648       instance.SetDelete(&delete_TGLPlotCoordinates);
00649       instance.SetDeleteArray(&deleteArray_TGLPlotCoordinates);
00650       instance.SetDestructor(&destruct_TGLPlotCoordinates);
00651       instance.SetStreamerFunc(&streamer_TGLPlotCoordinates);
00652       return &instance;
00653    }
00654    TGenericClassInfo *GenerateInitInstance(const ::TGLPlotCoordinates*)
00655    {
00656       return GenerateInitInstanceLocal((::TGLPlotCoordinates*)0);
00657    }
00658    // Static variable to force the class initialization
00659    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPlotCoordinates*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00660 } // end of namespace ROOT
00661 
00662 namespace ROOT {
00663    void TGLQuadric_ShowMembers(void *obj, TMemberInspector &R__insp);
00664    static void *new_TGLQuadric(void *p = 0);
00665    static void *newArray_TGLQuadric(Long_t size, void *p);
00666    static void delete_TGLQuadric(void *p);
00667    static void deleteArray_TGLQuadric(void *p);
00668    static void destruct_TGLQuadric(void *p);
00669    static void streamer_TGLQuadric(TBuffer &buf, void *obj);
00670 
00671    // Function generating the singleton type initializer
00672    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLQuadric*)
00673    {
00674       ::TGLQuadric *ptr = 0;
00675       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLQuadric >(0);
00676       static ::ROOT::TGenericClassInfo 
00677          instance("TGLQuadric", ::TGLQuadric::Class_Version(), "include/TGLQuadric.h", 30,
00678                   typeid(::TGLQuadric), DefineBehavior(ptr, ptr),
00679                   &::TGLQuadric::Dictionary, isa_proxy, 0,
00680                   sizeof(::TGLQuadric) );
00681       instance.SetNew(&new_TGLQuadric);
00682       instance.SetNewArray(&newArray_TGLQuadric);
00683       instance.SetDelete(&delete_TGLQuadric);
00684       instance.SetDeleteArray(&deleteArray_TGLQuadric);
00685       instance.SetDestructor(&destruct_TGLQuadric);
00686       instance.SetStreamerFunc(&streamer_TGLQuadric);
00687       return &instance;
00688    }
00689    TGenericClassInfo *GenerateInitInstance(const ::TGLQuadric*)
00690    {
00691       return GenerateInitInstanceLocal((::TGLQuadric*)0);
00692    }
00693    // Static variable to force the class initialization
00694    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLQuadric*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00695 } // end of namespace ROOT
00696 
00697 namespace Rgl {
00698    namespace ROOT {
00699       inline ::ROOT::TGenericClassInfo *GenerateInitInstance();
00700       static void Rgl_Dictionary();
00701 
00702       // Function generating the singleton type initializer
00703       inline ::ROOT::TGenericClassInfo *GenerateInitInstance()
00704       {
00705          static ::ROOT::TGenericClassInfo 
00706             instance("Rgl", 0 /*version*/, "include/TGLIsoMesh.h", 26,
00707                      ::ROOT::DefineBehavior((void*)0,(void*)0),
00708                      &Rgl_Dictionary, 0);
00709          return &instance;
00710       }
00711       // Insure that the inline function is _not_ optimized away by the compiler
00712       ::ROOT::TGenericClassInfo *(*_R__UNIQUE_(InitFunctionKeeper))() = &GenerateInitInstance;  
00713       // Static variable to force the class initialization
00714       static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance(); R__UseDummy(_R__UNIQUE_(Init));
00715 
00716       // Dictionary for non-ClassDef classes
00717       static void Rgl_Dictionary() {
00718          GenerateInitInstance()->GetClass();
00719       }
00720 
00721    }
00722 }
00723 
00724 namespace ROOT {
00725    void TGLPhysicalShape_ShowMembers(void *obj, TMemberInspector &R__insp);
00726    static void delete_TGLPhysicalShape(void *p);
00727    static void deleteArray_TGLPhysicalShape(void *p);
00728    static void destruct_TGLPhysicalShape(void *p);
00729    static void streamer_TGLPhysicalShape(TBuffer &buf, void *obj);
00730 
00731    // Function generating the singleton type initializer
00732    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPhysicalShape*)
00733    {
00734       ::TGLPhysicalShape *ptr = 0;
00735       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPhysicalShape >(0);
00736       static ::ROOT::TGenericClassInfo 
00737          instance("TGLPhysicalShape", ::TGLPhysicalShape::Class_Version(), "include/TGLPhysicalShape.h", 34,
00738                   typeid(::TGLPhysicalShape), DefineBehavior(ptr, ptr),
00739                   &::TGLPhysicalShape::Dictionary, isa_proxy, 0,
00740                   sizeof(::TGLPhysicalShape) );
00741       instance.SetDelete(&delete_TGLPhysicalShape);
00742       instance.SetDeleteArray(&deleteArray_TGLPhysicalShape);
00743       instance.SetDestructor(&destruct_TGLPhysicalShape);
00744       instance.SetStreamerFunc(&streamer_TGLPhysicalShape);
00745       return &instance;
00746    }
00747    TGenericClassInfo *GenerateInitInstance(const ::TGLPhysicalShape*)
00748    {
00749       return GenerateInitInstanceLocal((::TGLPhysicalShape*)0);
00750    }
00751    // Static variable to force the class initialization
00752    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPhysicalShape*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00753 } // end of namespace ROOT
00754 
00755 namespace ROOT {
00756    void TGLRnrCtx_ShowMembers(void *obj, TMemberInspector &R__insp);
00757    static void delete_TGLRnrCtx(void *p);
00758    static void deleteArray_TGLRnrCtx(void *p);
00759    static void destruct_TGLRnrCtx(void *p);
00760 
00761    // Function generating the singleton type initializer
00762    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLRnrCtx*)
00763    {
00764       ::TGLRnrCtx *ptr = 0;
00765       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLRnrCtx >(0);
00766       static ::ROOT::TGenericClassInfo 
00767          instance("TGLRnrCtx", ::TGLRnrCtx::Class_Version(), "include/TGLRnrCtx.h", 45,
00768                   typeid(::TGLRnrCtx), DefineBehavior(ptr, ptr),
00769                   &::TGLRnrCtx::Dictionary, isa_proxy, 4,
00770                   sizeof(::TGLRnrCtx) );
00771       instance.SetDelete(&delete_TGLRnrCtx);
00772       instance.SetDeleteArray(&deleteArray_TGLRnrCtx);
00773       instance.SetDestructor(&destruct_TGLRnrCtx);
00774       return &instance;
00775    }
00776    TGenericClassInfo *GenerateInitInstance(const ::TGLRnrCtx*)
00777    {
00778       return GenerateInitInstanceLocal((::TGLRnrCtx*)0);
00779    }
00780    // Static variable to force the class initialization
00781    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLRnrCtx*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00782 } // end of namespace ROOT
00783 
00784 namespace ROOT {
00785    void TGLSelectRecord_ShowMembers(void *obj, TMemberInspector &R__insp);
00786    static void *new_TGLSelectRecord(void *p = 0);
00787    static void *newArray_TGLSelectRecord(Long_t size, void *p);
00788    static void delete_TGLSelectRecord(void *p);
00789    static void deleteArray_TGLSelectRecord(void *p);
00790    static void destruct_TGLSelectRecord(void *p);
00791 
00792    // Function generating the singleton type initializer
00793    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSelectRecord*)
00794    {
00795       ::TGLSelectRecord *ptr = 0;
00796       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSelectRecord >(0);
00797       static ::ROOT::TGenericClassInfo 
00798          instance("TGLSelectRecord", ::TGLSelectRecord::Class_Version(), "include/TGLSelectRecord.h", 74,
00799                   typeid(::TGLSelectRecord), DefineBehavior(ptr, ptr),
00800                   &::TGLSelectRecord::Dictionary, isa_proxy, 4,
00801                   sizeof(::TGLSelectRecord) );
00802       instance.SetNew(&new_TGLSelectRecord);
00803       instance.SetNewArray(&newArray_TGLSelectRecord);
00804       instance.SetDelete(&delete_TGLSelectRecord);
00805       instance.SetDeleteArray(&deleteArray_TGLSelectRecord);
00806       instance.SetDestructor(&destruct_TGLSelectRecord);
00807       return &instance;
00808    }
00809    TGenericClassInfo *GenerateInitInstance(const ::TGLSelectRecord*)
00810    {
00811       return GenerateInitInstanceLocal((::TGLSelectRecord*)0);
00812    }
00813    // Static variable to force the class initialization
00814    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSelectRecord*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00815 } // end of namespace ROOT
00816 
00817 namespace ROOT {
00818    void TGLViewer_ShowMembers(void *obj, TMemberInspector &R__insp);
00819    static void delete_TGLViewer(void *p);
00820    static void deleteArray_TGLViewer(void *p);
00821    static void destruct_TGLViewer(void *p);
00822 
00823    // Function generating the singleton type initializer
00824    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLViewer*)
00825    {
00826       ::TGLViewer *ptr = 0;
00827       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLViewer >(0);
00828       static ::ROOT::TGenericClassInfo 
00829          instance("TGLViewer", ::TGLViewer::Class_Version(), "include/TGLViewer.h", 56,
00830                   typeid(::TGLViewer), DefineBehavior(ptr, ptr),
00831                   &::TGLViewer::Dictionary, isa_proxy, 4,
00832                   sizeof(::TGLViewer) );
00833       instance.SetDelete(&delete_TGLViewer);
00834       instance.SetDeleteArray(&deleteArray_TGLViewer);
00835       instance.SetDestructor(&destruct_TGLViewer);
00836       return &instance;
00837    }
00838    TGenericClassInfo *GenerateInitInstance(const ::TGLViewer*)
00839    {
00840       return GenerateInitInstanceLocal((::TGLViewer*)0);
00841    }
00842    // Static variable to force the class initialization
00843    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLViewer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00844 } // end of namespace ROOT
00845 
00846 namespace ROOT {
00847    void TGLSceneBase_ShowMembers(void *obj, TMemberInspector &R__insp);
00848    static void delete_TGLSceneBase(void *p);
00849    static void deleteArray_TGLSceneBase(void *p);
00850    static void destruct_TGLSceneBase(void *p);
00851 
00852    // Function generating the singleton type initializer
00853    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSceneBase*)
00854    {
00855       ::TGLSceneBase *ptr = 0;
00856       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSceneBase >(0);
00857       static ::ROOT::TGenericClassInfo 
00858          instance("TGLSceneBase", ::TGLSceneBase::Class_Version(), "include/TGLSceneBase.h", 33,
00859                   typeid(::TGLSceneBase), DefineBehavior(ptr, ptr),
00860                   &::TGLSceneBase::Dictionary, isa_proxy, 4,
00861                   sizeof(::TGLSceneBase) );
00862       instance.SetDelete(&delete_TGLSceneBase);
00863       instance.SetDeleteArray(&deleteArray_TGLSceneBase);
00864       instance.SetDestructor(&destruct_TGLSceneBase);
00865       return &instance;
00866    }
00867    TGenericClassInfo *GenerateInitInstance(const ::TGLSceneBase*)
00868    {
00869       return GenerateInitInstanceLocal((::TGLSceneBase*)0);
00870    }
00871    // Static variable to force the class initialization
00872    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSceneBase*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00873 } // end of namespace ROOT
00874 
00875 namespace ROOT {
00876    void TGLScene_ShowMembers(void *obj, TMemberInspector &R__insp);
00877    static void *new_TGLScene(void *p = 0);
00878    static void *newArray_TGLScene(Long_t size, void *p);
00879    static void delete_TGLScene(void *p);
00880    static void deleteArray_TGLScene(void *p);
00881    static void destruct_TGLScene(void *p);
00882 
00883    // Function generating the singleton type initializer
00884    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLScene*)
00885    {
00886       ::TGLScene *ptr = 0;
00887       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLScene >(0);
00888       static ::ROOT::TGenericClassInfo 
00889          instance("TGLScene", ::TGLScene::Class_Version(), "include/TGLScene.h", 31,
00890                   typeid(::TGLScene), DefineBehavior(ptr, ptr),
00891                   &::TGLScene::Dictionary, isa_proxy, 4,
00892                   sizeof(::TGLScene) );
00893       instance.SetNew(&new_TGLScene);
00894       instance.SetNewArray(&newArray_TGLScene);
00895       instance.SetDelete(&delete_TGLScene);
00896       instance.SetDeleteArray(&deleteArray_TGLScene);
00897       instance.SetDestructor(&destruct_TGLScene);
00898       return &instance;
00899    }
00900    TGenericClassInfo *GenerateInitInstance(const ::TGLScene*)
00901    {
00902       return GenerateInitInstanceLocal((::TGLScene*)0);
00903    }
00904    // Static variable to force the class initialization
00905    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLScene*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00906 } // end of namespace ROOT
00907 
00908 namespace ROOT {
00909    void TGLLogicalShape_ShowMembers(void *obj, TMemberInspector &R__insp);
00910    static void delete_TGLLogicalShape(void *p);
00911    static void deleteArray_TGLLogicalShape(void *p);
00912    static void destruct_TGLLogicalShape(void *p);
00913    static void streamer_TGLLogicalShape(TBuffer &buf, void *obj);
00914 
00915    // Function generating the singleton type initializer
00916    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLLogicalShape*)
00917    {
00918       ::TGLLogicalShape *ptr = 0;
00919       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLLogicalShape >(0);
00920       static ::ROOT::TGenericClassInfo 
00921          instance("TGLLogicalShape", ::TGLLogicalShape::Class_Version(), "include/TGLLogicalShape.h", 32,
00922                   typeid(::TGLLogicalShape), DefineBehavior(ptr, ptr),
00923                   &::TGLLogicalShape::Dictionary, isa_proxy, 0,
00924                   sizeof(::TGLLogicalShape) );
00925       instance.SetDelete(&delete_TGLLogicalShape);
00926       instance.SetDeleteArray(&deleteArray_TGLLogicalShape);
00927       instance.SetDestructor(&destruct_TGLLogicalShape);
00928       instance.SetStreamerFunc(&streamer_TGLLogicalShape);
00929       return &instance;
00930    }
00931    TGenericClassInfo *GenerateInitInstance(const ::TGLLogicalShape*)
00932    {
00933       return GenerateInitInstanceLocal((::TGLLogicalShape*)0);
00934    }
00935    // Static variable to force the class initialization
00936    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLLogicalShape*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00937 } // end of namespace ROOT
00938 
00939 namespace ROOT {
00940    void TGLObject_ShowMembers(void *obj, TMemberInspector &R__insp);
00941    static void delete_TGLObject(void *p);
00942    static void deleteArray_TGLObject(void *p);
00943    static void destruct_TGLObject(void *p);
00944 
00945    // Function generating the singleton type initializer
00946    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLObject*)
00947    {
00948       ::TGLObject *ptr = 0;
00949       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLObject >(0);
00950       static ::ROOT::TGenericClassInfo 
00951          instance("TGLObject", ::TGLObject::Class_Version(), "include/TGLObject.h", 22,
00952                   typeid(::TGLObject), DefineBehavior(ptr, ptr),
00953                   &::TGLObject::Dictionary, isa_proxy, 4,
00954                   sizeof(::TGLObject) );
00955       instance.SetDelete(&delete_TGLObject);
00956       instance.SetDeleteArray(&deleteArray_TGLObject);
00957       instance.SetDestructor(&destruct_TGLObject);
00958       return &instance;
00959    }
00960    TGenericClassInfo *GenerateInitInstance(const ::TGLObject*)
00961    {
00962       return GenerateInitInstanceLocal((::TGLObject*)0);
00963    }
00964    // Static variable to force the class initialization
00965    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLObject*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00966 } // end of namespace ROOT
00967 
00968 namespace ROOT {
00969    void TGLManip_ShowMembers(void *obj, TMemberInspector &R__insp);
00970    static void delete_TGLManip(void *p);
00971    static void deleteArray_TGLManip(void *p);
00972    static void destruct_TGLManip(void *p);
00973    static void streamer_TGLManip(TBuffer &buf, void *obj);
00974 
00975    // Function generating the singleton type initializer
00976    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLManip*)
00977    {
00978       ::TGLManip *ptr = 0;
00979       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLManip >(0);
00980       static ::ROOT::TGenericClassInfo 
00981          instance("TGLManip", ::TGLManip::Class_Version(), "include/TGLManip.h", 37,
00982                   typeid(::TGLManip), DefineBehavior(ptr, ptr),
00983                   &::TGLManip::Dictionary, isa_proxy, 0,
00984                   sizeof(::TGLManip) );
00985       instance.SetDelete(&delete_TGLManip);
00986       instance.SetDeleteArray(&deleteArray_TGLManip);
00987       instance.SetDestructor(&destruct_TGLManip);
00988       instance.SetStreamerFunc(&streamer_TGLManip);
00989       return &instance;
00990    }
00991    TGenericClassInfo *GenerateInitInstance(const ::TGLManip*)
00992    {
00993       return GenerateInitInstanceLocal((::TGLManip*)0);
00994    }
00995    // Static variable to force the class initialization
00996    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLManip*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00997 } // end of namespace ROOT
00998 
00999 namespace ROOT {
01000    void TGLContext_ShowMembers(void *obj, TMemberInspector &R__insp);
01001    static void delete_TGLContext(void *p);
01002    static void deleteArray_TGLContext(void *p);
01003    static void destruct_TGLContext(void *p);
01004    static void streamer_TGLContext(TBuffer &buf, void *obj);
01005 
01006    // Function generating the singleton type initializer
01007    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLContext*)
01008    {
01009       ::TGLContext *ptr = 0;
01010       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLContext >(0);
01011       static ::ROOT::TGenericClassInfo 
01012          instance("TGLContext", ::TGLContext::Class_Version(), "include/TGLContext.h", 34,
01013                   typeid(::TGLContext), DefineBehavior(ptr, ptr),
01014                   &::TGLContext::Dictionary, isa_proxy, 0,
01015                   sizeof(::TGLContext) );
01016       instance.SetDelete(&delete_TGLContext);
01017       instance.SetDeleteArray(&deleteArray_TGLContext);
01018       instance.SetDestructor(&destruct_TGLContext);
01019       instance.SetStreamerFunc(&streamer_TGLContext);
01020       return &instance;
01021    }
01022    TGenericClassInfo *GenerateInitInstance(const ::TGLContext*)
01023    {
01024       return GenerateInitInstanceLocal((::TGLContext*)0);
01025    }
01026    // Static variable to force the class initialization
01027    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLContext*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01028 } // end of namespace ROOT
01029 
01030 namespace ROOT {
01031    void TGLFormat_ShowMembers(void *obj, TMemberInspector &R__insp);
01032    static void *new_TGLFormat(void *p = 0);
01033    static void *newArray_TGLFormat(Long_t size, void *p);
01034    static void delete_TGLFormat(void *p);
01035    static void deleteArray_TGLFormat(void *p);
01036    static void destruct_TGLFormat(void *p);
01037    static void streamer_TGLFormat(TBuffer &buf, void *obj);
01038 
01039    // Function generating the singleton type initializer
01040    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLFormat*)
01041    {
01042       ::TGLFormat *ptr = 0;
01043       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLFormat >(0);
01044       static ::ROOT::TGenericClassInfo 
01045          instance("TGLFormat", ::TGLFormat::Class_Version(), "include/TGLFormat.h", 35,
01046                   typeid(::TGLFormat), DefineBehavior(ptr, ptr),
01047                   &::TGLFormat::Dictionary, isa_proxy, 0,
01048                   sizeof(::TGLFormat) );
01049       instance.SetNew(&new_TGLFormat);
01050       instance.SetNewArray(&newArray_TGLFormat);
01051       instance.SetDelete(&delete_TGLFormat);
01052       instance.SetDeleteArray(&deleteArray_TGLFormat);
01053       instance.SetDestructor(&destruct_TGLFormat);
01054       instance.SetStreamerFunc(&streamer_TGLFormat);
01055       return &instance;
01056    }
01057    TGenericClassInfo *GenerateInitInstance(const ::TGLFormat*)
01058    {
01059       return GenerateInitInstanceLocal((::TGLFormat*)0);
01060    }
01061    // Static variable to force the class initialization
01062    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLFormat*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01063 } // end of namespace ROOT
01064 
01065 namespace ROOT {
01066    void TGLPlotBox_ShowMembers(void *obj, TMemberInspector &R__insp);
01067    static void delete_TGLPlotBox(void *p);
01068    static void deleteArray_TGLPlotBox(void *p);
01069    static void destruct_TGLPlotBox(void *p);
01070    static void streamer_TGLPlotBox(TBuffer &buf, void *obj);
01071 
01072    // Function generating the singleton type initializer
01073    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPlotBox*)
01074    {
01075       ::TGLPlotBox *ptr = 0;
01076       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPlotBox >(0);
01077       static ::ROOT::TGenericClassInfo 
01078          instance("TGLPlotBox", ::TGLPlotBox::Class_Version(), "include/TGLPlotBox.h", 30,
01079                   typeid(::TGLPlotBox), DefineBehavior(ptr, ptr),
01080                   &::TGLPlotBox::Dictionary, isa_proxy, 0,
01081                   sizeof(::TGLPlotBox) );
01082       instance.SetDelete(&delete_TGLPlotBox);
01083       instance.SetDeleteArray(&deleteArray_TGLPlotBox);
01084       instance.SetDestructor(&destruct_TGLPlotBox);
01085       instance.SetStreamerFunc(&streamer_TGLPlotBox);
01086       return &instance;
01087    }
01088    TGenericClassInfo *GenerateInitInstance(const ::TGLPlotBox*)
01089    {
01090       return GenerateInitInstanceLocal((::TGLPlotBox*)0);
01091    }
01092    // Static variable to force the class initialization
01093    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPlotBox*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01094 } // end of namespace ROOT
01095 
01096 namespace ROOT {
01097    void TGLPlotCamera_ShowMembers(void *obj, TMemberInspector &R__insp);
01098    static void *new_TGLPlotCamera(void *p = 0);
01099    static void *newArray_TGLPlotCamera(Long_t size, void *p);
01100    static void delete_TGLPlotCamera(void *p);
01101    static void deleteArray_TGLPlotCamera(void *p);
01102    static void destruct_TGLPlotCamera(void *p);
01103 
01104    // Function generating the singleton type initializer
01105    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPlotCamera*)
01106    {
01107       ::TGLPlotCamera *ptr = 0;
01108       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPlotCamera >(0);
01109       static ::ROOT::TGenericClassInfo 
01110          instance("TGLPlotCamera", ::TGLPlotCamera::Class_Version(), "include/TGLPlotCamera.h", 22,
01111                   typeid(::TGLPlotCamera), DefineBehavior(ptr, ptr),
01112                   &::TGLPlotCamera::Dictionary, isa_proxy, 4,
01113                   sizeof(::TGLPlotCamera) );
01114       instance.SetNew(&new_TGLPlotCamera);
01115       instance.SetNewArray(&newArray_TGLPlotCamera);
01116       instance.SetDelete(&delete_TGLPlotCamera);
01117       instance.SetDeleteArray(&deleteArray_TGLPlotCamera);
01118       instance.SetDestructor(&destruct_TGLPlotCamera);
01119       return &instance;
01120    }
01121    TGenericClassInfo *GenerateInitInstance(const ::TGLPlotCamera*)
01122    {
01123       return GenerateInitInstanceLocal((::TGLPlotCamera*)0);
01124    }
01125    // Static variable to force the class initialization
01126    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPlotCamera*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01127 } // end of namespace ROOT
01128 
01129 namespace ROOT {
01130    void TGL5DDataSet_ShowMembers(void *obj, TMemberInspector &R__insp);
01131    static void delete_TGL5DDataSet(void *p);
01132    static void deleteArray_TGL5DDataSet(void *p);
01133    static void destruct_TGL5DDataSet(void *p);
01134    static void streamer_TGL5DDataSet(TBuffer &buf, void *obj);
01135 
01136    // Function generating the singleton type initializer
01137    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGL5DDataSet*)
01138    {
01139       ::TGL5DDataSet *ptr = 0;
01140       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGL5DDataSet >(0);
01141       static ::ROOT::TGenericClassInfo 
01142          instance("TGL5DDataSet", ::TGL5DDataSet::Class_Version(), "include/TGL5D.h", 36,
01143                   typeid(::TGL5DDataSet), DefineBehavior(ptr, ptr),
01144                   &::TGL5DDataSet::Dictionary, isa_proxy, 0,
01145                   sizeof(::TGL5DDataSet) );
01146       instance.SetDelete(&delete_TGL5DDataSet);
01147       instance.SetDeleteArray(&deleteArray_TGL5DDataSet);
01148       instance.SetDestructor(&destruct_TGL5DDataSet);
01149       instance.SetStreamerFunc(&streamer_TGL5DDataSet);
01150       return &instance;
01151    }
01152    TGenericClassInfo *GenerateInitInstance(const ::TGL5DDataSet*)
01153    {
01154       return GenerateInitInstanceLocal((::TGL5DDataSet*)0);
01155    }
01156    // Static variable to force the class initialization
01157    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGL5DDataSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01158 } // end of namespace ROOT
01159 
01160 namespace ROOT {
01161    void TGLBoxCut_ShowMembers(void *obj, TMemberInspector &R__insp);
01162    static void delete_TGLBoxCut(void *p);
01163    static void deleteArray_TGLBoxCut(void *p);
01164    static void destruct_TGLBoxCut(void *p);
01165    static void streamer_TGLBoxCut(TBuffer &buf, void *obj);
01166 
01167    // Function generating the singleton type initializer
01168    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLBoxCut*)
01169    {
01170       ::TGLBoxCut *ptr = 0;
01171       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLBoxCut >(0);
01172       static ::ROOT::TGenericClassInfo 
01173          instance("TGLBoxCut", ::TGLBoxCut::Class_Version(), "include/TGLPlotPainter.h", 48,
01174                   typeid(::TGLBoxCut), DefineBehavior(ptr, ptr),
01175                   &::TGLBoxCut::Dictionary, isa_proxy, 0,
01176                   sizeof(::TGLBoxCut) );
01177       instance.SetDelete(&delete_TGLBoxCut);
01178       instance.SetDeleteArray(&deleteArray_TGLBoxCut);
01179       instance.SetDestructor(&destruct_TGLBoxCut);
01180       instance.SetStreamerFunc(&streamer_TGLBoxCut);
01181       return &instance;
01182    }
01183    TGenericClassInfo *GenerateInitInstance(const ::TGLBoxCut*)
01184    {
01185       return GenerateInitInstanceLocal((::TGLBoxCut*)0);
01186    }
01187    // Static variable to force the class initialization
01188    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLBoxCut*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01189 } // end of namespace ROOT
01190 
01191 namespace ROOT {
01192    void TGLTH3Slice_ShowMembers(void *obj, TMemberInspector &R__insp);
01193    static void delete_TGLTH3Slice(void *p);
01194    static void deleteArray_TGLTH3Slice(void *p);
01195    static void destruct_TGLTH3Slice(void *p);
01196    static void streamer_TGLTH3Slice(TBuffer &buf, void *obj);
01197 
01198    // Function generating the singleton type initializer
01199    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLTH3Slice*)
01200    {
01201       ::TGLTH3Slice *ptr = 0;
01202       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLTH3Slice >(0);
01203       static ::ROOT::TGenericClassInfo 
01204          instance("TGLTH3Slice", ::TGLTH3Slice::Class_Version(), "include/TGLPlotPainter.h", 109,
01205                   typeid(::TGLTH3Slice), DefineBehavior(ptr, ptr),
01206                   &::TGLTH3Slice::Dictionary, isa_proxy, 0,
01207                   sizeof(::TGLTH3Slice) );
01208       instance.SetDelete(&delete_TGLTH3Slice);
01209       instance.SetDeleteArray(&deleteArray_TGLTH3Slice);
01210       instance.SetDestructor(&destruct_TGLTH3Slice);
01211       instance.SetStreamerFunc(&streamer_TGLTH3Slice);
01212       return &instance;
01213    }
01214    TGenericClassInfo *GenerateInitInstance(const ::TGLTH3Slice*)
01215    {
01216       return GenerateInitInstanceLocal((::TGLTH3Slice*)0);
01217    }
01218    // Static variable to force the class initialization
01219    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLTH3Slice*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01220 } // end of namespace ROOT
01221 
01222 namespace ROOT {
01223    void TGLPlotPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
01224    static void delete_TGLPlotPainter(void *p);
01225    static void deleteArray_TGLPlotPainter(void *p);
01226    static void destruct_TGLPlotPainter(void *p);
01227    static void streamer_TGLPlotPainter(TBuffer &buf, void *obj);
01228 
01229    // Function generating the singleton type initializer
01230    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPlotPainter*)
01231    {
01232       ::TGLPlotPainter *ptr = 0;
01233       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPlotPainter >(0);
01234       static ::ROOT::TGenericClassInfo 
01235          instance("TGLPlotPainter", ::TGLPlotPainter::Class_Version(), "include/TGLPlotPainter.h", 191,
01236                   typeid(::TGLPlotPainter), DefineBehavior(ptr, ptr),
01237                   &::TGLPlotPainter::Dictionary, isa_proxy, 0,
01238                   sizeof(::TGLPlotPainter) );
01239       instance.SetDelete(&delete_TGLPlotPainter);
01240       instance.SetDeleteArray(&deleteArray_TGLPlotPainter);
01241       instance.SetDestructor(&destruct_TGLPlotPainter);
01242       instance.SetStreamerFunc(&streamer_TGLPlotPainter);
01243       return &instance;
01244    }
01245    TGenericClassInfo *GenerateInitInstance(const ::TGLPlotPainter*)
01246    {
01247       return GenerateInitInstanceLocal((::TGLPlotPainter*)0);
01248    }
01249    // Static variable to force the class initialization
01250    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPlotPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01251 } // end of namespace ROOT
01252 
01253 namespace ROOT {
01254    void TGLPlot3D_ShowMembers(void *obj, TMemberInspector &R__insp);
01255    static void delete_TGLPlot3D(void *p);
01256    static void deleteArray_TGLPlot3D(void *p);
01257    static void destruct_TGLPlot3D(void *p);
01258 
01259    // Function generating the singleton type initializer
01260    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPlot3D*)
01261    {
01262       ::TGLPlot3D *ptr = 0;
01263       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPlot3D >(0);
01264       static ::ROOT::TGenericClassInfo 
01265          instance("TGLPlot3D", ::TGLPlot3D::Class_Version(), "include/TGLPlot3D.h", 21,
01266                   typeid(::TGLPlot3D), DefineBehavior(ptr, ptr),
01267                   &::TGLPlot3D::Dictionary, isa_proxy, 4,
01268                   sizeof(::TGLPlot3D) );
01269       instance.SetDelete(&delete_TGLPlot3D);
01270       instance.SetDeleteArray(&deleteArray_TGLPlot3D);
01271       instance.SetDestructor(&destruct_TGLPlot3D);
01272       return &instance;
01273    }
01274    TGenericClassInfo *GenerateInitInstance(const ::TGLPlot3D*)
01275    {
01276       return GenerateInitInstanceLocal((::TGLPlot3D*)0);
01277    }
01278    // Static variable to force the class initialization
01279    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPlot3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01280 } // end of namespace ROOT
01281 
01282 namespace ROOT {
01283    void TF2GL_ShowMembers(void *obj, TMemberInspector &R__insp);
01284    static void *new_TF2GL(void *p = 0);
01285    static void *newArray_TF2GL(Long_t size, void *p);
01286    static void delete_TF2GL(void *p);
01287    static void deleteArray_TF2GL(void *p);
01288    static void destruct_TF2GL(void *p);
01289 
01290    // Function generating the singleton type initializer
01291    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TF2GL*)
01292    {
01293       ::TF2GL *ptr = 0;
01294       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TF2GL >(0);
01295       static ::ROOT::TGenericClassInfo 
01296          instance("TF2GL", ::TF2GL::Class_Version(), "include/TF2GL.h", 22,
01297                   typeid(::TF2GL), DefineBehavior(ptr, ptr),
01298                   &::TF2GL::Dictionary, isa_proxy, 4,
01299                   sizeof(::TF2GL) );
01300       instance.SetNew(&new_TF2GL);
01301       instance.SetNewArray(&newArray_TF2GL);
01302       instance.SetDelete(&delete_TF2GL);
01303       instance.SetDeleteArray(&deleteArray_TF2GL);
01304       instance.SetDestructor(&destruct_TF2GL);
01305       return &instance;
01306    }
01307    TGenericClassInfo *GenerateInitInstance(const ::TF2GL*)
01308    {
01309       return GenerateInitInstanceLocal((::TF2GL*)0);
01310    }
01311    // Static variable to force the class initialization
01312    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TF2GL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01313 } // end of namespace ROOT
01314 
01315 namespace ROOT {
01316    void TGL5DDataSetEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
01317    static void *new_TGL5DDataSetEditor(void *p = 0);
01318    static void *newArray_TGL5DDataSetEditor(Long_t size, void *p);
01319    static void delete_TGL5DDataSetEditor(void *p);
01320    static void deleteArray_TGL5DDataSetEditor(void *p);
01321    static void destruct_TGL5DDataSetEditor(void *p);
01322    static void streamer_TGL5DDataSetEditor(TBuffer &buf, void *obj);
01323 
01324    // Function generating the singleton type initializer
01325    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGL5DDataSetEditor*)
01326    {
01327       ::TGL5DDataSetEditor *ptr = 0;
01328       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGL5DDataSetEditor >(0);
01329       static ::ROOT::TGenericClassInfo 
01330          instance("TGL5DDataSetEditor", ::TGL5DDataSetEditor::Class_Version(), "include/TGL5DDataSetEditor.h", 36,
01331                   typeid(::TGL5DDataSetEditor), DefineBehavior(ptr, ptr),
01332                   &::TGL5DDataSetEditor::Dictionary, isa_proxy, 0,
01333                   sizeof(::TGL5DDataSetEditor) );
01334       instance.SetNew(&new_TGL5DDataSetEditor);
01335       instance.SetNewArray(&newArray_TGL5DDataSetEditor);
01336       instance.SetDelete(&delete_TGL5DDataSetEditor);
01337       instance.SetDeleteArray(&deleteArray_TGL5DDataSetEditor);
01338       instance.SetDestructor(&destruct_TGL5DDataSetEditor);
01339       instance.SetStreamerFunc(&streamer_TGL5DDataSetEditor);
01340       return &instance;
01341    }
01342    TGenericClassInfo *GenerateInitInstance(const ::TGL5DDataSetEditor*)
01343    {
01344       return GenerateInitInstanceLocal((::TGL5DDataSetEditor*)0);
01345    }
01346    // Static variable to force the class initialization
01347    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGL5DDataSetEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01348 } // end of namespace ROOT
01349 
01350 namespace ROOT {
01351    void TGLParametricEquation_ShowMembers(void *obj, TMemberInspector &R__insp);
01352    static void delete_TGLParametricEquation(void *p);
01353    static void deleteArray_TGLParametricEquation(void *p);
01354    static void destruct_TGLParametricEquation(void *p);
01355    static void streamer_TGLParametricEquation(TBuffer &buf, void *obj);
01356 
01357    // Function generating the singleton type initializer
01358    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLParametricEquation*)
01359    {
01360       ::TGLParametricEquation *ptr = 0;
01361       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLParametricEquation >(0);
01362       static ::ROOT::TGenericClassInfo 
01363          instance("TGLParametricEquation", ::TGLParametricEquation::Class_Version(), "include/TGLParametric.h", 40,
01364                   typeid(::TGLParametricEquation), DefineBehavior(ptr, ptr),
01365                   &::TGLParametricEquation::Dictionary, isa_proxy, 0,
01366                   sizeof(::TGLParametricEquation) );
01367       instance.SetDelete(&delete_TGLParametricEquation);
01368       instance.SetDeleteArray(&deleteArray_TGLParametricEquation);
01369       instance.SetDestructor(&destruct_TGLParametricEquation);
01370       instance.SetStreamerFunc(&streamer_TGLParametricEquation);
01371       return &instance;
01372    }
01373    TGenericClassInfo *GenerateInitInstance(const ::TGLParametricEquation*)
01374    {
01375       return GenerateInitInstanceLocal((::TGLParametricEquation*)0);
01376    }
01377    // Static variable to force the class initialization
01378    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLParametricEquation*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01379 } // end of namespace ROOT
01380 
01381 namespace ROOT {
01382    void TGLTH3Composition_ShowMembers(void *obj, TMemberInspector &R__insp);
01383    static void *new_TGLTH3Composition(void *p = 0);
01384    static void *newArray_TGLTH3Composition(Long_t size, void *p);
01385    static void delete_TGLTH3Composition(void *p);
01386    static void deleteArray_TGLTH3Composition(void *p);
01387    static void destruct_TGLTH3Composition(void *p);
01388    static void directoryAutoAdd_TGLTH3Composition(void *p, TDirectory *dir);
01389    static void streamer_TGLTH3Composition(TBuffer &buf, void *obj);
01390 
01391    // Function generating the singleton type initializer
01392    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLTH3Composition*)
01393    {
01394       ::TGLTH3Composition *ptr = 0;
01395       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLTH3Composition >(0);
01396       static ::ROOT::TGenericClassInfo 
01397          instance("TGLTH3Composition", ::TGLTH3Composition::Class_Version(), "include/TGLTH3Composition.h", 35,
01398                   typeid(::TGLTH3Composition), DefineBehavior(ptr, ptr),
01399                   &::TGLTH3Composition::Dictionary, isa_proxy, 0,
01400                   sizeof(::TGLTH3Composition) );
01401       instance.SetNew(&new_TGLTH3Composition);
01402       instance.SetNewArray(&newArray_TGLTH3Composition);
01403       instance.SetDelete(&delete_TGLTH3Composition);
01404       instance.SetDeleteArray(&deleteArray_TGLTH3Composition);
01405       instance.SetDestructor(&destruct_TGLTH3Composition);
01406       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TGLTH3Composition);
01407       instance.SetStreamerFunc(&streamer_TGLTH3Composition);
01408       return &instance;
01409    }
01410    TGenericClassInfo *GenerateInitInstance(const ::TGLTH3Composition*)
01411    {
01412       return GenerateInitInstanceLocal((::TGLTH3Composition*)0);
01413    }
01414    // Static variable to force the class initialization
01415    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLTH3Composition*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01416 } // end of namespace ROOT
01417 
01418 namespace ROOT {
01419    void TGLHistPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
01420    static void delete_TGLHistPainter(void *p);
01421    static void deleteArray_TGLHistPainter(void *p);
01422    static void destruct_TGLHistPainter(void *p);
01423    static void streamer_TGLHistPainter(TBuffer &buf, void *obj);
01424 
01425    // Function generating the singleton type initializer
01426    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLHistPainter*)
01427    {
01428       ::TGLHistPainter *ptr = 0;
01429       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLHistPainter >(0);
01430       static ::ROOT::TGenericClassInfo 
01431          instance("TGLHistPainter", ::TGLHistPainter::Class_Version(), "include/TGLHistPainter.h", 46,
01432                   typeid(::TGLHistPainter), DefineBehavior(ptr, ptr),
01433                   &::TGLHistPainter::Dictionary, isa_proxy, 0,
01434                   sizeof(::TGLHistPainter) );
01435       instance.SetDelete(&delete_TGLHistPainter);
01436       instance.SetDeleteArray(&deleteArray_TGLHistPainter);
01437       instance.SetDestructor(&destruct_TGLHistPainter);
01438       instance.SetStreamerFunc(&streamer_TGLHistPainter);
01439       return &instance;
01440    }
01441    TGenericClassInfo *GenerateInitInstance(const ::TGLHistPainter*)
01442    {
01443       return GenerateInitInstanceLocal((::TGLHistPainter*)0);
01444    }
01445    // Static variable to force the class initialization
01446    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLHistPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01447 } // end of namespace ROOT
01448 
01449 namespace ROOT {
01450    void TGLAdapter_ShowMembers(void *obj, TMemberInspector &R__insp);
01451    static void *new_TGLAdapter(void *p = 0);
01452    static void *newArray_TGLAdapter(Long_t size, void *p);
01453    static void delete_TGLAdapter(void *p);
01454    static void deleteArray_TGLAdapter(void *p);
01455    static void destruct_TGLAdapter(void *p);
01456    static void streamer_TGLAdapter(TBuffer &buf, void *obj);
01457 
01458    // Function generating the singleton type initializer
01459    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLAdapter*)
01460    {
01461       ::TGLAdapter *ptr = 0;
01462       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLAdapter >(0);
01463       static ::ROOT::TGenericClassInfo 
01464          instance("TGLAdapter", ::TGLAdapter::Class_Version(), "include/TGLAdapter.h", 19,
01465                   typeid(::TGLAdapter), DefineBehavior(ptr, ptr),
01466                   &::TGLAdapter::Dictionary, isa_proxy, 0,
01467                   sizeof(::TGLAdapter) );
01468       instance.SetNew(&new_TGLAdapter);
01469       instance.SetNewArray(&newArray_TGLAdapter);
01470       instance.SetDelete(&delete_TGLAdapter);
01471       instance.SetDeleteArray(&deleteArray_TGLAdapter);
01472       instance.SetDestructor(&destruct_TGLAdapter);
01473       instance.SetStreamerFunc(&streamer_TGLAdapter);
01474       return &instance;
01475    }
01476    TGenericClassInfo *GenerateInitInstance(const ::TGLAdapter*)
01477    {
01478       return GenerateInitInstanceLocal((::TGLAdapter*)0);
01479    }
01480    // Static variable to force the class initialization
01481    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLAdapter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01482 } // end of namespace ROOT
01483 
01484 namespace ROOT {
01485    void TGLOvlSelectRecord_ShowMembers(void *obj, TMemberInspector &R__insp);
01486    static void *new_TGLOvlSelectRecord(void *p = 0);
01487    static void *newArray_TGLOvlSelectRecord(Long_t size, void *p);
01488    static void delete_TGLOvlSelectRecord(void *p);
01489    static void deleteArray_TGLOvlSelectRecord(void *p);
01490    static void destruct_TGLOvlSelectRecord(void *p);
01491 
01492    // Function generating the singleton type initializer
01493    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLOvlSelectRecord*)
01494    {
01495       ::TGLOvlSelectRecord *ptr = 0;
01496       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLOvlSelectRecord >(0);
01497       static ::ROOT::TGenericClassInfo 
01498          instance("TGLOvlSelectRecord", ::TGLOvlSelectRecord::Class_Version(), "include/TGLSelectRecord.h", 136,
01499                   typeid(::TGLOvlSelectRecord), DefineBehavior(ptr, ptr),
01500                   &::TGLOvlSelectRecord::Dictionary, isa_proxy, 4,
01501                   sizeof(::TGLOvlSelectRecord) );
01502       instance.SetNew(&new_TGLOvlSelectRecord);
01503       instance.SetNewArray(&newArray_TGLOvlSelectRecord);
01504       instance.SetDelete(&delete_TGLOvlSelectRecord);
01505       instance.SetDeleteArray(&deleteArray_TGLOvlSelectRecord);
01506       instance.SetDestructor(&destruct_TGLOvlSelectRecord);
01507       return &instance;
01508    }
01509    TGenericClassInfo *GenerateInitInstance(const ::TGLOvlSelectRecord*)
01510    {
01511       return GenerateInitInstanceLocal((::TGLOvlSelectRecord*)0);
01512    }
01513    // Static variable to force the class initialization
01514    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLOvlSelectRecord*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01515 } // end of namespace ROOT
01516 
01517 namespace ROOT {
01518    void TGLOverlayElement_ShowMembers(void *obj, TMemberInspector &R__insp);
01519    static void delete_TGLOverlayElement(void *p);
01520    static void deleteArray_TGLOverlayElement(void *p);
01521    static void destruct_TGLOverlayElement(void *p);
01522 
01523    // Function generating the singleton type initializer
01524    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLOverlayElement*)
01525    {
01526       ::TGLOverlayElement *ptr = 0;
01527       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLOverlayElement >(0);
01528       static ::ROOT::TGenericClassInfo 
01529          instance("TGLOverlayElement", ::TGLOverlayElement::Class_Version(), "include/TGLOverlay.h", 23,
01530                   typeid(::TGLOverlayElement), DefineBehavior(ptr, ptr),
01531                   &::TGLOverlayElement::Dictionary, isa_proxy, 4,
01532                   sizeof(::TGLOverlayElement) );
01533       instance.SetDelete(&delete_TGLOverlayElement);
01534       instance.SetDeleteArray(&deleteArray_TGLOverlayElement);
01535       instance.SetDestructor(&destruct_TGLOverlayElement);
01536       return &instance;
01537    }
01538    TGenericClassInfo *GenerateInitInstance(const ::TGLOverlayElement*)
01539    {
01540       return GenerateInitInstanceLocal((::TGLOverlayElement*)0);
01541    }
01542    // Static variable to force the class initialization
01543    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLOverlayElement*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01544 } // end of namespace ROOT
01545 
01546 namespace ROOT {
01547    void TGLOverlayList_ShowMembers(void *obj, TMemberInspector &R__insp);
01548    static void *new_TGLOverlayList(void *p = 0);
01549    static void *newArray_TGLOverlayList(Long_t size, void *p);
01550    static void delete_TGLOverlayList(void *p);
01551    static void deleteArray_TGLOverlayList(void *p);
01552    static void destruct_TGLOverlayList(void *p);
01553 
01554    // Function generating the singleton type initializer
01555    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLOverlayList*)
01556    {
01557       ::TGLOverlayList *ptr = 0;
01558       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLOverlayList >(0);
01559       static ::ROOT::TGenericClassInfo 
01560          instance("TGLOverlayList", ::TGLOverlayList::Class_Version(), "include/TGLOverlay.h", 66,
01561                   typeid(::TGLOverlayList), DefineBehavior(ptr, ptr),
01562                   &::TGLOverlayList::Dictionary, isa_proxy, 4,
01563                   sizeof(::TGLOverlayList) );
01564       instance.SetNew(&new_TGLOverlayList);
01565       instance.SetNewArray(&newArray_TGLOverlayList);
01566       instance.SetDelete(&delete_TGLOverlayList);
01567       instance.SetDeleteArray(&deleteArray_TGLOverlayList);
01568       instance.SetDestructor(&destruct_TGLOverlayList);
01569       return &instance;
01570    }
01571    TGenericClassInfo *GenerateInitInstance(const ::TGLOverlayList*)
01572    {
01573       return GenerateInitInstanceLocal((::TGLOverlayList*)0);
01574    }
01575    // Static variable to force the class initialization
01576    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLOverlayList*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01577 } // end of namespace ROOT
01578 
01579 namespace ROOT {
01580    void TGLFontManager_ShowMembers(void *obj, TMemberInspector &R__insp);
01581    static void *new_TGLFontManager(void *p = 0);
01582    static void *newArray_TGLFontManager(Long_t size, void *p);
01583    static void delete_TGLFontManager(void *p);
01584    static void deleteArray_TGLFontManager(void *p);
01585    static void destruct_TGLFontManager(void *p);
01586    static void streamer_TGLFontManager(TBuffer &buf, void *obj);
01587 
01588    // Function generating the singleton type initializer
01589    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLFontManager*)
01590    {
01591       ::TGLFontManager *ptr = 0;
01592       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLFontManager >(0);
01593       static ::ROOT::TGenericClassInfo 
01594          instance("TGLFontManager", ::TGLFontManager::Class_Version(), "include/TGLFontManager.h", 113,
01595                   typeid(::TGLFontManager), DefineBehavior(ptr, ptr),
01596                   &::TGLFontManager::Dictionary, isa_proxy, 0,
01597                   sizeof(::TGLFontManager) );
01598       instance.SetNew(&new_TGLFontManager);
01599       instance.SetNewArray(&newArray_TGLFontManager);
01600       instance.SetDelete(&delete_TGLFontManager);
01601       instance.SetDeleteArray(&deleteArray_TGLFontManager);
01602       instance.SetDestructor(&destruct_TGLFontManager);
01603       instance.SetStreamerFunc(&streamer_TGLFontManager);
01604       return &instance;
01605    }
01606    TGenericClassInfo *GenerateInitInstance(const ::TGLFontManager*)
01607    {
01608       return GenerateInitInstanceLocal((::TGLFontManager*)0);
01609    }
01610    // Static variable to force the class initialization
01611    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLFontManager*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01612 } // end of namespace ROOT
01613 
01614 namespace ROOT {
01615    void TGLFont_ShowMembers(void *obj, TMemberInspector &R__insp);
01616    static void *new_TGLFont(void *p = 0);
01617    static void *newArray_TGLFont(Long_t size, void *p);
01618    static void delete_TGLFont(void *p);
01619    static void deleteArray_TGLFont(void *p);
01620    static void destruct_TGLFont(void *p);
01621    static void streamer_TGLFont(TBuffer &buf, void *obj);
01622 
01623    // Function generating the singleton type initializer
01624    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLFont*)
01625    {
01626       ::TGLFont *ptr = 0;
01627       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLFont >(0);
01628       static ::ROOT::TGenericClassInfo 
01629          instance("TGLFont", ::TGLFont::Class_Version(), "include/TGLFontManager.h", 24,
01630                   typeid(::TGLFont), DefineBehavior(ptr, ptr),
01631                   &::TGLFont::Dictionary, isa_proxy, 0,
01632                   sizeof(::TGLFont) );
01633       instance.SetNew(&new_TGLFont);
01634       instance.SetNewArray(&newArray_TGLFont);
01635       instance.SetDelete(&delete_TGLFont);
01636       instance.SetDeleteArray(&deleteArray_TGLFont);
01637       instance.SetDestructor(&destruct_TGLFont);
01638       instance.SetStreamerFunc(&streamer_TGLFont);
01639       return &instance;
01640    }
01641    TGenericClassInfo *GenerateInitInstance(const ::TGLFont*)
01642    {
01643       return GenerateInitInstanceLocal((::TGLFont*)0);
01644    }
01645    // Static variable to force the class initialization
01646    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLFont*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01647 } // end of namespace ROOT
01648 
01649 namespace ROOT {
01650    void TGLViewerBase_ShowMembers(void *obj, TMemberInspector &R__insp);
01651    static void *new_TGLViewerBase(void *p = 0);
01652    static void *newArray_TGLViewerBase(Long_t size, void *p);
01653    static void delete_TGLViewerBase(void *p);
01654    static void deleteArray_TGLViewerBase(void *p);
01655    static void destruct_TGLViewerBase(void *p);
01656 
01657    // Function generating the singleton type initializer
01658    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLViewerBase*)
01659    {
01660       ::TGLViewerBase *ptr = 0;
01661       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLViewerBase >(0);
01662       static ::ROOT::TGenericClassInfo 
01663          instance("TGLViewerBase", ::TGLViewerBase::Class_Version(), "include/TGLViewerBase.h", 37,
01664                   typeid(::TGLViewerBase), DefineBehavior(ptr, ptr),
01665                   &::TGLViewerBase::Dictionary, isa_proxy, 4,
01666                   sizeof(::TGLViewerBase) );
01667       instance.SetNew(&new_TGLViewerBase);
01668       instance.SetNewArray(&newArray_TGLViewerBase);
01669       instance.SetDelete(&delete_TGLViewerBase);
01670       instance.SetDeleteArray(&deleteArray_TGLViewerBase);
01671       instance.SetDestructor(&destruct_TGLViewerBase);
01672       return &instance;
01673    }
01674    TGenericClassInfo *GenerateInitInstance(const ::TGLViewerBase*)
01675    {
01676       return GenerateInitInstanceLocal((::TGLViewerBase*)0);
01677    }
01678    // Static variable to force the class initialization
01679    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLViewerBase*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01680 } // end of namespace ROOT
01681 
01682 namespace ROOT {
01683    void TGLAnnotation_ShowMembers(void *obj, TMemberInspector &R__insp);
01684    static void delete_TGLAnnotation(void *p);
01685    static void deleteArray_TGLAnnotation(void *p);
01686    static void destruct_TGLAnnotation(void *p);
01687 
01688    // Function generating the singleton type initializer
01689    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLAnnotation*)
01690    {
01691       ::TGLAnnotation *ptr = 0;
01692       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLAnnotation >(0);
01693       static ::ROOT::TGenericClassInfo 
01694          instance("TGLAnnotation", ::TGLAnnotation::Class_Version(), "include/TGLAnnotation.h", 26,
01695                   typeid(::TGLAnnotation), DefineBehavior(ptr, ptr),
01696                   &::TGLAnnotation::Dictionary, isa_proxy, 4,
01697                   sizeof(::TGLAnnotation) );
01698       instance.SetDelete(&delete_TGLAnnotation);
01699       instance.SetDeleteArray(&deleteArray_TGLAnnotation);
01700       instance.SetDestructor(&destruct_TGLAnnotation);
01701       return &instance;
01702    }
01703    TGenericClassInfo *GenerateInitInstance(const ::TGLAnnotation*)
01704    {
01705       return GenerateInitInstanceLocal((::TGLAnnotation*)0);
01706    }
01707    // Static variable to force the class initialization
01708    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLAnnotation*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01709 } // end of namespace ROOT
01710 
01711 namespace ROOT {
01712    void TGLAutoRotator_ShowMembers(void *obj, TMemberInspector &R__insp);
01713    static void delete_TGLAutoRotator(void *p);
01714    static void deleteArray_TGLAutoRotator(void *p);
01715    static void destruct_TGLAutoRotator(void *p);
01716 
01717    // Function generating the singleton type initializer
01718    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLAutoRotator*)
01719    {
01720       ::TGLAutoRotator *ptr = 0;
01721       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLAutoRotator >(0);
01722       static ::ROOT::TGenericClassInfo 
01723          instance("TGLAutoRotator", ::TGLAutoRotator::Class_Version(), "include/TGLAutoRotator.h", 23,
01724                   typeid(::TGLAutoRotator), DefineBehavior(ptr, ptr),
01725                   &::TGLAutoRotator::Dictionary, isa_proxy, 4,
01726                   sizeof(::TGLAutoRotator) );
01727       instance.SetDelete(&delete_TGLAutoRotator);
01728       instance.SetDeleteArray(&deleteArray_TGLAutoRotator);
01729       instance.SetDestructor(&destruct_TGLAutoRotator);
01730       return &instance;
01731    }
01732    TGenericClassInfo *GenerateInitInstance(const ::TGLAutoRotator*)
01733    {
01734       return GenerateInitInstanceLocal((::TGLAutoRotator*)0);
01735    }
01736    // Static variable to force the class initialization
01737    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLAutoRotator*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01738 } // end of namespace ROOT
01739 
01740 namespace ROOT {
01741    void TGLText_ShowMembers(void *obj, TMemberInspector &R__insp);
01742    static void *new_TGLText(void *p = 0);
01743    static void *newArray_TGLText(Long_t size, void *p);
01744    static void delete_TGLText(void *p);
01745    static void deleteArray_TGLText(void *p);
01746    static void destruct_TGLText(void *p);
01747    static void streamer_TGLText(TBuffer &buf, void *obj);
01748 
01749    // Function generating the singleton type initializer
01750    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLText*)
01751    {
01752       ::TGLText *ptr = 0;
01753       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLText >(0);
01754       static ::ROOT::TGenericClassInfo 
01755          instance("TGLText", ::TGLText::Class_Version(), "include/TGLText.h", 21,
01756                   typeid(::TGLText), DefineBehavior(ptr, ptr),
01757                   &::TGLText::Dictionary, isa_proxy, 0,
01758                   sizeof(::TGLText) );
01759       instance.SetNew(&new_TGLText);
01760       instance.SetNewArray(&newArray_TGLText);
01761       instance.SetDelete(&delete_TGLText);
01762       instance.SetDeleteArray(&deleteArray_TGLText);
01763       instance.SetDestructor(&destruct_TGLText);
01764       instance.SetStreamerFunc(&streamer_TGLText);
01765       return &instance;
01766    }
01767    TGenericClassInfo *GenerateInitInstance(const ::TGLText*)
01768    {
01769       return GenerateInitInstanceLocal((::TGLText*)0);
01770    }
01771    // Static variable to force the class initialization
01772    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLText*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01773 } // end of namespace ROOT
01774 
01775 namespace ROOT {
01776    void TGLAxis_ShowMembers(void *obj, TMemberInspector &R__insp);
01777    static void *new_TGLAxis(void *p = 0);
01778    static void *newArray_TGLAxis(Long_t size, void *p);
01779    static void delete_TGLAxis(void *p);
01780    static void deleteArray_TGLAxis(void *p);
01781    static void destruct_TGLAxis(void *p);
01782    static void streamer_TGLAxis(TBuffer &buf, void *obj);
01783 
01784    // Function generating the singleton type initializer
01785    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLAxis*)
01786    {
01787       ::TGLAxis *ptr = 0;
01788       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLAxis >(0);
01789       static ::ROOT::TGenericClassInfo 
01790          instance("TGLAxis", ::TGLAxis::Class_Version(), "include/TGLAxis.h", 26,
01791                   typeid(::TGLAxis), DefineBehavior(ptr, ptr),
01792                   &::TGLAxis::Dictionary, isa_proxy, 0,
01793                   sizeof(::TGLAxis) );
01794       instance.SetNew(&new_TGLAxis);
01795       instance.SetNewArray(&newArray_TGLAxis);
01796       instance.SetDelete(&delete_TGLAxis);
01797       instance.SetDeleteArray(&deleteArray_TGLAxis);
01798       instance.SetDestructor(&destruct_TGLAxis);
01799       instance.SetStreamerFunc(&streamer_TGLAxis);
01800       return &instance;
01801    }
01802    TGenericClassInfo *GenerateInitInstance(const ::TGLAxis*)
01803    {
01804       return GenerateInitInstanceLocal((::TGLAxis*)0);
01805    }
01806    // Static variable to force the class initialization
01807    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLAxis*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01808 } // end of namespace ROOT
01809 
01810 namespace ROOT {
01811    void TGLAxisPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
01812    static void *new_TGLAxisPainter(void *p = 0);
01813    static void *newArray_TGLAxisPainter(Long_t size, void *p);
01814    static void delete_TGLAxisPainter(void *p);
01815    static void deleteArray_TGLAxisPainter(void *p);
01816    static void destruct_TGLAxisPainter(void *p);
01817 
01818    // Function generating the singleton type initializer
01819    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLAxisPainter*)
01820    {
01821       ::TGLAxisPainter *ptr = 0;
01822       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLAxisPainter >(0);
01823       static ::ROOT::TGenericClassInfo 
01824          instance("TGLAxisPainter", ::TGLAxisPainter::Class_Version(), "include/TGLAxisPainter.h", 30,
01825                   typeid(::TGLAxisPainter), DefineBehavior(ptr, ptr),
01826                   &::TGLAxisPainter::Dictionary, isa_proxy, 4,
01827                   sizeof(::TGLAxisPainter) );
01828       instance.SetNew(&new_TGLAxisPainter);
01829       instance.SetNewArray(&newArray_TGLAxisPainter);
01830       instance.SetDelete(&delete_TGLAxisPainter);
01831       instance.SetDeleteArray(&deleteArray_TGLAxisPainter);
01832       instance.SetDestructor(&destruct_TGLAxisPainter);
01833       return &instance;
01834    }
01835    TGenericClassInfo *GenerateInitInstance(const ::TGLAxisPainter*)
01836    {
01837       return GenerateInitInstanceLocal((::TGLAxisPainter*)0);
01838    }
01839    // Static variable to force the class initialization
01840    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLAxisPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01841 } // end of namespace ROOT
01842 
01843 namespace ROOT {
01844    void TGLAxisPainterBox_ShowMembers(void *obj, TMemberInspector &R__insp);
01845    static void *new_TGLAxisPainterBox(void *p = 0);
01846    static void *newArray_TGLAxisPainterBox(Long_t size, void *p);
01847    static void delete_TGLAxisPainterBox(void *p);
01848    static void deleteArray_TGLAxisPainterBox(void *p);
01849    static void destruct_TGLAxisPainterBox(void *p);
01850 
01851    // Function generating the singleton type initializer
01852    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLAxisPainterBox*)
01853    {
01854       ::TGLAxisPainterBox *ptr = 0;
01855       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLAxisPainterBox >(0);
01856       static ::ROOT::TGenericClassInfo 
01857          instance("TGLAxisPainterBox", ::TGLAxisPainterBox::Class_Version(), "include/TGLAxisPainter.h", 139,
01858                   typeid(::TGLAxisPainterBox), DefineBehavior(ptr, ptr),
01859                   &::TGLAxisPainterBox::Dictionary, isa_proxy, 4,
01860                   sizeof(::TGLAxisPainterBox) );
01861       instance.SetNew(&new_TGLAxisPainterBox);
01862       instance.SetNewArray(&newArray_TGLAxisPainterBox);
01863       instance.SetDelete(&delete_TGLAxisPainterBox);
01864       instance.SetDeleteArray(&deleteArray_TGLAxisPainterBox);
01865       instance.SetDestructor(&destruct_TGLAxisPainterBox);
01866       return &instance;
01867    }
01868    TGenericClassInfo *GenerateInitInstance(const ::TGLAxisPainterBox*)
01869    {
01870       return GenerateInitInstanceLocal((::TGLAxisPainterBox*)0);
01871    }
01872    // Static variable to force the class initialization
01873    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLAxisPainterBox*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01874 } // end of namespace ROOT
01875 
01876 namespace ROOT {
01877    void TGLBoxPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
01878    static void delete_TGLBoxPainter(void *p);
01879    static void deleteArray_TGLBoxPainter(void *p);
01880    static void destruct_TGLBoxPainter(void *p);
01881    static void streamer_TGLBoxPainter(TBuffer &buf, void *obj);
01882 
01883    // Function generating the singleton type initializer
01884    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLBoxPainter*)
01885    {
01886       ::TGLBoxPainter *ptr = 0;
01887       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLBoxPainter >(0);
01888       static ::ROOT::TGenericClassInfo 
01889          instance("TGLBoxPainter", ::TGLBoxPainter::Class_Version(), "include/TGLBoxPainter.h", 32,
01890                   typeid(::TGLBoxPainter), DefineBehavior(ptr, ptr),
01891                   &::TGLBoxPainter::Dictionary, isa_proxy, 0,
01892                   sizeof(::TGLBoxPainter) );
01893       instance.SetDelete(&delete_TGLBoxPainter);
01894       instance.SetDeleteArray(&deleteArray_TGLBoxPainter);
01895       instance.SetDestructor(&destruct_TGLBoxPainter);
01896       instance.SetStreamerFunc(&streamer_TGLBoxPainter);
01897       return &instance;
01898    }
01899    TGenericClassInfo *GenerateInitInstance(const ::TGLBoxPainter*)
01900    {
01901       return GenerateInitInstanceLocal((::TGLBoxPainter*)0);
01902    }
01903    // Static variable to force the class initialization
01904    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLBoxPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01905 } // end of namespace ROOT
01906 
01907 namespace ROOT {
01908    void TGLCameraGuide_ShowMembers(void *obj, TMemberInspector &R__insp);
01909    static void delete_TGLCameraGuide(void *p);
01910    static void deleteArray_TGLCameraGuide(void *p);
01911    static void destruct_TGLCameraGuide(void *p);
01912    static void streamer_TGLCameraGuide(TBuffer &buf, void *obj);
01913 
01914    // Function generating the singleton type initializer
01915    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLCameraGuide*)
01916    {
01917       ::TGLCameraGuide *ptr = 0;
01918       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLCameraGuide >(0);
01919       static ::ROOT::TGenericClassInfo 
01920          instance("TGLCameraGuide", ::TGLCameraGuide::Class_Version(), "include/TGLCameraGuide.h", 18,
01921                   typeid(::TGLCameraGuide), DefineBehavior(ptr, ptr),
01922                   &::TGLCameraGuide::Dictionary, isa_proxy, 0,
01923                   sizeof(::TGLCameraGuide) );
01924       instance.SetDelete(&delete_TGLCameraGuide);
01925       instance.SetDeleteArray(&deleteArray_TGLCameraGuide);
01926       instance.SetDestructor(&destruct_TGLCameraGuide);
01927       instance.SetStreamerFunc(&streamer_TGLCameraGuide);
01928       return &instance;
01929    }
01930    TGenericClassInfo *GenerateInitInstance(const ::TGLCameraGuide*)
01931    {
01932       return GenerateInitInstanceLocal((::TGLCameraGuide*)0);
01933    }
01934    // Static variable to force the class initialization
01935    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLCameraGuide*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01936 } // end of namespace ROOT
01937 
01938 namespace ROOT {
01939    void TGLCameraOverlay_ShowMembers(void *obj, TMemberInspector &R__insp);
01940    static void *new_TGLCameraOverlay(void *p = 0);
01941    static void *newArray_TGLCameraOverlay(Long_t size, void *p);
01942    static void delete_TGLCameraOverlay(void *p);
01943    static void deleteArray_TGLCameraOverlay(void *p);
01944    static void destruct_TGLCameraOverlay(void *p);
01945    static void streamer_TGLCameraOverlay(TBuffer &buf, void *obj);
01946 
01947    // Function generating the singleton type initializer
01948    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLCameraOverlay*)
01949    {
01950       ::TGLCameraOverlay *ptr = 0;
01951       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLCameraOverlay >(0);
01952       static ::ROOT::TGenericClassInfo 
01953          instance("TGLCameraOverlay", ::TGLCameraOverlay::Class_Version(), "include/TGLCameraOverlay.h", 26,
01954                   typeid(::TGLCameraOverlay), DefineBehavior(ptr, ptr),
01955                   &::TGLCameraOverlay::Dictionary, isa_proxy, 0,
01956                   sizeof(::TGLCameraOverlay) );
01957       instance.SetNew(&new_TGLCameraOverlay);
01958       instance.SetNewArray(&newArray_TGLCameraOverlay);
01959       instance.SetDelete(&delete_TGLCameraOverlay);
01960       instance.SetDeleteArray(&deleteArray_TGLCameraOverlay);
01961       instance.SetDestructor(&destruct_TGLCameraOverlay);
01962       instance.SetStreamerFunc(&streamer_TGLCameraOverlay);
01963       return &instance;
01964    }
01965    TGenericClassInfo *GenerateInitInstance(const ::TGLCameraOverlay*)
01966    {
01967       return GenerateInitInstanceLocal((::TGLCameraOverlay*)0);
01968    }
01969    // Static variable to force the class initialization
01970    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLCameraOverlay*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01971 } // end of namespace ROOT
01972 
01973 namespace ROOT {
01974    void TGLPShapeRef_ShowMembers(void *obj, TMemberInspector &R__insp);
01975    static void *new_TGLPShapeRef(void *p = 0);
01976    static void *newArray_TGLPShapeRef(Long_t size, void *p);
01977    static void delete_TGLPShapeRef(void *p);
01978    static void deleteArray_TGLPShapeRef(void *p);
01979    static void destruct_TGLPShapeRef(void *p);
01980 
01981    // Function generating the singleton type initializer
01982    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPShapeRef*)
01983    {
01984       ::TGLPShapeRef *ptr = 0;
01985       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPShapeRef >(0);
01986       static ::ROOT::TGenericClassInfo 
01987          instance("TGLPShapeRef", ::TGLPShapeRef::Class_Version(), "include/TGLPShapeRef.h", 20,
01988                   typeid(::TGLPShapeRef), DefineBehavior(ptr, ptr),
01989                   &::TGLPShapeRef::Dictionary, isa_proxy, 4,
01990                   sizeof(::TGLPShapeRef) );
01991       instance.SetNew(&new_TGLPShapeRef);
01992       instance.SetNewArray(&newArray_TGLPShapeRef);
01993       instance.SetDelete(&delete_TGLPShapeRef);
01994       instance.SetDeleteArray(&deleteArray_TGLPShapeRef);
01995       instance.SetDestructor(&destruct_TGLPShapeRef);
01996       return &instance;
01997    }
01998    TGenericClassInfo *GenerateInitInstance(const ::TGLPShapeRef*)
01999    {
02000       return GenerateInitInstanceLocal((::TGLPShapeRef*)0);
02001    }
02002    // Static variable to force the class initialization
02003    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPShapeRef*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02004 } // end of namespace ROOT
02005 
02006 namespace ROOT {
02007    void TGLManipSet_ShowMembers(void *obj, TMemberInspector &R__insp);
02008    static void *new_TGLManipSet(void *p = 0);
02009    static void *newArray_TGLManipSet(Long_t size, void *p);
02010    static void delete_TGLManipSet(void *p);
02011    static void deleteArray_TGLManipSet(void *p);
02012    static void destruct_TGLManipSet(void *p);
02013    static void streamer_TGLManipSet(TBuffer &buf, void *obj);
02014 
02015    // Function generating the singleton type initializer
02016    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLManipSet*)
02017    {
02018       ::TGLManipSet *ptr = 0;
02019       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLManipSet >(0);
02020       static ::ROOT::TGenericClassInfo 
02021          instance("TGLManipSet", ::TGLManipSet::Class_Version(), "include/TGLManipSet.h", 23,
02022                   typeid(::TGLManipSet), DefineBehavior(ptr, ptr),
02023                   &::TGLManipSet::Dictionary, isa_proxy, 0,
02024                   sizeof(::TGLManipSet) );
02025       instance.SetNew(&new_TGLManipSet);
02026       instance.SetNewArray(&newArray_TGLManipSet);
02027       instance.SetDelete(&delete_TGLManipSet);
02028       instance.SetDeleteArray(&deleteArray_TGLManipSet);
02029       instance.SetDestructor(&destruct_TGLManipSet);
02030       instance.SetStreamerFunc(&streamer_TGLManipSet);
02031       return &instance;
02032    }
02033    TGenericClassInfo *GenerateInitInstance(const ::TGLManipSet*)
02034    {
02035       return GenerateInitInstanceLocal((::TGLManipSet*)0);
02036    }
02037    // Static variable to force the class initialization
02038    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLManipSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02039 } // end of namespace ROOT
02040 
02041 namespace ROOT {
02042    void TGLClip_ShowMembers(void *obj, TMemberInspector &R__insp);
02043    static void delete_TGLClip(void *p);
02044    static void deleteArray_TGLClip(void *p);
02045    static void destruct_TGLClip(void *p);
02046 
02047    // Function generating the singleton type initializer
02048    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLClip*)
02049    {
02050       ::TGLClip *ptr = 0;
02051       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLClip >(0);
02052       static ::ROOT::TGenericClassInfo 
02053          instance("TGLClip", ::TGLClip::Class_Version(), "include/TGLClip.h", 32,
02054                   typeid(::TGLClip), DefineBehavior(ptr, ptr),
02055                   &::TGLClip::Dictionary, isa_proxy, 4,
02056                   sizeof(::TGLClip) );
02057       instance.SetDelete(&delete_TGLClip);
02058       instance.SetDeleteArray(&deleteArray_TGLClip);
02059       instance.SetDestructor(&destruct_TGLClip);
02060       return &instance;
02061    }
02062    TGenericClassInfo *GenerateInitInstance(const ::TGLClip*)
02063    {
02064       return GenerateInitInstanceLocal((::TGLClip*)0);
02065    }
02066    // Static variable to force the class initialization
02067    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLClip*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02068 } // end of namespace ROOT
02069 
02070 namespace ROOT {
02071    void TGLClipPlane_ShowMembers(void *obj, TMemberInspector &R__insp);
02072    static void *new_TGLClipPlane(void *p = 0);
02073    static void *newArray_TGLClipPlane(Long_t size, void *p);
02074    static void delete_TGLClipPlane(void *p);
02075    static void deleteArray_TGLClipPlane(void *p);
02076    static void destruct_TGLClipPlane(void *p);
02077 
02078    // Function generating the singleton type initializer
02079    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLClipPlane*)
02080    {
02081       ::TGLClipPlane *ptr = 0;
02082       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLClipPlane >(0);
02083       static ::ROOT::TGenericClassInfo 
02084          instance("TGLClipPlane", ::TGLClipPlane::Class_Version(), "include/TGLClip.h", 78,
02085                   typeid(::TGLClipPlane), DefineBehavior(ptr, ptr),
02086                   &::TGLClipPlane::Dictionary, isa_proxy, 4,
02087                   sizeof(::TGLClipPlane) );
02088       instance.SetNew(&new_TGLClipPlane);
02089       instance.SetNewArray(&newArray_TGLClipPlane);
02090       instance.SetDelete(&delete_TGLClipPlane);
02091       instance.SetDeleteArray(&deleteArray_TGLClipPlane);
02092       instance.SetDestructor(&destruct_TGLClipPlane);
02093       return &instance;
02094    }
02095    TGenericClassInfo *GenerateInitInstance(const ::TGLClipPlane*)
02096    {
02097       return GenerateInitInstanceLocal((::TGLClipPlane*)0);
02098    }
02099    // Static variable to force the class initialization
02100    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLClipPlane*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02101 } // end of namespace ROOT
02102 
02103 namespace ROOT {
02104    void TGLClipBox_ShowMembers(void *obj, TMemberInspector &R__insp);
02105    static void *new_TGLClipBox(void *p = 0);
02106    static void *newArray_TGLClipBox(Long_t size, void *p);
02107    static void delete_TGLClipBox(void *p);
02108    static void deleteArray_TGLClipBox(void *p);
02109    static void destruct_TGLClipBox(void *p);
02110 
02111    // Function generating the singleton type initializer
02112    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLClipBox*)
02113    {
02114       ::TGLClipBox *ptr = 0;
02115       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLClipBox >(0);
02116       static ::ROOT::TGenericClassInfo 
02117          instance("TGLClipBox", ::TGLClipBox::Class_Version(), "include/TGLClip.h", 106,
02118                   typeid(::TGLClipBox), DefineBehavior(ptr, ptr),
02119                   &::TGLClipBox::Dictionary, isa_proxy, 4,
02120                   sizeof(::TGLClipBox) );
02121       instance.SetNew(&new_TGLClipBox);
02122       instance.SetNewArray(&newArray_TGLClipBox);
02123       instance.SetDelete(&delete_TGLClipBox);
02124       instance.SetDeleteArray(&deleteArray_TGLClipBox);
02125       instance.SetDestructor(&destruct_TGLClipBox);
02126       return &instance;
02127    }
02128    TGenericClassInfo *GenerateInitInstance(const ::TGLClipBox*)
02129    {
02130       return GenerateInitInstanceLocal((::TGLClipBox*)0);
02131    }
02132    // Static variable to force the class initialization
02133    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLClipBox*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02134 } // end of namespace ROOT
02135 
02136 namespace ROOT {
02137    void TGLClipSet_ShowMembers(void *obj, TMemberInspector &R__insp);
02138    static void *new_TGLClipSet(void *p = 0);
02139    static void *newArray_TGLClipSet(Long_t size, void *p);
02140    static void delete_TGLClipSet(void *p);
02141    static void deleteArray_TGLClipSet(void *p);
02142    static void destruct_TGLClipSet(void *p);
02143 
02144    // Function generating the singleton type initializer
02145    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLClipSet*)
02146    {
02147       ::TGLClipSet *ptr = 0;
02148       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLClipSet >(0);
02149       static ::ROOT::TGenericClassInfo 
02150          instance("TGLClipSet", ::TGLClipSet::Class_Version(), "include/TGLClip.h", 132,
02151                   typeid(::TGLClipSet), DefineBehavior(ptr, ptr),
02152                   &::TGLClipSet::Dictionary, isa_proxy, 4,
02153                   sizeof(::TGLClipSet) );
02154       instance.SetNew(&new_TGLClipSet);
02155       instance.SetNewArray(&newArray_TGLClipSet);
02156       instance.SetDelete(&delete_TGLClipSet);
02157       instance.SetDeleteArray(&deleteArray_TGLClipSet);
02158       instance.SetDestructor(&destruct_TGLClipSet);
02159       return &instance;
02160    }
02161    TGenericClassInfo *GenerateInitInstance(const ::TGLClipSet*)
02162    {
02163       return GenerateInitInstanceLocal((::TGLClipSet*)0);
02164    }
02165    // Static variable to force the class initialization
02166    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLClipSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02167 } // end of namespace ROOT
02168 
02169 namespace ROOT {
02170    void TGLClipSetSubEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
02171    static void delete_TGLClipSetSubEditor(void *p);
02172    static void deleteArray_TGLClipSetSubEditor(void *p);
02173    static void destruct_TGLClipSetSubEditor(void *p);
02174 
02175    // Function generating the singleton type initializer
02176    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLClipSetSubEditor*)
02177    {
02178       ::TGLClipSetSubEditor *ptr = 0;
02179       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLClipSetSubEditor >(0);
02180       static ::ROOT::TGenericClassInfo 
02181          instance("TGLClipSetSubEditor", ::TGLClipSetSubEditor::Class_Version(), "include/TGLClipSetEditor.h", 29,
02182                   typeid(::TGLClipSetSubEditor), DefineBehavior(ptr, ptr),
02183                   &::TGLClipSetSubEditor::Dictionary, isa_proxy, 4,
02184                   sizeof(::TGLClipSetSubEditor) );
02185       instance.SetDelete(&delete_TGLClipSetSubEditor);
02186       instance.SetDeleteArray(&deleteArray_TGLClipSetSubEditor);
02187       instance.SetDestructor(&destruct_TGLClipSetSubEditor);
02188       return &instance;
02189    }
02190    TGenericClassInfo *GenerateInitInstance(const ::TGLClipSetSubEditor*)
02191    {
02192       return GenerateInitInstanceLocal((::TGLClipSetSubEditor*)0);
02193    }
02194    // Static variable to force the class initialization
02195    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLClipSetSubEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02196 } // end of namespace ROOT
02197 
02198 namespace ROOT {
02199    void TGLClipSetEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
02200    static void *new_TGLClipSetEditor(void *p = 0);
02201    static void *newArray_TGLClipSetEditor(Long_t size, void *p);
02202    static void delete_TGLClipSetEditor(void *p);
02203    static void deleteArray_TGLClipSetEditor(void *p);
02204    static void destruct_TGLClipSetEditor(void *p);
02205 
02206    // Function generating the singleton type initializer
02207    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLClipSetEditor*)
02208    {
02209       ::TGLClipSetEditor *ptr = 0;
02210       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLClipSetEditor >(0);
02211       static ::ROOT::TGenericClassInfo 
02212          instance("TGLClipSetEditor", ::TGLClipSetEditor::Class_Version(), "include/TGLClipSetEditor.h", 71,
02213                   typeid(::TGLClipSetEditor), DefineBehavior(ptr, ptr),
02214                   &::TGLClipSetEditor::Dictionary, isa_proxy, 4,
02215                   sizeof(::TGLClipSetEditor) );
02216       instance.SetNew(&new_TGLClipSetEditor);
02217       instance.SetNewArray(&newArray_TGLClipSetEditor);
02218       instance.SetDelete(&delete_TGLClipSetEditor);
02219       instance.SetDeleteArray(&deleteArray_TGLClipSetEditor);
02220       instance.SetDestructor(&destruct_TGLClipSetEditor);
02221       return &instance;
02222    }
02223    TGenericClassInfo *GenerateInitInstance(const ::TGLClipSetEditor*)
02224    {
02225       return GenerateInitInstanceLocal((::TGLClipSetEditor*)0);
02226    }
02227    // Static variable to force the class initialization
02228    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLClipSetEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02229 } // end of namespace ROOT
02230 
02231 namespace ROOT {
02232    void TGLContextIdentity_ShowMembers(void *obj, TMemberInspector &R__insp);
02233    static void *new_TGLContextIdentity(void *p = 0);
02234    static void *newArray_TGLContextIdentity(Long_t size, void *p);
02235    static void delete_TGLContextIdentity(void *p);
02236    static void deleteArray_TGLContextIdentity(void *p);
02237    static void destruct_TGLContextIdentity(void *p);
02238    static void streamer_TGLContextIdentity(TBuffer &buf, void *obj);
02239 
02240    // Function generating the singleton type initializer
02241    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLContextIdentity*)
02242    {
02243       ::TGLContextIdentity *ptr = 0;
02244       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLContextIdentity >(0);
02245       static ::ROOT::TGenericClassInfo 
02246          instance("TGLContextIdentity", ::TGLContextIdentity::Class_Version(), "include/TGLContext.h", 84,
02247                   typeid(::TGLContextIdentity), DefineBehavior(ptr, ptr),
02248                   &::TGLContextIdentity::Dictionary, isa_proxy, 0,
02249                   sizeof(::TGLContextIdentity) );
02250       instance.SetNew(&new_TGLContextIdentity);
02251       instance.SetNewArray(&newArray_TGLContextIdentity);
02252       instance.SetDelete(&delete_TGLContextIdentity);
02253       instance.SetDeleteArray(&deleteArray_TGLContextIdentity);
02254       instance.SetDestructor(&destruct_TGLContextIdentity);
02255       instance.SetStreamerFunc(&streamer_TGLContextIdentity);
02256       return &instance;
02257    }
02258    TGenericClassInfo *GenerateInitInstance(const ::TGLContextIdentity*)
02259    {
02260       return GenerateInitInstanceLocal((::TGLContextIdentity*)0);
02261    }
02262    // Static variable to force the class initialization
02263    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLContextIdentity*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02264 } // end of namespace ROOT
02265 
02266 namespace ROOT {
02267    void TGLWidget_ShowMembers(void *obj, TMemberInspector &R__insp);
02268    static void delete_TGLWidget(void *p);
02269    static void deleteArray_TGLWidget(void *p);
02270    static void destruct_TGLWidget(void *p);
02271    static void streamer_TGLWidget(TBuffer &buf, void *obj);
02272 
02273    // Function generating the singleton type initializer
02274    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLWidget*)
02275    {
02276       ::TGLWidget *ptr = 0;
02277       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLWidget >(0);
02278       static ::ROOT::TGenericClassInfo 
02279          instance("TGLWidget", ::TGLWidget::Class_Version(), "include/TGLWidget.h", 36,
02280                   typeid(::TGLWidget), DefineBehavior(ptr, ptr),
02281                   &::TGLWidget::Dictionary, isa_proxy, 0,
02282                   sizeof(::TGLWidget) );
02283       instance.SetDelete(&delete_TGLWidget);
02284       instance.SetDeleteArray(&deleteArray_TGLWidget);
02285       instance.SetDestructor(&destruct_TGLWidget);
02286       instance.SetStreamerFunc(&streamer_TGLWidget);
02287       return &instance;
02288    }
02289    TGenericClassInfo *GenerateInitInstance(const ::TGLWidget*)
02290    {
02291       return GenerateInitInstanceLocal((::TGLWidget*)0);
02292    }
02293    // Static variable to force the class initialization
02294    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLWidget*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02295 } // end of namespace ROOT
02296 
02297 namespace ROOT {
02298    void TGLCylinder_ShowMembers(void *obj, TMemberInspector &R__insp);
02299    static void delete_TGLCylinder(void *p);
02300    static void deleteArray_TGLCylinder(void *p);
02301    static void destruct_TGLCylinder(void *p);
02302    static void streamer_TGLCylinder(TBuffer &buf, void *obj);
02303 
02304    // Function generating the singleton type initializer
02305    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLCylinder*)
02306    {
02307       ::TGLCylinder *ptr = 0;
02308       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLCylinder >(0);
02309       static ::ROOT::TGenericClassInfo 
02310          instance("TGLCylinder", ::TGLCylinder::Class_Version(), "include/TGLCylinder.h", 24,
02311                   typeid(::TGLCylinder), DefineBehavior(ptr, ptr),
02312                   &::TGLCylinder::Dictionary, isa_proxy, 0,
02313                   sizeof(::TGLCylinder) );
02314       instance.SetDelete(&delete_TGLCylinder);
02315       instance.SetDeleteArray(&deleteArray_TGLCylinder);
02316       instance.SetDestructor(&destruct_TGLCylinder);
02317       instance.SetStreamerFunc(&streamer_TGLCylinder);
02318       return &instance;
02319    }
02320    TGenericClassInfo *GenerateInitInstance(const ::TGLCylinder*)
02321    {
02322       return GenerateInitInstanceLocal((::TGLCylinder*)0);
02323    }
02324    // Static variable to force the class initialization
02325    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLCylinder*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02326 } // end of namespace ROOT
02327 
02328 namespace ROOT {
02329    void TGLLockable_ShowMembers(void *obj, TMemberInspector &R__insp);
02330    static void *new_TGLLockable(void *p = 0);
02331    static void *newArray_TGLLockable(Long_t size, void *p);
02332    static void delete_TGLLockable(void *p);
02333    static void deleteArray_TGLLockable(void *p);
02334    static void destruct_TGLLockable(void *p);
02335    static void streamer_TGLLockable(TBuffer &buf, void *obj);
02336 
02337    // Function generating the singleton type initializer
02338    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLLockable*)
02339    {
02340       ::TGLLockable *ptr = 0;
02341       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLLockable >(0);
02342       static ::ROOT::TGenericClassInfo 
02343          instance("TGLLockable", ::TGLLockable::Class_Version(), "include/TGLLockable.h", 18,
02344                   typeid(::TGLLockable), DefineBehavior(ptr, ptr),
02345                   &::TGLLockable::Dictionary, isa_proxy, 0,
02346                   sizeof(::TGLLockable) );
02347       instance.SetNew(&new_TGLLockable);
02348       instance.SetNewArray(&newArray_TGLLockable);
02349       instance.SetDelete(&delete_TGLLockable);
02350       instance.SetDeleteArray(&deleteArray_TGLLockable);
02351       instance.SetDestructor(&destruct_TGLLockable);
02352       instance.SetStreamerFunc(&streamer_TGLLockable);
02353       return &instance;
02354    }
02355    TGenericClassInfo *GenerateInitInstance(const ::TGLLockable*)
02356    {
02357       return GenerateInitInstanceLocal((::TGLLockable*)0);
02358    }
02359    // Static variable to force the class initialization
02360    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLLockable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02361 } // end of namespace ROOT
02362 
02363 namespace ROOT {
02364    void TGLSceneInfo_ShowMembers(void *obj, TMemberInspector &R__insp);
02365    static void *new_TGLSceneInfo(void *p = 0);
02366    static void *newArray_TGLSceneInfo(Long_t size, void *p);
02367    static void delete_TGLSceneInfo(void *p);
02368    static void deleteArray_TGLSceneInfo(void *p);
02369    static void destruct_TGLSceneInfo(void *p);
02370 
02371    // Function generating the singleton type initializer
02372    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSceneInfo*)
02373    {
02374       ::TGLSceneInfo *ptr = 0;
02375       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSceneInfo >(0);
02376       static ::ROOT::TGenericClassInfo 
02377          instance("TGLSceneInfo", ::TGLSceneInfo::Class_Version(), "include/TGLSceneInfo.h", 27,
02378                   typeid(::TGLSceneInfo), DefineBehavior(ptr, ptr),
02379                   &::TGLSceneInfo::Dictionary, isa_proxy, 4,
02380                   sizeof(::TGLSceneInfo) );
02381       instance.SetNew(&new_TGLSceneInfo);
02382       instance.SetNewArray(&newArray_TGLSceneInfo);
02383       instance.SetDelete(&delete_TGLSceneInfo);
02384       instance.SetDeleteArray(&deleteArray_TGLSceneInfo);
02385       instance.SetDestructor(&destruct_TGLSceneInfo);
02386       return &instance;
02387    }
02388    TGenericClassInfo *GenerateInitInstance(const ::TGLSceneInfo*)
02389    {
02390       return GenerateInitInstanceLocal((::TGLSceneInfo*)0);
02391    }
02392    // Static variable to force the class initialization
02393    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSceneInfo*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02394 } // end of namespace ROOT
02395 
02396 namespace ROOT {
02397    void TGLStopwatch_ShowMembers(void *obj, TMemberInspector &R__insp);
02398    static void *new_TGLStopwatch(void *p = 0);
02399    static void *newArray_TGLStopwatch(Long_t size, void *p);
02400    static void delete_TGLStopwatch(void *p);
02401    static void deleteArray_TGLStopwatch(void *p);
02402    static void destruct_TGLStopwatch(void *p);
02403    static void streamer_TGLStopwatch(TBuffer &buf, void *obj);
02404 
02405    // Function generating the singleton type initializer
02406    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLStopwatch*)
02407    {
02408       ::TGLStopwatch *ptr = 0;
02409       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLStopwatch >(0);
02410       static ::ROOT::TGenericClassInfo 
02411          instance("TGLStopwatch", ::TGLStopwatch::Class_Version(), "include/TGLStopwatch.h", 35,
02412                   typeid(::TGLStopwatch), DefineBehavior(ptr, ptr),
02413                   &::TGLStopwatch::Dictionary, isa_proxy, 0,
02414                   sizeof(::TGLStopwatch) );
02415       instance.SetNew(&new_TGLStopwatch);
02416       instance.SetNewArray(&newArray_TGLStopwatch);
02417       instance.SetDelete(&delete_TGLStopwatch);
02418       instance.SetDeleteArray(&deleteArray_TGLStopwatch);
02419       instance.SetDestructor(&destruct_TGLStopwatch);
02420       instance.SetStreamerFunc(&streamer_TGLStopwatch);
02421       return &instance;
02422    }
02423    TGenericClassInfo *GenerateInitInstance(const ::TGLStopwatch*)
02424    {
02425       return GenerateInitInstanceLocal((::TGLStopwatch*)0);
02426    }
02427    // Static variable to force the class initialization
02428    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLStopwatch*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02429 } // end of namespace ROOT
02430 
02431 namespace ROOT {
02432    void TGLSelectBuffer_ShowMembers(void *obj, TMemberInspector &R__insp);
02433    static void *new_TGLSelectBuffer(void *p = 0);
02434    static void *newArray_TGLSelectBuffer(Long_t size, void *p);
02435    static void delete_TGLSelectBuffer(void *p);
02436    static void deleteArray_TGLSelectBuffer(void *p);
02437    static void destruct_TGLSelectBuffer(void *p);
02438 
02439    // Function generating the singleton type initializer
02440    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSelectBuffer*)
02441    {
02442       ::TGLSelectBuffer *ptr = 0;
02443       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSelectBuffer >(0);
02444       static ::ROOT::TGenericClassInfo 
02445          instance("TGLSelectBuffer", ::TGLSelectBuffer::Class_Version(), "include/TGLSelectBuffer.h", 26,
02446                   typeid(::TGLSelectBuffer), DefineBehavior(ptr, ptr),
02447                   &::TGLSelectBuffer::Dictionary, isa_proxy, 4,
02448                   sizeof(::TGLSelectBuffer) );
02449       instance.SetNew(&new_TGLSelectBuffer);
02450       instance.SetNewArray(&newArray_TGLSelectBuffer);
02451       instance.SetDelete(&delete_TGLSelectBuffer);
02452       instance.SetDeleteArray(&deleteArray_TGLSelectBuffer);
02453       instance.SetDestructor(&destruct_TGLSelectBuffer);
02454       return &instance;
02455    }
02456    TGenericClassInfo *GenerateInitInstance(const ::TGLSelectBuffer*)
02457    {
02458       return GenerateInitInstanceLocal((::TGLSelectBuffer*)0);
02459    }
02460    // Static variable to force the class initialization
02461    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSelectBuffer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02462 } // end of namespace ROOT
02463 
02464 namespace ROOT {
02465    void TGLSelectRecordBase_ShowMembers(void *obj, TMemberInspector &R__insp);
02466    static void *new_TGLSelectRecordBase(void *p = 0);
02467    static void *newArray_TGLSelectRecordBase(Long_t size, void *p);
02468    static void delete_TGLSelectRecordBase(void *p);
02469    static void deleteArray_TGLSelectRecordBase(void *p);
02470    static void destruct_TGLSelectRecordBase(void *p);
02471 
02472    // Function generating the singleton type initializer
02473    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSelectRecordBase*)
02474    {
02475       ::TGLSelectRecordBase *ptr = 0;
02476       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSelectRecordBase >(0);
02477       static ::ROOT::TGenericClassInfo 
02478          instance("TGLSelectRecordBase", ::TGLSelectRecordBase::Class_Version(), "include/TGLSelectRecord.h", 27,
02479                   typeid(::TGLSelectRecordBase), DefineBehavior(ptr, ptr),
02480                   &::TGLSelectRecordBase::Dictionary, isa_proxy, 4,
02481                   sizeof(::TGLSelectRecordBase) );
02482       instance.SetNew(&new_TGLSelectRecordBase);
02483       instance.SetNewArray(&newArray_TGLSelectRecordBase);
02484       instance.SetDelete(&delete_TGLSelectRecordBase);
02485       instance.SetDeleteArray(&deleteArray_TGLSelectRecordBase);
02486       instance.SetDestructor(&destruct_TGLSelectRecordBase);
02487       return &instance;
02488    }
02489    TGenericClassInfo *GenerateInitInstance(const ::TGLSelectRecordBase*)
02490    {
02491       return GenerateInitInstanceLocal((::TGLSelectRecordBase*)0);
02492    }
02493    // Static variable to force the class initialization
02494    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSelectRecordBase*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02495 } // end of namespace ROOT
02496 
02497 namespace ROOT {
02498    void TGLPerspectiveCamera_ShowMembers(void *obj, TMemberInspector &R__insp);
02499    static void delete_TGLPerspectiveCamera(void *p);
02500    static void deleteArray_TGLPerspectiveCamera(void *p);
02501    static void destruct_TGLPerspectiveCamera(void *p);
02502    static void streamer_TGLPerspectiveCamera(TBuffer &buf, void *obj);
02503 
02504    // Function generating the singleton type initializer
02505    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPerspectiveCamera*)
02506    {
02507       ::TGLPerspectiveCamera *ptr = 0;
02508       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPerspectiveCamera >(0);
02509       static ::ROOT::TGenericClassInfo 
02510          instance("TGLPerspectiveCamera", ::TGLPerspectiveCamera::Class_Version(), "include/TGLPerspectiveCamera.h", 31,
02511                   typeid(::TGLPerspectiveCamera), DefineBehavior(ptr, ptr),
02512                   &::TGLPerspectiveCamera::Dictionary, isa_proxy, 0,
02513                   sizeof(::TGLPerspectiveCamera) );
02514       instance.SetDelete(&delete_TGLPerspectiveCamera);
02515       instance.SetDeleteArray(&deleteArray_TGLPerspectiveCamera);
02516       instance.SetDestructor(&destruct_TGLPerspectiveCamera);
02517       instance.SetStreamerFunc(&streamer_TGLPerspectiveCamera);
02518       return &instance;
02519    }
02520    TGenericClassInfo *GenerateInitInstance(const ::TGLPerspectiveCamera*)
02521    {
02522       return GenerateInitInstanceLocal((::TGLPerspectiveCamera*)0);
02523    }
02524    // Static variable to force the class initialization
02525    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPerspectiveCamera*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02526 } // end of namespace ROOT
02527 
02528 namespace ROOT {
02529    void TGLOrthoCamera_ShowMembers(void *obj, TMemberInspector &R__insp);
02530    static void delete_TGLOrthoCamera(void *p);
02531    static void deleteArray_TGLOrthoCamera(void *p);
02532    static void destruct_TGLOrthoCamera(void *p);
02533    static void streamer_TGLOrthoCamera(TBuffer &buf, void *obj);
02534 
02535    // Function generating the singleton type initializer
02536    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLOrthoCamera*)
02537    {
02538       ::TGLOrthoCamera *ptr = 0;
02539       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLOrthoCamera >(0);
02540       static ::ROOT::TGenericClassInfo 
02541          instance("TGLOrthoCamera", ::TGLOrthoCamera::Class_Version(), "include/TGLOrthoCamera.h", 36,
02542                   typeid(::TGLOrthoCamera), DefineBehavior(ptr, ptr),
02543                   &::TGLOrthoCamera::Dictionary, isa_proxy, 0,
02544                   sizeof(::TGLOrthoCamera) );
02545       instance.SetDelete(&delete_TGLOrthoCamera);
02546       instance.SetDeleteArray(&deleteArray_TGLOrthoCamera);
02547       instance.SetDestructor(&destruct_TGLOrthoCamera);
02548       instance.SetStreamerFunc(&streamer_TGLOrthoCamera);
02549       return &instance;
02550    }
02551    TGenericClassInfo *GenerateInitInstance(const ::TGLOrthoCamera*)
02552    {
02553       return GenerateInitInstanceLocal((::TGLOrthoCamera*)0);
02554    }
02555    // Static variable to force the class initialization
02556    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLOrthoCamera*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02557 } // end of namespace ROOT
02558 
02559 namespace ROOT {
02560    void TGLViewerEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
02561    static void *new_TGLViewerEditor(void *p = 0);
02562    static void *newArray_TGLViewerEditor(Long_t size, void *p);
02563    static void delete_TGLViewerEditor(void *p);
02564    static void deleteArray_TGLViewerEditor(void *p);
02565    static void destruct_TGLViewerEditor(void *p);
02566 
02567    // Function generating the singleton type initializer
02568    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLViewerEditor*)
02569    {
02570       ::TGLViewerEditor *ptr = 0;
02571       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLViewerEditor >(0);
02572       static ::ROOT::TGenericClassInfo 
02573          instance("TGLViewerEditor", ::TGLViewerEditor::Class_Version(), "include/TGLViewerEditor.h", 40,
02574                   typeid(::TGLViewerEditor), DefineBehavior(ptr, ptr),
02575                   &::TGLViewerEditor::Dictionary, isa_proxy, 4,
02576                   sizeof(::TGLViewerEditor) );
02577       instance.SetNew(&new_TGLViewerEditor);
02578       instance.SetNewArray(&newArray_TGLViewerEditor);
02579       instance.SetDelete(&delete_TGLViewerEditor);
02580       instance.SetDeleteArray(&deleteArray_TGLViewerEditor);
02581       instance.SetDestructor(&destruct_TGLViewerEditor);
02582       return &instance;
02583    }
02584    TGenericClassInfo *GenerateInitInstance(const ::TGLViewerEditor*)
02585    {
02586       return GenerateInitInstanceLocal((::TGLViewerEditor*)0);
02587    }
02588    // Static variable to force the class initialization
02589    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLViewerEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02590 } // end of namespace ROOT
02591 
02592 namespace ROOT {
02593    void TGLLightSet_ShowMembers(void *obj, TMemberInspector &R__insp);
02594    static void *new_TGLLightSet(void *p = 0);
02595    static void *newArray_TGLLightSet(Long_t size, void *p);
02596    static void delete_TGLLightSet(void *p);
02597    static void deleteArray_TGLLightSet(void *p);
02598    static void destruct_TGLLightSet(void *p);
02599 
02600    // Function generating the singleton type initializer
02601    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLLightSet*)
02602    {
02603       ::TGLLightSet *ptr = 0;
02604       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLLightSet >(0);
02605       static ::ROOT::TGenericClassInfo 
02606          instance("TGLLightSet", ::TGLLightSet::Class_Version(), "include/TGLLightSet.h", 22,
02607                   typeid(::TGLLightSet), DefineBehavior(ptr, ptr),
02608                   &::TGLLightSet::Dictionary, isa_proxy, 4,
02609                   sizeof(::TGLLightSet) );
02610       instance.SetNew(&new_TGLLightSet);
02611       instance.SetNewArray(&newArray_TGLLightSet);
02612       instance.SetDelete(&delete_TGLLightSet);
02613       instance.SetDeleteArray(&deleteArray_TGLLightSet);
02614       instance.SetDestructor(&destruct_TGLLightSet);
02615       return &instance;
02616    }
02617    TGenericClassInfo *GenerateInitInstance(const ::TGLLightSet*)
02618    {
02619       return GenerateInitInstanceLocal((::TGLLightSet*)0);
02620    }
02621    // Static variable to force the class initialization
02622    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLLightSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02623 } // end of namespace ROOT
02624 
02625 namespace ROOT {
02626    void TGLPShapeObj_ShowMembers(void *obj, TMemberInspector &R__insp);
02627    static void *new_TGLPShapeObj(void *p = 0);
02628    static void *newArray_TGLPShapeObj(Long_t size, void *p);
02629    static void delete_TGLPShapeObj(void *p);
02630    static void deleteArray_TGLPShapeObj(void *p);
02631    static void destruct_TGLPShapeObj(void *p);
02632 
02633    // Function generating the singleton type initializer
02634    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPShapeObj*)
02635    {
02636       ::TGLPShapeObj *ptr = 0;
02637       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPShapeObj >(0);
02638       static ::ROOT::TGenericClassInfo 
02639          instance("TGLPShapeObj", ::TGLPShapeObj::Class_Version(), "include/TGLPShapeObj.h", 21,
02640                   typeid(::TGLPShapeObj), DefineBehavior(ptr, ptr),
02641                   &::TGLPShapeObj::Dictionary, isa_proxy, 4,
02642                   sizeof(::TGLPShapeObj) );
02643       instance.SetNew(&new_TGLPShapeObj);
02644       instance.SetNewArray(&newArray_TGLPShapeObj);
02645       instance.SetDelete(&delete_TGLPShapeObj);
02646       instance.SetDeleteArray(&deleteArray_TGLPShapeObj);
02647       instance.SetDestructor(&destruct_TGLPShapeObj);
02648       return &instance;
02649    }
02650    TGenericClassInfo *GenerateInitInstance(const ::TGLPShapeObj*)
02651    {
02652       return GenerateInitInstanceLocal((::TGLPShapeObj*)0);
02653    }
02654    // Static variable to force the class initialization
02655    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPShapeObj*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02656 } // end of namespace ROOT
02657 
02658 namespace ROOT {
02659    void TGLOutput_ShowMembers(void *obj, TMemberInspector &R__insp);
02660    static void *new_TGLOutput(void *p = 0);
02661    static void *newArray_TGLOutput(Long_t size, void *p);
02662    static void delete_TGLOutput(void *p);
02663    static void deleteArray_TGLOutput(void *p);
02664    static void destruct_TGLOutput(void *p);
02665    static void streamer_TGLOutput(TBuffer &buf, void *obj);
02666 
02667    // Function generating the singleton type initializer
02668    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLOutput*)
02669    {
02670       ::TGLOutput *ptr = 0;
02671       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLOutput >(0);
02672       static ::ROOT::TGenericClassInfo 
02673          instance("TGLOutput", ::TGLOutput::Class_Version(), "include/TGLOutput.h", 28,
02674                   typeid(::TGLOutput), DefineBehavior(ptr, ptr),
02675                   &::TGLOutput::Dictionary, isa_proxy, 0,
02676                   sizeof(::TGLOutput) );
02677       instance.SetNew(&new_TGLOutput);
02678       instance.SetNewArray(&newArray_TGLOutput);
02679       instance.SetDelete(&delete_TGLOutput);
02680       instance.SetDeleteArray(&deleteArray_TGLOutput);
02681       instance.SetDestructor(&destruct_TGLOutput);
02682       instance.SetStreamerFunc(&streamer_TGLOutput);
02683       return &instance;
02684    }
02685    TGenericClassInfo *GenerateInitInstance(const ::TGLOutput*)
02686    {
02687       return GenerateInitInstanceLocal((::TGLOutput*)0);
02688    }
02689    // Static variable to force the class initialization
02690    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLOutput*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02691 } // end of namespace ROOT
02692 
02693 namespace ROOT {
02694    void TGLEventHandler_ShowMembers(void *obj, TMemberInspector &R__insp);
02695    static void delete_TGLEventHandler(void *p);
02696    static void deleteArray_TGLEventHandler(void *p);
02697    static void destruct_TGLEventHandler(void *p);
02698    static void streamer_TGLEventHandler(TBuffer &buf, void *obj);
02699 
02700    // Function generating the singleton type initializer
02701    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLEventHandler*)
02702    {
02703       ::TGLEventHandler *ptr = 0;
02704       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLEventHandler >(0);
02705       static ::ROOT::TGenericClassInfo 
02706          instance("TGLEventHandler", ::TGLEventHandler::Class_Version(), "include/TGLEventHandler.h", 34,
02707                   typeid(::TGLEventHandler), DefineBehavior(ptr, ptr),
02708                   &::TGLEventHandler::Dictionary, isa_proxy, 0,
02709                   sizeof(::TGLEventHandler) );
02710       instance.SetDelete(&delete_TGLEventHandler);
02711       instance.SetDeleteArray(&deleteArray_TGLEventHandler);
02712       instance.SetDestructor(&destruct_TGLEventHandler);
02713       instance.SetStreamerFunc(&streamer_TGLEventHandler);
02714       return &instance;
02715    }
02716    TGenericClassInfo *GenerateInitInstance(const ::TGLEventHandler*)
02717    {
02718       return GenerateInitInstanceLocal((::TGLEventHandler*)0);
02719    }
02720    // Static variable to force the class initialization
02721    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLEventHandler*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02722 } // end of namespace ROOT
02723 
02724 namespace ROOT {
02725    void TGLFaderHelper_ShowMembers(void *obj, TMemberInspector &R__insp);
02726    static void *new_TGLFaderHelper(void *p = 0);
02727    static void *newArray_TGLFaderHelper(Long_t size, void *p);
02728    static void delete_TGLFaderHelper(void *p);
02729    static void deleteArray_TGLFaderHelper(void *p);
02730    static void destruct_TGLFaderHelper(void *p);
02731 
02732    // Function generating the singleton type initializer
02733    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLFaderHelper*)
02734    {
02735       ::TGLFaderHelper *ptr = 0;
02736       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLFaderHelper >(0);
02737       static ::ROOT::TGenericClassInfo 
02738          instance("TGLFaderHelper", ::TGLFaderHelper::Class_Version(), "include/TGLViewer.h", 422,
02739                   typeid(::TGLFaderHelper), DefineBehavior(ptr, ptr),
02740                   &::TGLFaderHelper::Dictionary, isa_proxy, 4,
02741                   sizeof(::TGLFaderHelper) );
02742       instance.SetNew(&new_TGLFaderHelper);
02743       instance.SetNewArray(&newArray_TGLFaderHelper);
02744       instance.SetDelete(&delete_TGLFaderHelper);
02745       instance.SetDeleteArray(&deleteArray_TGLFaderHelper);
02746       instance.SetDestructor(&destruct_TGLFaderHelper);
02747       return &instance;
02748    }
02749    TGenericClassInfo *GenerateInitInstance(const ::TGLFaderHelper*)
02750    {
02751       return GenerateInitInstanceLocal((::TGLFaderHelper*)0);
02752    }
02753    // Static variable to force the class initialization
02754    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLFaderHelper*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02755 } // end of namespace ROOT
02756 
02757 namespace ROOT {
02758    void TGLEmbeddedViewer_ShowMembers(void *obj, TMemberInspector &R__insp);
02759    static void delete_TGLEmbeddedViewer(void *p);
02760    static void deleteArray_TGLEmbeddedViewer(void *p);
02761    static void destruct_TGLEmbeddedViewer(void *p);
02762    static void streamer_TGLEmbeddedViewer(TBuffer &buf, void *obj);
02763 
02764    // Function generating the singleton type initializer
02765    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLEmbeddedViewer*)
02766    {
02767       ::TGLEmbeddedViewer *ptr = 0;
02768       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLEmbeddedViewer >(0);
02769       static ::ROOT::TGenericClassInfo 
02770          instance("TGLEmbeddedViewer", ::TGLEmbeddedViewer::Class_Version(), "include/TGLEmbeddedViewer.h", 28,
02771                   typeid(::TGLEmbeddedViewer), DefineBehavior(ptr, ptr),
02772                   &::TGLEmbeddedViewer::Dictionary, isa_proxy, 0,
02773                   sizeof(::TGLEmbeddedViewer) );
02774       instance.SetDelete(&delete_TGLEmbeddedViewer);
02775       instance.SetDeleteArray(&deleteArray_TGLEmbeddedViewer);
02776       instance.SetDestructor(&destruct_TGLEmbeddedViewer);
02777       instance.SetStreamerFunc(&streamer_TGLEmbeddedViewer);
02778       return &instance;
02779    }
02780    TGenericClassInfo *GenerateInitInstance(const ::TGLEmbeddedViewer*)
02781    {
02782       return GenerateInitInstanceLocal((::TGLEmbeddedViewer*)0);
02783    }
02784    // Static variable to force the class initialization
02785    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLEmbeddedViewer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02786 } // end of namespace ROOT
02787 
02788 namespace ROOT {
02789    void TGLFaceSet_ShowMembers(void *obj, TMemberInspector &R__insp);
02790    static void delete_TGLFaceSet(void *p);
02791    static void deleteArray_TGLFaceSet(void *p);
02792    static void destruct_TGLFaceSet(void *p);
02793    static void streamer_TGLFaceSet(TBuffer &buf, void *obj);
02794 
02795    // Function generating the singleton type initializer
02796    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLFaceSet*)
02797    {
02798       ::TGLFaceSet *ptr = 0;
02799       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLFaceSet >(0);
02800       static ::ROOT::TGenericClassInfo 
02801          instance("TGLFaceSet", ::TGLFaceSet::Class_Version(), "include/TGLFaceSet.h", 26,
02802                   typeid(::TGLFaceSet), DefineBehavior(ptr, ptr),
02803                   &::TGLFaceSet::Dictionary, isa_proxy, 0,
02804                   sizeof(::TGLFaceSet) );
02805       instance.SetDelete(&delete_TGLFaceSet);
02806       instance.SetDeleteArray(&deleteArray_TGLFaceSet);
02807       instance.SetDestructor(&destruct_TGLFaceSet);
02808       instance.SetStreamerFunc(&streamer_TGLFaceSet);
02809       return &instance;
02810    }
02811    TGenericClassInfo *GenerateInitInstance(const ::TGLFaceSet*)
02812    {
02813       return GenerateInitInstanceLocal((::TGLFaceSet*)0);
02814    }
02815    // Static variable to force the class initialization
02816    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLFaceSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02817 } // end of namespace ROOT
02818 
02819 namespace ROOT {
02820    void TGLFBO_ShowMembers(void *obj, TMemberInspector &R__insp);
02821    static void *new_TGLFBO(void *p = 0);
02822    static void *newArray_TGLFBO(Long_t size, void *p);
02823    static void delete_TGLFBO(void *p);
02824    static void deleteArray_TGLFBO(void *p);
02825    static void destruct_TGLFBO(void *p);
02826 
02827    // Function generating the singleton type initializer
02828    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLFBO*)
02829    {
02830       ::TGLFBO *ptr = 0;
02831       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLFBO >(0);
02832       static ::ROOT::TGenericClassInfo 
02833          instance("TGLFBO", ::TGLFBO::Class_Version(), "include/TGLFBO.h", 18,
02834                   typeid(::TGLFBO), DefineBehavior(ptr, ptr),
02835                   &::TGLFBO::Dictionary, isa_proxy, 4,
02836                   sizeof(::TGLFBO) );
02837       instance.SetNew(&new_TGLFBO);
02838       instance.SetNewArray(&newArray_TGLFBO);
02839       instance.SetDelete(&delete_TGLFBO);
02840       instance.SetDeleteArray(&deleteArray_TGLFBO);
02841       instance.SetDestructor(&destruct_TGLFBO);
02842       return &instance;
02843    }
02844    TGenericClassInfo *GenerateInitInstance(const ::TGLFBO*)
02845    {
02846       return GenerateInitInstanceLocal((::TGLFBO*)0);
02847    }
02848    // Static variable to force the class initialization
02849    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLFBO*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02850 } // end of namespace ROOT
02851 
02852 namespace ROOT {
02853    void TGLPadPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
02854    static void *new_TGLPadPainter(void *p = 0);
02855    static void *newArray_TGLPadPainter(Long_t size, void *p);
02856    static void delete_TGLPadPainter(void *p);
02857    static void deleteArray_TGLPadPainter(void *p);
02858    static void destruct_TGLPadPainter(void *p);
02859    static void streamer_TGLPadPainter(TBuffer &buf, void *obj);
02860 
02861    // Function generating the singleton type initializer
02862    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPadPainter*)
02863    {
02864       ::TGLPadPainter *ptr = 0;
02865       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPadPainter >(0);
02866       static ::ROOT::TGenericClassInfo 
02867          instance("TGLPadPainter", ::TGLPadPainter::Class_Version(), "include/TGLPadPainter.h", 34,
02868                   typeid(::TGLPadPainter), DefineBehavior(ptr, ptr),
02869                   &::TGLPadPainter::Dictionary, isa_proxy, 0,
02870                   sizeof(::TGLPadPainter) );
02871       instance.SetNew(&new_TGLPadPainter);
02872       instance.SetNewArray(&newArray_TGLPadPainter);
02873       instance.SetDelete(&delete_TGLPadPainter);
02874       instance.SetDeleteArray(&deleteArray_TGLPadPainter);
02875       instance.SetDestructor(&destruct_TGLPadPainter);
02876       instance.SetStreamerFunc(&streamer_TGLPadPainter);
02877       return &instance;
02878    }
02879    TGenericClassInfo *GenerateInitInstance(const ::TGLPadPainter*)
02880    {
02881       return GenerateInitInstanceLocal((::TGLPadPainter*)0);
02882    }
02883    // Static variable to force the class initialization
02884    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPadPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02885 } // end of namespace ROOT
02886 
02887 namespace ROOT {
02888    void TGLH2PolyPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
02889    static void delete_TGLH2PolyPainter(void *p);
02890    static void deleteArray_TGLH2PolyPainter(void *p);
02891    static void destruct_TGLH2PolyPainter(void *p);
02892    static void streamer_TGLH2PolyPainter(TBuffer &buf, void *obj);
02893 
02894    // Function generating the singleton type initializer
02895    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLH2PolyPainter*)
02896    {
02897       ::TGLH2PolyPainter *ptr = 0;
02898       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLH2PolyPainter >(0);
02899       static ::ROOT::TGenericClassInfo 
02900          instance("TGLH2PolyPainter", ::TGLH2PolyPainter::Class_Version(), "include/TGLH2PolyPainter.h", 20,
02901                   typeid(::TGLH2PolyPainter), DefineBehavior(ptr, ptr),
02902                   &::TGLH2PolyPainter::Dictionary, isa_proxy, 0,
02903                   sizeof(::TGLH2PolyPainter) );
02904       instance.SetDelete(&delete_TGLH2PolyPainter);
02905       instance.SetDeleteArray(&deleteArray_TGLH2PolyPainter);
02906       instance.SetDestructor(&destruct_TGLH2PolyPainter);
02907       instance.SetStreamerFunc(&streamer_TGLH2PolyPainter);
02908       return &instance;
02909    }
02910    TGenericClassInfo *GenerateInitInstance(const ::TGLH2PolyPainter*)
02911    {
02912       return GenerateInitInstanceLocal((::TGLH2PolyPainter*)0);
02913    }
02914    // Static variable to force the class initialization
02915    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLH2PolyPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02916 } // end of namespace ROOT
02917 
02918 namespace ROOT {
02919    void TGLLegoPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
02920    static void delete_TGLLegoPainter(void *p);
02921    static void deleteArray_TGLLegoPainter(void *p);
02922    static void destruct_TGLLegoPainter(void *p);
02923    static void streamer_TGLLegoPainter(TBuffer &buf, void *obj);
02924 
02925    // Function generating the singleton type initializer
02926    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLLegoPainter*)
02927    {
02928       ::TGLLegoPainter *ptr = 0;
02929       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLLegoPainter >(0);
02930       static ::ROOT::TGenericClassInfo 
02931          instance("TGLLegoPainter", ::TGLLegoPainter::Class_Version(), "include/TGLLegoPainter.h", 36,
02932                   typeid(::TGLLegoPainter), DefineBehavior(ptr, ptr),
02933                   &::TGLLegoPainter::Dictionary, isa_proxy, 0,
02934                   sizeof(::TGLLegoPainter) );
02935       instance.SetDelete(&delete_TGLLegoPainter);
02936       instance.SetDeleteArray(&deleteArray_TGLLegoPainter);
02937       instance.SetDestructor(&destruct_TGLLegoPainter);
02938       instance.SetStreamerFunc(&streamer_TGLLegoPainter);
02939       return &instance;
02940    }
02941    TGenericClassInfo *GenerateInitInstance(const ::TGLLegoPainter*)
02942    {
02943       return GenerateInitInstanceLocal((::TGLLegoPainter*)0);
02944    }
02945    // Static variable to force the class initialization
02946    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLLegoPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02947 } // end of namespace ROOT
02948 
02949 namespace ROOT {
02950    void TGLLightSetSubEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
02951    static void delete_TGLLightSetSubEditor(void *p);
02952    static void deleteArray_TGLLightSetSubEditor(void *p);
02953    static void destruct_TGLLightSetSubEditor(void *p);
02954 
02955    // Function generating the singleton type initializer
02956    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLLightSetSubEditor*)
02957    {
02958       ::TGLLightSetSubEditor *ptr = 0;
02959       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLLightSetSubEditor >(0);
02960       static ::ROOT::TGenericClassInfo 
02961          instance("TGLLightSetSubEditor", ::TGLLightSetSubEditor::Class_Version(), "include/TGLLightSetEditor.h", 21,
02962                   typeid(::TGLLightSetSubEditor), DefineBehavior(ptr, ptr),
02963                   &::TGLLightSetSubEditor::Dictionary, isa_proxy, 4,
02964                   sizeof(::TGLLightSetSubEditor) );
02965       instance.SetDelete(&delete_TGLLightSetSubEditor);
02966       instance.SetDeleteArray(&deleteArray_TGLLightSetSubEditor);
02967       instance.SetDestructor(&destruct_TGLLightSetSubEditor);
02968       return &instance;
02969    }
02970    TGenericClassInfo *GenerateInitInstance(const ::TGLLightSetSubEditor*)
02971    {
02972       return GenerateInitInstanceLocal((::TGLLightSetSubEditor*)0);
02973    }
02974    // Static variable to force the class initialization
02975    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLLightSetSubEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02976 } // end of namespace ROOT
02977 
02978 namespace ROOT {
02979    void TGLLightSetEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
02980    static void *new_TGLLightSetEditor(void *p = 0);
02981    static void *newArray_TGLLightSetEditor(Long_t size, void *p);
02982    static void delete_TGLLightSetEditor(void *p);
02983    static void deleteArray_TGLLightSetEditor(void *p);
02984    static void destruct_TGLLightSetEditor(void *p);
02985 
02986    // Function generating the singleton type initializer
02987    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLLightSetEditor*)
02988    {
02989       ::TGLLightSetEditor *ptr = 0;
02990       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLLightSetEditor >(0);
02991       static ::ROOT::TGenericClassInfo 
02992          instance("TGLLightSetEditor", ::TGLLightSetEditor::Class_Version(), "include/TGLLightSetEditor.h", 55,
02993                   typeid(::TGLLightSetEditor), DefineBehavior(ptr, ptr),
02994                   &::TGLLightSetEditor::Dictionary, isa_proxy, 4,
02995                   sizeof(::TGLLightSetEditor) );
02996       instance.SetNew(&new_TGLLightSetEditor);
02997       instance.SetNewArray(&newArray_TGLLightSetEditor);
02998       instance.SetDelete(&delete_TGLLightSetEditor);
02999       instance.SetDeleteArray(&deleteArray_TGLLightSetEditor);
03000       instance.SetDestructor(&destruct_TGLLightSetEditor);
03001       return &instance;
03002    }
03003    TGenericClassInfo *GenerateInitInstance(const ::TGLLightSetEditor*)
03004    {
03005       return GenerateInitInstanceLocal((::TGLLightSetEditor*)0);
03006    }
03007    // Static variable to force the class initialization
03008    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLLightSetEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03009 } // end of namespace ROOT
03010 
03011 namespace ROOT {
03012    void TGLOverlayButton_ShowMembers(void *obj, TMemberInspector &R__insp);
03013    static void delete_TGLOverlayButton(void *p);
03014    static void deleteArray_TGLOverlayButton(void *p);
03015    static void destruct_TGLOverlayButton(void *p);
03016 
03017    // Function generating the singleton type initializer
03018    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLOverlayButton*)
03019    {
03020       ::TGLOverlayButton *ptr = 0;
03021       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLOverlayButton >(0);
03022       static ::ROOT::TGenericClassInfo 
03023          instance("TGLOverlayButton", ::TGLOverlayButton::Class_Version(), "include/TGLOverlayButton.h", 32,
03024                   typeid(::TGLOverlayButton), DefineBehavior(ptr, ptr),
03025                   &::TGLOverlayButton::Dictionary, isa_proxy, 4,
03026                   sizeof(::TGLOverlayButton) );
03027       instance.SetDelete(&delete_TGLOverlayButton);
03028       instance.SetDeleteArray(&deleteArray_TGLOverlayButton);
03029       instance.SetDestructor(&destruct_TGLOverlayButton);
03030       return &instance;
03031    }
03032    TGenericClassInfo *GenerateInitInstance(const ::TGLOverlayButton*)
03033    {
03034       return GenerateInitInstanceLocal((::TGLOverlayButton*)0);
03035    }
03036    // Static variable to force the class initialization
03037    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLOverlayButton*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03038 } // end of namespace ROOT
03039 
03040 namespace ROOT {
03041    void TGLParametricEquationGL_ShowMembers(void *obj, TMemberInspector &R__insp);
03042    static void *new_TGLParametricEquationGL(void *p = 0);
03043    static void *newArray_TGLParametricEquationGL(Long_t size, void *p);
03044    static void delete_TGLParametricEquationGL(void *p);
03045    static void deleteArray_TGLParametricEquationGL(void *p);
03046    static void destruct_TGLParametricEquationGL(void *p);
03047    static void streamer_TGLParametricEquationGL(TBuffer &buf, void *obj);
03048 
03049    // Function generating the singleton type initializer
03050    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLParametricEquationGL*)
03051    {
03052       ::TGLParametricEquationGL *ptr = 0;
03053       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLParametricEquationGL >(0);
03054       static ::ROOT::TGenericClassInfo 
03055          instance("TGLParametricEquationGL", ::TGLParametricEquationGL::Class_Version(), "include/TGLParametricEquationGL.h", 23,
03056                   typeid(::TGLParametricEquationGL), DefineBehavior(ptr, ptr),
03057                   &::TGLParametricEquationGL::Dictionary, isa_proxy, 0,
03058                   sizeof(::TGLParametricEquationGL) );
03059       instance.SetNew(&new_TGLParametricEquationGL);
03060       instance.SetNewArray(&newArray_TGLParametricEquationGL);
03061       instance.SetDelete(&delete_TGLParametricEquationGL);
03062       instance.SetDeleteArray(&deleteArray_TGLParametricEquationGL);
03063       instance.SetDestructor(&destruct_TGLParametricEquationGL);
03064       instance.SetStreamerFunc(&streamer_TGLParametricEquationGL);
03065       return &instance;
03066    }
03067    TGenericClassInfo *GenerateInitInstance(const ::TGLParametricEquationGL*)
03068    {
03069       return GenerateInitInstanceLocal((::TGLParametricEquationGL*)0);
03070    }
03071    // Static variable to force the class initialization
03072    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLParametricEquationGL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03073 } // end of namespace ROOT
03074 
03075 namespace ROOT {
03076    void TGLParametricPlot_ShowMembers(void *obj, TMemberInspector &R__insp);
03077    static void delete_TGLParametricPlot(void *p);
03078    static void deleteArray_TGLParametricPlot(void *p);
03079    static void destruct_TGLParametricPlot(void *p);
03080    static void streamer_TGLParametricPlot(TBuffer &buf, void *obj);
03081 
03082    // Function generating the singleton type initializer
03083    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLParametricPlot*)
03084    {
03085       ::TGLParametricPlot *ptr = 0;
03086       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLParametricPlot >(0);
03087       static ::ROOT::TGenericClassInfo 
03088          instance("TGLParametricPlot", ::TGLParametricPlot::Class_Version(), "include/TGLParametric.h", 93,
03089                   typeid(::TGLParametricPlot), DefineBehavior(ptr, ptr),
03090                   &::TGLParametricPlot::Dictionary, isa_proxy, 0,
03091                   sizeof(::TGLParametricPlot) );
03092       instance.SetDelete(&delete_TGLParametricPlot);
03093       instance.SetDeleteArray(&deleteArray_TGLParametricPlot);
03094       instance.SetDestructor(&destruct_TGLParametricPlot);
03095       instance.SetStreamerFunc(&streamer_TGLParametricPlot);
03096       return &instance;
03097    }
03098    TGenericClassInfo *GenerateInitInstance(const ::TGLParametricPlot*)
03099    {
03100       return GenerateInitInstanceLocal((::TGLParametricPlot*)0);
03101    }
03102    // Static variable to force the class initialization
03103    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLParametricPlot*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03104 } // end of namespace ROOT
03105 
03106 namespace ROOT {
03107    void TGLPolyLine_ShowMembers(void *obj, TMemberInspector &R__insp);
03108    static void delete_TGLPolyLine(void *p);
03109    static void deleteArray_TGLPolyLine(void *p);
03110    static void destruct_TGLPolyLine(void *p);
03111    static void streamer_TGLPolyLine(TBuffer &buf, void *obj);
03112 
03113    // Function generating the singleton type initializer
03114    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPolyLine*)
03115    {
03116       ::TGLPolyLine *ptr = 0;
03117       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPolyLine >(0);
03118       static ::ROOT::TGenericClassInfo 
03119          instance("TGLPolyLine", ::TGLPolyLine::Class_Version(), "include/TGLPolyLine.h", 26,
03120                   typeid(::TGLPolyLine), DefineBehavior(ptr, ptr),
03121                   &::TGLPolyLine::Dictionary, isa_proxy, 0,
03122                   sizeof(::TGLPolyLine) );
03123       instance.SetDelete(&delete_TGLPolyLine);
03124       instance.SetDeleteArray(&deleteArray_TGLPolyLine);
03125       instance.SetDestructor(&destruct_TGLPolyLine);
03126       instance.SetStreamerFunc(&streamer_TGLPolyLine);
03127       return &instance;
03128    }
03129    TGenericClassInfo *GenerateInitInstance(const ::TGLPolyLine*)
03130    {
03131       return GenerateInitInstanceLocal((::TGLPolyLine*)0);
03132    }
03133    // Static variable to force the class initialization
03134    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPolyLine*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03135 } // end of namespace ROOT
03136 
03137 namespace ROOT {
03138    void TGLPolyMarker_ShowMembers(void *obj, TMemberInspector &R__insp);
03139    static void delete_TGLPolyMarker(void *p);
03140    static void deleteArray_TGLPolyMarker(void *p);
03141    static void destruct_TGLPolyMarker(void *p);
03142    static void streamer_TGLPolyMarker(TBuffer &buf, void *obj);
03143 
03144    // Function generating the singleton type initializer
03145    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPolyMarker*)
03146    {
03147       ::TGLPolyMarker *ptr = 0;
03148       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPolyMarker >(0);
03149       static ::ROOT::TGenericClassInfo 
03150          instance("TGLPolyMarker", ::TGLPolyMarker::Class_Version(), "include/TGLPolyMarker.h", 27,
03151                   typeid(::TGLPolyMarker), DefineBehavior(ptr, ptr),
03152                   &::TGLPolyMarker::Dictionary, isa_proxy, 0,
03153                   sizeof(::TGLPolyMarker) );
03154       instance.SetDelete(&delete_TGLPolyMarker);
03155       instance.SetDeleteArray(&deleteArray_TGLPolyMarker);
03156       instance.SetDestructor(&destruct_TGLPolyMarker);
03157       instance.SetStreamerFunc(&streamer_TGLPolyMarker);
03158       return &instance;
03159    }
03160    TGenericClassInfo *GenerateInitInstance(const ::TGLPolyMarker*)
03161    {
03162       return GenerateInitInstanceLocal((::TGLPolyMarker*)0);
03163    }
03164    // Static variable to force the class initialization
03165    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPolyMarker*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03166 } // end of namespace ROOT
03167 
03168 namespace ROOT {
03169    void TGLPShapeObjEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
03170    static void *new_TGLPShapeObjEditor(void *p = 0);
03171    static void *newArray_TGLPShapeObjEditor(Long_t size, void *p);
03172    static void delete_TGLPShapeObjEditor(void *p);
03173    static void deleteArray_TGLPShapeObjEditor(void *p);
03174    static void destruct_TGLPShapeObjEditor(void *p);
03175 
03176    // Function generating the singleton type initializer
03177    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPShapeObjEditor*)
03178    {
03179       ::TGLPShapeObjEditor *ptr = 0;
03180       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPShapeObjEditor >(0);
03181       static ::ROOT::TGenericClassInfo 
03182          instance("TGLPShapeObjEditor", ::TGLPShapeObjEditor::Class_Version(), "include/TGLPShapeObjEditor.h", 36,
03183                   typeid(::TGLPShapeObjEditor), DefineBehavior(ptr, ptr),
03184                   &::TGLPShapeObjEditor::Dictionary, isa_proxy, 4,
03185                   sizeof(::TGLPShapeObjEditor) );
03186       instance.SetNew(&new_TGLPShapeObjEditor);
03187       instance.SetNewArray(&newArray_TGLPShapeObjEditor);
03188       instance.SetDelete(&delete_TGLPShapeObjEditor);
03189       instance.SetDeleteArray(&deleteArray_TGLPShapeObjEditor);
03190       instance.SetDestructor(&destruct_TGLPShapeObjEditor);
03191       return &instance;
03192    }
03193    TGenericClassInfo *GenerateInitInstance(const ::TGLPShapeObjEditor*)
03194    {
03195       return GenerateInitInstanceLocal((::TGLPShapeObjEditor*)0);
03196    }
03197    // Static variable to force the class initialization
03198    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPShapeObjEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03199 } // end of namespace ROOT
03200 
03201 namespace ROOT {
03202    void TGLRotateManip_ShowMembers(void *obj, TMemberInspector &R__insp);
03203    static void *new_TGLRotateManip(void *p = 0);
03204    static void *newArray_TGLRotateManip(Long_t size, void *p);
03205    static void delete_TGLRotateManip(void *p);
03206    static void deleteArray_TGLRotateManip(void *p);
03207    static void destruct_TGLRotateManip(void *p);
03208    static void streamer_TGLRotateManip(TBuffer &buf, void *obj);
03209 
03210    // Function generating the singleton type initializer
03211    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLRotateManip*)
03212    {
03213       ::TGLRotateManip *ptr = 0;
03214       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLRotateManip >(0);
03215       static ::ROOT::TGenericClassInfo 
03216          instance("TGLRotateManip", ::TGLRotateManip::Class_Version(), "include/TGLRotateManip.h", 21,
03217                   typeid(::TGLRotateManip), DefineBehavior(ptr, ptr),
03218                   &::TGLRotateManip::Dictionary, isa_proxy, 0,
03219                   sizeof(::TGLRotateManip) );
03220       instance.SetNew(&new_TGLRotateManip);
03221       instance.SetNewArray(&newArray_TGLRotateManip);
03222       instance.SetDelete(&delete_TGLRotateManip);
03223       instance.SetDeleteArray(&deleteArray_TGLRotateManip);
03224       instance.SetDestructor(&destruct_TGLRotateManip);
03225       instance.SetStreamerFunc(&streamer_TGLRotateManip);
03226       return &instance;
03227    }
03228    TGenericClassInfo *GenerateInitInstance(const ::TGLRotateManip*)
03229    {
03230       return GenerateInitInstanceLocal((::TGLRotateManip*)0);
03231    }
03232    // Static variable to force the class initialization
03233    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLRotateManip*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03234 } // end of namespace ROOT
03235 
03236 namespace ROOT {
03237    void TGLSAViewer_ShowMembers(void *obj, TMemberInspector &R__insp);
03238    static void delete_TGLSAViewer(void *p);
03239    static void deleteArray_TGLSAViewer(void *p);
03240    static void destruct_TGLSAViewer(void *p);
03241    static void streamer_TGLSAViewer(TBuffer &buf, void *obj);
03242 
03243    // Function generating the singleton type initializer
03244    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSAViewer*)
03245    {
03246       ::TGLSAViewer *ptr = 0;
03247       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSAViewer >(0);
03248       static ::ROOT::TGenericClassInfo 
03249          instance("TGLSAViewer", ::TGLSAViewer::Class_Version(), "include/TGLSAViewer.h", 38,
03250                   typeid(::TGLSAViewer), DefineBehavior(ptr, ptr),
03251                   &::TGLSAViewer::Dictionary, isa_proxy, 0,
03252                   sizeof(::TGLSAViewer) );
03253       instance.SetDelete(&delete_TGLSAViewer);
03254       instance.SetDeleteArray(&deleteArray_TGLSAViewer);
03255       instance.SetDestructor(&destruct_TGLSAViewer);
03256       instance.SetStreamerFunc(&streamer_TGLSAViewer);
03257       return &instance;
03258    }
03259    TGenericClassInfo *GenerateInitInstance(const ::TGLSAViewer*)
03260    {
03261       return GenerateInitInstanceLocal((::TGLSAViewer*)0);
03262    }
03263    // Static variable to force the class initialization
03264    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSAViewer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03265 } // end of namespace ROOT
03266 
03267 namespace ROOT {
03268    void TGLSAFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
03269    static void delete_TGLSAFrame(void *p);
03270    static void deleteArray_TGLSAFrame(void *p);
03271    static void destruct_TGLSAFrame(void *p);
03272    static void streamer_TGLSAFrame(TBuffer &buf, void *obj);
03273 
03274    // Function generating the singleton type initializer
03275    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSAFrame*)
03276    {
03277       ::TGLSAFrame *ptr = 0;
03278       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSAFrame >(0);
03279       static ::ROOT::TGenericClassInfo 
03280          instance("TGLSAFrame", ::TGLSAFrame::Class_Version(), "include/TGLSAFrame.h", 33,
03281                   typeid(::TGLSAFrame), DefineBehavior(ptr, ptr),
03282                   &::TGLSAFrame::Dictionary, isa_proxy, 0,
03283                   sizeof(::TGLSAFrame) );
03284       instance.SetDelete(&delete_TGLSAFrame);
03285       instance.SetDeleteArray(&deleteArray_TGLSAFrame);
03286       instance.SetDestructor(&destruct_TGLSAFrame);
03287       instance.SetStreamerFunc(&streamer_TGLSAFrame);
03288       return &instance;
03289    }
03290    TGenericClassInfo *GenerateInitInstance(const ::TGLSAFrame*)
03291    {
03292       return GenerateInitInstanceLocal((::TGLSAFrame*)0);
03293    }
03294    // Static variable to force the class initialization
03295    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSAFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03296 } // end of namespace ROOT
03297 
03298 namespace ROOT {
03299    void TGLScaleManip_ShowMembers(void *obj, TMemberInspector &R__insp);
03300    static void *new_TGLScaleManip(void *p = 0);
03301    static void *newArray_TGLScaleManip(Long_t size, void *p);
03302    static void delete_TGLScaleManip(void *p);
03303    static void deleteArray_TGLScaleManip(void *p);
03304    static void destruct_TGLScaleManip(void *p);
03305    static void streamer_TGLScaleManip(TBuffer &buf, void *obj);
03306 
03307    // Function generating the singleton type initializer
03308    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLScaleManip*)
03309    {
03310       ::TGLScaleManip *ptr = 0;
03311       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLScaleManip >(0);
03312       static ::ROOT::TGenericClassInfo 
03313          instance("TGLScaleManip", ::TGLScaleManip::Class_Version(), "include/TGLScaleManip.h", 31,
03314                   typeid(::TGLScaleManip), DefineBehavior(ptr, ptr),
03315                   &::TGLScaleManip::Dictionary, isa_proxy, 0,
03316                   sizeof(::TGLScaleManip) );
03317       instance.SetNew(&new_TGLScaleManip);
03318       instance.SetNewArray(&newArray_TGLScaleManip);
03319       instance.SetDelete(&delete_TGLScaleManip);
03320       instance.SetDeleteArray(&deleteArray_TGLScaleManip);
03321       instance.SetDestructor(&destruct_TGLScaleManip);
03322       instance.SetStreamerFunc(&streamer_TGLScaleManip);
03323       return &instance;
03324    }
03325    TGenericClassInfo *GenerateInitInstance(const ::TGLScaleManip*)
03326    {
03327       return GenerateInitInstanceLocal((::TGLScaleManip*)0);
03328    }
03329    // Static variable to force the class initialization
03330    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLScaleManip*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03331 } // end of namespace ROOT
03332 
03333 namespace ROOT {
03334    void TGLScenecLcLTSceneInfo_ShowMembers(void *obj, TMemberInspector &R__insp);
03335    static void TGLScenecLcLTSceneInfo_Dictionary();
03336    static void *new_TGLScenecLcLTSceneInfo(void *p = 0);
03337    static void *newArray_TGLScenecLcLTSceneInfo(Long_t size, void *p);
03338    static void delete_TGLScenecLcLTSceneInfo(void *p);
03339    static void deleteArray_TGLScenecLcLTSceneInfo(void *p);
03340    static void destruct_TGLScenecLcLTSceneInfo(void *p);
03341 
03342    // Function generating the singleton type initializer
03343    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLScene::TSceneInfo*)
03344    {
03345       // Make sure the shadow class has the right sizeof
03346       R__ASSERT(sizeof(::TGLScene::TSceneInfo) == sizeof(::ROOT::Shadow::TGLScene::TSceneInfo));
03347       ::TGLScene::TSceneInfo *ptr = 0;
03348       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::TGLScene::TSceneInfo),0);
03349       static ::ROOT::TGenericClassInfo 
03350          instance("TGLScene::TSceneInfo", "include/TGLScene.h", 81,
03351                   typeid(::TGLScene::TSceneInfo), DefineBehavior(ptr, ptr),
03352                   &TGLScenecLcLTSceneInfo_ShowMembers, &TGLScenecLcLTSceneInfo_Dictionary, isa_proxy, 4,
03353                   sizeof(::TGLScene::TSceneInfo) );
03354       instance.SetNew(&new_TGLScenecLcLTSceneInfo);
03355       instance.SetNewArray(&newArray_TGLScenecLcLTSceneInfo);
03356       instance.SetDelete(&delete_TGLScenecLcLTSceneInfo);
03357       instance.SetDeleteArray(&deleteArray_TGLScenecLcLTSceneInfo);
03358       instance.SetDestructor(&destruct_TGLScenecLcLTSceneInfo);
03359       return &instance;
03360    }
03361    TGenericClassInfo *GenerateInitInstance(const ::TGLScene::TSceneInfo*)
03362    {
03363       return GenerateInitInstanceLocal((::TGLScene::TSceneInfo*)0);
03364    }
03365    // Static variable to force the class initialization
03366    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLScene::TSceneInfo*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03367 
03368    // Dictionary for non-ClassDef classes
03369    static void TGLScenecLcLTSceneInfo_Dictionary() {
03370       ::ROOT::GenerateInitInstanceLocal((const ::TGLScene::TSceneInfo*)0x0)->GetClass();
03371    }
03372 
03373 } // end of namespace ROOT
03374 
03375 namespace ROOT {
03376    void TGLScenePad_ShowMembers(void *obj, TMemberInspector &R__insp);
03377    static void delete_TGLScenePad(void *p);
03378    static void deleteArray_TGLScenePad(void *p);
03379    static void destruct_TGLScenePad(void *p);
03380 
03381    // Function generating the singleton type initializer
03382    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLScenePad*)
03383    {
03384       ::TGLScenePad *ptr = 0;
03385       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLScenePad >(0);
03386       static ::ROOT::TGenericClassInfo 
03387          instance("TGLScenePad", ::TGLScenePad::Class_Version(), "include/TGLScenePad.h", 30,
03388                   typeid(::TGLScenePad), DefineBehavior(ptr, ptr),
03389                   &::TGLScenePad::Dictionary, isa_proxy, 4,
03390                   sizeof(::TGLScenePad) );
03391       instance.SetDelete(&delete_TGLScenePad);
03392       instance.SetDeleteArray(&deleteArray_TGLScenePad);
03393       instance.SetDestructor(&destruct_TGLScenePad);
03394       return &instance;
03395    }
03396    TGenericClassInfo *GenerateInitInstance(const ::TGLScenePad*)
03397    {
03398       return GenerateInitInstanceLocal((::TGLScenePad*)0);
03399    }
03400    // Static variable to force the class initialization
03401    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLScenePad*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03402 } // end of namespace ROOT
03403 
03404 namespace ROOT {
03405    void TGLSphere_ShowMembers(void *obj, TMemberInspector &R__insp);
03406    static void delete_TGLSphere(void *p);
03407    static void deleteArray_TGLSphere(void *p);
03408    static void destruct_TGLSphere(void *p);
03409    static void streamer_TGLSphere(TBuffer &buf, void *obj);
03410 
03411    // Function generating the singleton type initializer
03412    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSphere*)
03413    {
03414       ::TGLSphere *ptr = 0;
03415       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSphere >(0);
03416       static ::ROOT::TGenericClassInfo 
03417          instance("TGLSphere", ::TGLSphere::Class_Version(), "include/TGLSphere.h", 24,
03418                   typeid(::TGLSphere), DefineBehavior(ptr, ptr),
03419                   &::TGLSphere::Dictionary, isa_proxy, 0,
03420                   sizeof(::TGLSphere) );
03421       instance.SetDelete(&delete_TGLSphere);
03422       instance.SetDeleteArray(&deleteArray_TGLSphere);
03423       instance.SetDestructor(&destruct_TGLSphere);
03424       instance.SetStreamerFunc(&streamer_TGLSphere);
03425       return &instance;
03426    }
03427    TGenericClassInfo *GenerateInitInstance(const ::TGLSphere*)
03428    {
03429       return GenerateInitInstanceLocal((::TGLSphere*)0);
03430    }
03431    // Static variable to force the class initialization
03432    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSphere*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03433 } // end of namespace ROOT
03434 
03435 namespace ROOT {
03436    void TGLSurfacePainter_ShowMembers(void *obj, TMemberInspector &R__insp);
03437    static void delete_TGLSurfacePainter(void *p);
03438    static void deleteArray_TGLSurfacePainter(void *p);
03439    static void destruct_TGLSurfacePainter(void *p);
03440    static void streamer_TGLSurfacePainter(TBuffer &buf, void *obj);
03441 
03442    // Function generating the singleton type initializer
03443    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLSurfacePainter*)
03444    {
03445       ::TGLSurfacePainter *ptr = 0;
03446       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLSurfacePainter >(0);
03447       static ::ROOT::TGenericClassInfo 
03448          instance("TGLSurfacePainter", ::TGLSurfacePainter::Class_Version(), "include/TGLSurfacePainter.h", 30,
03449                   typeid(::TGLSurfacePainter), DefineBehavior(ptr, ptr),
03450                   &::TGLSurfacePainter::Dictionary, isa_proxy, 0,
03451                   sizeof(::TGLSurfacePainter) );
03452       instance.SetDelete(&delete_TGLSurfacePainter);
03453       instance.SetDeleteArray(&deleteArray_TGLSurfacePainter);
03454       instance.SetDestructor(&destruct_TGLSurfacePainter);
03455       instance.SetStreamerFunc(&streamer_TGLSurfacePainter);
03456       return &instance;
03457    }
03458    TGenericClassInfo *GenerateInitInstance(const ::TGLSurfacePainter*)
03459    {
03460       return GenerateInitInstanceLocal((::TGLSurfacePainter*)0);
03461    }
03462    // Static variable to force the class initialization
03463    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLSurfacePainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03464 } // end of namespace ROOT
03465 
03466 namespace ROOT {
03467    void TGLTF3Painter_ShowMembers(void *obj, TMemberInspector &R__insp);
03468    static void delete_TGLTF3Painter(void *p);
03469    static void deleteArray_TGLTF3Painter(void *p);
03470    static void destruct_TGLTF3Painter(void *p);
03471    static void streamer_TGLTF3Painter(TBuffer &buf, void *obj);
03472 
03473    // Function generating the singleton type initializer
03474    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLTF3Painter*)
03475    {
03476       ::TGLTF3Painter *ptr = 0;
03477       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLTF3Painter >(0);
03478       static ::ROOT::TGenericClassInfo 
03479          instance("TGLTF3Painter", ::TGLTF3Painter::Class_Version(), "include/TGLTF3Painter.h", 35,
03480                   typeid(::TGLTF3Painter), DefineBehavior(ptr, ptr),
03481                   &::TGLTF3Painter::Dictionary, isa_proxy, 0,
03482                   sizeof(::TGLTF3Painter) );
03483       instance.SetDelete(&delete_TGLTF3Painter);
03484       instance.SetDeleteArray(&deleteArray_TGLTF3Painter);
03485       instance.SetDestructor(&destruct_TGLTF3Painter);
03486       instance.SetStreamerFunc(&streamer_TGLTF3Painter);
03487       return &instance;
03488    }
03489    TGenericClassInfo *GenerateInitInstance(const ::TGLTF3Painter*)
03490    {
03491       return GenerateInitInstanceLocal((::TGLTF3Painter*)0);
03492    }
03493    // Static variable to force the class initialization
03494    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLTF3Painter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03495 } // end of namespace ROOT
03496 
03497 namespace ROOT {
03498    void TGLIsoPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
03499    static void delete_TGLIsoPainter(void *p);
03500    static void deleteArray_TGLIsoPainter(void *p);
03501    static void destruct_TGLIsoPainter(void *p);
03502    static void streamer_TGLIsoPainter(TBuffer &buf, void *obj);
03503 
03504    // Function generating the singleton type initializer
03505    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLIsoPainter*)
03506    {
03507       ::TGLIsoPainter *ptr = 0;
03508       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLIsoPainter >(0);
03509       static ::ROOT::TGenericClassInfo 
03510          instance("TGLIsoPainter", ::TGLIsoPainter::Class_Version(), "include/TGLTF3Painter.h", 91,
03511                   typeid(::TGLIsoPainter), DefineBehavior(ptr, ptr),
03512                   &::TGLIsoPainter::Dictionary, isa_proxy, 0,
03513                   sizeof(::TGLIsoPainter) );
03514       instance.SetDelete(&delete_TGLIsoPainter);
03515       instance.SetDeleteArray(&deleteArray_TGLIsoPainter);
03516       instance.SetDestructor(&destruct_TGLIsoPainter);
03517       instance.SetStreamerFunc(&streamer_TGLIsoPainter);
03518       return &instance;
03519    }
03520    TGenericClassInfo *GenerateInitInstance(const ::TGLIsoPainter*)
03521    {
03522       return GenerateInitInstanceLocal((::TGLIsoPainter*)0);
03523    }
03524    // Static variable to force the class initialization
03525    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLIsoPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03526 } // end of namespace ROOT
03527 
03528 namespace ROOT {
03529    void TGLTH3CompositionPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
03530    static void delete_TGLTH3CompositionPainter(void *p);
03531    static void deleteArray_TGLTH3CompositionPainter(void *p);
03532    static void destruct_TGLTH3CompositionPainter(void *p);
03533    static void streamer_TGLTH3CompositionPainter(TBuffer &buf, void *obj);
03534 
03535    // Function generating the singleton type initializer
03536    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLTH3CompositionPainter*)
03537    {
03538       ::TGLTH3CompositionPainter *ptr = 0;
03539       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLTH3CompositionPainter >(0);
03540       static ::ROOT::TGenericClassInfo 
03541          instance("TGLTH3CompositionPainter", ::TGLTH3CompositionPainter::Class_Version(), "include/TGLTH3Composition.h", 71,
03542                   typeid(::TGLTH3CompositionPainter), DefineBehavior(ptr, ptr),
03543                   &::TGLTH3CompositionPainter::Dictionary, isa_proxy, 0,
03544                   sizeof(::TGLTH3CompositionPainter) );
03545       instance.SetDelete(&delete_TGLTH3CompositionPainter);
03546       instance.SetDeleteArray(&deleteArray_TGLTH3CompositionPainter);
03547       instance.SetDestructor(&destruct_TGLTH3CompositionPainter);
03548       instance.SetStreamerFunc(&streamer_TGLTH3CompositionPainter);
03549       return &instance;
03550    }
03551    TGenericClassInfo *GenerateInitInstance(const ::TGLTH3CompositionPainter*)
03552    {
03553       return GenerateInitInstanceLocal((::TGLTH3CompositionPainter*)0);
03554    }
03555    // Static variable to force the class initialization
03556    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLTH3CompositionPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03557 } // end of namespace ROOT
03558 
03559 namespace ROOT {
03560    void TGLTransManip_ShowMembers(void *obj, TMemberInspector &R__insp);
03561    static void *new_TGLTransManip(void *p = 0);
03562    static void *newArray_TGLTransManip(Long_t size, void *p);
03563    static void delete_TGLTransManip(void *p);
03564    static void deleteArray_TGLTransManip(void *p);
03565    static void destruct_TGLTransManip(void *p);
03566    static void streamer_TGLTransManip(TBuffer &buf, void *obj);
03567 
03568    // Function generating the singleton type initializer
03569    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLTransManip*)
03570    {
03571       ::TGLTransManip *ptr = 0;
03572       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLTransManip >(0);
03573       static ::ROOT::TGenericClassInfo 
03574          instance("TGLTransManip", ::TGLTransManip::Class_Version(), "include/TGLTransManip.h", 30,
03575                   typeid(::TGLTransManip), DefineBehavior(ptr, ptr),
03576                   &::TGLTransManip::Dictionary, isa_proxy, 0,
03577                   sizeof(::TGLTransManip) );
03578       instance.SetNew(&new_TGLTransManip);
03579       instance.SetNewArray(&newArray_TGLTransManip);
03580       instance.SetDelete(&delete_TGLTransManip);
03581       instance.SetDeleteArray(&deleteArray_TGLTransManip);
03582       instance.SetDestructor(&destruct_TGLTransManip);
03583       instance.SetStreamerFunc(&streamer_TGLTransManip);
03584       return &instance;
03585    }
03586    TGenericClassInfo *GenerateInitInstance(const ::TGLTransManip*)
03587    {
03588       return GenerateInitInstanceLocal((::TGLTransManip*)0);
03589    }
03590    // Static variable to force the class initialization
03591    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLTransManip*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03592 } // end of namespace ROOT
03593 
03594 namespace ROOT {
03595    void TH2GL_ShowMembers(void *obj, TMemberInspector &R__insp);
03596    static void *new_TH2GL(void *p = 0);
03597    static void *newArray_TH2GL(Long_t size, void *p);
03598    static void delete_TH2GL(void *p);
03599    static void deleteArray_TH2GL(void *p);
03600    static void destruct_TH2GL(void *p);
03601 
03602    // Function generating the singleton type initializer
03603    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH2GL*)
03604    {
03605       ::TH2GL *ptr = 0;
03606       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH2GL >(0);
03607       static ::ROOT::TGenericClassInfo 
03608          instance("TH2GL", ::TH2GL::Class_Version(), "include/TH2GL.h", 24,
03609                   typeid(::TH2GL), DefineBehavior(ptr, ptr),
03610                   &::TH2GL::Dictionary, isa_proxy, 4,
03611                   sizeof(::TH2GL) );
03612       instance.SetNew(&new_TH2GL);
03613       instance.SetNewArray(&newArray_TH2GL);
03614       instance.SetDelete(&delete_TH2GL);
03615       instance.SetDeleteArray(&deleteArray_TH2GL);
03616       instance.SetDestructor(&destruct_TH2GL);
03617       return &instance;
03618    }
03619    TGenericClassInfo *GenerateInitInstance(const ::TH2GL*)
03620    {
03621       return GenerateInitInstanceLocal((::TH2GL*)0);
03622    }
03623    // Static variable to force the class initialization
03624    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH2GL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03625 } // end of namespace ROOT
03626 
03627 namespace ROOT {
03628    void TH3GL_ShowMembers(void *obj, TMemberInspector &R__insp);
03629    static void *new_TH3GL(void *p = 0);
03630    static void *newArray_TH3GL(Long_t size, void *p);
03631    static void delete_TH3GL(void *p);
03632    static void deleteArray_TH3GL(void *p);
03633    static void destruct_TH3GL(void *p);
03634 
03635    // Function generating the singleton type initializer
03636    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TH3GL*)
03637    {
03638       ::TH3GL *ptr = 0;
03639       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TH3GL >(0);
03640       static ::ROOT::TGenericClassInfo 
03641          instance("TH3GL", ::TH3GL::Class_Version(), "include/TH3GL.h", 26,
03642                   typeid(::TH3GL), DefineBehavior(ptr, ptr),
03643                   &::TH3GL::Dictionary, isa_proxy, 4,
03644                   sizeof(::TH3GL) );
03645       instance.SetNew(&new_TH3GL);
03646       instance.SetNewArray(&newArray_TH3GL);
03647       instance.SetDelete(&delete_TH3GL);
03648       instance.SetDeleteArray(&deleteArray_TH3GL);
03649       instance.SetDestructor(&destruct_TH3GL);
03650       return &instance;
03651    }
03652    TGenericClassInfo *GenerateInitInstance(const ::TH3GL*)
03653    {
03654       return GenerateInitInstanceLocal((::TH3GL*)0);
03655    }
03656    // Static variable to force the class initialization
03657    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TH3GL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03658 } // end of namespace ROOT
03659 
03660 namespace ROOT {
03661    void TPointSet3DGL_ShowMembers(void *obj, TMemberInspector &R__insp);
03662    static void *new_TPointSet3DGL(void *p = 0);
03663    static void *newArray_TPointSet3DGL(Long_t size, void *p);
03664    static void delete_TPointSet3DGL(void *p);
03665    static void deleteArray_TPointSet3DGL(void *p);
03666    static void destruct_TPointSet3DGL(void *p);
03667 
03668    // Function generating the singleton type initializer
03669    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TPointSet3DGL*)
03670    {
03671       ::TPointSet3DGL *ptr = 0;
03672       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TPointSet3DGL >(0);
03673       static ::ROOT::TGenericClassInfo 
03674          instance("TPointSet3DGL", ::TPointSet3DGL::Class_Version(), "include/TPointSet3DGL.h", 23,
03675                   typeid(::TPointSet3DGL), DefineBehavior(ptr, ptr),
03676                   &::TPointSet3DGL::Dictionary, isa_proxy, 4,
03677                   sizeof(::TPointSet3DGL) );
03678       instance.SetNew(&new_TPointSet3DGL);
03679       instance.SetNewArray(&newArray_TPointSet3DGL);
03680       instance.SetDelete(&delete_TPointSet3DGL);
03681       instance.SetDeleteArray(&deleteArray_TPointSet3DGL);
03682       instance.SetDestructor(&destruct_TPointSet3DGL);
03683       return &instance;
03684    }
03685    TGenericClassInfo *GenerateInitInstance(const ::TPointSet3DGL*)
03686    {
03687       return GenerateInitInstanceLocal((::TPointSet3DGL*)0);
03688    }
03689    // Static variable to force the class initialization
03690    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TPointSet3DGL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03691 } // end of namespace ROOT
03692 
03693 namespace ROOT {
03694    void TX11GLManager_ShowMembers(void *obj, TMemberInspector &R__insp);
03695    static void *new_TX11GLManager(void *p = 0);
03696    static void *newArray_TX11GLManager(Long_t size, void *p);
03697    static void delete_TX11GLManager(void *p);
03698    static void deleteArray_TX11GLManager(void *p);
03699    static void destruct_TX11GLManager(void *p);
03700    static void streamer_TX11GLManager(TBuffer &buf, void *obj);
03701 
03702    // Function generating the singleton type initializer
03703    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TX11GLManager*)
03704    {
03705       ::TX11GLManager *ptr = 0;
03706       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TX11GLManager >(0);
03707       static ::ROOT::TGenericClassInfo 
03708          instance("TX11GLManager", ::TX11GLManager::Class_Version(), "include/TX11GL.h", 36,
03709                   typeid(::TX11GLManager), DefineBehavior(ptr, ptr),
03710                   &::TX11GLManager::Dictionary, isa_proxy, 0,
03711                   sizeof(::TX11GLManager) );
03712       instance.SetNew(&new_TX11GLManager);
03713       instance.SetNewArray(&newArray_TX11GLManager);
03714       instance.SetDelete(&delete_TX11GLManager);
03715       instance.SetDeleteArray(&deleteArray_TX11GLManager);
03716       instance.SetDestructor(&destruct_TX11GLManager);
03717       instance.SetStreamerFunc(&streamer_TX11GLManager);
03718       return &instance;
03719    }
03720    TGenericClassInfo *GenerateInitInstance(const ::TX11GLManager*)
03721    {
03722       return GenerateInitInstanceLocal((::TX11GLManager*)0);
03723    }
03724    // Static variable to force the class initialization
03725    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TX11GLManager*)0x0); R__UseDummy(_R__UNIQUE_(Init));
03726 } // end of namespace ROOT
03727 
03728 //______________________________________________________________________________
03729 TClass *TArcBall::fgIsA = 0;  // static to hold class pointer
03730 
03731 //______________________________________________________________________________
03732 const char *TArcBall::Class_Name()
03733 {
03734    return "TArcBall";
03735 }
03736 
03737 //______________________________________________________________________________
03738 const char *TArcBall::ImplFileName()
03739 {
03740    return ::ROOT::GenerateInitInstanceLocal((const ::TArcBall*)0x0)->GetImplFileName();
03741 }
03742 
03743 //______________________________________________________________________________
03744 int TArcBall::ImplFileLine()
03745 {
03746    return ::ROOT::GenerateInitInstanceLocal((const ::TArcBall*)0x0)->GetImplFileLine();
03747 }
03748 
03749 //______________________________________________________________________________
03750 void TArcBall::Dictionary()
03751 {
03752    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TArcBall*)0x0)->GetClass();
03753 }
03754 
03755 //______________________________________________________________________________
03756 TClass *TArcBall::Class()
03757 {
03758    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TArcBall*)0x0)->GetClass();
03759    return fgIsA;
03760 }
03761 
03762 //______________________________________________________________________________
03763 TClass *TGLBoundingBox::fgIsA = 0;  // static to hold class pointer
03764 
03765 //______________________________________________________________________________
03766 const char *TGLBoundingBox::Class_Name()
03767 {
03768    return "TGLBoundingBox";
03769 }
03770 
03771 //______________________________________________________________________________
03772 const char *TGLBoundingBox::ImplFileName()
03773 {
03774    return ::ROOT::GenerateInitInstanceLocal((const ::TGLBoundingBox*)0x0)->GetImplFileName();
03775 }
03776 
03777 //______________________________________________________________________________
03778 int TGLBoundingBox::ImplFileLine()
03779 {
03780    return ::ROOT::GenerateInitInstanceLocal((const ::TGLBoundingBox*)0x0)->GetImplFileLine();
03781 }
03782 
03783 //______________________________________________________________________________
03784 void TGLBoundingBox::Dictionary()
03785 {
03786    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLBoundingBox*)0x0)->GetClass();
03787 }
03788 
03789 //______________________________________________________________________________
03790 TClass *TGLBoundingBox::Class()
03791 {
03792    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLBoundingBox*)0x0)->GetClass();
03793    return fgIsA;
03794 }
03795 
03796 //______________________________________________________________________________
03797 TClass *TGLCamera::fgIsA = 0;  // static to hold class pointer
03798 
03799 //______________________________________________________________________________
03800 const char *TGLCamera::Class_Name()
03801 {
03802    return "TGLCamera";
03803 }
03804 
03805 //______________________________________________________________________________
03806 const char *TGLCamera::ImplFileName()
03807 {
03808    return ::ROOT::GenerateInitInstanceLocal((const ::TGLCamera*)0x0)->GetImplFileName();
03809 }
03810 
03811 //______________________________________________________________________________
03812 int TGLCamera::ImplFileLine()
03813 {
03814    return ::ROOT::GenerateInitInstanceLocal((const ::TGLCamera*)0x0)->GetImplFileLine();
03815 }
03816 
03817 //______________________________________________________________________________
03818 void TGLCamera::Dictionary()
03819 {
03820    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLCamera*)0x0)->GetClass();
03821 }
03822 
03823 //______________________________________________________________________________
03824 TClass *TGLCamera::Class()
03825 {
03826    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLCamera*)0x0)->GetClass();
03827    return fgIsA;
03828 }
03829 
03830 //______________________________________________________________________________
03831 TClass *TGLVector3::fgIsA = 0;  // static to hold class pointer
03832 
03833 //______________________________________________________________________________
03834 const char *TGLVector3::Class_Name()
03835 {
03836    return "TGLVector3";
03837 }
03838 
03839 //______________________________________________________________________________
03840 const char *TGLVector3::ImplFileName()
03841 {
03842    return ::ROOT::GenerateInitInstanceLocal((const ::TGLVector3*)0x0)->GetImplFileName();
03843 }
03844 
03845 //______________________________________________________________________________
03846 int TGLVector3::ImplFileLine()
03847 {
03848    return ::ROOT::GenerateInitInstanceLocal((const ::TGLVector3*)0x0)->GetImplFileLine();
03849 }
03850 
03851 //______________________________________________________________________________
03852 void TGLVector3::Dictionary()
03853 {
03854    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLVector3*)0x0)->GetClass();
03855 }
03856 
03857 //______________________________________________________________________________
03858 TClass *TGLVector3::Class()
03859 {
03860    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLVector3*)0x0)->GetClass();
03861    return fgIsA;
03862 }
03863 
03864 //______________________________________________________________________________
03865 TClass *TGLVertex3::fgIsA = 0;  // static to hold class pointer
03866 
03867 //______________________________________________________________________________
03868 const char *TGLVertex3::Class_Name()
03869 {
03870    return "TGLVertex3";
03871 }
03872 
03873 //______________________________________________________________________________
03874 const char *TGLVertex3::ImplFileName()
03875 {
03876    return ::ROOT::GenerateInitInstanceLocal((const ::TGLVertex3*)0x0)->GetImplFileName();
03877 }
03878 
03879 //______________________________________________________________________________
03880 int TGLVertex3::ImplFileLine()
03881 {
03882    return ::ROOT::GenerateInitInstanceLocal((const ::TGLVertex3*)0x0)->GetImplFileLine();
03883 }
03884 
03885 //______________________________________________________________________________
03886 void TGLVertex3::Dictionary()
03887 {
03888    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLVertex3*)0x0)->GetClass();
03889 }
03890 
03891 //______________________________________________________________________________
03892 TClass *TGLVertex3::Class()
03893 {
03894    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLVertex3*)0x0)->GetClass();
03895    return fgIsA;
03896 }
03897 
03898 //______________________________________________________________________________
03899 TClass *TGLLine3::fgIsA = 0;  // static to hold class pointer
03900 
03901 //______________________________________________________________________________
03902 const char *TGLLine3::Class_Name()
03903 {
03904    return "TGLLine3";
03905 }
03906 
03907 //______________________________________________________________________________
03908 const char *TGLLine3::ImplFileName()
03909 {
03910    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLine3*)0x0)->GetImplFileName();
03911 }
03912 
03913 //______________________________________________________________________________
03914 int TGLLine3::ImplFileLine()
03915 {
03916    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLine3*)0x0)->GetImplFileLine();
03917 }
03918 
03919 //______________________________________________________________________________
03920 void TGLLine3::Dictionary()
03921 {
03922    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLine3*)0x0)->GetClass();
03923 }
03924 
03925 //______________________________________________________________________________
03926 TClass *TGLLine3::Class()
03927 {
03928    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLine3*)0x0)->GetClass();
03929    return fgIsA;
03930 }
03931 
03932 //______________________________________________________________________________
03933 TClass *TGLRect::fgIsA = 0;  // static to hold class pointer
03934 
03935 //______________________________________________________________________________
03936 const char *TGLRect::Class_Name()
03937 {
03938    return "TGLRect";
03939 }
03940 
03941 //______________________________________________________________________________
03942 const char *TGLRect::ImplFileName()
03943 {
03944    return ::ROOT::GenerateInitInstanceLocal((const ::TGLRect*)0x0)->GetImplFileName();
03945 }
03946 
03947 //______________________________________________________________________________
03948 int TGLRect::ImplFileLine()
03949 {
03950    return ::ROOT::GenerateInitInstanceLocal((const ::TGLRect*)0x0)->GetImplFileLine();
03951 }
03952 
03953 //______________________________________________________________________________
03954 void TGLRect::Dictionary()
03955 {
03956    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLRect*)0x0)->GetClass();
03957 }
03958 
03959 //______________________________________________________________________________
03960 TClass *TGLRect::Class()
03961 {
03962    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLRect*)0x0)->GetClass();
03963    return fgIsA;
03964 }
03965 
03966 //______________________________________________________________________________
03967 TClass *TGLPlane::fgIsA = 0;  // static to hold class pointer
03968 
03969 //______________________________________________________________________________
03970 const char *TGLPlane::Class_Name()
03971 {
03972    return "TGLPlane";
03973 }
03974 
03975 //______________________________________________________________________________
03976 const char *TGLPlane::ImplFileName()
03977 {
03978    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlane*)0x0)->GetImplFileName();
03979 }
03980 
03981 //______________________________________________________________________________
03982 int TGLPlane::ImplFileLine()
03983 {
03984    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlane*)0x0)->GetImplFileLine();
03985 }
03986 
03987 //______________________________________________________________________________
03988 void TGLPlane::Dictionary()
03989 {
03990    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlane*)0x0)->GetClass();
03991 }
03992 
03993 //______________________________________________________________________________
03994 TClass *TGLPlane::Class()
03995 {
03996    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlane*)0x0)->GetClass();
03997    return fgIsA;
03998 }
03999 
04000 //______________________________________________________________________________
04001 TClass *TGLMatrix::fgIsA = 0;  // static to hold class pointer
04002 
04003 //______________________________________________________________________________
04004 const char *TGLMatrix::Class_Name()
04005 {
04006    return "TGLMatrix";
04007 }
04008 
04009 //______________________________________________________________________________
04010 const char *TGLMatrix::ImplFileName()
04011 {
04012    return ::ROOT::GenerateInitInstanceLocal((const ::TGLMatrix*)0x0)->GetImplFileName();
04013 }
04014 
04015 //______________________________________________________________________________
04016 int TGLMatrix::ImplFileLine()
04017 {
04018    return ::ROOT::GenerateInitInstanceLocal((const ::TGLMatrix*)0x0)->GetImplFileLine();
04019 }
04020 
04021 //______________________________________________________________________________
04022 void TGLMatrix::Dictionary()
04023 {
04024    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLMatrix*)0x0)->GetClass();
04025 }
04026 
04027 //______________________________________________________________________________
04028 TClass *TGLMatrix::Class()
04029 {
04030    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLMatrix*)0x0)->GetClass();
04031    return fgIsA;
04032 }
04033 
04034 //______________________________________________________________________________
04035 TClass *TGLColor::fgIsA = 0;  // static to hold class pointer
04036 
04037 //______________________________________________________________________________
04038 const char *TGLColor::Class_Name()
04039 {
04040    return "TGLColor";
04041 }
04042 
04043 //______________________________________________________________________________
04044 const char *TGLColor::ImplFileName()
04045 {
04046    return ::ROOT::GenerateInitInstanceLocal((const ::TGLColor*)0x0)->GetImplFileName();
04047 }
04048 
04049 //______________________________________________________________________________
04050 int TGLColor::ImplFileLine()
04051 {
04052    return ::ROOT::GenerateInitInstanceLocal((const ::TGLColor*)0x0)->GetImplFileLine();
04053 }
04054 
04055 //______________________________________________________________________________
04056 void TGLColor::Dictionary()
04057 {
04058    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLColor*)0x0)->GetClass();
04059 }
04060 
04061 //______________________________________________________________________________
04062 TClass *TGLColor::Class()
04063 {
04064    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLColor*)0x0)->GetClass();
04065    return fgIsA;
04066 }
04067 
04068 //______________________________________________________________________________
04069 TClass *TGLColorSet::fgIsA = 0;  // static to hold class pointer
04070 
04071 //______________________________________________________________________________
04072 const char *TGLColorSet::Class_Name()
04073 {
04074    return "TGLColorSet";
04075 }
04076 
04077 //______________________________________________________________________________
04078 const char *TGLColorSet::ImplFileName()
04079 {
04080    return ::ROOT::GenerateInitInstanceLocal((const ::TGLColorSet*)0x0)->GetImplFileName();
04081 }
04082 
04083 //______________________________________________________________________________
04084 int TGLColorSet::ImplFileLine()
04085 {
04086    return ::ROOT::GenerateInitInstanceLocal((const ::TGLColorSet*)0x0)->GetImplFileLine();
04087 }
04088 
04089 //______________________________________________________________________________
04090 void TGLColorSet::Dictionary()
04091 {
04092    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLColorSet*)0x0)->GetClass();
04093 }
04094 
04095 //______________________________________________________________________________
04096 TClass *TGLColorSet::Class()
04097 {
04098    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLColorSet*)0x0)->GetClass();
04099    return fgIsA;
04100 }
04101 
04102 //______________________________________________________________________________
04103 TClass *TGLUtil::fgIsA = 0;  // static to hold class pointer
04104 
04105 //______________________________________________________________________________
04106 const char *TGLUtil::Class_Name()
04107 {
04108    return "TGLUtil";
04109 }
04110 
04111 //______________________________________________________________________________
04112 const char *TGLUtil::ImplFileName()
04113 {
04114    return ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil*)0x0)->GetImplFileName();
04115 }
04116 
04117 //______________________________________________________________________________
04118 int TGLUtil::ImplFileLine()
04119 {
04120    return ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil*)0x0)->GetImplFileLine();
04121 }
04122 
04123 //______________________________________________________________________________
04124 void TGLUtil::Dictionary()
04125 {
04126    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil*)0x0)->GetClass();
04127 }
04128 
04129 //______________________________________________________________________________
04130 TClass *TGLUtil::Class()
04131 {
04132    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil*)0x0)->GetClass();
04133    return fgIsA;
04134 }
04135 
04136 //______________________________________________________________________________
04137 TClass *TGLUtil::TColorLocker::fgIsA = 0;  // static to hold class pointer
04138 
04139 //______________________________________________________________________________
04140 const char *TGLUtil::TColorLocker::Class_Name()
04141 {
04142    return "TGLUtil::TColorLocker";
04143 }
04144 
04145 //______________________________________________________________________________
04146 const char *TGLUtil::TColorLocker::ImplFileName()
04147 {
04148    return ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TColorLocker*)0x0)->GetImplFileName();
04149 }
04150 
04151 //______________________________________________________________________________
04152 int TGLUtil::TColorLocker::ImplFileLine()
04153 {
04154    return ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TColorLocker*)0x0)->GetImplFileLine();
04155 }
04156 
04157 //______________________________________________________________________________
04158 void TGLUtil::TColorLocker::Dictionary()
04159 {
04160    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TColorLocker*)0x0)->GetClass();
04161 }
04162 
04163 //______________________________________________________________________________
04164 TClass *TGLUtil::TColorLocker::Class()
04165 {
04166    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TColorLocker*)0x0)->GetClass();
04167    return fgIsA;
04168 }
04169 
04170 //______________________________________________________________________________
04171 TClass *TGLUtil::TDrawQualityModifier::fgIsA = 0;  // static to hold class pointer
04172 
04173 //______________________________________________________________________________
04174 const char *TGLUtil::TDrawQualityModifier::Class_Name()
04175 {
04176    return "TGLUtil::TDrawQualityModifier";
04177 }
04178 
04179 //______________________________________________________________________________
04180 const char *TGLUtil::TDrawQualityModifier::ImplFileName()
04181 {
04182    return ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityModifier*)0x0)->GetImplFileName();
04183 }
04184 
04185 //______________________________________________________________________________
04186 int TGLUtil::TDrawQualityModifier::ImplFileLine()
04187 {
04188    return ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityModifier*)0x0)->GetImplFileLine();
04189 }
04190 
04191 //______________________________________________________________________________
04192 void TGLUtil::TDrawQualityModifier::Dictionary()
04193 {
04194    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityModifier*)0x0)->GetClass();
04195 }
04196 
04197 //______________________________________________________________________________
04198 TClass *TGLUtil::TDrawQualityModifier::Class()
04199 {
04200    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityModifier*)0x0)->GetClass();
04201    return fgIsA;
04202 }
04203 
04204 //______________________________________________________________________________
04205 TClass *TGLUtil::TDrawQualityScaler::fgIsA = 0;  // static to hold class pointer
04206 
04207 //______________________________________________________________________________
04208 const char *TGLUtil::TDrawQualityScaler::Class_Name()
04209 {
04210    return "TGLUtil::TDrawQualityScaler";
04211 }
04212 
04213 //______________________________________________________________________________
04214 const char *TGLUtil::TDrawQualityScaler::ImplFileName()
04215 {
04216    return ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityScaler*)0x0)->GetImplFileName();
04217 }
04218 
04219 //______________________________________________________________________________
04220 int TGLUtil::TDrawQualityScaler::ImplFileLine()
04221 {
04222    return ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityScaler*)0x0)->GetImplFileLine();
04223 }
04224 
04225 //______________________________________________________________________________
04226 void TGLUtil::TDrawQualityScaler::Dictionary()
04227 {
04228    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityScaler*)0x0)->GetClass();
04229 }
04230 
04231 //______________________________________________________________________________
04232 TClass *TGLUtil::TDrawQualityScaler::Class()
04233 {
04234    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLUtil::TDrawQualityScaler*)0x0)->GetClass();
04235    return fgIsA;
04236 }
04237 
04238 //______________________________________________________________________________
04239 TClass *TGLSelectionBuffer::fgIsA = 0;  // static to hold class pointer
04240 
04241 //______________________________________________________________________________
04242 const char *TGLSelectionBuffer::Class_Name()
04243 {
04244    return "TGLSelectionBuffer";
04245 }
04246 
04247 //______________________________________________________________________________
04248 const char *TGLSelectionBuffer::ImplFileName()
04249 {
04250    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectionBuffer*)0x0)->GetImplFileName();
04251 }
04252 
04253 //______________________________________________________________________________
04254 int TGLSelectionBuffer::ImplFileLine()
04255 {
04256    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectionBuffer*)0x0)->GetImplFileLine();
04257 }
04258 
04259 //______________________________________________________________________________
04260 void TGLSelectionBuffer::Dictionary()
04261 {
04262    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectionBuffer*)0x0)->GetClass();
04263 }
04264 
04265 //______________________________________________________________________________
04266 TClass *TGLSelectionBuffer::Class()
04267 {
04268    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectionBuffer*)0x0)->GetClass();
04269    return fgIsA;
04270 }
04271 
04272 //______________________________________________________________________________
04273 TClass *TGLPlotCoordinates::fgIsA = 0;  // static to hold class pointer
04274 
04275 //______________________________________________________________________________
04276 const char *TGLPlotCoordinates::Class_Name()
04277 {
04278    return "TGLPlotCoordinates";
04279 }
04280 
04281 //______________________________________________________________________________
04282 const char *TGLPlotCoordinates::ImplFileName()
04283 {
04284    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotCoordinates*)0x0)->GetImplFileName();
04285 }
04286 
04287 //______________________________________________________________________________
04288 int TGLPlotCoordinates::ImplFileLine()
04289 {
04290    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotCoordinates*)0x0)->GetImplFileLine();
04291 }
04292 
04293 //______________________________________________________________________________
04294 void TGLPlotCoordinates::Dictionary()
04295 {
04296    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotCoordinates*)0x0)->GetClass();
04297 }
04298 
04299 //______________________________________________________________________________
04300 TClass *TGLPlotCoordinates::Class()
04301 {
04302    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotCoordinates*)0x0)->GetClass();
04303    return fgIsA;
04304 }
04305 
04306 //______________________________________________________________________________
04307 TClass *TGLQuadric::fgIsA = 0;  // static to hold class pointer
04308 
04309 //______________________________________________________________________________
04310 const char *TGLQuadric::Class_Name()
04311 {
04312    return "TGLQuadric";
04313 }
04314 
04315 //______________________________________________________________________________
04316 const char *TGLQuadric::ImplFileName()
04317 {
04318    return ::ROOT::GenerateInitInstanceLocal((const ::TGLQuadric*)0x0)->GetImplFileName();
04319 }
04320 
04321 //______________________________________________________________________________
04322 int TGLQuadric::ImplFileLine()
04323 {
04324    return ::ROOT::GenerateInitInstanceLocal((const ::TGLQuadric*)0x0)->GetImplFileLine();
04325 }
04326 
04327 //______________________________________________________________________________
04328 void TGLQuadric::Dictionary()
04329 {
04330    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLQuadric*)0x0)->GetClass();
04331 }
04332 
04333 //______________________________________________________________________________
04334 TClass *TGLQuadric::Class()
04335 {
04336    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLQuadric*)0x0)->GetClass();
04337    return fgIsA;
04338 }
04339 
04340 //______________________________________________________________________________
04341 TClass *TGLPhysicalShape::fgIsA = 0;  // static to hold class pointer
04342 
04343 //______________________________________________________________________________
04344 const char *TGLPhysicalShape::Class_Name()
04345 {
04346    return "TGLPhysicalShape";
04347 }
04348 
04349 //______________________________________________________________________________
04350 const char *TGLPhysicalShape::ImplFileName()
04351 {
04352    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPhysicalShape*)0x0)->GetImplFileName();
04353 }
04354 
04355 //______________________________________________________________________________
04356 int TGLPhysicalShape::ImplFileLine()
04357 {
04358    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPhysicalShape*)0x0)->GetImplFileLine();
04359 }
04360 
04361 //______________________________________________________________________________
04362 void TGLPhysicalShape::Dictionary()
04363 {
04364    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPhysicalShape*)0x0)->GetClass();
04365 }
04366 
04367 //______________________________________________________________________________
04368 TClass *TGLPhysicalShape::Class()
04369 {
04370    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPhysicalShape*)0x0)->GetClass();
04371    return fgIsA;
04372 }
04373 
04374 //______________________________________________________________________________
04375 TClass *TGLRnrCtx::fgIsA = 0;  // static to hold class pointer
04376 
04377 //______________________________________________________________________________
04378 const char *TGLRnrCtx::Class_Name()
04379 {
04380    return "TGLRnrCtx";
04381 }
04382 
04383 //______________________________________________________________________________
04384 const char *TGLRnrCtx::ImplFileName()
04385 {
04386    return ::ROOT::GenerateInitInstanceLocal((const ::TGLRnrCtx*)0x0)->GetImplFileName();
04387 }
04388 
04389 //______________________________________________________________________________
04390 int TGLRnrCtx::ImplFileLine()
04391 {
04392    return ::ROOT::GenerateInitInstanceLocal((const ::TGLRnrCtx*)0x0)->GetImplFileLine();
04393 }
04394 
04395 //______________________________________________________________________________
04396 void TGLRnrCtx::Dictionary()
04397 {
04398    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLRnrCtx*)0x0)->GetClass();
04399 }
04400 
04401 //______________________________________________________________________________
04402 TClass *TGLRnrCtx::Class()
04403 {
04404    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLRnrCtx*)0x0)->GetClass();
04405    return fgIsA;
04406 }
04407 
04408 //______________________________________________________________________________
04409 TClass *TGLSelectRecord::fgIsA = 0;  // static to hold class pointer
04410 
04411 //______________________________________________________________________________
04412 const char *TGLSelectRecord::Class_Name()
04413 {
04414    return "TGLSelectRecord";
04415 }
04416 
04417 //______________________________________________________________________________
04418 const char *TGLSelectRecord::ImplFileName()
04419 {
04420    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectRecord*)0x0)->GetImplFileName();
04421 }
04422 
04423 //______________________________________________________________________________
04424 int TGLSelectRecord::ImplFileLine()
04425 {
04426    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectRecord*)0x0)->GetImplFileLine();
04427 }
04428 
04429 //______________________________________________________________________________
04430 void TGLSelectRecord::Dictionary()
04431 {
04432    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectRecord*)0x0)->GetClass();
04433 }
04434 
04435 //______________________________________________________________________________
04436 TClass *TGLSelectRecord::Class()
04437 {
04438    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectRecord*)0x0)->GetClass();
04439    return fgIsA;
04440 }
04441 
04442 //______________________________________________________________________________
04443 TClass *TGLViewer::fgIsA = 0;  // static to hold class pointer
04444 
04445 //______________________________________________________________________________
04446 const char *TGLViewer::Class_Name()
04447 {
04448    return "TGLViewer";
04449 }
04450 
04451 //______________________________________________________________________________
04452 const char *TGLViewer::ImplFileName()
04453 {
04454    return ::ROOT::GenerateInitInstanceLocal((const ::TGLViewer*)0x0)->GetImplFileName();
04455 }
04456 
04457 //______________________________________________________________________________
04458 int TGLViewer::ImplFileLine()
04459 {
04460    return ::ROOT::GenerateInitInstanceLocal((const ::TGLViewer*)0x0)->GetImplFileLine();
04461 }
04462 
04463 //______________________________________________________________________________
04464 void TGLViewer::Dictionary()
04465 {
04466    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLViewer*)0x0)->GetClass();
04467 }
04468 
04469 //______________________________________________________________________________
04470 TClass *TGLViewer::Class()
04471 {
04472    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLViewer*)0x0)->GetClass();
04473    return fgIsA;
04474 }
04475 
04476 //______________________________________________________________________________
04477 TClass *TGLSceneBase::fgIsA = 0;  // static to hold class pointer
04478 
04479 //______________________________________________________________________________
04480 const char *TGLSceneBase::Class_Name()
04481 {
04482    return "TGLSceneBase";
04483 }
04484 
04485 //______________________________________________________________________________
04486 const char *TGLSceneBase::ImplFileName()
04487 {
04488    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSceneBase*)0x0)->GetImplFileName();
04489 }
04490 
04491 //______________________________________________________________________________
04492 int TGLSceneBase::ImplFileLine()
04493 {
04494    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSceneBase*)0x0)->GetImplFileLine();
04495 }
04496 
04497 //______________________________________________________________________________
04498 void TGLSceneBase::Dictionary()
04499 {
04500    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSceneBase*)0x0)->GetClass();
04501 }
04502 
04503 //______________________________________________________________________________
04504 TClass *TGLSceneBase::Class()
04505 {
04506    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSceneBase*)0x0)->GetClass();
04507    return fgIsA;
04508 }
04509 
04510 //______________________________________________________________________________
04511 TClass *TGLScene::fgIsA = 0;  // static to hold class pointer
04512 
04513 //______________________________________________________________________________
04514 const char *TGLScene::Class_Name()
04515 {
04516    return "TGLScene";
04517 }
04518 
04519 //______________________________________________________________________________
04520 const char *TGLScene::ImplFileName()
04521 {
04522    return ::ROOT::GenerateInitInstanceLocal((const ::TGLScene*)0x0)->GetImplFileName();
04523 }
04524 
04525 //______________________________________________________________________________
04526 int TGLScene::ImplFileLine()
04527 {
04528    return ::ROOT::GenerateInitInstanceLocal((const ::TGLScene*)0x0)->GetImplFileLine();
04529 }
04530 
04531 //______________________________________________________________________________
04532 void TGLScene::Dictionary()
04533 {
04534    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLScene*)0x0)->GetClass();
04535 }
04536 
04537 //______________________________________________________________________________
04538 TClass *TGLScene::Class()
04539 {
04540    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLScene*)0x0)->GetClass();
04541    return fgIsA;
04542 }
04543 
04544 //______________________________________________________________________________
04545 TClass *TGLLogicalShape::fgIsA = 0;  // static to hold class pointer
04546 
04547 //______________________________________________________________________________
04548 const char *TGLLogicalShape::Class_Name()
04549 {
04550    return "TGLLogicalShape";
04551 }
04552 
04553 //______________________________________________________________________________
04554 const char *TGLLogicalShape::ImplFileName()
04555 {
04556    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLogicalShape*)0x0)->GetImplFileName();
04557 }
04558 
04559 //______________________________________________________________________________
04560 int TGLLogicalShape::ImplFileLine()
04561 {
04562    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLogicalShape*)0x0)->GetImplFileLine();
04563 }
04564 
04565 //______________________________________________________________________________
04566 void TGLLogicalShape::Dictionary()
04567 {
04568    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLogicalShape*)0x0)->GetClass();
04569 }
04570 
04571 //______________________________________________________________________________
04572 TClass *TGLLogicalShape::Class()
04573 {
04574    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLogicalShape*)0x0)->GetClass();
04575    return fgIsA;
04576 }
04577 
04578 //______________________________________________________________________________
04579 TClass *TGLObject::fgIsA = 0;  // static to hold class pointer
04580 
04581 //______________________________________________________________________________
04582 const char *TGLObject::Class_Name()
04583 {
04584    return "TGLObject";
04585 }
04586 
04587 //______________________________________________________________________________
04588 const char *TGLObject::ImplFileName()
04589 {
04590    return ::ROOT::GenerateInitInstanceLocal((const ::TGLObject*)0x0)->GetImplFileName();
04591 }
04592 
04593 //______________________________________________________________________________
04594 int TGLObject::ImplFileLine()
04595 {
04596    return ::ROOT::GenerateInitInstanceLocal((const ::TGLObject*)0x0)->GetImplFileLine();
04597 }
04598 
04599 //______________________________________________________________________________
04600 void TGLObject::Dictionary()
04601 {
04602    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLObject*)0x0)->GetClass();
04603 }
04604 
04605 //______________________________________________________________________________
04606 TClass *TGLObject::Class()
04607 {
04608    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLObject*)0x0)->GetClass();
04609    return fgIsA;
04610 }
04611 
04612 //______________________________________________________________________________
04613 TClass *TGLManip::fgIsA = 0;  // static to hold class pointer
04614 
04615 //______________________________________________________________________________
04616 const char *TGLManip::Class_Name()
04617 {
04618    return "TGLManip";
04619 }
04620 
04621 //______________________________________________________________________________
04622 const char *TGLManip::ImplFileName()
04623 {
04624    return ::ROOT::GenerateInitInstanceLocal((const ::TGLManip*)0x0)->GetImplFileName();
04625 }
04626 
04627 //______________________________________________________________________________
04628 int TGLManip::ImplFileLine()
04629 {
04630    return ::ROOT::GenerateInitInstanceLocal((const ::TGLManip*)0x0)->GetImplFileLine();
04631 }
04632 
04633 //______________________________________________________________________________
04634 void TGLManip::Dictionary()
04635 {
04636    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLManip*)0x0)->GetClass();
04637 }
04638 
04639 //______________________________________________________________________________
04640 TClass *TGLManip::Class()
04641 {
04642    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLManip*)0x0)->GetClass();
04643    return fgIsA;
04644 }
04645 
04646 //______________________________________________________________________________
04647 TClass *TGLContext::fgIsA = 0;  // static to hold class pointer
04648 
04649 //______________________________________________________________________________
04650 const char *TGLContext::Class_Name()
04651 {
04652    return "TGLContext";
04653 }
04654 
04655 //______________________________________________________________________________
04656 const char *TGLContext::ImplFileName()
04657 {
04658    return ::ROOT::GenerateInitInstanceLocal((const ::TGLContext*)0x0)->GetImplFileName();
04659 }
04660 
04661 //______________________________________________________________________________
04662 int TGLContext::ImplFileLine()
04663 {
04664    return ::ROOT::GenerateInitInstanceLocal((const ::TGLContext*)0x0)->GetImplFileLine();
04665 }
04666 
04667 //______________________________________________________________________________
04668 void TGLContext::Dictionary()
04669 {
04670    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLContext*)0x0)->GetClass();
04671 }
04672 
04673 //______________________________________________________________________________
04674 TClass *TGLContext::Class()
04675 {
04676    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLContext*)0x0)->GetClass();
04677    return fgIsA;
04678 }
04679 
04680 //______________________________________________________________________________
04681 TClass *TGLFormat::fgIsA = 0;  // static to hold class pointer
04682 
04683 //______________________________________________________________________________
04684 const char *TGLFormat::Class_Name()
04685 {
04686    return "TGLFormat";
04687 }
04688 
04689 //______________________________________________________________________________
04690 const char *TGLFormat::ImplFileName()
04691 {
04692    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFormat*)0x0)->GetImplFileName();
04693 }
04694 
04695 //______________________________________________________________________________
04696 int TGLFormat::ImplFileLine()
04697 {
04698    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFormat*)0x0)->GetImplFileLine();
04699 }
04700 
04701 //______________________________________________________________________________
04702 void TGLFormat::Dictionary()
04703 {
04704    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFormat*)0x0)->GetClass();
04705 }
04706 
04707 //______________________________________________________________________________
04708 TClass *TGLFormat::Class()
04709 {
04710    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFormat*)0x0)->GetClass();
04711    return fgIsA;
04712 }
04713 
04714 //______________________________________________________________________________
04715 TClass *TGLPlotBox::fgIsA = 0;  // static to hold class pointer
04716 
04717 //______________________________________________________________________________
04718 const char *TGLPlotBox::Class_Name()
04719 {
04720    return "TGLPlotBox";
04721 }
04722 
04723 //______________________________________________________________________________
04724 const char *TGLPlotBox::ImplFileName()
04725 {
04726    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotBox*)0x0)->GetImplFileName();
04727 }
04728 
04729 //______________________________________________________________________________
04730 int TGLPlotBox::ImplFileLine()
04731 {
04732    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotBox*)0x0)->GetImplFileLine();
04733 }
04734 
04735 //______________________________________________________________________________
04736 void TGLPlotBox::Dictionary()
04737 {
04738    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotBox*)0x0)->GetClass();
04739 }
04740 
04741 //______________________________________________________________________________
04742 TClass *TGLPlotBox::Class()
04743 {
04744    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotBox*)0x0)->GetClass();
04745    return fgIsA;
04746 }
04747 
04748 //______________________________________________________________________________
04749 TClass *TGLPlotCamera::fgIsA = 0;  // static to hold class pointer
04750 
04751 //______________________________________________________________________________
04752 const char *TGLPlotCamera::Class_Name()
04753 {
04754    return "TGLPlotCamera";
04755 }
04756 
04757 //______________________________________________________________________________
04758 const char *TGLPlotCamera::ImplFileName()
04759 {
04760    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotCamera*)0x0)->GetImplFileName();
04761 }
04762 
04763 //______________________________________________________________________________
04764 int TGLPlotCamera::ImplFileLine()
04765 {
04766    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotCamera*)0x0)->GetImplFileLine();
04767 }
04768 
04769 //______________________________________________________________________________
04770 void TGLPlotCamera::Dictionary()
04771 {
04772    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotCamera*)0x0)->GetClass();
04773 }
04774 
04775 //______________________________________________________________________________
04776 TClass *TGLPlotCamera::Class()
04777 {
04778    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotCamera*)0x0)->GetClass();
04779    return fgIsA;
04780 }
04781 
04782 //______________________________________________________________________________
04783 TClass *TGL5DDataSet::fgIsA = 0;  // static to hold class pointer
04784 
04785 //______________________________________________________________________________
04786 const char *TGL5DDataSet::Class_Name()
04787 {
04788    return "TGL5DDataSet";
04789 }
04790 
04791 //______________________________________________________________________________
04792 const char *TGL5DDataSet::ImplFileName()
04793 {
04794    return ::ROOT::GenerateInitInstanceLocal((const ::TGL5DDataSet*)0x0)->GetImplFileName();
04795 }
04796 
04797 //______________________________________________________________________________
04798 int TGL5DDataSet::ImplFileLine()
04799 {
04800    return ::ROOT::GenerateInitInstanceLocal((const ::TGL5DDataSet*)0x0)->GetImplFileLine();
04801 }
04802 
04803 //______________________________________________________________________________
04804 void TGL5DDataSet::Dictionary()
04805 {
04806    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGL5DDataSet*)0x0)->GetClass();
04807 }
04808 
04809 //______________________________________________________________________________
04810 TClass *TGL5DDataSet::Class()
04811 {
04812    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGL5DDataSet*)0x0)->GetClass();
04813    return fgIsA;
04814 }
04815 
04816 //______________________________________________________________________________
04817 TClass *TGLBoxCut::fgIsA = 0;  // static to hold class pointer
04818 
04819 //______________________________________________________________________________
04820 const char *TGLBoxCut::Class_Name()
04821 {
04822    return "TGLBoxCut";
04823 }
04824 
04825 //______________________________________________________________________________
04826 const char *TGLBoxCut::ImplFileName()
04827 {
04828    return ::ROOT::GenerateInitInstanceLocal((const ::TGLBoxCut*)0x0)->GetImplFileName();
04829 }
04830 
04831 //______________________________________________________________________________
04832 int TGLBoxCut::ImplFileLine()
04833 {
04834    return ::ROOT::GenerateInitInstanceLocal((const ::TGLBoxCut*)0x0)->GetImplFileLine();
04835 }
04836 
04837 //______________________________________________________________________________
04838 void TGLBoxCut::Dictionary()
04839 {
04840    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLBoxCut*)0x0)->GetClass();
04841 }
04842 
04843 //______________________________________________________________________________
04844 TClass *TGLBoxCut::Class()
04845 {
04846    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLBoxCut*)0x0)->GetClass();
04847    return fgIsA;
04848 }
04849 
04850 //______________________________________________________________________________
04851 TClass *TGLTH3Slice::fgIsA = 0;  // static to hold class pointer
04852 
04853 //______________________________________________________________________________
04854 const char *TGLTH3Slice::Class_Name()
04855 {
04856    return "TGLTH3Slice";
04857 }
04858 
04859 //______________________________________________________________________________
04860 const char *TGLTH3Slice::ImplFileName()
04861 {
04862    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3Slice*)0x0)->GetImplFileName();
04863 }
04864 
04865 //______________________________________________________________________________
04866 int TGLTH3Slice::ImplFileLine()
04867 {
04868    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3Slice*)0x0)->GetImplFileLine();
04869 }
04870 
04871 //______________________________________________________________________________
04872 void TGLTH3Slice::Dictionary()
04873 {
04874    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3Slice*)0x0)->GetClass();
04875 }
04876 
04877 //______________________________________________________________________________
04878 TClass *TGLTH3Slice::Class()
04879 {
04880    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3Slice*)0x0)->GetClass();
04881    return fgIsA;
04882 }
04883 
04884 //______________________________________________________________________________
04885 TClass *TGLPlotPainter::fgIsA = 0;  // static to hold class pointer
04886 
04887 //______________________________________________________________________________
04888 const char *TGLPlotPainter::Class_Name()
04889 {
04890    return "TGLPlotPainter";
04891 }
04892 
04893 //______________________________________________________________________________
04894 const char *TGLPlotPainter::ImplFileName()
04895 {
04896    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotPainter*)0x0)->GetImplFileName();
04897 }
04898 
04899 //______________________________________________________________________________
04900 int TGLPlotPainter::ImplFileLine()
04901 {
04902    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotPainter*)0x0)->GetImplFileLine();
04903 }
04904 
04905 //______________________________________________________________________________
04906 void TGLPlotPainter::Dictionary()
04907 {
04908    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotPainter*)0x0)->GetClass();
04909 }
04910 
04911 //______________________________________________________________________________
04912 TClass *TGLPlotPainter::Class()
04913 {
04914    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlotPainter*)0x0)->GetClass();
04915    return fgIsA;
04916 }
04917 
04918 //______________________________________________________________________________
04919 TClass *TGLPlot3D::fgIsA = 0;  // static to hold class pointer
04920 
04921 //______________________________________________________________________________
04922 const char *TGLPlot3D::Class_Name()
04923 {
04924    return "TGLPlot3D";
04925 }
04926 
04927 //______________________________________________________________________________
04928 const char *TGLPlot3D::ImplFileName()
04929 {
04930    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlot3D*)0x0)->GetImplFileName();
04931 }
04932 
04933 //______________________________________________________________________________
04934 int TGLPlot3D::ImplFileLine()
04935 {
04936    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPlot3D*)0x0)->GetImplFileLine();
04937 }
04938 
04939 //______________________________________________________________________________
04940 void TGLPlot3D::Dictionary()
04941 {
04942    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlot3D*)0x0)->GetClass();
04943 }
04944 
04945 //______________________________________________________________________________
04946 TClass *TGLPlot3D::Class()
04947 {
04948    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPlot3D*)0x0)->GetClass();
04949    return fgIsA;
04950 }
04951 
04952 //______________________________________________________________________________
04953 TClass *TF2GL::fgIsA = 0;  // static to hold class pointer
04954 
04955 //______________________________________________________________________________
04956 const char *TF2GL::Class_Name()
04957 {
04958    return "TF2GL";
04959 }
04960 
04961 //______________________________________________________________________________
04962 const char *TF2GL::ImplFileName()
04963 {
04964    return ::ROOT::GenerateInitInstanceLocal((const ::TF2GL*)0x0)->GetImplFileName();
04965 }
04966 
04967 //______________________________________________________________________________
04968 int TF2GL::ImplFileLine()
04969 {
04970    return ::ROOT::GenerateInitInstanceLocal((const ::TF2GL*)0x0)->GetImplFileLine();
04971 }
04972 
04973 //______________________________________________________________________________
04974 void TF2GL::Dictionary()
04975 {
04976    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF2GL*)0x0)->GetClass();
04977 }
04978 
04979 //______________________________________________________________________________
04980 TClass *TF2GL::Class()
04981 {
04982    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TF2GL*)0x0)->GetClass();
04983    return fgIsA;
04984 }
04985 
04986 //______________________________________________________________________________
04987 TClass *TGL5DDataSetEditor::fgIsA = 0;  // static to hold class pointer
04988 
04989 //______________________________________________________________________________
04990 const char *TGL5DDataSetEditor::Class_Name()
04991 {
04992    return "TGL5DDataSetEditor";
04993 }
04994 
04995 //______________________________________________________________________________
04996 const char *TGL5DDataSetEditor::ImplFileName()
04997 {
04998    return ::ROOT::GenerateInitInstanceLocal((const ::TGL5DDataSetEditor*)0x0)->GetImplFileName();
04999 }
05000 
05001 //______________________________________________________________________________
05002 int TGL5DDataSetEditor::ImplFileLine()
05003 {
05004    return ::ROOT::GenerateInitInstanceLocal((const ::TGL5DDataSetEditor*)0x0)->GetImplFileLine();
05005 }
05006 
05007 //______________________________________________________________________________
05008 void TGL5DDataSetEditor::Dictionary()
05009 {
05010    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGL5DDataSetEditor*)0x0)->GetClass();
05011 }
05012 
05013 //______________________________________________________________________________
05014 TClass *TGL5DDataSetEditor::Class()
05015 {
05016    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGL5DDataSetEditor*)0x0)->GetClass();
05017    return fgIsA;
05018 }
05019 
05020 //______________________________________________________________________________
05021 TClass *TGLParametricEquation::fgIsA = 0;  // static to hold class pointer
05022 
05023 //______________________________________________________________________________
05024 const char *TGLParametricEquation::Class_Name()
05025 {
05026    return "TGLParametricEquation";
05027 }
05028 
05029 //______________________________________________________________________________
05030 const char *TGLParametricEquation::ImplFileName()
05031 {
05032    return ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricEquation*)0x0)->GetImplFileName();
05033 }
05034 
05035 //______________________________________________________________________________
05036 int TGLParametricEquation::ImplFileLine()
05037 {
05038    return ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricEquation*)0x0)->GetImplFileLine();
05039 }
05040 
05041 //______________________________________________________________________________
05042 void TGLParametricEquation::Dictionary()
05043 {
05044    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricEquation*)0x0)->GetClass();
05045 }
05046 
05047 //______________________________________________________________________________
05048 TClass *TGLParametricEquation::Class()
05049 {
05050    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricEquation*)0x0)->GetClass();
05051    return fgIsA;
05052 }
05053 
05054 //______________________________________________________________________________
05055 TClass *TGLTH3Composition::fgIsA = 0;  // static to hold class pointer
05056 
05057 //______________________________________________________________________________
05058 const char *TGLTH3Composition::Class_Name()
05059 {
05060    return "TGLTH3Composition";
05061 }
05062 
05063 //______________________________________________________________________________
05064 const char *TGLTH3Composition::ImplFileName()
05065 {
05066    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3Composition*)0x0)->GetImplFileName();
05067 }
05068 
05069 //______________________________________________________________________________
05070 int TGLTH3Composition::ImplFileLine()
05071 {
05072    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3Composition*)0x0)->GetImplFileLine();
05073 }
05074 
05075 //______________________________________________________________________________
05076 void TGLTH3Composition::Dictionary()
05077 {
05078    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3Composition*)0x0)->GetClass();
05079 }
05080 
05081 //______________________________________________________________________________
05082 TClass *TGLTH3Composition::Class()
05083 {
05084    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3Composition*)0x0)->GetClass();
05085    return fgIsA;
05086 }
05087 
05088 //______________________________________________________________________________
05089 TClass *TGLHistPainter::fgIsA = 0;  // static to hold class pointer
05090 
05091 //______________________________________________________________________________
05092 const char *TGLHistPainter::Class_Name()
05093 {
05094    return "TGLHistPainter";
05095 }
05096 
05097 //______________________________________________________________________________
05098 const char *TGLHistPainter::ImplFileName()
05099 {
05100    return ::ROOT::GenerateInitInstanceLocal((const ::TGLHistPainter*)0x0)->GetImplFileName();
05101 }
05102 
05103 //______________________________________________________________________________
05104 int TGLHistPainter::ImplFileLine()
05105 {
05106    return ::ROOT::GenerateInitInstanceLocal((const ::TGLHistPainter*)0x0)->GetImplFileLine();
05107 }
05108 
05109 //______________________________________________________________________________
05110 void TGLHistPainter::Dictionary()
05111 {
05112    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLHistPainter*)0x0)->GetClass();
05113 }
05114 
05115 //______________________________________________________________________________
05116 TClass *TGLHistPainter::Class()
05117 {
05118    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLHistPainter*)0x0)->GetClass();
05119    return fgIsA;
05120 }
05121 
05122 //______________________________________________________________________________
05123 TClass *TGLAdapter::fgIsA = 0;  // static to hold class pointer
05124 
05125 //______________________________________________________________________________
05126 const char *TGLAdapter::Class_Name()
05127 {
05128    return "TGLAdapter";
05129 }
05130 
05131 //______________________________________________________________________________
05132 const char *TGLAdapter::ImplFileName()
05133 {
05134    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAdapter*)0x0)->GetImplFileName();
05135 }
05136 
05137 //______________________________________________________________________________
05138 int TGLAdapter::ImplFileLine()
05139 {
05140    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAdapter*)0x0)->GetImplFileLine();
05141 }
05142 
05143 //______________________________________________________________________________
05144 void TGLAdapter::Dictionary()
05145 {
05146    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAdapter*)0x0)->GetClass();
05147 }
05148 
05149 //______________________________________________________________________________
05150 TClass *TGLAdapter::Class()
05151 {
05152    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAdapter*)0x0)->GetClass();
05153    return fgIsA;
05154 }
05155 
05156 //______________________________________________________________________________
05157 TClass *TGLOvlSelectRecord::fgIsA = 0;  // static to hold class pointer
05158 
05159 //______________________________________________________________________________
05160 const char *TGLOvlSelectRecord::Class_Name()
05161 {
05162    return "TGLOvlSelectRecord";
05163 }
05164 
05165 //______________________________________________________________________________
05166 const char *TGLOvlSelectRecord::ImplFileName()
05167 {
05168    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOvlSelectRecord*)0x0)->GetImplFileName();
05169 }
05170 
05171 //______________________________________________________________________________
05172 int TGLOvlSelectRecord::ImplFileLine()
05173 {
05174    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOvlSelectRecord*)0x0)->GetImplFileLine();
05175 }
05176 
05177 //______________________________________________________________________________
05178 void TGLOvlSelectRecord::Dictionary()
05179 {
05180    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOvlSelectRecord*)0x0)->GetClass();
05181 }
05182 
05183 //______________________________________________________________________________
05184 TClass *TGLOvlSelectRecord::Class()
05185 {
05186    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOvlSelectRecord*)0x0)->GetClass();
05187    return fgIsA;
05188 }
05189 
05190 //______________________________________________________________________________
05191 TClass *TGLOverlayElement::fgIsA = 0;  // static to hold class pointer
05192 
05193 //______________________________________________________________________________
05194 const char *TGLOverlayElement::Class_Name()
05195 {
05196    return "TGLOverlayElement";
05197 }
05198 
05199 //______________________________________________________________________________
05200 const char *TGLOverlayElement::ImplFileName()
05201 {
05202    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayElement*)0x0)->GetImplFileName();
05203 }
05204 
05205 //______________________________________________________________________________
05206 int TGLOverlayElement::ImplFileLine()
05207 {
05208    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayElement*)0x0)->GetImplFileLine();
05209 }
05210 
05211 //______________________________________________________________________________
05212 void TGLOverlayElement::Dictionary()
05213 {
05214    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayElement*)0x0)->GetClass();
05215 }
05216 
05217 //______________________________________________________________________________
05218 TClass *TGLOverlayElement::Class()
05219 {
05220    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayElement*)0x0)->GetClass();
05221    return fgIsA;
05222 }
05223 
05224 //______________________________________________________________________________
05225 TClass *TGLOverlayList::fgIsA = 0;  // static to hold class pointer
05226 
05227 //______________________________________________________________________________
05228 const char *TGLOverlayList::Class_Name()
05229 {
05230    return "TGLOverlayList";
05231 }
05232 
05233 //______________________________________________________________________________
05234 const char *TGLOverlayList::ImplFileName()
05235 {
05236    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayList*)0x0)->GetImplFileName();
05237 }
05238 
05239 //______________________________________________________________________________
05240 int TGLOverlayList::ImplFileLine()
05241 {
05242    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayList*)0x0)->GetImplFileLine();
05243 }
05244 
05245 //______________________________________________________________________________
05246 void TGLOverlayList::Dictionary()
05247 {
05248    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayList*)0x0)->GetClass();
05249 }
05250 
05251 //______________________________________________________________________________
05252 TClass *TGLOverlayList::Class()
05253 {
05254    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayList*)0x0)->GetClass();
05255    return fgIsA;
05256 }
05257 
05258 //______________________________________________________________________________
05259 TClass *TGLFontManager::fgIsA = 0;  // static to hold class pointer
05260 
05261 //______________________________________________________________________________
05262 const char *TGLFontManager::Class_Name()
05263 {
05264    return "TGLFontManager";
05265 }
05266 
05267 //______________________________________________________________________________
05268 const char *TGLFontManager::ImplFileName()
05269 {
05270    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFontManager*)0x0)->GetImplFileName();
05271 }
05272 
05273 //______________________________________________________________________________
05274 int TGLFontManager::ImplFileLine()
05275 {
05276    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFontManager*)0x0)->GetImplFileLine();
05277 }
05278 
05279 //______________________________________________________________________________
05280 void TGLFontManager::Dictionary()
05281 {
05282    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFontManager*)0x0)->GetClass();
05283 }
05284 
05285 //______________________________________________________________________________
05286 TClass *TGLFontManager::Class()
05287 {
05288    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFontManager*)0x0)->GetClass();
05289    return fgIsA;
05290 }
05291 
05292 //______________________________________________________________________________
05293 TClass *TGLFont::fgIsA = 0;  // static to hold class pointer
05294 
05295 //______________________________________________________________________________
05296 const char *TGLFont::Class_Name()
05297 {
05298    return "TGLFont";
05299 }
05300 
05301 //______________________________________________________________________________
05302 const char *TGLFont::ImplFileName()
05303 {
05304    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFont*)0x0)->GetImplFileName();
05305 }
05306 
05307 //______________________________________________________________________________
05308 int TGLFont::ImplFileLine()
05309 {
05310    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFont*)0x0)->GetImplFileLine();
05311 }
05312 
05313 //______________________________________________________________________________
05314 void TGLFont::Dictionary()
05315 {
05316    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFont*)0x0)->GetClass();
05317 }
05318 
05319 //______________________________________________________________________________
05320 TClass *TGLFont::Class()
05321 {
05322    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFont*)0x0)->GetClass();
05323    return fgIsA;
05324 }
05325 
05326 //______________________________________________________________________________
05327 TClass *TGLViewerBase::fgIsA = 0;  // static to hold class pointer
05328 
05329 //______________________________________________________________________________
05330 const char *TGLViewerBase::Class_Name()
05331 {
05332    return "TGLViewerBase";
05333 }
05334 
05335 //______________________________________________________________________________
05336 const char *TGLViewerBase::ImplFileName()
05337 {
05338    return ::ROOT::GenerateInitInstanceLocal((const ::TGLViewerBase*)0x0)->GetImplFileName();
05339 }
05340 
05341 //______________________________________________________________________________
05342 int TGLViewerBase::ImplFileLine()
05343 {
05344    return ::ROOT::GenerateInitInstanceLocal((const ::TGLViewerBase*)0x0)->GetImplFileLine();
05345 }
05346 
05347 //______________________________________________________________________________
05348 void TGLViewerBase::Dictionary()
05349 {
05350    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLViewerBase*)0x0)->GetClass();
05351 }
05352 
05353 //______________________________________________________________________________
05354 TClass *TGLViewerBase::Class()
05355 {
05356    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLViewerBase*)0x0)->GetClass();
05357    return fgIsA;
05358 }
05359 
05360 //______________________________________________________________________________
05361 TClass *TGLAnnotation::fgIsA = 0;  // static to hold class pointer
05362 
05363 //______________________________________________________________________________
05364 const char *TGLAnnotation::Class_Name()
05365 {
05366    return "TGLAnnotation";
05367 }
05368 
05369 //______________________________________________________________________________
05370 const char *TGLAnnotation::ImplFileName()
05371 {
05372    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAnnotation*)0x0)->GetImplFileName();
05373 }
05374 
05375 //______________________________________________________________________________
05376 int TGLAnnotation::ImplFileLine()
05377 {
05378    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAnnotation*)0x0)->GetImplFileLine();
05379 }
05380 
05381 //______________________________________________________________________________
05382 void TGLAnnotation::Dictionary()
05383 {
05384    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAnnotation*)0x0)->GetClass();
05385 }
05386 
05387 //______________________________________________________________________________
05388 TClass *TGLAnnotation::Class()
05389 {
05390    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAnnotation*)0x0)->GetClass();
05391    return fgIsA;
05392 }
05393 
05394 //______________________________________________________________________________
05395 TClass *TGLAutoRotator::fgIsA = 0;  // static to hold class pointer
05396 
05397 //______________________________________________________________________________
05398 const char *TGLAutoRotator::Class_Name()
05399 {
05400    return "TGLAutoRotator";
05401 }
05402 
05403 //______________________________________________________________________________
05404 const char *TGLAutoRotator::ImplFileName()
05405 {
05406    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAutoRotator*)0x0)->GetImplFileName();
05407 }
05408 
05409 //______________________________________________________________________________
05410 int TGLAutoRotator::ImplFileLine()
05411 {
05412    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAutoRotator*)0x0)->GetImplFileLine();
05413 }
05414 
05415 //______________________________________________________________________________
05416 void TGLAutoRotator::Dictionary()
05417 {
05418    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAutoRotator*)0x0)->GetClass();
05419 }
05420 
05421 //______________________________________________________________________________
05422 TClass *TGLAutoRotator::Class()
05423 {
05424    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAutoRotator*)0x0)->GetClass();
05425    return fgIsA;
05426 }
05427 
05428 //______________________________________________________________________________
05429 TClass *TGLText::fgIsA = 0;  // static to hold class pointer
05430 
05431 //______________________________________________________________________________
05432 const char *TGLText::Class_Name()
05433 {
05434    return "TGLText";
05435 }
05436 
05437 //______________________________________________________________________________
05438 const char *TGLText::ImplFileName()
05439 {
05440    return ::ROOT::GenerateInitInstanceLocal((const ::TGLText*)0x0)->GetImplFileName();
05441 }
05442 
05443 //______________________________________________________________________________
05444 int TGLText::ImplFileLine()
05445 {
05446    return ::ROOT::GenerateInitInstanceLocal((const ::TGLText*)0x0)->GetImplFileLine();
05447 }
05448 
05449 //______________________________________________________________________________
05450 void TGLText::Dictionary()
05451 {
05452    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLText*)0x0)->GetClass();
05453 }
05454 
05455 //______________________________________________________________________________
05456 TClass *TGLText::Class()
05457 {
05458    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLText*)0x0)->GetClass();
05459    return fgIsA;
05460 }
05461 
05462 //______________________________________________________________________________
05463 TClass *TGLAxis::fgIsA = 0;  // static to hold class pointer
05464 
05465 //______________________________________________________________________________
05466 const char *TGLAxis::Class_Name()
05467 {
05468    return "TGLAxis";
05469 }
05470 
05471 //______________________________________________________________________________
05472 const char *TGLAxis::ImplFileName()
05473 {
05474    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAxis*)0x0)->GetImplFileName();
05475 }
05476 
05477 //______________________________________________________________________________
05478 int TGLAxis::ImplFileLine()
05479 {
05480    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAxis*)0x0)->GetImplFileLine();
05481 }
05482 
05483 //______________________________________________________________________________
05484 void TGLAxis::Dictionary()
05485 {
05486    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAxis*)0x0)->GetClass();
05487 }
05488 
05489 //______________________________________________________________________________
05490 TClass *TGLAxis::Class()
05491 {
05492    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAxis*)0x0)->GetClass();
05493    return fgIsA;
05494 }
05495 
05496 //______________________________________________________________________________
05497 TClass *TGLAxisPainter::fgIsA = 0;  // static to hold class pointer
05498 
05499 //______________________________________________________________________________
05500 const char *TGLAxisPainter::Class_Name()
05501 {
05502    return "TGLAxisPainter";
05503 }
05504 
05505 //______________________________________________________________________________
05506 const char *TGLAxisPainter::ImplFileName()
05507 {
05508    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAxisPainter*)0x0)->GetImplFileName();
05509 }
05510 
05511 //______________________________________________________________________________
05512 int TGLAxisPainter::ImplFileLine()
05513 {
05514    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAxisPainter*)0x0)->GetImplFileLine();
05515 }
05516 
05517 //______________________________________________________________________________
05518 void TGLAxisPainter::Dictionary()
05519 {
05520    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAxisPainter*)0x0)->GetClass();
05521 }
05522 
05523 //______________________________________________________________________________
05524 TClass *TGLAxisPainter::Class()
05525 {
05526    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAxisPainter*)0x0)->GetClass();
05527    return fgIsA;
05528 }
05529 
05530 //______________________________________________________________________________
05531 TClass *TGLAxisPainterBox::fgIsA = 0;  // static to hold class pointer
05532 
05533 //______________________________________________________________________________
05534 const char *TGLAxisPainterBox::Class_Name()
05535 {
05536    return "TGLAxisPainterBox";
05537 }
05538 
05539 //______________________________________________________________________________
05540 const char *TGLAxisPainterBox::ImplFileName()
05541 {
05542    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAxisPainterBox*)0x0)->GetImplFileName();
05543 }
05544 
05545 //______________________________________________________________________________
05546 int TGLAxisPainterBox::ImplFileLine()
05547 {
05548    return ::ROOT::GenerateInitInstanceLocal((const ::TGLAxisPainterBox*)0x0)->GetImplFileLine();
05549 }
05550 
05551 //______________________________________________________________________________
05552 void TGLAxisPainterBox::Dictionary()
05553 {
05554    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAxisPainterBox*)0x0)->GetClass();
05555 }
05556 
05557 //______________________________________________________________________________
05558 TClass *TGLAxisPainterBox::Class()
05559 {
05560    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLAxisPainterBox*)0x0)->GetClass();
05561    return fgIsA;
05562 }
05563 
05564 //______________________________________________________________________________
05565 TClass *TGLBoxPainter::fgIsA = 0;  // static to hold class pointer
05566 
05567 //______________________________________________________________________________
05568 const char *TGLBoxPainter::Class_Name()
05569 {
05570    return "TGLBoxPainter";
05571 }
05572 
05573 //______________________________________________________________________________
05574 const char *TGLBoxPainter::ImplFileName()
05575 {
05576    return ::ROOT::GenerateInitInstanceLocal((const ::TGLBoxPainter*)0x0)->GetImplFileName();
05577 }
05578 
05579 //______________________________________________________________________________
05580 int TGLBoxPainter::ImplFileLine()
05581 {
05582    return ::ROOT::GenerateInitInstanceLocal((const ::TGLBoxPainter*)0x0)->GetImplFileLine();
05583 }
05584 
05585 //______________________________________________________________________________
05586 void TGLBoxPainter::Dictionary()
05587 {
05588    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLBoxPainter*)0x0)->GetClass();
05589 }
05590 
05591 //______________________________________________________________________________
05592 TClass *TGLBoxPainter::Class()
05593 {
05594    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLBoxPainter*)0x0)->GetClass();
05595    return fgIsA;
05596 }
05597 
05598 //______________________________________________________________________________
05599 TClass *TGLCameraGuide::fgIsA = 0;  // static to hold class pointer
05600 
05601 //______________________________________________________________________________
05602 const char *TGLCameraGuide::Class_Name()
05603 {
05604    return "TGLCameraGuide";
05605 }
05606 
05607 //______________________________________________________________________________
05608 const char *TGLCameraGuide::ImplFileName()
05609 {
05610    return ::ROOT::GenerateInitInstanceLocal((const ::TGLCameraGuide*)0x0)->GetImplFileName();
05611 }
05612 
05613 //______________________________________________________________________________
05614 int TGLCameraGuide::ImplFileLine()
05615 {
05616    return ::ROOT::GenerateInitInstanceLocal((const ::TGLCameraGuide*)0x0)->GetImplFileLine();
05617 }
05618 
05619 //______________________________________________________________________________
05620 void TGLCameraGuide::Dictionary()
05621 {
05622    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLCameraGuide*)0x0)->GetClass();
05623 }
05624 
05625 //______________________________________________________________________________
05626 TClass *TGLCameraGuide::Class()
05627 {
05628    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLCameraGuide*)0x0)->GetClass();
05629    return fgIsA;
05630 }
05631 
05632 //______________________________________________________________________________
05633 TClass *TGLCameraOverlay::fgIsA = 0;  // static to hold class pointer
05634 
05635 //______________________________________________________________________________
05636 const char *TGLCameraOverlay::Class_Name()
05637 {
05638    return "TGLCameraOverlay";
05639 }
05640 
05641 //______________________________________________________________________________
05642 const char *TGLCameraOverlay::ImplFileName()
05643 {
05644    return ::ROOT::GenerateInitInstanceLocal((const ::TGLCameraOverlay*)0x0)->GetImplFileName();
05645 }
05646 
05647 //______________________________________________________________________________
05648 int TGLCameraOverlay::ImplFileLine()
05649 {
05650    return ::ROOT::GenerateInitInstanceLocal((const ::TGLCameraOverlay*)0x0)->GetImplFileLine();
05651 }
05652 
05653 //______________________________________________________________________________
05654 void TGLCameraOverlay::Dictionary()
05655 {
05656    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLCameraOverlay*)0x0)->GetClass();
05657 }
05658 
05659 //______________________________________________________________________________
05660 TClass *TGLCameraOverlay::Class()
05661 {
05662    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLCameraOverlay*)0x0)->GetClass();
05663    return fgIsA;
05664 }
05665 
05666 //______________________________________________________________________________
05667 TClass *TGLPShapeRef::fgIsA = 0;  // static to hold class pointer
05668 
05669 //______________________________________________________________________________
05670 const char *TGLPShapeRef::Class_Name()
05671 {
05672    return "TGLPShapeRef";
05673 }
05674 
05675 //______________________________________________________________________________
05676 const char *TGLPShapeRef::ImplFileName()
05677 {
05678    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeRef*)0x0)->GetImplFileName();
05679 }
05680 
05681 //______________________________________________________________________________
05682 int TGLPShapeRef::ImplFileLine()
05683 {
05684    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeRef*)0x0)->GetImplFileLine();
05685 }
05686 
05687 //______________________________________________________________________________
05688 void TGLPShapeRef::Dictionary()
05689 {
05690    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeRef*)0x0)->GetClass();
05691 }
05692 
05693 //______________________________________________________________________________
05694 TClass *TGLPShapeRef::Class()
05695 {
05696    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeRef*)0x0)->GetClass();
05697    return fgIsA;
05698 }
05699 
05700 //______________________________________________________________________________
05701 TClass *TGLManipSet::fgIsA = 0;  // static to hold class pointer
05702 
05703 //______________________________________________________________________________
05704 const char *TGLManipSet::Class_Name()
05705 {
05706    return "TGLManipSet";
05707 }
05708 
05709 //______________________________________________________________________________
05710 const char *TGLManipSet::ImplFileName()
05711 {
05712    return ::ROOT::GenerateInitInstanceLocal((const ::TGLManipSet*)0x0)->GetImplFileName();
05713 }
05714 
05715 //______________________________________________________________________________
05716 int TGLManipSet::ImplFileLine()
05717 {
05718    return ::ROOT::GenerateInitInstanceLocal((const ::TGLManipSet*)0x0)->GetImplFileLine();
05719 }
05720 
05721 //______________________________________________________________________________
05722 void TGLManipSet::Dictionary()
05723 {
05724    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLManipSet*)0x0)->GetClass();
05725 }
05726 
05727 //______________________________________________________________________________
05728 TClass *TGLManipSet::Class()
05729 {
05730    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLManipSet*)0x0)->GetClass();
05731    return fgIsA;
05732 }
05733 
05734 //______________________________________________________________________________
05735 TClass *TGLClip::fgIsA = 0;  // static to hold class pointer
05736 
05737 //______________________________________________________________________________
05738 const char *TGLClip::Class_Name()
05739 {
05740    return "TGLClip";
05741 }
05742 
05743 //______________________________________________________________________________
05744 const char *TGLClip::ImplFileName()
05745 {
05746    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClip*)0x0)->GetImplFileName();
05747 }
05748 
05749 //______________________________________________________________________________
05750 int TGLClip::ImplFileLine()
05751 {
05752    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClip*)0x0)->GetImplFileLine();
05753 }
05754 
05755 //______________________________________________________________________________
05756 void TGLClip::Dictionary()
05757 {
05758    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClip*)0x0)->GetClass();
05759 }
05760 
05761 //______________________________________________________________________________
05762 TClass *TGLClip::Class()
05763 {
05764    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClip*)0x0)->GetClass();
05765    return fgIsA;
05766 }
05767 
05768 //______________________________________________________________________________
05769 TClass *TGLClipPlane::fgIsA = 0;  // static to hold class pointer
05770 
05771 //______________________________________________________________________________
05772 const char *TGLClipPlane::Class_Name()
05773 {
05774    return "TGLClipPlane";
05775 }
05776 
05777 //______________________________________________________________________________
05778 const char *TGLClipPlane::ImplFileName()
05779 {
05780    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipPlane*)0x0)->GetImplFileName();
05781 }
05782 
05783 //______________________________________________________________________________
05784 int TGLClipPlane::ImplFileLine()
05785 {
05786    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipPlane*)0x0)->GetImplFileLine();
05787 }
05788 
05789 //______________________________________________________________________________
05790 void TGLClipPlane::Dictionary()
05791 {
05792    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipPlane*)0x0)->GetClass();
05793 }
05794 
05795 //______________________________________________________________________________
05796 TClass *TGLClipPlane::Class()
05797 {
05798    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipPlane*)0x0)->GetClass();
05799    return fgIsA;
05800 }
05801 
05802 //______________________________________________________________________________
05803 TClass *TGLClipBox::fgIsA = 0;  // static to hold class pointer
05804 
05805 //______________________________________________________________________________
05806 const char *TGLClipBox::Class_Name()
05807 {
05808    return "TGLClipBox";
05809 }
05810 
05811 //______________________________________________________________________________
05812 const char *TGLClipBox::ImplFileName()
05813 {
05814    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipBox*)0x0)->GetImplFileName();
05815 }
05816 
05817 //______________________________________________________________________________
05818 int TGLClipBox::ImplFileLine()
05819 {
05820    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipBox*)0x0)->GetImplFileLine();
05821 }
05822 
05823 //______________________________________________________________________________
05824 void TGLClipBox::Dictionary()
05825 {
05826    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipBox*)0x0)->GetClass();
05827 }
05828 
05829 //______________________________________________________________________________
05830 TClass *TGLClipBox::Class()
05831 {
05832    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipBox*)0x0)->GetClass();
05833    return fgIsA;
05834 }
05835 
05836 //______________________________________________________________________________
05837 TClass *TGLClipSet::fgIsA = 0;  // static to hold class pointer
05838 
05839 //______________________________________________________________________________
05840 const char *TGLClipSet::Class_Name()
05841 {
05842    return "TGLClipSet";
05843 }
05844 
05845 //______________________________________________________________________________
05846 const char *TGLClipSet::ImplFileName()
05847 {
05848    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSet*)0x0)->GetImplFileName();
05849 }
05850 
05851 //______________________________________________________________________________
05852 int TGLClipSet::ImplFileLine()
05853 {
05854    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSet*)0x0)->GetImplFileLine();
05855 }
05856 
05857 //______________________________________________________________________________
05858 void TGLClipSet::Dictionary()
05859 {
05860    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSet*)0x0)->GetClass();
05861 }
05862 
05863 //______________________________________________________________________________
05864 TClass *TGLClipSet::Class()
05865 {
05866    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSet*)0x0)->GetClass();
05867    return fgIsA;
05868 }
05869 
05870 //______________________________________________________________________________
05871 TClass *TGLClipSetSubEditor::fgIsA = 0;  // static to hold class pointer
05872 
05873 //______________________________________________________________________________
05874 const char *TGLClipSetSubEditor::Class_Name()
05875 {
05876    return "TGLClipSetSubEditor";
05877 }
05878 
05879 //______________________________________________________________________________
05880 const char *TGLClipSetSubEditor::ImplFileName()
05881 {
05882    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSetSubEditor*)0x0)->GetImplFileName();
05883 }
05884 
05885 //______________________________________________________________________________
05886 int TGLClipSetSubEditor::ImplFileLine()
05887 {
05888    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSetSubEditor*)0x0)->GetImplFileLine();
05889 }
05890 
05891 //______________________________________________________________________________
05892 void TGLClipSetSubEditor::Dictionary()
05893 {
05894    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSetSubEditor*)0x0)->GetClass();
05895 }
05896 
05897 //______________________________________________________________________________
05898 TClass *TGLClipSetSubEditor::Class()
05899 {
05900    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSetSubEditor*)0x0)->GetClass();
05901    return fgIsA;
05902 }
05903 
05904 //______________________________________________________________________________
05905 TClass *TGLClipSetEditor::fgIsA = 0;  // static to hold class pointer
05906 
05907 //______________________________________________________________________________
05908 const char *TGLClipSetEditor::Class_Name()
05909 {
05910    return "TGLClipSetEditor";
05911 }
05912 
05913 //______________________________________________________________________________
05914 const char *TGLClipSetEditor::ImplFileName()
05915 {
05916    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSetEditor*)0x0)->GetImplFileName();
05917 }
05918 
05919 //______________________________________________________________________________
05920 int TGLClipSetEditor::ImplFileLine()
05921 {
05922    return ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSetEditor*)0x0)->GetImplFileLine();
05923 }
05924 
05925 //______________________________________________________________________________
05926 void TGLClipSetEditor::Dictionary()
05927 {
05928    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSetEditor*)0x0)->GetClass();
05929 }
05930 
05931 //______________________________________________________________________________
05932 TClass *TGLClipSetEditor::Class()
05933 {
05934    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLClipSetEditor*)0x0)->GetClass();
05935    return fgIsA;
05936 }
05937 
05938 //______________________________________________________________________________
05939 TClass *TGLContextIdentity::fgIsA = 0;  // static to hold class pointer
05940 
05941 //______________________________________________________________________________
05942 const char *TGLContextIdentity::Class_Name()
05943 {
05944    return "TGLContextIdentity";
05945 }
05946 
05947 //______________________________________________________________________________
05948 const char *TGLContextIdentity::ImplFileName()
05949 {
05950    return ::ROOT::GenerateInitInstanceLocal((const ::TGLContextIdentity*)0x0)->GetImplFileName();
05951 }
05952 
05953 //______________________________________________________________________________
05954 int TGLContextIdentity::ImplFileLine()
05955 {
05956    return ::ROOT::GenerateInitInstanceLocal((const ::TGLContextIdentity*)0x0)->GetImplFileLine();
05957 }
05958 
05959 //______________________________________________________________________________
05960 void TGLContextIdentity::Dictionary()
05961 {
05962    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLContextIdentity*)0x0)->GetClass();
05963 }
05964 
05965 //______________________________________________________________________________
05966 TClass *TGLContextIdentity::Class()
05967 {
05968    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLContextIdentity*)0x0)->GetClass();
05969    return fgIsA;
05970 }
05971 
05972 //______________________________________________________________________________
05973 TClass *TGLWidget::fgIsA = 0;  // static to hold class pointer
05974 
05975 //______________________________________________________________________________
05976 const char *TGLWidget::Class_Name()
05977 {
05978    return "TGLWidget";
05979 }
05980 
05981 //______________________________________________________________________________
05982 const char *TGLWidget::ImplFileName()
05983 {
05984    return ::ROOT::GenerateInitInstanceLocal((const ::TGLWidget*)0x0)->GetImplFileName();
05985 }
05986 
05987 //______________________________________________________________________________
05988 int TGLWidget::ImplFileLine()
05989 {
05990    return ::ROOT::GenerateInitInstanceLocal((const ::TGLWidget*)0x0)->GetImplFileLine();
05991 }
05992 
05993 //______________________________________________________________________________
05994 void TGLWidget::Dictionary()
05995 {
05996    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLWidget*)0x0)->GetClass();
05997 }
05998 
05999 //______________________________________________________________________________
06000 TClass *TGLWidget::Class()
06001 {
06002    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLWidget*)0x0)->GetClass();
06003    return fgIsA;
06004 }
06005 
06006 //______________________________________________________________________________
06007 TClass *TGLCylinder::fgIsA = 0;  // static to hold class pointer
06008 
06009 //______________________________________________________________________________
06010 const char *TGLCylinder::Class_Name()
06011 {
06012    return "TGLCylinder";
06013 }
06014 
06015 //______________________________________________________________________________
06016 const char *TGLCylinder::ImplFileName()
06017 {
06018    return ::ROOT::GenerateInitInstanceLocal((const ::TGLCylinder*)0x0)->GetImplFileName();
06019 }
06020 
06021 //______________________________________________________________________________
06022 int TGLCylinder::ImplFileLine()
06023 {
06024    return ::ROOT::GenerateInitInstanceLocal((const ::TGLCylinder*)0x0)->GetImplFileLine();
06025 }
06026 
06027 //______________________________________________________________________________
06028 void TGLCylinder::Dictionary()
06029 {
06030    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLCylinder*)0x0)->GetClass();
06031 }
06032 
06033 //______________________________________________________________________________
06034 TClass *TGLCylinder::Class()
06035 {
06036    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLCylinder*)0x0)->GetClass();
06037    return fgIsA;
06038 }
06039 
06040 //______________________________________________________________________________
06041 TClass *TGLLockable::fgIsA = 0;  // static to hold class pointer
06042 
06043 //______________________________________________________________________________
06044 const char *TGLLockable::Class_Name()
06045 {
06046    return "TGLLockable";
06047 }
06048 
06049 //______________________________________________________________________________
06050 const char *TGLLockable::ImplFileName()
06051 {
06052    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLockable*)0x0)->GetImplFileName();
06053 }
06054 
06055 //______________________________________________________________________________
06056 int TGLLockable::ImplFileLine()
06057 {
06058    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLockable*)0x0)->GetImplFileLine();
06059 }
06060 
06061 //______________________________________________________________________________
06062 void TGLLockable::Dictionary()
06063 {
06064    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLockable*)0x0)->GetClass();
06065 }
06066 
06067 //______________________________________________________________________________
06068 TClass *TGLLockable::Class()
06069 {
06070    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLockable*)0x0)->GetClass();
06071    return fgIsA;
06072 }
06073 
06074 //______________________________________________________________________________
06075 TClass *TGLSceneInfo::fgIsA = 0;  // static to hold class pointer
06076 
06077 //______________________________________________________________________________
06078 const char *TGLSceneInfo::Class_Name()
06079 {
06080    return "TGLSceneInfo";
06081 }
06082 
06083 //______________________________________________________________________________
06084 const char *TGLSceneInfo::ImplFileName()
06085 {
06086    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSceneInfo*)0x0)->GetImplFileName();
06087 }
06088 
06089 //______________________________________________________________________________
06090 int TGLSceneInfo::ImplFileLine()
06091 {
06092    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSceneInfo*)0x0)->GetImplFileLine();
06093 }
06094 
06095 //______________________________________________________________________________
06096 void TGLSceneInfo::Dictionary()
06097 {
06098    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSceneInfo*)0x0)->GetClass();
06099 }
06100 
06101 //______________________________________________________________________________
06102 TClass *TGLSceneInfo::Class()
06103 {
06104    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSceneInfo*)0x0)->GetClass();
06105    return fgIsA;
06106 }
06107 
06108 //______________________________________________________________________________
06109 TClass *TGLStopwatch::fgIsA = 0;  // static to hold class pointer
06110 
06111 //______________________________________________________________________________
06112 const char *TGLStopwatch::Class_Name()
06113 {
06114    return "TGLStopwatch";
06115 }
06116 
06117 //______________________________________________________________________________
06118 const char *TGLStopwatch::ImplFileName()
06119 {
06120    return ::ROOT::GenerateInitInstanceLocal((const ::TGLStopwatch*)0x0)->GetImplFileName();
06121 }
06122 
06123 //______________________________________________________________________________
06124 int TGLStopwatch::ImplFileLine()
06125 {
06126    return ::ROOT::GenerateInitInstanceLocal((const ::TGLStopwatch*)0x0)->GetImplFileLine();
06127 }
06128 
06129 //______________________________________________________________________________
06130 void TGLStopwatch::Dictionary()
06131 {
06132    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLStopwatch*)0x0)->GetClass();
06133 }
06134 
06135 //______________________________________________________________________________
06136 TClass *TGLStopwatch::Class()
06137 {
06138    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLStopwatch*)0x0)->GetClass();
06139    return fgIsA;
06140 }
06141 
06142 //______________________________________________________________________________
06143 TClass *TGLSelectBuffer::fgIsA = 0;  // static to hold class pointer
06144 
06145 //______________________________________________________________________________
06146 const char *TGLSelectBuffer::Class_Name()
06147 {
06148    return "TGLSelectBuffer";
06149 }
06150 
06151 //______________________________________________________________________________
06152 const char *TGLSelectBuffer::ImplFileName()
06153 {
06154    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectBuffer*)0x0)->GetImplFileName();
06155 }
06156 
06157 //______________________________________________________________________________
06158 int TGLSelectBuffer::ImplFileLine()
06159 {
06160    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectBuffer*)0x0)->GetImplFileLine();
06161 }
06162 
06163 //______________________________________________________________________________
06164 void TGLSelectBuffer::Dictionary()
06165 {
06166    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectBuffer*)0x0)->GetClass();
06167 }
06168 
06169 //______________________________________________________________________________
06170 TClass *TGLSelectBuffer::Class()
06171 {
06172    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectBuffer*)0x0)->GetClass();
06173    return fgIsA;
06174 }
06175 
06176 //______________________________________________________________________________
06177 TClass *TGLSelectRecordBase::fgIsA = 0;  // static to hold class pointer
06178 
06179 //______________________________________________________________________________
06180 const char *TGLSelectRecordBase::Class_Name()
06181 {
06182    return "TGLSelectRecordBase";
06183 }
06184 
06185 //______________________________________________________________________________
06186 const char *TGLSelectRecordBase::ImplFileName()
06187 {
06188    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectRecordBase*)0x0)->GetImplFileName();
06189 }
06190 
06191 //______________________________________________________________________________
06192 int TGLSelectRecordBase::ImplFileLine()
06193 {
06194    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectRecordBase*)0x0)->GetImplFileLine();
06195 }
06196 
06197 //______________________________________________________________________________
06198 void TGLSelectRecordBase::Dictionary()
06199 {
06200    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectRecordBase*)0x0)->GetClass();
06201 }
06202 
06203 //______________________________________________________________________________
06204 TClass *TGLSelectRecordBase::Class()
06205 {
06206    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSelectRecordBase*)0x0)->GetClass();
06207    return fgIsA;
06208 }
06209 
06210 //______________________________________________________________________________
06211 TClass *TGLPerspectiveCamera::fgIsA = 0;  // static to hold class pointer
06212 
06213 //______________________________________________________________________________
06214 const char *TGLPerspectiveCamera::Class_Name()
06215 {
06216    return "TGLPerspectiveCamera";
06217 }
06218 
06219 //______________________________________________________________________________
06220 const char *TGLPerspectiveCamera::ImplFileName()
06221 {
06222    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPerspectiveCamera*)0x0)->GetImplFileName();
06223 }
06224 
06225 //______________________________________________________________________________
06226 int TGLPerspectiveCamera::ImplFileLine()
06227 {
06228    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPerspectiveCamera*)0x0)->GetImplFileLine();
06229 }
06230 
06231 //______________________________________________________________________________
06232 void TGLPerspectiveCamera::Dictionary()
06233 {
06234    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPerspectiveCamera*)0x0)->GetClass();
06235 }
06236 
06237 //______________________________________________________________________________
06238 TClass *TGLPerspectiveCamera::Class()
06239 {
06240    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPerspectiveCamera*)0x0)->GetClass();
06241    return fgIsA;
06242 }
06243 
06244 //______________________________________________________________________________
06245 TClass *TGLOrthoCamera::fgIsA = 0;  // static to hold class pointer
06246 
06247 //______________________________________________________________________________
06248 const char *TGLOrthoCamera::Class_Name()
06249 {
06250    return "TGLOrthoCamera";
06251 }
06252 
06253 //______________________________________________________________________________
06254 const char *TGLOrthoCamera::ImplFileName()
06255 {
06256    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOrthoCamera*)0x0)->GetImplFileName();
06257 }
06258 
06259 //______________________________________________________________________________
06260 int TGLOrthoCamera::ImplFileLine()
06261 {
06262    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOrthoCamera*)0x0)->GetImplFileLine();
06263 }
06264 
06265 //______________________________________________________________________________
06266 void TGLOrthoCamera::Dictionary()
06267 {
06268    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOrthoCamera*)0x0)->GetClass();
06269 }
06270 
06271 //______________________________________________________________________________
06272 TClass *TGLOrthoCamera::Class()
06273 {
06274    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOrthoCamera*)0x0)->GetClass();
06275    return fgIsA;
06276 }
06277 
06278 //______________________________________________________________________________
06279 TClass *TGLViewerEditor::fgIsA = 0;  // static to hold class pointer
06280 
06281 //______________________________________________________________________________
06282 const char *TGLViewerEditor::Class_Name()
06283 {
06284    return "TGLViewerEditor";
06285 }
06286 
06287 //______________________________________________________________________________
06288 const char *TGLViewerEditor::ImplFileName()
06289 {
06290    return ::ROOT::GenerateInitInstanceLocal((const ::TGLViewerEditor*)0x0)->GetImplFileName();
06291 }
06292 
06293 //______________________________________________________________________________
06294 int TGLViewerEditor::ImplFileLine()
06295 {
06296    return ::ROOT::GenerateInitInstanceLocal((const ::TGLViewerEditor*)0x0)->GetImplFileLine();
06297 }
06298 
06299 //______________________________________________________________________________
06300 void TGLViewerEditor::Dictionary()
06301 {
06302    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLViewerEditor*)0x0)->GetClass();
06303 }
06304 
06305 //______________________________________________________________________________
06306 TClass *TGLViewerEditor::Class()
06307 {
06308    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLViewerEditor*)0x0)->GetClass();
06309    return fgIsA;
06310 }
06311 
06312 //______________________________________________________________________________
06313 TClass *TGLLightSet::fgIsA = 0;  // static to hold class pointer
06314 
06315 //______________________________________________________________________________
06316 const char *TGLLightSet::Class_Name()
06317 {
06318    return "TGLLightSet";
06319 }
06320 
06321 //______________________________________________________________________________
06322 const char *TGLLightSet::ImplFileName()
06323 {
06324    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSet*)0x0)->GetImplFileName();
06325 }
06326 
06327 //______________________________________________________________________________
06328 int TGLLightSet::ImplFileLine()
06329 {
06330    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSet*)0x0)->GetImplFileLine();
06331 }
06332 
06333 //______________________________________________________________________________
06334 void TGLLightSet::Dictionary()
06335 {
06336    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSet*)0x0)->GetClass();
06337 }
06338 
06339 //______________________________________________________________________________
06340 TClass *TGLLightSet::Class()
06341 {
06342    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSet*)0x0)->GetClass();
06343    return fgIsA;
06344 }
06345 
06346 //______________________________________________________________________________
06347 TClass *TGLPShapeObj::fgIsA = 0;  // static to hold class pointer
06348 
06349 //______________________________________________________________________________
06350 const char *TGLPShapeObj::Class_Name()
06351 {
06352    return "TGLPShapeObj";
06353 }
06354 
06355 //______________________________________________________________________________
06356 const char *TGLPShapeObj::ImplFileName()
06357 {
06358    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeObj*)0x0)->GetImplFileName();
06359 }
06360 
06361 //______________________________________________________________________________
06362 int TGLPShapeObj::ImplFileLine()
06363 {
06364    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeObj*)0x0)->GetImplFileLine();
06365 }
06366 
06367 //______________________________________________________________________________
06368 void TGLPShapeObj::Dictionary()
06369 {
06370    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeObj*)0x0)->GetClass();
06371 }
06372 
06373 //______________________________________________________________________________
06374 TClass *TGLPShapeObj::Class()
06375 {
06376    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeObj*)0x0)->GetClass();
06377    return fgIsA;
06378 }
06379 
06380 //______________________________________________________________________________
06381 TClass *TGLOutput::fgIsA = 0;  // static to hold class pointer
06382 
06383 //______________________________________________________________________________
06384 const char *TGLOutput::Class_Name()
06385 {
06386    return "TGLOutput";
06387 }
06388 
06389 //______________________________________________________________________________
06390 const char *TGLOutput::ImplFileName()
06391 {
06392    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOutput*)0x0)->GetImplFileName();
06393 }
06394 
06395 //______________________________________________________________________________
06396 int TGLOutput::ImplFileLine()
06397 {
06398    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOutput*)0x0)->GetImplFileLine();
06399 }
06400 
06401 //______________________________________________________________________________
06402 void TGLOutput::Dictionary()
06403 {
06404    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOutput*)0x0)->GetClass();
06405 }
06406 
06407 //______________________________________________________________________________
06408 TClass *TGLOutput::Class()
06409 {
06410    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOutput*)0x0)->GetClass();
06411    return fgIsA;
06412 }
06413 
06414 //______________________________________________________________________________
06415 TClass *TGLEventHandler::fgIsA = 0;  // static to hold class pointer
06416 
06417 //______________________________________________________________________________
06418 const char *TGLEventHandler::Class_Name()
06419 {
06420    return "TGLEventHandler";
06421 }
06422 
06423 //______________________________________________________________________________
06424 const char *TGLEventHandler::ImplFileName()
06425 {
06426    return ::ROOT::GenerateInitInstanceLocal((const ::TGLEventHandler*)0x0)->GetImplFileName();
06427 }
06428 
06429 //______________________________________________________________________________
06430 int TGLEventHandler::ImplFileLine()
06431 {
06432    return ::ROOT::GenerateInitInstanceLocal((const ::TGLEventHandler*)0x0)->GetImplFileLine();
06433 }
06434 
06435 //______________________________________________________________________________
06436 void TGLEventHandler::Dictionary()
06437 {
06438    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLEventHandler*)0x0)->GetClass();
06439 }
06440 
06441 //______________________________________________________________________________
06442 TClass *TGLEventHandler::Class()
06443 {
06444    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLEventHandler*)0x0)->GetClass();
06445    return fgIsA;
06446 }
06447 
06448 //______________________________________________________________________________
06449 TClass *TGLFaderHelper::fgIsA = 0;  // static to hold class pointer
06450 
06451 //______________________________________________________________________________
06452 const char *TGLFaderHelper::Class_Name()
06453 {
06454    return "TGLFaderHelper";
06455 }
06456 
06457 //______________________________________________________________________________
06458 const char *TGLFaderHelper::ImplFileName()
06459 {
06460    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFaderHelper*)0x0)->GetImplFileName();
06461 }
06462 
06463 //______________________________________________________________________________
06464 int TGLFaderHelper::ImplFileLine()
06465 {
06466    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFaderHelper*)0x0)->GetImplFileLine();
06467 }
06468 
06469 //______________________________________________________________________________
06470 void TGLFaderHelper::Dictionary()
06471 {
06472    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFaderHelper*)0x0)->GetClass();
06473 }
06474 
06475 //______________________________________________________________________________
06476 TClass *TGLFaderHelper::Class()
06477 {
06478    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFaderHelper*)0x0)->GetClass();
06479    return fgIsA;
06480 }
06481 
06482 //______________________________________________________________________________
06483 TClass *TGLEmbeddedViewer::fgIsA = 0;  // static to hold class pointer
06484 
06485 //______________________________________________________________________________
06486 const char *TGLEmbeddedViewer::Class_Name()
06487 {
06488    return "TGLEmbeddedViewer";
06489 }
06490 
06491 //______________________________________________________________________________
06492 const char *TGLEmbeddedViewer::ImplFileName()
06493 {
06494    return ::ROOT::GenerateInitInstanceLocal((const ::TGLEmbeddedViewer*)0x0)->GetImplFileName();
06495 }
06496 
06497 //______________________________________________________________________________
06498 int TGLEmbeddedViewer::ImplFileLine()
06499 {
06500    return ::ROOT::GenerateInitInstanceLocal((const ::TGLEmbeddedViewer*)0x0)->GetImplFileLine();
06501 }
06502 
06503 //______________________________________________________________________________
06504 void TGLEmbeddedViewer::Dictionary()
06505 {
06506    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLEmbeddedViewer*)0x0)->GetClass();
06507 }
06508 
06509 //______________________________________________________________________________
06510 TClass *TGLEmbeddedViewer::Class()
06511 {
06512    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLEmbeddedViewer*)0x0)->GetClass();
06513    return fgIsA;
06514 }
06515 
06516 //______________________________________________________________________________
06517 TClass *TGLFaceSet::fgIsA = 0;  // static to hold class pointer
06518 
06519 //______________________________________________________________________________
06520 const char *TGLFaceSet::Class_Name()
06521 {
06522    return "TGLFaceSet";
06523 }
06524 
06525 //______________________________________________________________________________
06526 const char *TGLFaceSet::ImplFileName()
06527 {
06528    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFaceSet*)0x0)->GetImplFileName();
06529 }
06530 
06531 //______________________________________________________________________________
06532 int TGLFaceSet::ImplFileLine()
06533 {
06534    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFaceSet*)0x0)->GetImplFileLine();
06535 }
06536 
06537 //______________________________________________________________________________
06538 void TGLFaceSet::Dictionary()
06539 {
06540    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFaceSet*)0x0)->GetClass();
06541 }
06542 
06543 //______________________________________________________________________________
06544 TClass *TGLFaceSet::Class()
06545 {
06546    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFaceSet*)0x0)->GetClass();
06547    return fgIsA;
06548 }
06549 
06550 //______________________________________________________________________________
06551 TClass *TGLFBO::fgIsA = 0;  // static to hold class pointer
06552 
06553 //______________________________________________________________________________
06554 const char *TGLFBO::Class_Name()
06555 {
06556    return "TGLFBO";
06557 }
06558 
06559 //______________________________________________________________________________
06560 const char *TGLFBO::ImplFileName()
06561 {
06562    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFBO*)0x0)->GetImplFileName();
06563 }
06564 
06565 //______________________________________________________________________________
06566 int TGLFBO::ImplFileLine()
06567 {
06568    return ::ROOT::GenerateInitInstanceLocal((const ::TGLFBO*)0x0)->GetImplFileLine();
06569 }
06570 
06571 //______________________________________________________________________________
06572 void TGLFBO::Dictionary()
06573 {
06574    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFBO*)0x0)->GetClass();
06575 }
06576 
06577 //______________________________________________________________________________
06578 TClass *TGLFBO::Class()
06579 {
06580    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLFBO*)0x0)->GetClass();
06581    return fgIsA;
06582 }
06583 
06584 //______________________________________________________________________________
06585 TClass *TGLPadPainter::fgIsA = 0;  // static to hold class pointer
06586 
06587 //______________________________________________________________________________
06588 const char *TGLPadPainter::Class_Name()
06589 {
06590    return "TGLPadPainter";
06591 }
06592 
06593 //______________________________________________________________________________
06594 const char *TGLPadPainter::ImplFileName()
06595 {
06596    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPadPainter*)0x0)->GetImplFileName();
06597 }
06598 
06599 //______________________________________________________________________________
06600 int TGLPadPainter::ImplFileLine()
06601 {
06602    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPadPainter*)0x0)->GetImplFileLine();
06603 }
06604 
06605 //______________________________________________________________________________
06606 void TGLPadPainter::Dictionary()
06607 {
06608    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPadPainter*)0x0)->GetClass();
06609 }
06610 
06611 //______________________________________________________________________________
06612 TClass *TGLPadPainter::Class()
06613 {
06614    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPadPainter*)0x0)->GetClass();
06615    return fgIsA;
06616 }
06617 
06618 //______________________________________________________________________________
06619 TClass *TGLH2PolyPainter::fgIsA = 0;  // static to hold class pointer
06620 
06621 //______________________________________________________________________________
06622 const char *TGLH2PolyPainter::Class_Name()
06623 {
06624    return "TGLH2PolyPainter";
06625 }
06626 
06627 //______________________________________________________________________________
06628 const char *TGLH2PolyPainter::ImplFileName()
06629 {
06630    return ::ROOT::GenerateInitInstanceLocal((const ::TGLH2PolyPainter*)0x0)->GetImplFileName();
06631 }
06632 
06633 //______________________________________________________________________________
06634 int TGLH2PolyPainter::ImplFileLine()
06635 {
06636    return ::ROOT::GenerateInitInstanceLocal((const ::TGLH2PolyPainter*)0x0)->GetImplFileLine();
06637 }
06638 
06639 //______________________________________________________________________________
06640 void TGLH2PolyPainter::Dictionary()
06641 {
06642    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLH2PolyPainter*)0x0)->GetClass();
06643 }
06644 
06645 //______________________________________________________________________________
06646 TClass *TGLH2PolyPainter::Class()
06647 {
06648    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLH2PolyPainter*)0x0)->GetClass();
06649    return fgIsA;
06650 }
06651 
06652 //______________________________________________________________________________
06653 TClass *TGLLegoPainter::fgIsA = 0;  // static to hold class pointer
06654 
06655 //______________________________________________________________________________
06656 const char *TGLLegoPainter::Class_Name()
06657 {
06658    return "TGLLegoPainter";
06659 }
06660 
06661 //______________________________________________________________________________
06662 const char *TGLLegoPainter::ImplFileName()
06663 {
06664    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLegoPainter*)0x0)->GetImplFileName();
06665 }
06666 
06667 //______________________________________________________________________________
06668 int TGLLegoPainter::ImplFileLine()
06669 {
06670    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLegoPainter*)0x0)->GetImplFileLine();
06671 }
06672 
06673 //______________________________________________________________________________
06674 void TGLLegoPainter::Dictionary()
06675 {
06676    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLegoPainter*)0x0)->GetClass();
06677 }
06678 
06679 //______________________________________________________________________________
06680 TClass *TGLLegoPainter::Class()
06681 {
06682    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLegoPainter*)0x0)->GetClass();
06683    return fgIsA;
06684 }
06685 
06686 //______________________________________________________________________________
06687 TClass *TGLLightSetSubEditor::fgIsA = 0;  // static to hold class pointer
06688 
06689 //______________________________________________________________________________
06690 const char *TGLLightSetSubEditor::Class_Name()
06691 {
06692    return "TGLLightSetSubEditor";
06693 }
06694 
06695 //______________________________________________________________________________
06696 const char *TGLLightSetSubEditor::ImplFileName()
06697 {
06698    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSetSubEditor*)0x0)->GetImplFileName();
06699 }
06700 
06701 //______________________________________________________________________________
06702 int TGLLightSetSubEditor::ImplFileLine()
06703 {
06704    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSetSubEditor*)0x0)->GetImplFileLine();
06705 }
06706 
06707 //______________________________________________________________________________
06708 void TGLLightSetSubEditor::Dictionary()
06709 {
06710    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSetSubEditor*)0x0)->GetClass();
06711 }
06712 
06713 //______________________________________________________________________________
06714 TClass *TGLLightSetSubEditor::Class()
06715 {
06716    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSetSubEditor*)0x0)->GetClass();
06717    return fgIsA;
06718 }
06719 
06720 //______________________________________________________________________________
06721 TClass *TGLLightSetEditor::fgIsA = 0;  // static to hold class pointer
06722 
06723 //______________________________________________________________________________
06724 const char *TGLLightSetEditor::Class_Name()
06725 {
06726    return "TGLLightSetEditor";
06727 }
06728 
06729 //______________________________________________________________________________
06730 const char *TGLLightSetEditor::ImplFileName()
06731 {
06732    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSetEditor*)0x0)->GetImplFileName();
06733 }
06734 
06735 //______________________________________________________________________________
06736 int TGLLightSetEditor::ImplFileLine()
06737 {
06738    return ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSetEditor*)0x0)->GetImplFileLine();
06739 }
06740 
06741 //______________________________________________________________________________
06742 void TGLLightSetEditor::Dictionary()
06743 {
06744    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSetEditor*)0x0)->GetClass();
06745 }
06746 
06747 //______________________________________________________________________________
06748 TClass *TGLLightSetEditor::Class()
06749 {
06750    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLLightSetEditor*)0x0)->GetClass();
06751    return fgIsA;
06752 }
06753 
06754 //______________________________________________________________________________
06755 TClass *TGLOverlayButton::fgIsA = 0;  // static to hold class pointer
06756 
06757 //______________________________________________________________________________
06758 const char *TGLOverlayButton::Class_Name()
06759 {
06760    return "TGLOverlayButton";
06761 }
06762 
06763 //______________________________________________________________________________
06764 const char *TGLOverlayButton::ImplFileName()
06765 {
06766    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayButton*)0x0)->GetImplFileName();
06767 }
06768 
06769 //______________________________________________________________________________
06770 int TGLOverlayButton::ImplFileLine()
06771 {
06772    return ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayButton*)0x0)->GetImplFileLine();
06773 }
06774 
06775 //______________________________________________________________________________
06776 void TGLOverlayButton::Dictionary()
06777 {
06778    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayButton*)0x0)->GetClass();
06779 }
06780 
06781 //______________________________________________________________________________
06782 TClass *TGLOverlayButton::Class()
06783 {
06784    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLOverlayButton*)0x0)->GetClass();
06785    return fgIsA;
06786 }
06787 
06788 //______________________________________________________________________________
06789 TClass *TGLParametricEquationGL::fgIsA = 0;  // static to hold class pointer
06790 
06791 //______________________________________________________________________________
06792 const char *TGLParametricEquationGL::Class_Name()
06793 {
06794    return "TGLParametricEquationGL";
06795 }
06796 
06797 //______________________________________________________________________________
06798 const char *TGLParametricEquationGL::ImplFileName()
06799 {
06800    return ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricEquationGL*)0x0)->GetImplFileName();
06801 }
06802 
06803 //______________________________________________________________________________
06804 int TGLParametricEquationGL::ImplFileLine()
06805 {
06806    return ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricEquationGL*)0x0)->GetImplFileLine();
06807 }
06808 
06809 //______________________________________________________________________________
06810 void TGLParametricEquationGL::Dictionary()
06811 {
06812    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricEquationGL*)0x0)->GetClass();
06813 }
06814 
06815 //______________________________________________________________________________
06816 TClass *TGLParametricEquationGL::Class()
06817 {
06818    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricEquationGL*)0x0)->GetClass();
06819    return fgIsA;
06820 }
06821 
06822 //______________________________________________________________________________
06823 TClass *TGLParametricPlot::fgIsA = 0;  // static to hold class pointer
06824 
06825 //______________________________________________________________________________
06826 const char *TGLParametricPlot::Class_Name()
06827 {
06828    return "TGLParametricPlot";
06829 }
06830 
06831 //______________________________________________________________________________
06832 const char *TGLParametricPlot::ImplFileName()
06833 {
06834    return ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricPlot*)0x0)->GetImplFileName();
06835 }
06836 
06837 //______________________________________________________________________________
06838 int TGLParametricPlot::ImplFileLine()
06839 {
06840    return ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricPlot*)0x0)->GetImplFileLine();
06841 }
06842 
06843 //______________________________________________________________________________
06844 void TGLParametricPlot::Dictionary()
06845 {
06846    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricPlot*)0x0)->GetClass();
06847 }
06848 
06849 //______________________________________________________________________________
06850 TClass *TGLParametricPlot::Class()
06851 {
06852    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLParametricPlot*)0x0)->GetClass();
06853    return fgIsA;
06854 }
06855 
06856 //______________________________________________________________________________
06857 TClass *TGLPolyLine::fgIsA = 0;  // static to hold class pointer
06858 
06859 //______________________________________________________________________________
06860 const char *TGLPolyLine::Class_Name()
06861 {
06862    return "TGLPolyLine";
06863 }
06864 
06865 //______________________________________________________________________________
06866 const char *TGLPolyLine::ImplFileName()
06867 {
06868    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPolyLine*)0x0)->GetImplFileName();
06869 }
06870 
06871 //______________________________________________________________________________
06872 int TGLPolyLine::ImplFileLine()
06873 {
06874    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPolyLine*)0x0)->GetImplFileLine();
06875 }
06876 
06877 //______________________________________________________________________________
06878 void TGLPolyLine::Dictionary()
06879 {
06880    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPolyLine*)0x0)->GetClass();
06881 }
06882 
06883 //______________________________________________________________________________
06884 TClass *TGLPolyLine::Class()
06885 {
06886    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPolyLine*)0x0)->GetClass();
06887    return fgIsA;
06888 }
06889 
06890 //______________________________________________________________________________
06891 TClass *TGLPolyMarker::fgIsA = 0;  // static to hold class pointer
06892 
06893 //______________________________________________________________________________
06894 const char *TGLPolyMarker::Class_Name()
06895 {
06896    return "TGLPolyMarker";
06897 }
06898 
06899 //______________________________________________________________________________
06900 const char *TGLPolyMarker::ImplFileName()
06901 {
06902    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPolyMarker*)0x0)->GetImplFileName();
06903 }
06904 
06905 //______________________________________________________________________________
06906 int TGLPolyMarker::ImplFileLine()
06907 {
06908    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPolyMarker*)0x0)->GetImplFileLine();
06909 }
06910 
06911 //______________________________________________________________________________
06912 void TGLPolyMarker::Dictionary()
06913 {
06914    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPolyMarker*)0x0)->GetClass();
06915 }
06916 
06917 //______________________________________________________________________________
06918 TClass *TGLPolyMarker::Class()
06919 {
06920    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPolyMarker*)0x0)->GetClass();
06921    return fgIsA;
06922 }
06923 
06924 //______________________________________________________________________________
06925 TClass *TGLPShapeObjEditor::fgIsA = 0;  // static to hold class pointer
06926 
06927 //______________________________________________________________________________
06928 const char *TGLPShapeObjEditor::Class_Name()
06929 {
06930    return "TGLPShapeObjEditor";
06931 }
06932 
06933 //______________________________________________________________________________
06934 const char *TGLPShapeObjEditor::ImplFileName()
06935 {
06936    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeObjEditor*)0x0)->GetImplFileName();
06937 }
06938 
06939 //______________________________________________________________________________
06940 int TGLPShapeObjEditor::ImplFileLine()
06941 {
06942    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeObjEditor*)0x0)->GetImplFileLine();
06943 }
06944 
06945 //______________________________________________________________________________
06946 void TGLPShapeObjEditor::Dictionary()
06947 {
06948    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeObjEditor*)0x0)->GetClass();
06949 }
06950 
06951 //______________________________________________________________________________
06952 TClass *TGLPShapeObjEditor::Class()
06953 {
06954    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPShapeObjEditor*)0x0)->GetClass();
06955    return fgIsA;
06956 }
06957 
06958 //______________________________________________________________________________
06959 TClass *TGLRotateManip::fgIsA = 0;  // static to hold class pointer
06960 
06961 //______________________________________________________________________________
06962 const char *TGLRotateManip::Class_Name()
06963 {
06964    return "TGLRotateManip";
06965 }
06966 
06967 //______________________________________________________________________________
06968 const char *TGLRotateManip::ImplFileName()
06969 {
06970    return ::ROOT::GenerateInitInstanceLocal((const ::TGLRotateManip*)0x0)->GetImplFileName();
06971 }
06972 
06973 //______________________________________________________________________________
06974 int TGLRotateManip::ImplFileLine()
06975 {
06976    return ::ROOT::GenerateInitInstanceLocal((const ::TGLRotateManip*)0x0)->GetImplFileLine();
06977 }
06978 
06979 //______________________________________________________________________________
06980 void TGLRotateManip::Dictionary()
06981 {
06982    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLRotateManip*)0x0)->GetClass();
06983 }
06984 
06985 //______________________________________________________________________________
06986 TClass *TGLRotateManip::Class()
06987 {
06988    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLRotateManip*)0x0)->GetClass();
06989    return fgIsA;
06990 }
06991 
06992 //______________________________________________________________________________
06993 TClass *TGLSAViewer::fgIsA = 0;  // static to hold class pointer
06994 
06995 //______________________________________________________________________________
06996 const char *TGLSAViewer::Class_Name()
06997 {
06998    return "TGLSAViewer";
06999 }
07000 
07001 //______________________________________________________________________________
07002 const char *TGLSAViewer::ImplFileName()
07003 {
07004    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSAViewer*)0x0)->GetImplFileName();
07005 }
07006 
07007 //______________________________________________________________________________
07008 int TGLSAViewer::ImplFileLine()
07009 {
07010    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSAViewer*)0x0)->GetImplFileLine();
07011 }
07012 
07013 //______________________________________________________________________________
07014 void TGLSAViewer::Dictionary()
07015 {
07016    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSAViewer*)0x0)->GetClass();
07017 }
07018 
07019 //______________________________________________________________________________
07020 TClass *TGLSAViewer::Class()
07021 {
07022    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSAViewer*)0x0)->GetClass();
07023    return fgIsA;
07024 }
07025 
07026 //______________________________________________________________________________
07027 TClass *TGLSAFrame::fgIsA = 0;  // static to hold class pointer
07028 
07029 //______________________________________________________________________________
07030 const char *TGLSAFrame::Class_Name()
07031 {
07032    return "TGLSAFrame";
07033 }
07034 
07035 //______________________________________________________________________________
07036 const char *TGLSAFrame::ImplFileName()
07037 {
07038    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSAFrame*)0x0)->GetImplFileName();
07039 }
07040 
07041 //______________________________________________________________________________
07042 int TGLSAFrame::ImplFileLine()
07043 {
07044    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSAFrame*)0x0)->GetImplFileLine();
07045 }
07046 
07047 //______________________________________________________________________________
07048 void TGLSAFrame::Dictionary()
07049 {
07050    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSAFrame*)0x0)->GetClass();
07051 }
07052 
07053 //______________________________________________________________________________
07054 TClass *TGLSAFrame::Class()
07055 {
07056    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSAFrame*)0x0)->GetClass();
07057    return fgIsA;
07058 }
07059 
07060 //______________________________________________________________________________
07061 TClass *TGLScaleManip::fgIsA = 0;  // static to hold class pointer
07062 
07063 //______________________________________________________________________________
07064 const char *TGLScaleManip::Class_Name()
07065 {
07066    return "TGLScaleManip";
07067 }
07068 
07069 //______________________________________________________________________________
07070 const char *TGLScaleManip::ImplFileName()
07071 {
07072    return ::ROOT::GenerateInitInstanceLocal((const ::TGLScaleManip*)0x0)->GetImplFileName();
07073 }
07074 
07075 //______________________________________________________________________________
07076 int TGLScaleManip::ImplFileLine()
07077 {
07078    return ::ROOT::GenerateInitInstanceLocal((const ::TGLScaleManip*)0x0)->GetImplFileLine();
07079 }
07080 
07081 //______________________________________________________________________________
07082 void TGLScaleManip::Dictionary()
07083 {
07084    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLScaleManip*)0x0)->GetClass();
07085 }
07086 
07087 //______________________________________________________________________________
07088 TClass *TGLScaleManip::Class()
07089 {
07090    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLScaleManip*)0x0)->GetClass();
07091    return fgIsA;
07092 }
07093 
07094 //______________________________________________________________________________
07095 TClass *TGLScenePad::fgIsA = 0;  // static to hold class pointer
07096 
07097 //______________________________________________________________________________
07098 const char *TGLScenePad::Class_Name()
07099 {
07100    return "TGLScenePad";
07101 }
07102 
07103 //______________________________________________________________________________
07104 const char *TGLScenePad::ImplFileName()
07105 {
07106    return ::ROOT::GenerateInitInstanceLocal((const ::TGLScenePad*)0x0)->GetImplFileName();
07107 }
07108 
07109 //______________________________________________________________________________
07110 int TGLScenePad::ImplFileLine()
07111 {
07112    return ::ROOT::GenerateInitInstanceLocal((const ::TGLScenePad*)0x0)->GetImplFileLine();
07113 }
07114 
07115 //______________________________________________________________________________
07116 void TGLScenePad::Dictionary()
07117 {
07118    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLScenePad*)0x0)->GetClass();
07119 }
07120 
07121 //______________________________________________________________________________
07122 TClass *TGLScenePad::Class()
07123 {
07124    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLScenePad*)0x0)->GetClass();
07125    return fgIsA;
07126 }
07127 
07128 //______________________________________________________________________________
07129 TClass *TGLSphere::fgIsA = 0;  // static to hold class pointer
07130 
07131 //______________________________________________________________________________
07132 const char *TGLSphere::Class_Name()
07133 {
07134    return "TGLSphere";
07135 }
07136 
07137 //______________________________________________________________________________
07138 const char *TGLSphere::ImplFileName()
07139 {
07140    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSphere*)0x0)->GetImplFileName();
07141 }
07142 
07143 //______________________________________________________________________________
07144 int TGLSphere::ImplFileLine()
07145 {
07146    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSphere*)0x0)->GetImplFileLine();
07147 }
07148 
07149 //______________________________________________________________________________
07150 void TGLSphere::Dictionary()
07151 {
07152    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSphere*)0x0)->GetClass();
07153 }
07154 
07155 //______________________________________________________________________________
07156 TClass *TGLSphere::Class()
07157 {
07158    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSphere*)0x0)->GetClass();
07159    return fgIsA;
07160 }
07161 
07162 //______________________________________________________________________________
07163 TClass *TGLSurfacePainter::fgIsA = 0;  // static to hold class pointer
07164 
07165 //______________________________________________________________________________
07166 const char *TGLSurfacePainter::Class_Name()
07167 {
07168    return "TGLSurfacePainter";
07169 }
07170 
07171 //______________________________________________________________________________
07172 const char *TGLSurfacePainter::ImplFileName()
07173 {
07174    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSurfacePainter*)0x0)->GetImplFileName();
07175 }
07176 
07177 //______________________________________________________________________________
07178 int TGLSurfacePainter::ImplFileLine()
07179 {
07180    return ::ROOT::GenerateInitInstanceLocal((const ::TGLSurfacePainter*)0x0)->GetImplFileLine();
07181 }
07182 
07183 //______________________________________________________________________________
07184 void TGLSurfacePainter::Dictionary()
07185 {
07186    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSurfacePainter*)0x0)->GetClass();
07187 }
07188 
07189 //______________________________________________________________________________
07190 TClass *TGLSurfacePainter::Class()
07191 {
07192    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLSurfacePainter*)0x0)->GetClass();
07193    return fgIsA;
07194 }
07195 
07196 //______________________________________________________________________________
07197 TClass *TGLTF3Painter::fgIsA = 0;  // static to hold class pointer
07198 
07199 //______________________________________________________________________________
07200 const char *TGLTF3Painter::Class_Name()
07201 {
07202    return "TGLTF3Painter";
07203 }
07204 
07205 //______________________________________________________________________________
07206 const char *TGLTF3Painter::ImplFileName()
07207 {
07208    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTF3Painter*)0x0)->GetImplFileName();
07209 }
07210 
07211 //______________________________________________________________________________
07212 int TGLTF3Painter::ImplFileLine()
07213 {
07214    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTF3Painter*)0x0)->GetImplFileLine();
07215 }
07216 
07217 //______________________________________________________________________________
07218 void TGLTF3Painter::Dictionary()
07219 {
07220    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTF3Painter*)0x0)->GetClass();
07221 }
07222 
07223 //______________________________________________________________________________
07224 TClass *TGLTF3Painter::Class()
07225 {
07226    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTF3Painter*)0x0)->GetClass();
07227    return fgIsA;
07228 }
07229 
07230 //______________________________________________________________________________
07231 TClass *TGLIsoPainter::fgIsA = 0;  // static to hold class pointer
07232 
07233 //______________________________________________________________________________
07234 const char *TGLIsoPainter::Class_Name()
07235 {
07236    return "TGLIsoPainter";
07237 }
07238 
07239 //______________________________________________________________________________
07240 const char *TGLIsoPainter::ImplFileName()
07241 {
07242    return ::ROOT::GenerateInitInstanceLocal((const ::TGLIsoPainter*)0x0)->GetImplFileName();
07243 }
07244 
07245 //______________________________________________________________________________
07246 int TGLIsoPainter::ImplFileLine()
07247 {
07248    return ::ROOT::GenerateInitInstanceLocal((const ::TGLIsoPainter*)0x0)->GetImplFileLine();
07249 }
07250 
07251 //______________________________________________________________________________
07252 void TGLIsoPainter::Dictionary()
07253 {
07254    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLIsoPainter*)0x0)->GetClass();
07255 }
07256 
07257 //______________________________________________________________________________
07258 TClass *TGLIsoPainter::Class()
07259 {
07260    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLIsoPainter*)0x0)->GetClass();
07261    return fgIsA;
07262 }
07263 
07264 //______________________________________________________________________________
07265 TClass *TGLTH3CompositionPainter::fgIsA = 0;  // static to hold class pointer
07266 
07267 //______________________________________________________________________________
07268 const char *TGLTH3CompositionPainter::Class_Name()
07269 {
07270    return "TGLTH3CompositionPainter";
07271 }
07272 
07273 //______________________________________________________________________________
07274 const char *TGLTH3CompositionPainter::ImplFileName()
07275 {
07276    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3CompositionPainter*)0x0)->GetImplFileName();
07277 }
07278 
07279 //______________________________________________________________________________
07280 int TGLTH3CompositionPainter::ImplFileLine()
07281 {
07282    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3CompositionPainter*)0x0)->GetImplFileLine();
07283 }
07284 
07285 //______________________________________________________________________________
07286 void TGLTH3CompositionPainter::Dictionary()
07287 {
07288    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3CompositionPainter*)0x0)->GetClass();
07289 }
07290 
07291 //______________________________________________________________________________
07292 TClass *TGLTH3CompositionPainter::Class()
07293 {
07294    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTH3CompositionPainter*)0x0)->GetClass();
07295    return fgIsA;
07296 }
07297 
07298 //______________________________________________________________________________
07299 TClass *TGLTransManip::fgIsA = 0;  // static to hold class pointer
07300 
07301 //______________________________________________________________________________
07302 const char *TGLTransManip::Class_Name()
07303 {
07304    return "TGLTransManip";
07305 }
07306 
07307 //______________________________________________________________________________
07308 const char *TGLTransManip::ImplFileName()
07309 {
07310    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTransManip*)0x0)->GetImplFileName();
07311 }
07312 
07313 //______________________________________________________________________________
07314 int TGLTransManip::ImplFileLine()
07315 {
07316    return ::ROOT::GenerateInitInstanceLocal((const ::TGLTransManip*)0x0)->GetImplFileLine();
07317 }
07318 
07319 //______________________________________________________________________________
07320 void TGLTransManip::Dictionary()
07321 {
07322    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTransManip*)0x0)->GetClass();
07323 }
07324 
07325 //______________________________________________________________________________
07326 TClass *TGLTransManip::Class()
07327 {
07328    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLTransManip*)0x0)->GetClass();
07329    return fgIsA;
07330 }
07331 
07332 //______________________________________________________________________________
07333 TClass *TH2GL::fgIsA = 0;  // static to hold class pointer
07334 
07335 //______________________________________________________________________________
07336 const char *TH2GL::Class_Name()
07337 {
07338    return "TH2GL";
07339 }
07340 
07341 //______________________________________________________________________________
07342 const char *TH2GL::ImplFileName()
07343 {
07344    return ::ROOT::GenerateInitInstanceLocal((const ::TH2GL*)0x0)->GetImplFileName();
07345 }
07346 
07347 //______________________________________________________________________________
07348 int TH2GL::ImplFileLine()
07349 {
07350    return ::ROOT::GenerateInitInstanceLocal((const ::TH2GL*)0x0)->GetImplFileLine();
07351 }
07352 
07353 //______________________________________________________________________________
07354 void TH2GL::Dictionary()
07355 {
07356    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2GL*)0x0)->GetClass();
07357 }
07358 
07359 //______________________________________________________________________________
07360 TClass *TH2GL::Class()
07361 {
07362    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH2GL*)0x0)->GetClass();
07363    return fgIsA;
07364 }
07365 
07366 //______________________________________________________________________________
07367 TClass *TH3GL::fgIsA = 0;  // static to hold class pointer
07368 
07369 //______________________________________________________________________________
07370 const char *TH3GL::Class_Name()
07371 {
07372    return "TH3GL";
07373 }
07374 
07375 //______________________________________________________________________________
07376 const char *TH3GL::ImplFileName()
07377 {
07378    return ::ROOT::GenerateInitInstanceLocal((const ::TH3GL*)0x0)->GetImplFileName();
07379 }
07380 
07381 //______________________________________________________________________________
07382 int TH3GL::ImplFileLine()
07383 {
07384    return ::ROOT::GenerateInitInstanceLocal((const ::TH3GL*)0x0)->GetImplFileLine();
07385 }
07386 
07387 //______________________________________________________________________________
07388 void TH3GL::Dictionary()
07389 {
07390    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3GL*)0x0)->GetClass();
07391 }
07392 
07393 //______________________________________________________________________________
07394 TClass *TH3GL::Class()
07395 {
07396    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TH3GL*)0x0)->GetClass();
07397    return fgIsA;
07398 }
07399 
07400 //______________________________________________________________________________
07401 TClass *TPointSet3DGL::fgIsA = 0;  // static to hold class pointer
07402 
07403 //______________________________________________________________________________
07404 const char *TPointSet3DGL::Class_Name()
07405 {
07406    return "TPointSet3DGL";
07407 }
07408 
07409 //______________________________________________________________________________
07410 const char *TPointSet3DGL::ImplFileName()
07411 {
07412    return ::ROOT::GenerateInitInstanceLocal((const ::TPointSet3DGL*)0x0)->GetImplFileName();
07413 }
07414 
07415 //______________________________________________________________________________
07416 int TPointSet3DGL::ImplFileLine()
07417 {
07418    return ::ROOT::GenerateInitInstanceLocal((const ::TPointSet3DGL*)0x0)->GetImplFileLine();
07419 }
07420 
07421 //______________________________________________________________________________
07422 void TPointSet3DGL::Dictionary()
07423 {
07424    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPointSet3DGL*)0x0)->GetClass();
07425 }
07426 
07427 //______________________________________________________________________________
07428 TClass *TPointSet3DGL::Class()
07429 {
07430    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPointSet3DGL*)0x0)->GetClass();
07431    return fgIsA;
07432 }
07433 
07434 //______________________________________________________________________________
07435 TClass *TX11GLManager::fgIsA = 0;  // static to hold class pointer
07436 
07437 //______________________________________________________________________________
07438 const char *TX11GLManager::Class_Name()
07439 {
07440    return "TX11GLManager";
07441 }
07442 
07443 //______________________________________________________________________________
07444 const char *TX11GLManager::ImplFileName()
07445 {
07446    return ::ROOT::GenerateInitInstanceLocal((const ::TX11GLManager*)0x0)->GetImplFileName();
07447 }
07448 
07449 //______________________________________________________________________________
07450 int TX11GLManager::ImplFileLine()
07451 {
07452    return ::ROOT::GenerateInitInstanceLocal((const ::TX11GLManager*)0x0)->GetImplFileLine();
07453 }
07454 
07455 //______________________________________________________________________________
07456 void TX11GLManager::Dictionary()
07457 {
07458    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TX11GLManager*)0x0)->GetClass();
07459 }
07460 
07461 //______________________________________________________________________________
07462 TClass *TX11GLManager::Class()
07463 {
07464    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TX11GLManager*)0x0)->GetClass();
07465    return fgIsA;
07466 }
07467 
07468 //______________________________________________________________________________
07469 void TGLWidget::Streamer(TBuffer &R__b)
07470 {
07471    // Stream an object of class TGLWidget.
07472 
07473    TGFrame::Streamer(R__b);
07474    TGLPaintDevice::Streamer(R__b);
07475 }
07476 
07477 //______________________________________________________________________________
07478 void TGLWidget::ShowMembers(TMemberInspector &R__insp)
07479 {
07480       // Inspect the data members of an object of class TGLWidget.
07481       TClass *R__cl = ::TGLWidget::IsA();
07482       if (R__cl || R__insp.IsA()) { }
07483       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGLContext", &fGLContext);
07484       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInnerData", (void*)&fInnerData);
07485       R__insp.InspectMember("pair<void*,void*>", (void*)&fInnerData, "fInnerData.", false);
07486       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWindowIndex", &fWindowIndex);
07487       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGLFormat", &fGLFormat);
07488       R__insp.InspectMember(fGLFormat, "fGLFormat.");
07489       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFromInit", &fFromInit);
07490       R__insp.Inspect(R__cl, R__insp.GetParent(), "fValidContexts", (void*)&fValidContexts);
07491       R__insp.InspectMember("set<TGLContext*>", (void*)&fValidContexts, "fValidContexts.", false);
07492       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventHandler", &fEventHandler);
07493       TGFrame::ShowMembers(R__insp);
07494       TGLPaintDevice::ShowMembers(R__insp);
07495 }
07496 
07497 namespace ROOT {
07498    // Wrapper around operator delete
07499    static void delete_TGLWidget(void *p) {
07500       delete ((::TGLWidget*)p);
07501    }
07502    static void deleteArray_TGLWidget(void *p) {
07503       delete [] ((::TGLWidget*)p);
07504    }
07505    static void destruct_TGLWidget(void *p) {
07506       typedef ::TGLWidget current_t;
07507       ((current_t*)p)->~current_t();
07508    }
07509    // Wrapper around a custom streamer member function.
07510    static void streamer_TGLWidget(TBuffer &buf, void *obj) {
07511       ((::TGLWidget*)obj)->::TGLWidget::Streamer(buf);
07512    }
07513 } // end of namespace ROOT for class ::TGLWidget
07514 
07515 //______________________________________________________________________________
07516 void TGLContext::Streamer(TBuffer &R__b)
07517 {
07518    // Stream an object of class TGLContext.
07519 
07520    ::Error("TGLContext::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07521 }
07522 
07523 //______________________________________________________________________________
07524 void TGLContext::ShowMembers(TMemberInspector &R__insp)
07525 {
07526       // Inspect the data members of an object of class TGLContext.
07527       TClass *R__cl = ::TGLContext::IsA();
07528       if (R__cl || R__insp.IsA()) { }
07529       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDevice", &fDevice);
07530       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPimpl", &fPimpl);
07531       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFromCtor", &fFromCtor);
07532       R__insp.Inspect(R__cl, R__insp.GetParent(), "fValid", &fValid);
07533       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIdentity", &fIdentity);
07534 }
07535 
07536 namespace ROOT {
07537    // Wrapper around operator delete
07538    static void delete_TGLContext(void *p) {
07539       delete ((::TGLContext*)p);
07540    }
07541    static void deleteArray_TGLContext(void *p) {
07542       delete [] ((::TGLContext*)p);
07543    }
07544    static void destruct_TGLContext(void *p) {
07545       typedef ::TGLContext current_t;
07546       ((current_t*)p)->~current_t();
07547    }
07548    // Wrapper around a custom streamer member function.
07549    static void streamer_TGLContext(TBuffer &buf, void *obj) {
07550       ((::TGLContext*)obj)->::TGLContext::Streamer(buf);
07551    }
07552 } // end of namespace ROOT for class ::TGLContext
07553 
07554 //______________________________________________________________________________
07555 void TGLContextIdentity::Streamer(TBuffer &R__b)
07556 {
07557    // Stream an object of class TGLContextIdentity.
07558 
07559    ::Error("TGLContextIdentity::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07560 }
07561 
07562 //______________________________________________________________________________
07563 void TGLContextIdentity::ShowMembers(TMemberInspector &R__insp)
07564 {
07565       // Inspect the data members of an object of class TGLContextIdentity.
07566       TClass *R__cl = ::TGLContextIdentity::IsA();
07567       if (R__cl || R__insp.IsA()) { }
07568       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFontManager", &fFontManager);
07569       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCnt", &fCnt);
07570       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClientCnt", &fClientCnt);
07571       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDLTrash", (void*)&fDLTrash);
07572       R__insp.InspectMember("TGLContextIdentity::DLTrash_t", (void*)&fDLTrash, "fDLTrash.", false);
07573       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCtxs", (void*)&fCtxs);
07574       R__insp.InspectMember("TGLContextIdentity::CtxList_t", (void*)&fCtxs, "fCtxs.", false);
07575 }
07576 
07577 namespace ROOT {
07578    // Wrappers around operator new
07579    static void *new_TGLContextIdentity(void *p) {
07580       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLContextIdentity : new ::TGLContextIdentity;
07581    }
07582    static void *newArray_TGLContextIdentity(Long_t nElements, void *p) {
07583       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLContextIdentity[nElements] : new ::TGLContextIdentity[nElements];
07584    }
07585    // Wrapper around operator delete
07586    static void delete_TGLContextIdentity(void *p) {
07587       delete ((::TGLContextIdentity*)p);
07588    }
07589    static void deleteArray_TGLContextIdentity(void *p) {
07590       delete [] ((::TGLContextIdentity*)p);
07591    }
07592    static void destruct_TGLContextIdentity(void *p) {
07593       typedef ::TGLContextIdentity current_t;
07594       ((current_t*)p)->~current_t();
07595    }
07596    // Wrapper around a custom streamer member function.
07597    static void streamer_TGLContextIdentity(TBuffer &buf, void *obj) {
07598       ((::TGLContextIdentity*)obj)->::TGLContextIdentity::Streamer(buf);
07599    }
07600 } // end of namespace ROOT for class ::TGLContextIdentity
07601 
07602 //______________________________________________________________________________
07603 void TGLFormat::Streamer(TBuffer &R__b)
07604 {
07605    // Stream an object of class TGLFormat.
07606 
07607    ::Error("TGLFormat::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07608 }
07609 
07610 //______________________________________________________________________________
07611 void TGLFormat::ShowMembers(TMemberInspector &R__insp)
07612 {
07613       // Inspect the data members of an object of class TGLFormat.
07614       TClass *R__cl = ::TGLFormat::IsA();
07615       if (R__cl || R__insp.IsA()) { }
07616       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDoubleBuffered", &fDoubleBuffered);
07617       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStereo", &fStereo);
07618       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDepthSize", &fDepthSize);
07619       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAccumSize", &fAccumSize);
07620       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStencilSize", &fStencilSize);
07621       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSamples", &fSamples);
07622 }
07623 
07624 namespace ROOT {
07625    // Wrappers around operator new
07626    static void *new_TGLFormat(void *p) {
07627       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFormat : new ::TGLFormat;
07628    }
07629    static void *newArray_TGLFormat(Long_t nElements, void *p) {
07630       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFormat[nElements] : new ::TGLFormat[nElements];
07631    }
07632    // Wrapper around operator delete
07633    static void delete_TGLFormat(void *p) {
07634       delete ((::TGLFormat*)p);
07635    }
07636    static void deleteArray_TGLFormat(void *p) {
07637       delete [] ((::TGLFormat*)p);
07638    }
07639    static void destruct_TGLFormat(void *p) {
07640       typedef ::TGLFormat current_t;
07641       ((current_t*)p)->~current_t();
07642    }
07643    // Wrapper around a custom streamer member function.
07644    static void streamer_TGLFormat(TBuffer &buf, void *obj) {
07645       ((::TGLFormat*)obj)->::TGLFormat::Streamer(buf);
07646    }
07647 } // end of namespace ROOT for class ::TGLFormat
07648 
07649 //______________________________________________________________________________
07650 void TGLFBO::Streamer(TBuffer &R__b)
07651 {
07652    // Stream an object of class TGLFBO.
07653 
07654    if (R__b.IsReading()) {
07655       R__b.ReadClassBuffer(TGLFBO::Class(),this);
07656    } else {
07657       R__b.WriteClassBuffer(TGLFBO::Class(),this);
07658    }
07659 }
07660 
07661 //______________________________________________________________________________
07662 void TGLFBO::ShowMembers(TMemberInspector &R__insp)
07663 {
07664       // Inspect the data members of an object of class TGLFBO.
07665       TClass *R__cl = ::TGLFBO::IsA();
07666       if (R__cl || R__insp.IsA()) { }
07667       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameBuffer", &fFrameBuffer);
07668       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColorTexture", &fColorTexture);
07669       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDepthBuffer", &fDepthBuffer);
07670       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMSFrameBuffer", &fMSFrameBuffer);
07671       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMSColorBuffer", &fMSColorBuffer);
07672       R__insp.Inspect(R__cl, R__insp.GetParent(), "fW", &fW);
07673       R__insp.Inspect(R__cl, R__insp.GetParent(), "fH", &fH);
07674       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMSSamples", &fMSSamples);
07675       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMSCoverageSamples", &fMSCoverageSamples);
07676       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWScale", &fWScale);
07677       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHScale", &fHScale);
07678       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsRescaled", &fIsRescaled);
07679 }
07680 
07681 namespace ROOT {
07682    // Wrappers around operator new
07683    static void *new_TGLFBO(void *p) {
07684       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFBO : new ::TGLFBO;
07685    }
07686    static void *newArray_TGLFBO(Long_t nElements, void *p) {
07687       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFBO[nElements] : new ::TGLFBO[nElements];
07688    }
07689    // Wrapper around operator delete
07690    static void delete_TGLFBO(void *p) {
07691       delete ((::TGLFBO*)p);
07692    }
07693    static void deleteArray_TGLFBO(void *p) {
07694       delete [] ((::TGLFBO*)p);
07695    }
07696    static void destruct_TGLFBO(void *p) {
07697       typedef ::TGLFBO current_t;
07698       ((current_t*)p)->~current_t();
07699    }
07700 } // end of namespace ROOT for class ::TGLFBO
07701 
07702 //______________________________________________________________________________
07703 void TGLVertex3::Streamer(TBuffer &R__b)
07704 {
07705    // Stream an object of class TGLVertex3.
07706 
07707    ::Error("TGLVertex3::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07708 }
07709 
07710 //______________________________________________________________________________
07711 void TGLVertex3::ShowMembers(TMemberInspector &R__insp)
07712 {
07713       // Inspect the data members of an object of class TGLVertex3.
07714       TClass *R__cl = ::TGLVertex3::IsA();
07715       if (R__cl || R__insp.IsA()) { }
07716       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVals[3]", fVals);
07717 }
07718 
07719 namespace ROOT {
07720    // Wrappers around operator new
07721    static void *new_TGLVertex3(void *p) {
07722       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLVertex3 : new ::TGLVertex3;
07723    }
07724    static void *newArray_TGLVertex3(Long_t nElements, void *p) {
07725       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLVertex3[nElements] : new ::TGLVertex3[nElements];
07726    }
07727    // Wrapper around operator delete
07728    static void delete_TGLVertex3(void *p) {
07729       delete ((::TGLVertex3*)p);
07730    }
07731    static void deleteArray_TGLVertex3(void *p) {
07732       delete [] ((::TGLVertex3*)p);
07733    }
07734    static void destruct_TGLVertex3(void *p) {
07735       typedef ::TGLVertex3 current_t;
07736       ((current_t*)p)->~current_t();
07737    }
07738    // Wrapper around a custom streamer member function.
07739    static void streamer_TGLVertex3(TBuffer &buf, void *obj) {
07740       ((::TGLVertex3*)obj)->::TGLVertex3::Streamer(buf);
07741    }
07742 } // end of namespace ROOT for class ::TGLVertex3
07743 
07744 //______________________________________________________________________________
07745 void TGLVector3::Streamer(TBuffer &R__b)
07746 {
07747    // Stream an object of class TGLVector3.
07748 
07749    TGLVertex3::Streamer(R__b);
07750 }
07751 
07752 //______________________________________________________________________________
07753 void TGLVector3::ShowMembers(TMemberInspector &R__insp)
07754 {
07755       // Inspect the data members of an object of class TGLVector3.
07756       TClass *R__cl = ::TGLVector3::IsA();
07757       if (R__cl || R__insp.IsA()) { }
07758       TGLVertex3::ShowMembers(R__insp);
07759 }
07760 
07761 namespace ROOT {
07762    // Wrappers around operator new
07763    static void *new_TGLVector3(void *p) {
07764       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLVector3 : new ::TGLVector3;
07765    }
07766    static void *newArray_TGLVector3(Long_t nElements, void *p) {
07767       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLVector3[nElements] : new ::TGLVector3[nElements];
07768    }
07769    // Wrapper around operator delete
07770    static void delete_TGLVector3(void *p) {
07771       delete ((::TGLVector3*)p);
07772    }
07773    static void deleteArray_TGLVector3(void *p) {
07774       delete [] ((::TGLVector3*)p);
07775    }
07776    static void destruct_TGLVector3(void *p) {
07777       typedef ::TGLVector3 current_t;
07778       ((current_t*)p)->~current_t();
07779    }
07780    // Wrapper around a custom streamer member function.
07781    static void streamer_TGLVector3(TBuffer &buf, void *obj) {
07782       ((::TGLVector3*)obj)->::TGLVector3::Streamer(buf);
07783    }
07784 } // end of namespace ROOT for class ::TGLVector3
07785 
07786 //______________________________________________________________________________
07787 void TGLLine3::Streamer(TBuffer &R__b)
07788 {
07789    // Stream an object of class TGLLine3.
07790 
07791    ::Error("TGLLine3::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07792 }
07793 
07794 //______________________________________________________________________________
07795 void TGLLine3::ShowMembers(TMemberInspector &R__insp)
07796 {
07797       // Inspect the data members of an object of class TGLLine3.
07798       TClass *R__cl = ::TGLLine3::IsA();
07799       if (R__cl || R__insp.IsA()) { }
07800       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVertex", &fVertex);
07801       R__insp.InspectMember(fVertex, "fVertex.");
07802       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVector", &fVector);
07803       R__insp.InspectMember(fVector, "fVector.");
07804 }
07805 
07806 namespace ROOT {
07807    // Wrapper around operator delete
07808    static void delete_TGLLine3(void *p) {
07809       delete ((::TGLLine3*)p);
07810    }
07811    static void deleteArray_TGLLine3(void *p) {
07812       delete [] ((::TGLLine3*)p);
07813    }
07814    static void destruct_TGLLine3(void *p) {
07815       typedef ::TGLLine3 current_t;
07816       ((current_t*)p)->~current_t();
07817    }
07818    // Wrapper around a custom streamer member function.
07819    static void streamer_TGLLine3(TBuffer &buf, void *obj) {
07820       ((::TGLLine3*)obj)->::TGLLine3::Streamer(buf);
07821    }
07822 } // end of namespace ROOT for class ::TGLLine3
07823 
07824 //______________________________________________________________________________
07825 void TGLRect::Streamer(TBuffer &R__b)
07826 {
07827    // Stream an object of class TGLRect.
07828 
07829    ::Error("TGLRect::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07830 }
07831 
07832 //______________________________________________________________________________
07833 void TGLRect::ShowMembers(TMemberInspector &R__insp)
07834 {
07835       // Inspect the data members of an object of class TGLRect.
07836       TClass *R__cl = ::TGLRect::IsA();
07837       if (R__cl || R__insp.IsA()) { }
07838       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX", &fX);
07839       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY", &fY);
07840       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWidth", &fWidth);
07841       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHeight", &fHeight);
07842 }
07843 
07844 namespace ROOT {
07845    // Wrappers around operator new
07846    static void *new_TGLRect(void *p) {
07847       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLRect : new ::TGLRect;
07848    }
07849    static void *newArray_TGLRect(Long_t nElements, void *p) {
07850       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLRect[nElements] : new ::TGLRect[nElements];
07851    }
07852    // Wrapper around operator delete
07853    static void delete_TGLRect(void *p) {
07854       delete ((::TGLRect*)p);
07855    }
07856    static void deleteArray_TGLRect(void *p) {
07857       delete [] ((::TGLRect*)p);
07858    }
07859    static void destruct_TGLRect(void *p) {
07860       typedef ::TGLRect current_t;
07861       ((current_t*)p)->~current_t();
07862    }
07863    // Wrapper around a custom streamer member function.
07864    static void streamer_TGLRect(TBuffer &buf, void *obj) {
07865       ((::TGLRect*)obj)->::TGLRect::Streamer(buf);
07866    }
07867 } // end of namespace ROOT for class ::TGLRect
07868 
07869 //______________________________________________________________________________
07870 void TGLPlane::Streamer(TBuffer &R__b)
07871 {
07872    // Stream an object of class TGLPlane.
07873 
07874    ::Error("TGLPlane::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07875 }
07876 
07877 //______________________________________________________________________________
07878 void TGLPlane::ShowMembers(TMemberInspector &R__insp)
07879 {
07880       // Inspect the data members of an object of class TGLPlane.
07881       TClass *R__cl = ::TGLPlane::IsA();
07882       if (R__cl || R__insp.IsA()) { }
07883       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVals[4]", fVals);
07884 }
07885 
07886 namespace ROOT {
07887    // Wrappers around operator new
07888    static void *new_TGLPlane(void *p) {
07889       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPlane : new ::TGLPlane;
07890    }
07891    static void *newArray_TGLPlane(Long_t nElements, void *p) {
07892       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPlane[nElements] : new ::TGLPlane[nElements];
07893    }
07894    // Wrapper around operator delete
07895    static void delete_TGLPlane(void *p) {
07896       delete ((::TGLPlane*)p);
07897    }
07898    static void deleteArray_TGLPlane(void *p) {
07899       delete [] ((::TGLPlane*)p);
07900    }
07901    static void destruct_TGLPlane(void *p) {
07902       typedef ::TGLPlane current_t;
07903       ((current_t*)p)->~current_t();
07904    }
07905    // Wrapper around a custom streamer member function.
07906    static void streamer_TGLPlane(TBuffer &buf, void *obj) {
07907       ((::TGLPlane*)obj)->::TGLPlane::Streamer(buf);
07908    }
07909 } // end of namespace ROOT for class ::TGLPlane
07910 
07911 //______________________________________________________________________________
07912 void TGLMatrix::Streamer(TBuffer &R__b)
07913 {
07914    // Stream an object of class TGLMatrix.
07915 
07916    ::Error("TGLMatrix::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07917 }
07918 
07919 //______________________________________________________________________________
07920 void TGLMatrix::ShowMembers(TMemberInspector &R__insp)
07921 {
07922       // Inspect the data members of an object of class TGLMatrix.
07923       TClass *R__cl = ::TGLMatrix::IsA();
07924       if (R__cl || R__insp.IsA()) { }
07925       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVals[16]", fVals);
07926 }
07927 
07928 namespace ROOT {
07929    // Wrappers around operator new
07930    static void *new_TGLMatrix(void *p) {
07931       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLMatrix : new ::TGLMatrix;
07932    }
07933    static void *newArray_TGLMatrix(Long_t nElements, void *p) {
07934       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLMatrix[nElements] : new ::TGLMatrix[nElements];
07935    }
07936    // Wrapper around operator delete
07937    static void delete_TGLMatrix(void *p) {
07938       delete ((::TGLMatrix*)p);
07939    }
07940    static void deleteArray_TGLMatrix(void *p) {
07941       delete [] ((::TGLMatrix*)p);
07942    }
07943    static void destruct_TGLMatrix(void *p) {
07944       typedef ::TGLMatrix current_t;
07945       ((current_t*)p)->~current_t();
07946    }
07947    // Wrapper around a custom streamer member function.
07948    static void streamer_TGLMatrix(TBuffer &buf, void *obj) {
07949       ((::TGLMatrix*)obj)->::TGLMatrix::Streamer(buf);
07950    }
07951 } // end of namespace ROOT for class ::TGLMatrix
07952 
07953 //______________________________________________________________________________
07954 void TGLColor::Streamer(TBuffer &R__b)
07955 {
07956    // Stream an object of class TGLColor.
07957 
07958    ::Error("TGLColor::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
07959 }
07960 
07961 //______________________________________________________________________________
07962 void TGLColor::ShowMembers(TMemberInspector &R__insp)
07963 {
07964       // Inspect the data members of an object of class TGLColor.
07965       TClass *R__cl = ::TGLColor::IsA();
07966       if (R__cl || R__insp.IsA()) { }
07967       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRGBA[4]", fRGBA);
07968       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIndex", &fIndex);
07969 }
07970 
07971 namespace ROOT {
07972    // Wrappers around operator new
07973    static void *new_TGLColor(void *p) {
07974       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLColor : new ::TGLColor;
07975    }
07976    static void *newArray_TGLColor(Long_t nElements, void *p) {
07977       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLColor[nElements] : new ::TGLColor[nElements];
07978    }
07979    // Wrapper around operator delete
07980    static void delete_TGLColor(void *p) {
07981       delete ((::TGLColor*)p);
07982    }
07983    static void deleteArray_TGLColor(void *p) {
07984       delete [] ((::TGLColor*)p);
07985    }
07986    static void destruct_TGLColor(void *p) {
07987       typedef ::TGLColor current_t;
07988       ((current_t*)p)->~current_t();
07989    }
07990    // Wrapper around a custom streamer member function.
07991    static void streamer_TGLColor(TBuffer &buf, void *obj) {
07992       ((::TGLColor*)obj)->::TGLColor::Streamer(buf);
07993    }
07994 } // end of namespace ROOT for class ::TGLColor
07995 
07996 //______________________________________________________________________________
07997 void TGLColorSet::Streamer(TBuffer &R__b)
07998 {
07999    // Stream an object of class TGLColorSet.
08000 
08001    ::Error("TGLColorSet::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08002 }
08003 
08004 //______________________________________________________________________________
08005 void TGLColorSet::ShowMembers(TMemberInspector &R__insp)
08006 {
08007       // Inspect the data members of an object of class TGLColorSet.
08008       TClass *R__cl = ::TGLColorSet::IsA();
08009       if (R__cl || R__insp.IsA()) { }
08010       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBackground", &fBackground);
08011       R__insp.InspectMember(fBackground, "fBackground.");
08012       R__insp.Inspect(R__cl, R__insp.GetParent(), "fForeground", &fForeground);
08013       R__insp.InspectMember(fForeground, "fForeground.");
08014       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOutline", &fOutline);
08015       R__insp.InspectMember(fOutline, "fOutline.");
08016       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMarkup", &fMarkup);
08017       R__insp.InspectMember(fMarkup, "fMarkup.");
08018       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelection[5]", fSelection);
08019 }
08020 
08021 namespace ROOT {
08022    // Wrappers around operator new
08023    static void *new_TGLColorSet(void *p) {
08024       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLColorSet : new ::TGLColorSet;
08025    }
08026    static void *newArray_TGLColorSet(Long_t nElements, void *p) {
08027       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLColorSet[nElements] : new ::TGLColorSet[nElements];
08028    }
08029    // Wrapper around operator delete
08030    static void delete_TGLColorSet(void *p) {
08031       delete ((::TGLColorSet*)p);
08032    }
08033    static void deleteArray_TGLColorSet(void *p) {
08034       delete [] ((::TGLColorSet*)p);
08035    }
08036    static void destruct_TGLColorSet(void *p) {
08037       typedef ::TGLColorSet current_t;
08038       ((current_t*)p)->~current_t();
08039    }
08040    // Wrapper around a custom streamer member function.
08041    static void streamer_TGLColorSet(TBuffer &buf, void *obj) {
08042       ((::TGLColorSet*)obj)->::TGLColorSet::Streamer(buf);
08043    }
08044 } // end of namespace ROOT for class ::TGLColorSet
08045 
08046 //______________________________________________________________________________
08047 void TGLUtil::Streamer(TBuffer &R__b)
08048 {
08049    // Stream an object of class TGLUtil.
08050 
08051    ::Error("TGLUtil::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08052 }
08053 
08054 //______________________________________________________________________________
08055 void TGLUtil::ShowMembers(TMemberInspector &R__insp)
08056 {
08057       // Inspect the data members of an object of class TGLUtil.
08058       TClass *R__cl = ::TGLUtil::IsA();
08059       if (R__cl || R__insp.IsA()) { }
08060 }
08061 
08062 namespace ROOT {
08063    // Wrapper around operator delete
08064    static void delete_TGLUtil(void *p) {
08065       delete ((::TGLUtil*)p);
08066    }
08067    static void deleteArray_TGLUtil(void *p) {
08068       delete [] ((::TGLUtil*)p);
08069    }
08070    static void destruct_TGLUtil(void *p) {
08071       typedef ::TGLUtil current_t;
08072       ((current_t*)p)->~current_t();
08073    }
08074    // Wrapper around a custom streamer member function.
08075    static void streamer_TGLUtil(TBuffer &buf, void *obj) {
08076       ((::TGLUtil*)obj)->::TGLUtil::Streamer(buf);
08077    }
08078 } // end of namespace ROOT for class ::TGLUtil
08079 
08080 //______________________________________________________________________________
08081 void TGLUtil::TColorLocker::Streamer(TBuffer &R__b)
08082 {
08083    // Stream an object of class TGLUtil::TColorLocker.
08084 
08085    ::Error("TGLUtil::TColorLocker::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08086 }
08087 
08088 //______________________________________________________________________________
08089 void TGLUtil::TColorLocker::ShowMembers(TMemberInspector &R__insp)
08090 {
08091       // Inspect the data members of an object of class TGLUtil::TColorLocker.
08092       TClass *R__cl = ::TGLUtil::TColorLocker::IsA();
08093       if (R__cl || R__insp.IsA()) { }
08094 }
08095 
08096 namespace ROOT {
08097    // Wrappers around operator new
08098    static void *new_TGLUtilcLcLTColorLocker(void *p) {
08099       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLUtil::TColorLocker : new ::TGLUtil::TColorLocker;
08100    }
08101    static void *newArray_TGLUtilcLcLTColorLocker(Long_t nElements, void *p) {
08102       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLUtil::TColorLocker[nElements] : new ::TGLUtil::TColorLocker[nElements];
08103    }
08104    // Wrapper around operator delete
08105    static void delete_TGLUtilcLcLTColorLocker(void *p) {
08106       delete ((::TGLUtil::TColorLocker*)p);
08107    }
08108    static void deleteArray_TGLUtilcLcLTColorLocker(void *p) {
08109       delete [] ((::TGLUtil::TColorLocker*)p);
08110    }
08111    static void destruct_TGLUtilcLcLTColorLocker(void *p) {
08112       typedef ::TGLUtil::TColorLocker current_t;
08113       ((current_t*)p)->~current_t();
08114    }
08115    // Wrapper around a custom streamer member function.
08116    static void streamer_TGLUtilcLcLTColorLocker(TBuffer &buf, void *obj) {
08117       ((::TGLUtil::TColorLocker*)obj)->::TGLUtil::TColorLocker::Streamer(buf);
08118    }
08119 } // end of namespace ROOT for class ::TGLUtil::TColorLocker
08120 
08121 //______________________________________________________________________________
08122 void TGLUtil::TDrawQualityModifier::Streamer(TBuffer &R__b)
08123 {
08124    // Stream an object of class TGLUtil::TDrawQualityModifier.
08125 
08126    ::Error("TGLUtil::TDrawQualityModifier::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08127 }
08128 
08129 //______________________________________________________________________________
08130 void TGLUtil::TDrawQualityModifier::ShowMembers(TMemberInspector &R__insp)
08131 {
08132       // Inspect the data members of an object of class TGLUtil::TDrawQualityModifier.
08133       TClass *R__cl = ::TGLUtil::TDrawQualityModifier::IsA();
08134       if (R__cl || R__insp.IsA()) { }
08135       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOldQuality", &fOldQuality);
08136 }
08137 
08138 namespace ROOT {
08139    // Wrapper around operator delete
08140    static void delete_TGLUtilcLcLTDrawQualityModifier(void *p) {
08141       delete ((::TGLUtil::TDrawQualityModifier*)p);
08142    }
08143    static void deleteArray_TGLUtilcLcLTDrawQualityModifier(void *p) {
08144       delete [] ((::TGLUtil::TDrawQualityModifier*)p);
08145    }
08146    static void destruct_TGLUtilcLcLTDrawQualityModifier(void *p) {
08147       typedef ::TGLUtil::TDrawQualityModifier current_t;
08148       ((current_t*)p)->~current_t();
08149    }
08150    // Wrapper around a custom streamer member function.
08151    static void streamer_TGLUtilcLcLTDrawQualityModifier(TBuffer &buf, void *obj) {
08152       ((::TGLUtil::TDrawQualityModifier*)obj)->::TGLUtil::TDrawQualityModifier::Streamer(buf);
08153    }
08154 } // end of namespace ROOT for class ::TGLUtil::TDrawQualityModifier
08155 
08156 //______________________________________________________________________________
08157 void TGLUtil::TDrawQualityScaler::Streamer(TBuffer &R__b)
08158 {
08159    // Stream an object of class TGLUtil::TDrawQualityScaler.
08160 
08161    ::Error("TGLUtil::TDrawQualityScaler::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08162 }
08163 
08164 //______________________________________________________________________________
08165 void TGLUtil::TDrawQualityScaler::ShowMembers(TMemberInspector &R__insp)
08166 {
08167       // Inspect the data members of an object of class TGLUtil::TDrawQualityScaler.
08168       TClass *R__cl = ::TGLUtil::TDrawQualityScaler::IsA();
08169       if (R__cl || R__insp.IsA()) { }
08170       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOldQuality", &fOldQuality);
08171 }
08172 
08173 namespace ROOT {
08174    // Wrapper around operator delete
08175    static void delete_TGLUtilcLcLTDrawQualityScaler(void *p) {
08176       delete ((::TGLUtil::TDrawQualityScaler*)p);
08177    }
08178    static void deleteArray_TGLUtilcLcLTDrawQualityScaler(void *p) {
08179       delete [] ((::TGLUtil::TDrawQualityScaler*)p);
08180    }
08181    static void destruct_TGLUtilcLcLTDrawQualityScaler(void *p) {
08182       typedef ::TGLUtil::TDrawQualityScaler current_t;
08183       ((current_t*)p)->~current_t();
08184    }
08185    // Wrapper around a custom streamer member function.
08186    static void streamer_TGLUtilcLcLTDrawQualityScaler(TBuffer &buf, void *obj) {
08187       ((::TGLUtil::TDrawQualityScaler*)obj)->::TGLUtil::TDrawQualityScaler::Streamer(buf);
08188    }
08189 } // end of namespace ROOT for class ::TGLUtil::TDrawQualityScaler
08190 
08191 //______________________________________________________________________________
08192 void TGLQuadric::Streamer(TBuffer &R__b)
08193 {
08194    // Stream an object of class TGLQuadric.
08195 
08196    ::Error("TGLQuadric::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08197 }
08198 
08199 //______________________________________________________________________________
08200 void TGLQuadric::ShowMembers(TMemberInspector &R__insp)
08201 {
08202       // Inspect the data members of an object of class TGLQuadric.
08203       TClass *R__cl = ::TGLQuadric::IsA();
08204       if (R__cl || R__insp.IsA()) { }
08205       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fQuad", &fQuad);
08206 }
08207 
08208 namespace ROOT {
08209    // Wrappers around operator new
08210    static void *new_TGLQuadric(void *p) {
08211       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLQuadric : new ::TGLQuadric;
08212    }
08213    static void *newArray_TGLQuadric(Long_t nElements, void *p) {
08214       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLQuadric[nElements] : new ::TGLQuadric[nElements];
08215    }
08216    // Wrapper around operator delete
08217    static void delete_TGLQuadric(void *p) {
08218       delete ((::TGLQuadric*)p);
08219    }
08220    static void deleteArray_TGLQuadric(void *p) {
08221       delete [] ((::TGLQuadric*)p);
08222    }
08223    static void destruct_TGLQuadric(void *p) {
08224       typedef ::TGLQuadric current_t;
08225       ((current_t*)p)->~current_t();
08226    }
08227    // Wrapper around a custom streamer member function.
08228    static void streamer_TGLQuadric(TBuffer &buf, void *obj) {
08229       ((::TGLQuadric*)obj)->::TGLQuadric::Streamer(buf);
08230    }
08231 } // end of namespace ROOT for class ::TGLQuadric
08232 
08233 //______________________________________________________________________________
08234 void TGLStopwatch::Streamer(TBuffer &R__b)
08235 {
08236    // Stream an object of class TGLStopwatch.
08237 
08238    ::Error("TGLStopwatch::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08239 }
08240 
08241 //______________________________________________________________________________
08242 void TGLStopwatch::ShowMembers(TMemberInspector &R__insp)
08243 {
08244       // Inspect the data members of an object of class TGLStopwatch.
08245       TClass *R__cl = ::TGLStopwatch::IsA();
08246       if (R__cl || R__insp.IsA()) { }
08247       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStart", &fStart);
08248       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnd", &fEnd);
08249       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastRun", &fLastRun);
08250 }
08251 
08252 namespace ROOT {
08253    // Wrappers around operator new
08254    static void *new_TGLStopwatch(void *p) {
08255       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLStopwatch : new ::TGLStopwatch;
08256    }
08257    static void *newArray_TGLStopwatch(Long_t nElements, void *p) {
08258       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLStopwatch[nElements] : new ::TGLStopwatch[nElements];
08259    }
08260    // Wrapper around operator delete
08261    static void delete_TGLStopwatch(void *p) {
08262       delete ((::TGLStopwatch*)p);
08263    }
08264    static void deleteArray_TGLStopwatch(void *p) {
08265       delete [] ((::TGLStopwatch*)p);
08266    }
08267    static void destruct_TGLStopwatch(void *p) {
08268       typedef ::TGLStopwatch current_t;
08269       ((current_t*)p)->~current_t();
08270    }
08271    // Wrapper around a custom streamer member function.
08272    static void streamer_TGLStopwatch(TBuffer &buf, void *obj) {
08273       ((::TGLStopwatch*)obj)->::TGLStopwatch::Streamer(buf);
08274    }
08275 } // end of namespace ROOT for class ::TGLStopwatch
08276 
08277 //______________________________________________________________________________
08278 void TGLLockable::Streamer(TBuffer &R__b)
08279 {
08280    // Stream an object of class TGLLockable.
08281 
08282    ::Error("TGLLockable::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08283 }
08284 
08285 //______________________________________________________________________________
08286 void TGLLockable::ShowMembers(TMemberInspector &R__insp)
08287 {
08288       // Inspect the data members of an object of class TGLLockable.
08289       TClass *R__cl = ::TGLLockable::IsA();
08290       if (R__cl || R__insp.IsA()) { }
08291       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLock", &fLock);
08292 }
08293 
08294 namespace ROOT {
08295    // Wrappers around operator new
08296    static void *new_TGLLockable(void *p) {
08297       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLLockable : new ::TGLLockable;
08298    }
08299    static void *newArray_TGLLockable(Long_t nElements, void *p) {
08300       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLLockable[nElements] : new ::TGLLockable[nElements];
08301    }
08302    // Wrapper around operator delete
08303    static void delete_TGLLockable(void *p) {
08304       delete ((::TGLLockable*)p);
08305    }
08306    static void deleteArray_TGLLockable(void *p) {
08307       delete [] ((::TGLLockable*)p);
08308    }
08309    static void destruct_TGLLockable(void *p) {
08310       typedef ::TGLLockable current_t;
08311       ((current_t*)p)->~current_t();
08312    }
08313    // Wrapper around a custom streamer member function.
08314    static void streamer_TGLLockable(TBuffer &buf, void *obj) {
08315       ((::TGLLockable*)obj)->::TGLLockable::Streamer(buf);
08316    }
08317 } // end of namespace ROOT for class ::TGLLockable
08318 
08319 //______________________________________________________________________________
08320 void TGLBoundingBox::Streamer(TBuffer &R__b)
08321 {
08322    // Stream an object of class TGLBoundingBox.
08323 
08324    ::Error("TGLBoundingBox::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08325 }
08326 
08327 //______________________________________________________________________________
08328 void TGLBoundingBox::ShowMembers(TMemberInspector &R__insp)
08329 {
08330       // Inspect the data members of an object of class TGLBoundingBox.
08331       TClass *R__cl = ::TGLBoundingBox::IsA();
08332       if (R__cl || R__insp.IsA()) { }
08333       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVertex[8]", fVertex);
08334       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVolume", &fVolume);
08335       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDiagonal", &fDiagonal);
08336       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxes[3]", fAxes);
08337       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxesNorm[3]", fAxesNorm);
08338 }
08339 
08340 namespace ROOT {
08341    // Wrappers around operator new
08342    static void *new_TGLBoundingBox(void *p) {
08343       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLBoundingBox : new ::TGLBoundingBox;
08344    }
08345    static void *newArray_TGLBoundingBox(Long_t nElements, void *p) {
08346       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLBoundingBox[nElements] : new ::TGLBoundingBox[nElements];
08347    }
08348    // Wrapper around operator delete
08349    static void delete_TGLBoundingBox(void *p) {
08350       delete ((::TGLBoundingBox*)p);
08351    }
08352    static void deleteArray_TGLBoundingBox(void *p) {
08353       delete [] ((::TGLBoundingBox*)p);
08354    }
08355    static void destruct_TGLBoundingBox(void *p) {
08356       typedef ::TGLBoundingBox current_t;
08357       ((current_t*)p)->~current_t();
08358    }
08359    // Wrapper around a custom streamer member function.
08360    static void streamer_TGLBoundingBox(TBuffer &buf, void *obj) {
08361       ((::TGLBoundingBox*)obj)->::TGLBoundingBox::Streamer(buf);
08362    }
08363 } // end of namespace ROOT for class ::TGLBoundingBox
08364 
08365 //______________________________________________________________________________
08366 void TGLRnrCtx::Streamer(TBuffer &R__b)
08367 {
08368    // Stream an object of class TGLRnrCtx.
08369 
08370    if (R__b.IsReading()) {
08371       R__b.ReadClassBuffer(TGLRnrCtx::Class(),this);
08372    } else {
08373       R__b.WriteClassBuffer(TGLRnrCtx::Class(),this);
08374    }
08375 }
08376 
08377 //______________________________________________________________________________
08378 void TGLRnrCtx::ShowMembers(TMemberInspector &R__insp)
08379 {
08380       // Inspect the data members of an object of class TGLRnrCtx.
08381       TClass *R__cl = ::TGLRnrCtx::IsA();
08382       if (R__cl || R__insp.IsA()) { }
08383       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewer", &fViewer);
08384       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCamera", &fCamera);
08385       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSceneInfo", &fSceneInfo);
08386       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewerLOD", &fViewerLOD);
08387       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSceneLOD", &fSceneLOD);
08388       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCombiLOD", &fCombiLOD);
08389       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShapeLOD", &fShapeLOD);
08390       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShapePixSize", &fShapePixSize);
08391       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewerStyle", &fViewerStyle);
08392       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSceneStyle", &fSceneStyle);
08393       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewerWFLineW", &fViewerWFLineW);
08394       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSceneWFLineW", &fSceneWFLineW);
08395       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewerOLLineW", &fViewerOLLineW);
08396       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSceneOLLineW", &fSceneOLLineW);
08397       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewerClip", &fViewerClip);
08398       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSceneClip", &fSceneClip);
08399       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClip", &fClip);
08400       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawPass", &fDrawPass);
08401       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStopwatch", &fStopwatch);
08402       R__insp.InspectMember(fStopwatch, "fStopwatch.");
08403       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRenderTimeOut", &fRenderTimeOut);
08404       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsRunning", &fIsRunning);
08405       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasTimedOut", &fHasTimedOut);
08406       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighlight", &fHighlight);
08407       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighlightOutline", &fHighlightOutline);
08408       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelection", &fSelection);
08409       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSecSelection", &fSecSelection);
08410       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPickRadius", &fPickRadius);
08411       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPickRectangle", &fPickRectangle);
08412       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectBuffer", &fSelectBuffer);
08413       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColorSetStack", &fColorSetStack);
08414       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRenderScale", &fRenderScale);
08415       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEventKeySym", &fEventKeySym);
08416       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDLCaptureOpen", &fDLCaptureOpen);
08417       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGLCtxIdentity", &fGLCtxIdentity);
08418       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fQuadric", &fQuadric);
08419       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGrabImage", &fGrabImage);
08420       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGrabBuffer", &fGrabBuffer);
08421       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGrabbedImage", &fGrabbedImage);
08422 }
08423 
08424 namespace ROOT {
08425    // Wrapper around operator delete
08426    static void delete_TGLRnrCtx(void *p) {
08427       delete ((::TGLRnrCtx*)p);
08428    }
08429    static void deleteArray_TGLRnrCtx(void *p) {
08430       delete [] ((::TGLRnrCtx*)p);
08431    }
08432    static void destruct_TGLRnrCtx(void *p) {
08433       typedef ::TGLRnrCtx current_t;
08434       ((current_t*)p)->~current_t();
08435    }
08436 } // end of namespace ROOT for class ::TGLRnrCtx
08437 
08438 //______________________________________________________________________________
08439 void TGLSelectBuffer::Streamer(TBuffer &R__b)
08440 {
08441    // Stream an object of class TGLSelectBuffer.
08442 
08443    if (R__b.IsReading()) {
08444       R__b.ReadClassBuffer(TGLSelectBuffer::Class(),this);
08445    } else {
08446       R__b.WriteClassBuffer(TGLSelectBuffer::Class(),this);
08447    }
08448 }
08449 
08450 //______________________________________________________________________________
08451 void TGLSelectBuffer::ShowMembers(TMemberInspector &R__insp)
08452 {
08453       // Inspect the data members of an object of class TGLSelectBuffer.
08454       TClass *R__cl = ::TGLSelectBuffer::IsA();
08455       if (R__cl || R__insp.IsA()) { }
08456       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBufSize", &fBufSize);
08457       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBuf", &fBuf);
08458       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNRecords", &fNRecords);
08459       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSortedRecords", (void*)&fSortedRecords);
08460       R__insp.InspectMember("TGLSelectBuffer::vRawRecord_t", (void*)&fSortedRecords, "fSortedRecords.", false);
08461 }
08462 
08463 namespace ROOT {
08464    // Wrappers around operator new
08465    static void *new_TGLSelectBuffer(void *p) {
08466       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSelectBuffer : new ::TGLSelectBuffer;
08467    }
08468    static void *newArray_TGLSelectBuffer(Long_t nElements, void *p) {
08469       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSelectBuffer[nElements] : new ::TGLSelectBuffer[nElements];
08470    }
08471    // Wrapper around operator delete
08472    static void delete_TGLSelectBuffer(void *p) {
08473       delete ((::TGLSelectBuffer*)p);
08474    }
08475    static void deleteArray_TGLSelectBuffer(void *p) {
08476       delete [] ((::TGLSelectBuffer*)p);
08477    }
08478    static void destruct_TGLSelectBuffer(void *p) {
08479       typedef ::TGLSelectBuffer current_t;
08480       ((current_t*)p)->~current_t();
08481    }
08482 } // end of namespace ROOT for class ::TGLSelectBuffer
08483 
08484 //______________________________________________________________________________
08485 void TGLSelectRecordBase::Streamer(TBuffer &R__b)
08486 {
08487    // Stream an object of class TGLSelectRecordBase.
08488 
08489    if (R__b.IsReading()) {
08490       R__b.ReadClassBuffer(TGLSelectRecordBase::Class(),this);
08491    } else {
08492       R__b.WriteClassBuffer(TGLSelectRecordBase::Class(),this);
08493    }
08494 }
08495 
08496 //______________________________________________________________________________
08497 void TGLSelectRecordBase::ShowMembers(TMemberInspector &R__insp)
08498 {
08499       // Inspect the data members of an object of class TGLSelectRecordBase.
08500       TClass *R__cl = ::TGLSelectRecordBase::IsA();
08501       if (R__cl || R__insp.IsA()) { }
08502       R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
08503       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fItems", &fItems);
08504       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinZ", &fMinZ);
08505       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxZ", &fMaxZ);
08506       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPos", &fPos);
08507 }
08508 
08509 namespace ROOT {
08510    // Wrappers around operator new
08511    static void *new_TGLSelectRecordBase(void *p) {
08512       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSelectRecordBase : new ::TGLSelectRecordBase;
08513    }
08514    static void *newArray_TGLSelectRecordBase(Long_t nElements, void *p) {
08515       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSelectRecordBase[nElements] : new ::TGLSelectRecordBase[nElements];
08516    }
08517    // Wrapper around operator delete
08518    static void delete_TGLSelectRecordBase(void *p) {
08519       delete ((::TGLSelectRecordBase*)p);
08520    }
08521    static void deleteArray_TGLSelectRecordBase(void *p) {
08522       delete [] ((::TGLSelectRecordBase*)p);
08523    }
08524    static void destruct_TGLSelectRecordBase(void *p) {
08525       typedef ::TGLSelectRecordBase current_t;
08526       ((current_t*)p)->~current_t();
08527    }
08528 } // end of namespace ROOT for class ::TGLSelectRecordBase
08529 
08530 //______________________________________________________________________________
08531 void TGLSelectRecord::Streamer(TBuffer &R__b)
08532 {
08533    // Stream an object of class TGLSelectRecord.
08534 
08535    if (R__b.IsReading()) {
08536       R__b.ReadClassBuffer(TGLSelectRecord::Class(),this);
08537    } else {
08538       R__b.WriteClassBuffer(TGLSelectRecord::Class(),this);
08539    }
08540 }
08541 
08542 //______________________________________________________________________________
08543 void TGLSelectRecord::ShowMembers(TMemberInspector &R__insp)
08544 {
08545       // Inspect the data members of an object of class TGLSelectRecord.
08546       TClass *R__cl = ::TGLSelectRecord::IsA();
08547       if (R__cl || R__insp.IsA()) { }
08548       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTransparent", &fTransparent);
08549       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSceneInfo", &fSceneInfo);
08550       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPhysShape", &fPhysShape);
08551       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObject", &fObject);
08552       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSpecific", &fSpecific);
08553       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMultiple", &fMultiple);
08554       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighlight", &fHighlight);
08555       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSecSelRes", &fSecSelRes);
08556       TGLSelectRecordBase::ShowMembers(R__insp);
08557 }
08558 
08559 namespace ROOT {
08560    // Wrappers around operator new
08561    static void *new_TGLSelectRecord(void *p) {
08562       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSelectRecord : new ::TGLSelectRecord;
08563    }
08564    static void *newArray_TGLSelectRecord(Long_t nElements, void *p) {
08565       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSelectRecord[nElements] : new ::TGLSelectRecord[nElements];
08566    }
08567    // Wrapper around operator delete
08568    static void delete_TGLSelectRecord(void *p) {
08569       delete ((::TGLSelectRecord*)p);
08570    }
08571    static void deleteArray_TGLSelectRecord(void *p) {
08572       delete [] ((::TGLSelectRecord*)p);
08573    }
08574    static void destruct_TGLSelectRecord(void *p) {
08575       typedef ::TGLSelectRecord current_t;
08576       ((current_t*)p)->~current_t();
08577    }
08578 } // end of namespace ROOT for class ::TGLSelectRecord
08579 
08580 //______________________________________________________________________________
08581 void TGLOvlSelectRecord::Streamer(TBuffer &R__b)
08582 {
08583    // Stream an object of class TGLOvlSelectRecord.
08584 
08585    if (R__b.IsReading()) {
08586       R__b.ReadClassBuffer(TGLOvlSelectRecord::Class(),this);
08587    } else {
08588       R__b.WriteClassBuffer(TGLOvlSelectRecord::Class(),this);
08589    }
08590 }
08591 
08592 //______________________________________________________________________________
08593 void TGLOvlSelectRecord::ShowMembers(TMemberInspector &R__insp)
08594 {
08595       // Inspect the data members of an object of class TGLOvlSelectRecord.
08596       TClass *R__cl = ::TGLOvlSelectRecord::IsA();
08597       if (R__cl || R__insp.IsA()) { }
08598       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOvlElement", &fOvlElement);
08599       TGLSelectRecordBase::ShowMembers(R__insp);
08600 }
08601 
08602 namespace ROOT {
08603    // Wrappers around operator new
08604    static void *new_TGLOvlSelectRecord(void *p) {
08605       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLOvlSelectRecord : new ::TGLOvlSelectRecord;
08606    }
08607    static void *newArray_TGLOvlSelectRecord(Long_t nElements, void *p) {
08608       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLOvlSelectRecord[nElements] : new ::TGLOvlSelectRecord[nElements];
08609    }
08610    // Wrapper around operator delete
08611    static void delete_TGLOvlSelectRecord(void *p) {
08612       delete ((::TGLOvlSelectRecord*)p);
08613    }
08614    static void deleteArray_TGLOvlSelectRecord(void *p) {
08615       delete [] ((::TGLOvlSelectRecord*)p);
08616    }
08617    static void destruct_TGLOvlSelectRecord(void *p) {
08618       typedef ::TGLOvlSelectRecord current_t;
08619       ((current_t*)p)->~current_t();
08620    }
08621 } // end of namespace ROOT for class ::TGLOvlSelectRecord
08622 
08623 //______________________________________________________________________________
08624 void TGLLogicalShape::Streamer(TBuffer &R__b)
08625 {
08626    // Stream an object of class TGLLogicalShape.
08627 
08628    ::Error("TGLLogicalShape::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08629 }
08630 
08631 //______________________________________________________________________________
08632 void TGLLogicalShape::ShowMembers(TMemberInspector &R__insp)
08633 {
08634       // Inspect the data members of an object of class TGLLogicalShape.
08635       TClass *R__cl = ::TGLLogicalShape::IsA();
08636       if (R__cl || R__insp.IsA()) { }
08637       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRef", &fRef);
08638       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstPhysical", &fFirstPhysical);
08639       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fExternalObj", &fExternalObj);
08640       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBoundingBox", &fBoundingBox);
08641       R__insp.InspectMember(fBoundingBox, "fBoundingBox.");
08642       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fScene", &fScene);
08643       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDLBase", &fDLBase);
08644       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDLSize", &fDLSize);
08645       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDLValid", &fDLValid);
08646       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDLCache", &fDLCache);
08647       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRefStrong", &fRefStrong);
08648       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOwnExtObj", &fOwnExtObj);
08649 }
08650 
08651 namespace ROOT {
08652    // Wrapper around operator delete
08653    static void delete_TGLLogicalShape(void *p) {
08654       delete ((::TGLLogicalShape*)p);
08655    }
08656    static void deleteArray_TGLLogicalShape(void *p) {
08657       delete [] ((::TGLLogicalShape*)p);
08658    }
08659    static void destruct_TGLLogicalShape(void *p) {
08660       typedef ::TGLLogicalShape current_t;
08661       ((current_t*)p)->~current_t();
08662    }
08663    // Wrapper around a custom streamer member function.
08664    static void streamer_TGLLogicalShape(TBuffer &buf, void *obj) {
08665       ((::TGLLogicalShape*)obj)->::TGLLogicalShape::Streamer(buf);
08666    }
08667 } // end of namespace ROOT for class ::TGLLogicalShape
08668 
08669 //______________________________________________________________________________
08670 void TGLPhysicalShape::Streamer(TBuffer &R__b)
08671 {
08672    // Stream an object of class TGLPhysicalShape.
08673 
08674    ::Error("TGLPhysicalShape::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
08675 }
08676 
08677 //______________________________________________________________________________
08678 void TGLPhysicalShape::ShowMembers(TMemberInspector &R__insp)
08679 {
08680       // Inspect the data members of an object of class TGLPhysicalShape.
08681       TClass *R__cl = ::TGLPhysicalShape::IsA();
08682       if (R__cl || R__insp.IsA()) { }
08683       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLogicalShape", &fLogicalShape);
08684       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNextPhysical", &fNextPhysical);
08685       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstPSRef", &fFirstPSRef);
08686       R__insp.Inspect(R__cl, R__insp.GetParent(), "fID", &fID);
08687       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTransform", &fTransform);
08688       R__insp.InspectMember(fTransform, "fTransform.");
08689       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBoundingBox", &fBoundingBox);
08690       R__insp.InspectMember(fBoundingBox, "fBoundingBox.");
08691       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColor[17]", fColor);
08692       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelected", &fSelected);
08693       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInvertedWind", &fInvertedWind);
08694       R__insp.Inspect(R__cl, R__insp.GetParent(), "fModified", &fModified);
08695       R__insp.Inspect(R__cl, R__insp.GetParent(), "fManip", &fManip);
08696 }
08697 
08698 namespace ROOT {
08699    // Wrapper around operator delete
08700    static void delete_TGLPhysicalShape(void *p) {
08701       delete ((::TGLPhysicalShape*)p);
08702    }
08703    static void deleteArray_TGLPhysicalShape(void *p) {
08704       delete [] ((::TGLPhysicalShape*)p);
08705    }
08706    static void destruct_TGLPhysicalShape(void *p) {
08707       typedef ::TGLPhysicalShape current_t;
08708       ((current_t*)p)->~current_t();
08709    }
08710    // Wrapper around a custom streamer member function.
08711    static void streamer_TGLPhysicalShape(TBuffer &buf, void *obj) {
08712       ((::TGLPhysicalShape*)obj)->::TGLPhysicalShape::Streamer(buf);
08713    }
08714 } // end of namespace ROOT for class ::TGLPhysicalShape
08715 
08716 //______________________________________________________________________________
08717 void TGLClip::Streamer(TBuffer &R__b)
08718 {
08719    // Stream an object of class TGLClip.
08720 
08721    if (R__b.IsReading()) {
08722       R__b.ReadClassBuffer(TGLClip::Class(),this);
08723    } else {
08724       R__b.WriteClassBuffer(TGLClip::Class(),this);
08725    }
08726 }
08727 
08728 //______________________________________________________________________________
08729 void TGLClip::ShowMembers(TMemberInspector &R__insp)
08730 {
08731       // Inspect the data members of an object of class TGLClip.
08732       TClass *R__cl = ::TGLClip::IsA();
08733       if (R__cl || R__insp.IsA()) { }
08734       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMode", &fMode);
08735       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeStamp", &fTimeStamp);
08736       R__insp.Inspect(R__cl, R__insp.GetParent(), "fValid", &fValid);
08737       TGLPhysicalShape::ShowMembers(R__insp);
08738 }
08739 
08740 namespace ROOT {
08741    // Wrapper around operator delete
08742    static void delete_TGLClip(void *p) {
08743       delete ((::TGLClip*)p);
08744    }
08745    static void deleteArray_TGLClip(void *p) {
08746       delete [] ((::TGLClip*)p);
08747    }
08748    static void destruct_TGLClip(void *p) {
08749       typedef ::TGLClip current_t;
08750       ((current_t*)p)->~current_t();
08751    }
08752 } // end of namespace ROOT for class ::TGLClip
08753 
08754 //______________________________________________________________________________
08755 void TGLClipPlane::Streamer(TBuffer &R__b)
08756 {
08757    // Stream an object of class TGLClipPlane.
08758 
08759    if (R__b.IsReading()) {
08760       R__b.ReadClassBuffer(TGLClipPlane::Class(),this);
08761    } else {
08762       R__b.WriteClassBuffer(TGLClipPlane::Class(),this);
08763    }
08764 }
08765 
08766 //______________________________________________________________________________
08767 void TGLClipPlane::ShowMembers(TMemberInspector &R__insp)
08768 {
08769       // Inspect the data members of an object of class TGLClipPlane.
08770       TClass *R__cl = ::TGLClipPlane::IsA();
08771       if (R__cl || R__insp.IsA()) { }
08772       TGLClip::ShowMembers(R__insp);
08773 }
08774 
08775 namespace ROOT {
08776    // Wrappers around operator new
08777    static void *new_TGLClipPlane(void *p) {
08778       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLClipPlane : new ::TGLClipPlane;
08779    }
08780    static void *newArray_TGLClipPlane(Long_t nElements, void *p) {
08781       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLClipPlane[nElements] : new ::TGLClipPlane[nElements];
08782    }
08783    // Wrapper around operator delete
08784    static void delete_TGLClipPlane(void *p) {
08785       delete ((::TGLClipPlane*)p);
08786    }
08787    static void deleteArray_TGLClipPlane(void *p) {
08788       delete [] ((::TGLClipPlane*)p);
08789    }
08790    static void destruct_TGLClipPlane(void *p) {
08791       typedef ::TGLClipPlane current_t;
08792       ((current_t*)p)->~current_t();
08793    }
08794 } // end of namespace ROOT for class ::TGLClipPlane
08795 
08796 //______________________________________________________________________________
08797 void TGLClipBox::Streamer(TBuffer &R__b)
08798 {
08799    // Stream an object of class TGLClipBox.
08800 
08801    if (R__b.IsReading()) {
08802       R__b.ReadClassBuffer(TGLClipBox::Class(),this);
08803    } else {
08804       R__b.WriteClassBuffer(TGLClipBox::Class(),this);
08805    }
08806 }
08807 
08808 //______________________________________________________________________________
08809 void TGLClipBox::ShowMembers(TMemberInspector &R__insp)
08810 {
08811       // Inspect the data members of an object of class TGLClipBox.
08812       TClass *R__cl = ::TGLClipBox::IsA();
08813       if (R__cl || R__insp.IsA()) { }
08814       TGLClip::ShowMembers(R__insp);
08815 }
08816 
08817 namespace ROOT {
08818    // Wrappers around operator new
08819    static void *new_TGLClipBox(void *p) {
08820       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLClipBox : new ::TGLClipBox;
08821    }
08822    static void *newArray_TGLClipBox(Long_t nElements, void *p) {
08823       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLClipBox[nElements] : new ::TGLClipBox[nElements];
08824    }
08825    // Wrapper around operator delete
08826    static void delete_TGLClipBox(void *p) {
08827       delete ((::TGLClipBox*)p);
08828    }
08829    static void deleteArray_TGLClipBox(void *p) {
08830       delete [] ((::TGLClipBox*)p);
08831    }
08832    static void destruct_TGLClipBox(void *p) {
08833       typedef ::TGLClipBox current_t;
08834       ((current_t*)p)->~current_t();
08835    }
08836 } // end of namespace ROOT for class ::TGLClipBox
08837 
08838 //______________________________________________________________________________
08839 void TGLClipSet::Streamer(TBuffer &R__b)
08840 {
08841    // Stream an object of class TGLClipSet.
08842 
08843    if (R__b.IsReading()) {
08844       R__b.ReadClassBuffer(TGLClipSet::Class(),this);
08845    } else {
08846       R__b.WriteClassBuffer(TGLClipSet::Class(),this);
08847    }
08848 }
08849 
08850 //______________________________________________________________________________
08851 void TGLClipSet::ShowMembers(TMemberInspector &R__insp)
08852 {
08853       // Inspect the data members of an object of class TGLClipSet.
08854       TClass *R__cl = ::TGLClipSet::IsA();
08855       if (R__cl || R__insp.IsA()) { }
08856       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClipPlane", &fClipPlane);
08857       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClipBox", &fClipBox);
08858       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCurrentClip", &fCurrentClip);
08859       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoUpdate", &fAutoUpdate);
08860       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowClip", &fShowClip);
08861       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowManip", &fShowManip);
08862       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fManip", &fManip);
08863       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastBBox", &fLastBBox);
08864       R__insp.InspectMember(fLastBBox, "fLastBBox.");
08865       TGLOverlayElement::ShowMembers(R__insp);
08866 }
08867 
08868 namespace ROOT {
08869    // Wrappers around operator new
08870    static void *new_TGLClipSet(void *p) {
08871       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLClipSet : new ::TGLClipSet;
08872    }
08873    static void *newArray_TGLClipSet(Long_t nElements, void *p) {
08874       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLClipSet[nElements] : new ::TGLClipSet[nElements];
08875    }
08876    // Wrapper around operator delete
08877    static void delete_TGLClipSet(void *p) {
08878       delete ((::TGLClipSet*)p);
08879    }
08880    static void deleteArray_TGLClipSet(void *p) {
08881       delete [] ((::TGLClipSet*)p);
08882    }
08883    static void destruct_TGLClipSet(void *p) {
08884       typedef ::TGLClipSet current_t;
08885       ((current_t*)p)->~current_t();
08886    }
08887 } // end of namespace ROOT for class ::TGLClipSet
08888 
08889 //______________________________________________________________________________
08890 void TGLClipSetEditor::Streamer(TBuffer &R__b)
08891 {
08892    // Stream an object of class TGLClipSetEditor.
08893 
08894    if (R__b.IsReading()) {
08895       R__b.ReadClassBuffer(TGLClipSetEditor::Class(),this);
08896    } else {
08897       R__b.WriteClassBuffer(TGLClipSetEditor::Class(),this);
08898    }
08899 }
08900 
08901 //______________________________________________________________________________
08902 void TGLClipSetEditor::ShowMembers(TMemberInspector &R__insp)
08903 {
08904       // Inspect the data members of an object of class TGLClipSetEditor.
08905       TClass *R__cl = ::TGLClipSetEditor::IsA();
08906       if (R__cl || R__insp.IsA()) { }
08907       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fM", &fM);
08908       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSE", &fSE);
08909       TGedFrame::ShowMembers(R__insp);
08910 }
08911 
08912 namespace ROOT {
08913    // Wrappers around operator new
08914    static void *new_TGLClipSetEditor(void *p) {
08915       return  p ? new(p) ::TGLClipSetEditor : new ::TGLClipSetEditor;
08916    }
08917    static void *newArray_TGLClipSetEditor(Long_t nElements, void *p) {
08918       return p ? new(p) ::TGLClipSetEditor[nElements] : new ::TGLClipSetEditor[nElements];
08919    }
08920    // Wrapper around operator delete
08921    static void delete_TGLClipSetEditor(void *p) {
08922       delete ((::TGLClipSetEditor*)p);
08923    }
08924    static void deleteArray_TGLClipSetEditor(void *p) {
08925       delete [] ((::TGLClipSetEditor*)p);
08926    }
08927    static void destruct_TGLClipSetEditor(void *p) {
08928       typedef ::TGLClipSetEditor current_t;
08929       ((current_t*)p)->~current_t();
08930    }
08931 } // end of namespace ROOT for class ::TGLClipSetEditor
08932 
08933 //______________________________________________________________________________
08934 void TGLClipSetSubEditor::Streamer(TBuffer &R__b)
08935 {
08936    // Stream an object of class TGLClipSetSubEditor.
08937 
08938    if (R__b.IsReading()) {
08939       R__b.ReadClassBuffer(TGLClipSetSubEditor::Class(),this);
08940    } else {
08941       R__b.WriteClassBuffer(TGLClipSetSubEditor::Class(),this);
08942    }
08943 }
08944 
08945 //______________________________________________________________________________
08946 void TGLClipSetSubEditor::ShowMembers(TMemberInspector &R__insp)
08947 {
08948       // Inspect the data members of an object of class TGLClipSetSubEditor.
08949       TClass *R__cl = ::TGLClipSetSubEditor::IsA();
08950       if (R__cl || R__insp.IsA()) { }
08951       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fM", &fM);
08952       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentClip", &fCurrentClip);
08953       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTypeButtons", &fTypeButtons);
08954       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlanePropFrame", &fPlanePropFrame);
08955       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlaneProp[4]", &fPlaneProp);
08956       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBoxPropFrame", &fBoxPropFrame);
08957       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBoxProp[6]", &fBoxProp);
08958       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClipInside", &fClipInside);
08959       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoUpdate", &fAutoUpdate);
08960       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClipEdit", &fClipEdit);
08961       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClipShow", &fClipShow);
08962       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fApplyButton", &fApplyButton);
08963       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResetButton", &fResetButton);
08964       TGVerticalFrame::ShowMembers(R__insp);
08965 }
08966 
08967 namespace ROOT {
08968    // Wrapper around operator delete
08969    static void delete_TGLClipSetSubEditor(void *p) {
08970       delete ((::TGLClipSetSubEditor*)p);
08971    }
08972    static void deleteArray_TGLClipSetSubEditor(void *p) {
08973       delete [] ((::TGLClipSetSubEditor*)p);
08974    }
08975    static void destruct_TGLClipSetSubEditor(void *p) {
08976       typedef ::TGLClipSetSubEditor current_t;
08977       ((current_t*)p)->~current_t();
08978    }
08979 } // end of namespace ROOT for class ::TGLClipSetSubEditor
08980 
08981 //______________________________________________________________________________
08982 void TGLManip::Streamer(TBuffer &R__b)
08983 {
08984    // Stream an object of class TGLManip.
08985 
08986    TVirtualGLManip::Streamer(R__b);
08987 }
08988 
08989 //______________________________________________________________________________
08990 void TGLManip::ShowMembers(TMemberInspector &R__insp)
08991 {
08992       // Inspect the data members of an object of class TGLManip.
08993       TClass *R__cl = ::TGLManip::IsA();
08994       if (R__cl || R__insp.IsA()) { }
08995       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShape", &fShape);
08996       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelectedWidget", &fSelectedWidget);
08997       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActive", &fActive);
08998       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFirstMouse", (void*)&fFirstMouse);
08999       R__insp.InspectMember("TPoint", (void*)&fFirstMouse, "fFirstMouse.", true);
09000       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastMouse", (void*)&fLastMouse);
09001       R__insp.InspectMember("TPoint", (void*)&fLastMouse, "fLastMouse.", true);
09002       TVirtualGLManip::ShowMembers(R__insp);
09003 }
09004 
09005 namespace ROOT {
09006    // Wrapper around operator delete
09007    static void delete_TGLManip(void *p) {
09008       delete ((::TGLManip*)p);
09009    }
09010    static void deleteArray_TGLManip(void *p) {
09011       delete [] ((::TGLManip*)p);
09012    }
09013    static void destruct_TGLManip(void *p) {
09014       typedef ::TGLManip current_t;
09015       ((current_t*)p)->~current_t();
09016    }
09017    // Wrapper around a custom streamer member function.
09018    static void streamer_TGLManip(TBuffer &buf, void *obj) {
09019       ((::TGLManip*)obj)->::TGLManip::Streamer(buf);
09020    }
09021 } // end of namespace ROOT for class ::TGLManip
09022 
09023 //______________________________________________________________________________
09024 void TGLScaleManip::Streamer(TBuffer &R__b)
09025 {
09026    // Stream an object of class TGLScaleManip.
09027 
09028    TGLManip::Streamer(R__b);
09029 }
09030 
09031 //______________________________________________________________________________
09032 void TGLScaleManip::ShowMembers(TMemberInspector &R__insp)
09033 {
09034       // Inspect the data members of an object of class TGLScaleManip.
09035       TClass *R__cl = ::TGLScaleManip::IsA();
09036       if (R__cl || R__insp.IsA()) { }
09037       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStartScale", &fStartScale);
09038       R__insp.InspectMember(fStartScale, "fStartScale.");
09039       TGLManip::ShowMembers(R__insp);
09040 }
09041 
09042 namespace ROOT {
09043    // Wrappers around operator new
09044    static void *new_TGLScaleManip(void *p) {
09045       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLScaleManip : new ::TGLScaleManip;
09046    }
09047    static void *newArray_TGLScaleManip(Long_t nElements, void *p) {
09048       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLScaleManip[nElements] : new ::TGLScaleManip[nElements];
09049    }
09050    // Wrapper around operator delete
09051    static void delete_TGLScaleManip(void *p) {
09052       delete ((::TGLScaleManip*)p);
09053    }
09054    static void deleteArray_TGLScaleManip(void *p) {
09055       delete [] ((::TGLScaleManip*)p);
09056    }
09057    static void destruct_TGLScaleManip(void *p) {
09058       typedef ::TGLScaleManip current_t;
09059       ((current_t*)p)->~current_t();
09060    }
09061    // Wrapper around a custom streamer member function.
09062    static void streamer_TGLScaleManip(TBuffer &buf, void *obj) {
09063       ((::TGLScaleManip*)obj)->::TGLScaleManip::Streamer(buf);
09064    }
09065 } // end of namespace ROOT for class ::TGLScaleManip
09066 
09067 //______________________________________________________________________________
09068 void TGLTransManip::Streamer(TBuffer &R__b)
09069 {
09070    // Stream an object of class TGLTransManip.
09071 
09072    TGLManip::Streamer(R__b);
09073 }
09074 
09075 //______________________________________________________________________________
09076 void TGLTransManip::ShowMembers(TMemberInspector &R__insp)
09077 {
09078       // Inspect the data members of an object of class TGLTransManip.
09079       TClass *R__cl = ::TGLTransManip::IsA();
09080       if (R__cl || R__insp.IsA()) { }
09081       TGLManip::ShowMembers(R__insp);
09082 }
09083 
09084 namespace ROOT {
09085    // Wrappers around operator new
09086    static void *new_TGLTransManip(void *p) {
09087       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLTransManip : new ::TGLTransManip;
09088    }
09089    static void *newArray_TGLTransManip(Long_t nElements, void *p) {
09090       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLTransManip[nElements] : new ::TGLTransManip[nElements];
09091    }
09092    // Wrapper around operator delete
09093    static void delete_TGLTransManip(void *p) {
09094       delete ((::TGLTransManip*)p);
09095    }
09096    static void deleteArray_TGLTransManip(void *p) {
09097       delete [] ((::TGLTransManip*)p);
09098    }
09099    static void destruct_TGLTransManip(void *p) {
09100       typedef ::TGLTransManip current_t;
09101       ((current_t*)p)->~current_t();
09102    }
09103    // Wrapper around a custom streamer member function.
09104    static void streamer_TGLTransManip(TBuffer &buf, void *obj) {
09105       ((::TGLTransManip*)obj)->::TGLTransManip::Streamer(buf);
09106    }
09107 } // end of namespace ROOT for class ::TGLTransManip
09108 
09109 //______________________________________________________________________________
09110 void TGLRotateManip::Streamer(TBuffer &R__b)
09111 {
09112    // Stream an object of class TGLRotateManip.
09113 
09114    TGLManip::Streamer(R__b);
09115 }
09116 
09117 //______________________________________________________________________________
09118 void TGLRotateManip::ShowMembers(TMemberInspector &R__insp)
09119 {
09120       // Inspect the data members of an object of class TGLRotateManip.
09121       TClass *R__cl = ::TGLRotateManip::IsA();
09122       if (R__cl || R__insp.IsA()) { }
09123       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShallowRing", &fShallowRing);
09124       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShallowFront", &fShallowFront);
09125       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActiveRingPlane", &fActiveRingPlane);
09126       R__insp.InspectMember(fActiveRingPlane, "fActiveRingPlane.");
09127       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActiveRingCenter", &fActiveRingCenter);
09128       R__insp.InspectMember(fActiveRingCenter, "fActiveRingCenter.");
09129       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRingLine", &fRingLine);
09130       R__insp.InspectMember(fRingLine, "fRingLine.");
09131       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRingLineOld", &fRingLineOld);
09132       R__insp.InspectMember(fRingLineOld, "fRingLineOld.");
09133       TGLManip::ShowMembers(R__insp);
09134 }
09135 
09136 namespace ROOT {
09137    // Wrappers around operator new
09138    static void *new_TGLRotateManip(void *p) {
09139       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLRotateManip : new ::TGLRotateManip;
09140    }
09141    static void *newArray_TGLRotateManip(Long_t nElements, void *p) {
09142       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLRotateManip[nElements] : new ::TGLRotateManip[nElements];
09143    }
09144    // Wrapper around operator delete
09145    static void delete_TGLRotateManip(void *p) {
09146       delete ((::TGLRotateManip*)p);
09147    }
09148    static void deleteArray_TGLRotateManip(void *p) {
09149       delete [] ((::TGLRotateManip*)p);
09150    }
09151    static void destruct_TGLRotateManip(void *p) {
09152       typedef ::TGLRotateManip current_t;
09153       ((current_t*)p)->~current_t();
09154    }
09155    // Wrapper around a custom streamer member function.
09156    static void streamer_TGLRotateManip(TBuffer &buf, void *obj) {
09157       ((::TGLRotateManip*)obj)->::TGLRotateManip::Streamer(buf);
09158    }
09159 } // end of namespace ROOT for class ::TGLRotateManip
09160 
09161 //______________________________________________________________________________
09162 void TGLManipSet::Streamer(TBuffer &R__b)
09163 {
09164    // Stream an object of class TGLManipSet.
09165 
09166    TGLOverlayElement::Streamer(R__b);
09167    TGLPShapeRef::Streamer(R__b);
09168 }
09169 
09170 //______________________________________________________________________________
09171 void TGLManipSet::ShowMembers(TMemberInspector &R__insp)
09172 {
09173       // Inspect the data members of an object of class TGLManipSet.
09174       TClass *R__cl = ::TGLManipSet::IsA();
09175       if (R__cl || R__insp.IsA()) { }
09176       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fManip[3]", &fManip);
09177       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
09178       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawBBox", &fDrawBBox);
09179       TGLOverlayElement::ShowMembers(R__insp);
09180       TGLPShapeRef::ShowMembers(R__insp);
09181 }
09182 
09183 namespace ROOT {
09184    // Wrappers around operator new
09185    static void *new_TGLManipSet(void *p) {
09186       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLManipSet : new ::TGLManipSet;
09187    }
09188    static void *newArray_TGLManipSet(Long_t nElements, void *p) {
09189       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLManipSet[nElements] : new ::TGLManipSet[nElements];
09190    }
09191    // Wrapper around operator delete
09192    static void delete_TGLManipSet(void *p) {
09193       delete ((::TGLManipSet*)p);
09194    }
09195    static void deleteArray_TGLManipSet(void *p) {
09196       delete [] ((::TGLManipSet*)p);
09197    }
09198    static void destruct_TGLManipSet(void *p) {
09199       typedef ::TGLManipSet current_t;
09200       ((current_t*)p)->~current_t();
09201    }
09202    // Wrapper around a custom streamer member function.
09203    static void streamer_TGLManipSet(TBuffer &buf, void *obj) {
09204       ((::TGLManipSet*)obj)->::TGLManipSet::Streamer(buf);
09205    }
09206 } // end of namespace ROOT for class ::TGLManipSet
09207 
09208 //______________________________________________________________________________
09209 void TGLCamera::Streamer(TBuffer &R__b)
09210 {
09211    // Stream an object of class TGLCamera.
09212 
09213    ::Error("TGLCamera::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
09214 }
09215 
09216 //______________________________________________________________________________
09217 void TGLCamera::ShowMembers(TMemberInspector &R__insp)
09218 {
09219       // Inspect the data members of an object of class TGLCamera.
09220       TClass *R__cl = ::TGLCamera::IsA();
09221       if (R__cl || R__insp.IsA()) { }
09222       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPreviousInterestBox", &fPreviousInterestBox);
09223       R__insp.InspectMember(fPreviousInterestBox, "fPreviousInterestBox.");
09224       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInterestFrustum", &fInterestFrustum);
09225       R__insp.InspectMember(fInterestFrustum, "fInterestFrustum.");
09226       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInterestFrustumAsBox", &fInterestFrustumAsBox);
09227       R__insp.InspectMember(fInterestFrustumAsBox, "fInterestFrustumAsBox.");
09228       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCamBase", &fCamBase);
09229       R__insp.InspectMember(fCamBase, "fCamBase.");
09230       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCamTrans", &fCamTrans);
09231       R__insp.InspectMember(fCamTrans, "fCamTrans.");
09232       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExternalCenter", &fExternalCenter);
09233       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFixDefCenter", &fFixDefCenter);
09234       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExtCenter", &fExtCenter);
09235       R__insp.InspectMember(fExtCenter, "fExtCenter.");
09236       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDefCenter", &fDefCenter);
09237       R__insp.InspectMember(fDefCenter, "fDefCenter.");
09238       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFDCenter", &fFDCenter);
09239       R__insp.InspectMember(fFDCenter, "fFDCenter.");
09240       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCenter", &fCenter);
09241       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNearClip", &fNearClip);
09242       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFarClip", &fFarClip);
09243       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDollyDefault", &fDollyDefault);
09244       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDollyDistance", &fDollyDistance);
09245       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVAxisMinAngle", &fVAxisMinAngle);
09246       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCacheDirty", &fCacheDirty);
09247       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeStamp", &fTimeStamp);
09248       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastNoPickProjM", &fLastNoPickProjM);
09249       R__insp.InspectMember(fLastNoPickProjM, "fLastNoPickProjM.");
09250       R__insp.Inspect(R__cl, R__insp.GetParent(), "fProjM", &fProjM);
09251       R__insp.InspectMember(fProjM, "fProjM.");
09252       R__insp.Inspect(R__cl, R__insp.GetParent(), "fModVM", &fModVM);
09253       R__insp.InspectMember(fModVM, "fModVM.");
09254       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClipM", &fClipM);
09255       R__insp.InspectMember(fClipM, "fClipM.");
09256       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrustumPlanes[6]", fFrustumPlanes);
09257       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewport", &fViewport);
09258       R__insp.InspectMember(fViewport, "fViewport.");
09259       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInterestBox", &fInterestBox);
09260       R__insp.InspectMember(fInterestBox, "fInterestBox.");
09261       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLargestSeen", &fLargestSeen);
09262 }
09263 
09264 namespace ROOT {
09265    // Wrapper around operator delete
09266    static void delete_TGLCamera(void *p) {
09267       delete ((::TGLCamera*)p);
09268    }
09269    static void deleteArray_TGLCamera(void *p) {
09270       delete [] ((::TGLCamera*)p);
09271    }
09272    static void destruct_TGLCamera(void *p) {
09273       typedef ::TGLCamera current_t;
09274       ((current_t*)p)->~current_t();
09275    }
09276    // Wrapper around a custom streamer member function.
09277    static void streamer_TGLCamera(TBuffer &buf, void *obj) {
09278       ((::TGLCamera*)obj)->::TGLCamera::Streamer(buf);
09279    }
09280 } // end of namespace ROOT for class ::TGLCamera
09281 
09282 //______________________________________________________________________________
09283 void TGLOrthoCamera::Streamer(TBuffer &R__b)
09284 {
09285    // Stream an object of class TGLOrthoCamera.
09286 
09287    TGLCamera::Streamer(R__b);
09288 }
09289 
09290 //______________________________________________________________________________
09291 void TGLOrthoCamera::ShowMembers(TMemberInspector &R__insp)
09292 {
09293       // Inspect the data members of an object of class TGLOrthoCamera.
09294       TClass *R__cl = ::TGLOrthoCamera::IsA();
09295       if (R__cl || R__insp.IsA()) { }
09296       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
09297       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnableRotate", &fEnableRotate);
09298       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDollyToZoom", &fDollyToZoom);
09299       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoomMin", &fZoomMin);
09300       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoomDefault", &fZoomDefault);
09301       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoomMax", &fZoomMax);
09302       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVolume", &fVolume);
09303       R__insp.InspectMember(fVolume, "fVolume.");
09304       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDefXSize", &fDefXSize);
09305       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDefYSize", &fDefYSize);
09306       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoom", &fZoom);
09307       TGLCamera::ShowMembers(R__insp);
09308 }
09309 
09310 namespace ROOT {
09311    // Wrapper around operator delete
09312    static void delete_TGLOrthoCamera(void *p) {
09313       delete ((::TGLOrthoCamera*)p);
09314    }
09315    static void deleteArray_TGLOrthoCamera(void *p) {
09316       delete [] ((::TGLOrthoCamera*)p);
09317    }
09318    static void destruct_TGLOrthoCamera(void *p) {
09319       typedef ::TGLOrthoCamera current_t;
09320       ((current_t*)p)->~current_t();
09321    }
09322    // Wrapper around a custom streamer member function.
09323    static void streamer_TGLOrthoCamera(TBuffer &buf, void *obj) {
09324       ((::TGLOrthoCamera*)obj)->::TGLOrthoCamera::Streamer(buf);
09325    }
09326 } // end of namespace ROOT for class ::TGLOrthoCamera
09327 
09328 //______________________________________________________________________________
09329 void TGLPerspectiveCamera::Streamer(TBuffer &R__b)
09330 {
09331    // Stream an object of class TGLPerspectiveCamera.
09332 
09333    TGLCamera::Streamer(R__b);
09334 }
09335 
09336 //______________________________________________________________________________
09337 void TGLPerspectiveCamera::ShowMembers(TMemberInspector &R__insp)
09338 {
09339       // Inspect the data members of an object of class TGLPerspectiveCamera.
09340       TClass *R__cl = ::TGLPerspectiveCamera::IsA();
09341       if (R__cl || R__insp.IsA()) { }
09342       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFOV", &fFOV);
09343       TGLCamera::ShowMembers(R__insp);
09344 }
09345 
09346 namespace ROOT {
09347    // Wrapper around operator delete
09348    static void delete_TGLPerspectiveCamera(void *p) {
09349       delete ((::TGLPerspectiveCamera*)p);
09350    }
09351    static void deleteArray_TGLPerspectiveCamera(void *p) {
09352       delete [] ((::TGLPerspectiveCamera*)p);
09353    }
09354    static void destruct_TGLPerspectiveCamera(void *p) {
09355       typedef ::TGLPerspectiveCamera current_t;
09356       ((current_t*)p)->~current_t();
09357    }
09358    // Wrapper around a custom streamer member function.
09359    static void streamer_TGLPerspectiveCamera(TBuffer &buf, void *obj) {
09360       ((::TGLPerspectiveCamera*)obj)->::TGLPerspectiveCamera::Streamer(buf);
09361    }
09362 } // end of namespace ROOT for class ::TGLPerspectiveCamera
09363 
09364 //______________________________________________________________________________
09365 void TGLCameraOverlay::Streamer(TBuffer &R__b)
09366 {
09367    // Stream an object of class TGLCameraOverlay.
09368 
09369    UInt_t R__s, R__c;
09370    if (R__b.IsReading()) {
09371       Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
09372       TGLOverlayElement::Streamer(R__b);
09373       R__b >> fShowOrthographic;
09374       R__b >> fShowPerspective;
09375       void *ptr_fOrthographicMode = (void*)&fOrthographicMode;
09376       R__b >> *reinterpret_cast<Int_t*>(ptr_fOrthographicMode);
09377       void *ptr_fPerspectiveMode = (void*)&fPerspectiveMode;
09378       R__b >> *reinterpret_cast<Int_t*>(ptr_fPerspectiveMode);
09379       R__b >> fAxisPainter;
09380       R__b >> fAxis;
09381       R__b >> fAxisExtend;
09382       R__b >> fUseAxisColors;
09383       fExternalRefPlane.Streamer(R__b);
09384       R__b >> fUseExternalRefPlane;
09385       R__b.ReadStaticArray((double*)fFrustum);
09386       R__b.CheckByteCount(R__s, R__c, TGLCameraOverlay::IsA());
09387    } else {
09388       R__c = R__b.WriteVersion(TGLCameraOverlay::IsA(), kTRUE);
09389       TGLOverlayElement::Streamer(R__b);
09390       R__b << fShowOrthographic;
09391       R__b << fShowPerspective;
09392       R__b << (Int_t)fOrthographicMode;
09393       R__b << (Int_t)fPerspectiveMode;
09394       R__b << fAxisPainter;
09395       R__b << fAxis;
09396       R__b << fAxisExtend;
09397       R__b << fUseAxisColors;
09398       fExternalRefPlane.Streamer(R__b);
09399       R__b << fUseExternalRefPlane;
09400       R__b.WriteArray(fFrustum, 4);
09401       R__b.SetByteCount(R__c, kTRUE);
09402    }
09403 }
09404 
09405 //______________________________________________________________________________
09406 void TGLCameraOverlay::ShowMembers(TMemberInspector &R__insp)
09407 {
09408       // Inspect the data members of an object of class TGLCameraOverlay.
09409       TClass *R__cl = ::TGLCameraOverlay::IsA();
09410       if (R__cl || R__insp.IsA()) { }
09411       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowOrthographic", &fShowOrthographic);
09412       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowPerspective", &fShowPerspective);
09413       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthographicMode", &fOrthographicMode);
09414       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPerspectiveMode", &fPerspectiveMode);
09415       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxisPainter", &fAxisPainter);
09416       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxis", &fAxis);
09417       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxisExtend", &fAxisExtend);
09418       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseAxisColors", &fUseAxisColors);
09419       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExternalRefPlane", &fExternalRefPlane);
09420       R__insp.InspectMember(fExternalRefPlane, "fExternalRefPlane.");
09421       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseExternalRefPlane", &fUseExternalRefPlane);
09422       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrustum[4]", fFrustum);
09423       TGLOverlayElement::ShowMembers(R__insp);
09424 }
09425 
09426 namespace ROOT {
09427    // Wrappers around operator new
09428    static void *new_TGLCameraOverlay(void *p) {
09429       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLCameraOverlay : new ::TGLCameraOverlay;
09430    }
09431    static void *newArray_TGLCameraOverlay(Long_t nElements, void *p) {
09432       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLCameraOverlay[nElements] : new ::TGLCameraOverlay[nElements];
09433    }
09434    // Wrapper around operator delete
09435    static void delete_TGLCameraOverlay(void *p) {
09436       delete ((::TGLCameraOverlay*)p);
09437    }
09438    static void deleteArray_TGLCameraOverlay(void *p) {
09439       delete [] ((::TGLCameraOverlay*)p);
09440    }
09441    static void destruct_TGLCameraOverlay(void *p) {
09442       typedef ::TGLCameraOverlay current_t;
09443       ((current_t*)p)->~current_t();
09444    }
09445    // Wrapper around a custom streamer member function.
09446    static void streamer_TGLCameraOverlay(TBuffer &buf, void *obj) {
09447       ((::TGLCameraOverlay*)obj)->::TGLCameraOverlay::Streamer(buf);
09448    }
09449 } // end of namespace ROOT for class ::TGLCameraOverlay
09450 
09451 //______________________________________________________________________________
09452 void TGLCameraGuide::Streamer(TBuffer &R__b)
09453 {
09454    // Stream an object of class TGLCameraGuide.
09455 
09456    TGLOverlayElement::Streamer(R__b);
09457 }
09458 
09459 //______________________________________________________________________________
09460 void TGLCameraGuide::ShowMembers(TMemberInspector &R__insp)
09461 {
09462       // Inspect the data members of an object of class TGLCameraGuide.
09463       TClass *R__cl = ::TGLCameraGuide::IsA();
09464       if (R__cl || R__insp.IsA()) { }
09465       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXPos", &fXPos);
09466       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYPos", &fYPos);
09467       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &fSize);
09468       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelAxis", &fSelAxis);
09469       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInDrag", &fInDrag);
09470       TGLOverlayElement::ShowMembers(R__insp);
09471 }
09472 
09473 namespace ROOT {
09474    // Wrapper around operator delete
09475    static void delete_TGLCameraGuide(void *p) {
09476       delete ((::TGLCameraGuide*)p);
09477    }
09478    static void deleteArray_TGLCameraGuide(void *p) {
09479       delete [] ((::TGLCameraGuide*)p);
09480    }
09481    static void destruct_TGLCameraGuide(void *p) {
09482       typedef ::TGLCameraGuide current_t;
09483       ((current_t*)p)->~current_t();
09484    }
09485    // Wrapper around a custom streamer member function.
09486    static void streamer_TGLCameraGuide(TBuffer &buf, void *obj) {
09487       ((::TGLCameraGuide*)obj)->::TGLCameraGuide::Streamer(buf);
09488    }
09489 } // end of namespace ROOT for class ::TGLCameraGuide
09490 
09491 //______________________________________________________________________________
09492 void TGLPlotCamera::Streamer(TBuffer &R__b)
09493 {
09494    // Stream an object of class TGLPlotCamera.
09495 
09496    if (R__b.IsReading()) {
09497       R__b.ReadClassBuffer(TGLPlotCamera::Class(),this);
09498    } else {
09499       R__b.WriteClassBuffer(TGLPlotCamera::Class(),this);
09500    }
09501 }
09502 
09503 //______________________________________________________________________________
09504 void TGLPlotCamera::ShowMembers(TMemberInspector &R__insp)
09505 {
09506       // Inspect the data members of an object of class TGLPlotCamera.
09507       TClass *R__cl = ::TGLPlotCamera::IsA();
09508       if (R__cl || R__insp.IsA()) { }
09509       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewport", &fViewport);
09510       R__insp.InspectMember(fViewport, "fViewport.");
09511       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoom", &fZoom);
09512       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShift", &fShift);
09513       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthoBox[4]", fOrthoBox);
09514       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCenter", &fCenter);
09515       R__insp.InspectMember(fCenter, "fCenter.");
09516       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTruck", &fTruck);
09517       R__insp.InspectMember(fTruck, "fTruck.");
09518       R__insp.Inspect(R__cl, R__insp.GetParent(), "fArcBall", &fArcBall);
09519       R__insp.InspectMember(fArcBall, "fArcBall.");
09520       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMousePos", (void*)&fMousePos);
09521       R__insp.InspectMember("TPoint", (void*)&fMousePos, "fMousePos.", false);
09522       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVpChanged", &fVpChanged);
09523 }
09524 
09525 namespace ROOT {
09526    // Wrappers around operator new
09527    static void *new_TGLPlotCamera(void *p) {
09528       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPlotCamera : new ::TGLPlotCamera;
09529    }
09530    static void *newArray_TGLPlotCamera(Long_t nElements, void *p) {
09531       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPlotCamera[nElements] : new ::TGLPlotCamera[nElements];
09532    }
09533    // Wrapper around operator delete
09534    static void delete_TGLPlotCamera(void *p) {
09535       delete ((::TGLPlotCamera*)p);
09536    }
09537    static void deleteArray_TGLPlotCamera(void *p) {
09538       delete [] ((::TGLPlotCamera*)p);
09539    }
09540    static void destruct_TGLPlotCamera(void *p) {
09541       typedef ::TGLPlotCamera current_t;
09542       ((current_t*)p)->~current_t();
09543    }
09544 } // end of namespace ROOT for class ::TGLPlotCamera
09545 
09546 //______________________________________________________________________________
09547 void TGLAutoRotator::Streamer(TBuffer &R__b)
09548 {
09549    // Stream an object of class TGLAutoRotator.
09550 
09551    if (R__b.IsReading()) {
09552       R__b.ReadClassBuffer(TGLAutoRotator::Class(),this);
09553    } else {
09554       R__b.WriteClassBuffer(TGLAutoRotator::Class(),this);
09555    }
09556 }
09557 
09558 //______________________________________________________________________________
09559 void TGLAutoRotator::ShowMembers(TMemberInspector &R__insp)
09560 {
09561       // Inspect the data members of an object of class TGLAutoRotator.
09562       TClass *R__cl = ::TGLAutoRotator::IsA();
09563       if (R__cl || R__insp.IsA()) { }
09564       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewer", &fViewer);
09565       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCamera", &fCamera);
09566       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTimer", &fTimer);
09567       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWatch", &fWatch);
09568       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDt", &fDt);
09569       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWPhi", &fWPhi);
09570       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWTheta", &fWTheta);
09571       R__insp.Inspect(R__cl, R__insp.GetParent(), "fATheta", &fATheta);
09572       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWDolly", &fWDolly);
09573       R__insp.Inspect(R__cl, R__insp.GetParent(), "fADolly", &fADolly);
09574       R__insp.Inspect(R__cl, R__insp.GetParent(), "fThetaA0", &fThetaA0);
09575       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDollyA0", &fDollyA0);
09576       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimerRunning", &fTimerRunning);
09577       TObject::ShowMembers(R__insp);
09578 }
09579 
09580 namespace ROOT {
09581    // Wrapper around operator delete
09582    static void delete_TGLAutoRotator(void *p) {
09583       delete ((::TGLAutoRotator*)p);
09584    }
09585    static void deleteArray_TGLAutoRotator(void *p) {
09586       delete [] ((::TGLAutoRotator*)p);
09587    }
09588    static void destruct_TGLAutoRotator(void *p) {
09589       typedef ::TGLAutoRotator current_t;
09590       ((current_t*)p)->~current_t();
09591    }
09592 } // end of namespace ROOT for class ::TGLAutoRotator
09593 
09594 //______________________________________________________________________________
09595 void TGLSceneBase::Streamer(TBuffer &R__b)
09596 {
09597    // Stream an object of class TGLSceneBase.
09598 
09599    if (R__b.IsReading()) {
09600       R__b.ReadClassBuffer(TGLSceneBase::Class(),this);
09601    } else {
09602       R__b.WriteClassBuffer(TGLSceneBase::Class(),this);
09603    }
09604 }
09605 
09606 //______________________________________________________________________________
09607 void TGLSceneBase::ShowMembers(TMemberInspector &R__insp)
09608 {
09609       // Inspect the data members of an object of class TGLSceneBase.
09610       TClass *R__cl = ::TGLSceneBase::IsA();
09611       if (R__cl || R__insp.IsA()) { }
09612       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSceneID", &fSceneID);
09613       R__insp.Inspect(R__cl, R__insp.GetParent(), "fName", &fName);
09614       R__insp.InspectMember(fName, "fName.");
09615       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitle", &fTitle);
09616       R__insp.InspectMember(fTitle, "fTitle.");
09617       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeStamp", &fTimeStamp);
09618       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinorStamp", &fMinorStamp);
09619       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLOD", &fLOD);
09620       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStyle", &fStyle);
09621       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWFLineW", &fWFLineW);
09622       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOLLineW", &fOLLineW);
09623       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClip", &fClip);
09624       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelectable", &fSelectable);
09625       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBoundingBox", &fBoundingBox);
09626       R__insp.InspectMember(fBoundingBox, "fBoundingBox.");
09627       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBoundingBoxValid", &fBoundingBoxValid);
09628       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDoFrustumCheck", &fDoFrustumCheck);
09629       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDoClipCheck", &fDoClipCheck);
09630       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewers", (void*)&fViewers);
09631       R__insp.InspectMember("TGLSceneBase::ViewerList_t", (void*)&fViewers, "fViewers.", false);
09632       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoDestruct", &fAutoDestruct);
09633       TGLLockable::ShowMembers(R__insp);
09634 }
09635 
09636 namespace ROOT {
09637    // Wrapper around operator delete
09638    static void delete_TGLSceneBase(void *p) {
09639       delete ((::TGLSceneBase*)p);
09640    }
09641    static void deleteArray_TGLSceneBase(void *p) {
09642       delete [] ((::TGLSceneBase*)p);
09643    }
09644    static void destruct_TGLSceneBase(void *p) {
09645       typedef ::TGLSceneBase current_t;
09646       ((current_t*)p)->~current_t();
09647    }
09648 } // end of namespace ROOT for class ::TGLSceneBase
09649 
09650 //______________________________________________________________________________
09651 void TGLScene::Streamer(TBuffer &R__b)
09652 {
09653    // Stream an object of class TGLScene.
09654 
09655    if (R__b.IsReading()) {
09656       R__b.ReadClassBuffer(TGLScene::Class(),this);
09657    } else {
09658       R__b.WriteClassBuffer(TGLScene::Class(),this);
09659    }
09660 }
09661 
09662 //______________________________________________________________________________
09663 void TGLScene::ShowMembers(TMemberInspector &R__insp)
09664 {
09665       // Inspect the data members of an object of class TGLScene.
09666       TClass *R__cl = ::TGLScene::IsA();
09667       if (R__cl || R__insp.IsA()) { }
09668       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLogicalShapes", (void*)&fLogicalShapes);
09669       R__insp.InspectMember("TGLScene::LogicalShapeMap_t", (void*)&fLogicalShapes, "fLogicalShapes.", true);
09670       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPhysicalShapes", (void*)&fPhysicalShapes);
09671       R__insp.InspectMember("TGLScene::PhysicalShapeMap_t", (void*)&fPhysicalShapes, "fPhysicalShapes.", true);
09672       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGLCtxIdentity", &fGLCtxIdentity);
09673       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInSmartRefresh", &fInSmartRefresh);
09674       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSmartRefreshCache", (void*)&fSmartRefreshCache);
09675       R__insp.InspectMember("TGLScene::LogicalShapeMap_t", (void*)&fSmartRefreshCache, "fSmartRefreshCache.", true);
09676       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastPointSizeScale", &fLastPointSizeScale);
09677       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastLineWidthScale", &fLastLineWidthScale);
09678       TGLSceneBase::ShowMembers(R__insp);
09679 }
09680 
09681 namespace ROOT {
09682    // Wrappers around operator new
09683    static void *new_TGLScene(void *p) {
09684       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLScene : new ::TGLScene;
09685    }
09686    static void *newArray_TGLScene(Long_t nElements, void *p) {
09687       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLScene[nElements] : new ::TGLScene[nElements];
09688    }
09689    // Wrapper around operator delete
09690    static void delete_TGLScene(void *p) {
09691       delete ((::TGLScene*)p);
09692    }
09693    static void deleteArray_TGLScene(void *p) {
09694       delete [] ((::TGLScene*)p);
09695    }
09696    static void destruct_TGLScene(void *p) {
09697       typedef ::TGLScene current_t;
09698       ((current_t*)p)->~current_t();
09699    }
09700 } // end of namespace ROOT for class ::TGLScene
09701 
09702 //______________________________________________________________________________
09703 void TGLScenePad::Streamer(TBuffer &R__b)
09704 {
09705    // Stream an object of class TGLScenePad.
09706 
09707    if (R__b.IsReading()) {
09708       R__b.ReadClassBuffer(TGLScenePad::Class(),this);
09709    } else {
09710       R__b.WriteClassBuffer(TGLScenePad::Class(),this);
09711    }
09712 }
09713 
09714 //______________________________________________________________________________
09715 void TGLScenePad::ShowMembers(TMemberInspector &R__insp)
09716 {
09717       // Inspect the data members of an object of class TGLScenePad.
09718       TClass *R__cl = ::TGLScenePad::IsA();
09719       if (R__cl || R__insp.IsA()) { }
09720       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPad", &fPad);
09721       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInternalPIDs", &fInternalPIDs);
09722       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNextInternalPID", &fNextInternalPID);
09723       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastPID", &fLastPID);
09724       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAcceptedPhysicals", &fAcceptedPhysicals);
09725       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fComposite", &fComposite);
09726       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCSLevel", &fCSLevel);
09727       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCSTokens", (void*)&fCSTokens);
09728       R__insp.InspectMember("vector<CSPart_t>", (void*)&fCSTokens, "fCSTokens.", false);
09729       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSmartRefresh", &fSmartRefresh);
09730       TVirtualViewer3D::ShowMembers(R__insp);
09731       TGLScene::ShowMembers(R__insp);
09732 }
09733 
09734 namespace ROOT {
09735    // Wrapper around operator delete
09736    static void delete_TGLScenePad(void *p) {
09737       delete ((::TGLScenePad*)p);
09738    }
09739    static void deleteArray_TGLScenePad(void *p) {
09740       delete [] ((::TGLScenePad*)p);
09741    }
09742    static void destruct_TGLScenePad(void *p) {
09743       typedef ::TGLScenePad current_t;
09744       ((current_t*)p)->~current_t();
09745    }
09746 } // end of namespace ROOT for class ::TGLScenePad
09747 
09748 //______________________________________________________________________________
09749 void TGLSceneInfo::Streamer(TBuffer &R__b)
09750 {
09751    // Stream an object of class TGLSceneInfo.
09752 
09753    if (R__b.IsReading()) {
09754       R__b.ReadClassBuffer(TGLSceneInfo::Class(),this);
09755    } else {
09756       R__b.WriteClassBuffer(TGLSceneInfo::Class(),this);
09757    }
09758 }
09759 
09760 //______________________________________________________________________________
09761 void TGLSceneInfo::ShowMembers(TMemberInspector &R__insp)
09762 {
09763       // Inspect the data members of an object of class TGLSceneInfo.
09764       TClass *R__cl = ::TGLSceneInfo::IsA();
09765       if (R__cl || R__insp.IsA()) { }
09766       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewer", &fViewer);
09767       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fScene", &fScene);
09768       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActive", &fActive);
09769       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLOD", &fLOD);
09770       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStyle", &fStyle);
09771       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWFLineW", &fWFLineW);
09772       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOLLineW", &fOLLineW);
09773       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClip", &fClip);
09774       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastLOD", &fLastLOD);
09775       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastStyle", &fLastStyle);
09776       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastWFLineW", &fLastWFLineW);
09777       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastOLLineW", &fLastOLLineW);
09778       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastClip", &fLastClip);
09779       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastCamera", &fLastCamera);
09780       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSceneStamp", &fSceneStamp);
09781       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClipStamp", &fClipStamp);
09782       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCameraStamp", &fCameraStamp);
09783       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUpdateTimeouted", &fUpdateTimeouted);
09784       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTransformedBBox", &fTransformedBBox);
09785       R__insp.InspectMember(fTransformedBBox, "fTransformedBBox.");
09786       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewCheck", &fViewCheck);
09787       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInFrustum", &fInFrustum);
09788       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInClip", &fInClip);
09789       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClipMode", &fClipMode);
09790       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrustumPlanes", (void*)&fFrustumPlanes);
09791       R__insp.InspectMember("TGLPlaneSet_t", (void*)&fFrustumPlanes, "fFrustumPlanes.", false);
09792       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClipPlanes", (void*)&fClipPlanes);
09793       R__insp.InspectMember("TGLPlaneSet_t", (void*)&fClipPlanes, "fClipPlanes.", false);
09794 }
09795 
09796 namespace ROOT {
09797    // Wrappers around operator new
09798    static void *new_TGLSceneInfo(void *p) {
09799       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSceneInfo : new ::TGLSceneInfo;
09800    }
09801    static void *newArray_TGLSceneInfo(Long_t nElements, void *p) {
09802       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSceneInfo[nElements] : new ::TGLSceneInfo[nElements];
09803    }
09804    // Wrapper around operator delete
09805    static void delete_TGLSceneInfo(void *p) {
09806       delete ((::TGLSceneInfo*)p);
09807    }
09808    static void deleteArray_TGLSceneInfo(void *p) {
09809       delete [] ((::TGLSceneInfo*)p);
09810    }
09811    static void destruct_TGLSceneInfo(void *p) {
09812       typedef ::TGLSceneInfo current_t;
09813       ((current_t*)p)->~current_t();
09814    }
09815 } // end of namespace ROOT for class ::TGLSceneInfo
09816 
09817 //______________________________________________________________________________
09818 namespace ROOT {
09819    void TGLScenecLcLTSceneInfo_ShowMembers(void *obj, TMemberInspector &R__insp)
09820    {
09821       // Inspect the data members of an object of class TGLScene::TSceneInfo.
09822       typedef ::ROOT::Shadow::TGLScene::TSceneInfo ShadowClass;
09823       ShadowClass *sobj = (ShadowClass*)obj;
09824       if (sobj) { } // Dummy usage just in case there is no datamember.
09825 
09826       TClass *R__cl  = ::ROOT::GenerateInitInstanceLocal((const ::TGLScene::TSceneInfo*)0x0)->GetClass();
09827       if (R__cl || R__insp.IsA()) { }
09828       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShapesOfInterest", (void*)&sobj->fShapesOfInterest);
09829       R__insp.InspectMember("TGLScene::ShapeVec_t", (void*)&sobj->fShapesOfInterest, "fShapesOfInterest.", false);
09830       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVisibleElements", (void*)&sobj->fVisibleElements);
09831       R__insp.InspectMember("TGLScene::DrawElementVec_t", (void*)&sobj->fVisibleElements, "fVisibleElements.", false);
09832       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinorStamp", &sobj->fMinorStamp);
09833       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOpaqueElements", (void*)&sobj->fOpaqueElements);
09834       R__insp.InspectMember("TGLScene::DrawElementPtrVec_t", (void*)&sobj->fOpaqueElements, "fOpaqueElements.", false);
09835       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTranspElements", (void*)&sobj->fTranspElements);
09836       R__insp.InspectMember("TGLScene::DrawElementPtrVec_t", (void*)&sobj->fTranspElements, "fTranspElements.", false);
09837       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelOpaqueElements", (void*)&sobj->fSelOpaqueElements);
09838       R__insp.InspectMember("TGLScene::DrawElementPtrVec_t", (void*)&sobj->fSelOpaqueElements, "fSelOpaqueElements.", false);
09839       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelTranspElements", (void*)&sobj->fSelTranspElements);
09840       R__insp.InspectMember("TGLScene::DrawElementPtrVec_t", (void*)&sobj->fSelTranspElements, "fSelTranspElements.", false);
09841       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOpaqueCnt", &sobj->fOpaqueCnt);
09842       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTranspCnt", &sobj->fTranspCnt);
09843       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAsPixelCnt", &sobj->fAsPixelCnt);
09844       R__insp.Inspect(R__cl, R__insp.GetParent(), "fByShapeCnt", (void*)&sobj->fByShapeCnt);
09845       R__insp.InspectMember("map<TClass*,UInt_t>", (void*)&sobj->fByShapeCnt, "fByShapeCnt.", false);
09846       sobj->TGLSceneInfo::ShowMembers(R__insp);
09847    }
09848 
09849 }
09850 
09851 namespace ROOT {
09852    // Wrappers around operator new
09853    static void *new_TGLScenecLcLTSceneInfo(void *p) {
09854       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLScene::TSceneInfo : new ::TGLScene::TSceneInfo;
09855    }
09856    static void *newArray_TGLScenecLcLTSceneInfo(Long_t nElements, void *p) {
09857       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLScene::TSceneInfo[nElements] : new ::TGLScene::TSceneInfo[nElements];
09858    }
09859    // Wrapper around operator delete
09860    static void delete_TGLScenecLcLTSceneInfo(void *p) {
09861       delete ((::TGLScene::TSceneInfo*)p);
09862    }
09863    static void deleteArray_TGLScenecLcLTSceneInfo(void *p) {
09864       delete [] ((::TGLScene::TSceneInfo*)p);
09865    }
09866    static void destruct_TGLScenecLcLTSceneInfo(void *p) {
09867       typedef ::TGLScene::TSceneInfo current_t;
09868       ((current_t*)p)->~current_t();
09869    }
09870 } // end of namespace ROOT for class ::TGLScene::TSceneInfo
09871 
09872 //______________________________________________________________________________
09873 void TGLOverlayElement::Streamer(TBuffer &R__b)
09874 {
09875    // Stream an object of class TGLOverlayElement.
09876 
09877    if (R__b.IsReading()) {
09878       R__b.ReadClassBuffer(TGLOverlayElement::Class(),this);
09879    } else {
09880       R__b.WriteClassBuffer(TGLOverlayElement::Class(),this);
09881    }
09882 }
09883 
09884 //______________________________________________________________________________
09885 void TGLOverlayElement::ShowMembers(TMemberInspector &R__insp)
09886 {
09887       // Inspect the data members of an object of class TGLOverlayElement.
09888       TClass *R__cl = ::TGLOverlayElement::IsA();
09889       if (R__cl || R__insp.IsA()) { }
09890       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRole", &fRole);
09891       R__insp.Inspect(R__cl, R__insp.GetParent(), "fState", &fState);
09892 }
09893 
09894 namespace ROOT {
09895    // Wrapper around operator delete
09896    static void delete_TGLOverlayElement(void *p) {
09897       delete ((::TGLOverlayElement*)p);
09898    }
09899    static void deleteArray_TGLOverlayElement(void *p) {
09900       delete [] ((::TGLOverlayElement*)p);
09901    }
09902    static void destruct_TGLOverlayElement(void *p) {
09903       typedef ::TGLOverlayElement current_t;
09904       ((current_t*)p)->~current_t();
09905    }
09906 } // end of namespace ROOT for class ::TGLOverlayElement
09907 
09908 //______________________________________________________________________________
09909 void TGLOverlayList::Streamer(TBuffer &R__b)
09910 {
09911    // Stream an object of class TGLOverlayList.
09912 
09913    if (R__b.IsReading()) {
09914       R__b.ReadClassBuffer(TGLOverlayList::Class(),this);
09915    } else {
09916       R__b.WriteClassBuffer(TGLOverlayList::Class(),this);
09917    }
09918 }
09919 
09920 //______________________________________________________________________________
09921 void TGLOverlayList::ShowMembers(TMemberInspector &R__insp)
09922 {
09923       // Inspect the data members of an object of class TGLOverlayList.
09924       TClass *R__cl = ::TGLOverlayList::IsA();
09925       if (R__cl || R__insp.IsA()) { }
09926       R__insp.Inspect(R__cl, R__insp.GetParent(), "fElements", (void*)&fElements);
09927       R__insp.InspectMember("list<TGLOverlayElement*>", (void*)&fElements, "fElements.", false);
09928 }
09929 
09930 namespace ROOT {
09931    // Wrappers around operator new
09932    static void *new_TGLOverlayList(void *p) {
09933       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLOverlayList : new ::TGLOverlayList;
09934    }
09935    static void *newArray_TGLOverlayList(Long_t nElements, void *p) {
09936       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLOverlayList[nElements] : new ::TGLOverlayList[nElements];
09937    }
09938    // Wrapper around operator delete
09939    static void delete_TGLOverlayList(void *p) {
09940       delete ((::TGLOverlayList*)p);
09941    }
09942    static void deleteArray_TGLOverlayList(void *p) {
09943       delete [] ((::TGLOverlayList*)p);
09944    }
09945    static void destruct_TGLOverlayList(void *p) {
09946       typedef ::TGLOverlayList current_t;
09947       ((current_t*)p)->~current_t();
09948    }
09949 } // end of namespace ROOT for class ::TGLOverlayList
09950 
09951 //______________________________________________________________________________
09952 void TGLOverlayButton::Streamer(TBuffer &R__b)
09953 {
09954    // Stream an object of class TGLOverlayButton.
09955 
09956    if (R__b.IsReading()) {
09957       R__b.ReadClassBuffer(TGLOverlayButton::Class(),this);
09958    } else {
09959       R__b.WriteClassBuffer(TGLOverlayButton::Class(),this);
09960    }
09961 }
09962 
09963 //______________________________________________________________________________
09964 void TGLOverlayButton::ShowMembers(TMemberInspector &R__insp)
09965 {
09966       // Inspect the data members of an object of class TGLOverlayButton.
09967       TClass *R__cl = ::TGLOverlayButton::IsA();
09968       if (R__cl || R__insp.IsA()) { }
09969       R__insp.Inspect(R__cl, R__insp.GetParent(), "fText", &fText);
09970       R__insp.InspectMember(fText, "fText.");
09971       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActiveID", &fActiveID);
09972       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBackColor", &fBackColor);
09973       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextColor", &fTextColor);
09974       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNormAlpha", &fNormAlpha);
09975       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighAlpha", &fHighAlpha);
09976       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPosX", &fPosX);
09977       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPosY", &fPosY);
09978       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWidth", &fWidth);
09979       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHeight", &fHeight);
09980       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFont", &fFont);
09981       R__insp.InspectMember(fFont, "fFont.");
09982       TGLOverlayElement::ShowMembers(R__insp);
09983       TQObject::ShowMembers(R__insp);
09984 }
09985 
09986 namespace ROOT {
09987    // Wrapper around operator delete
09988    static void delete_TGLOverlayButton(void *p) {
09989       delete ((::TGLOverlayButton*)p);
09990    }
09991    static void deleteArray_TGLOverlayButton(void *p) {
09992       delete [] ((::TGLOverlayButton*)p);
09993    }
09994    static void destruct_TGLOverlayButton(void *p) {
09995       typedef ::TGLOverlayButton current_t;
09996       ((current_t*)p)->~current_t();
09997    }
09998 } // end of namespace ROOT for class ::TGLOverlayButton
09999 
10000 //______________________________________________________________________________
10001 void TGLAnnotation::Streamer(TBuffer &R__b)
10002 {
10003    // Stream an object of class TGLAnnotation.
10004 
10005    if (R__b.IsReading()) {
10006       R__b.ReadClassBuffer(TGLAnnotation::Class(),this);
10007    } else {
10008       R__b.WriteClassBuffer(TGLAnnotation::Class(),this);
10009    }
10010 }
10011 
10012 //______________________________________________________________________________
10013 void TGLAnnotation::ShowMembers(TMemberInspector &R__insp)
10014 {
10015       // Inspect the data members of an object of class TGLAnnotation.
10016       TClass *R__cl = ::TGLAnnotation::IsA();
10017       if (R__cl || R__insp.IsA()) { }
10018       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPosX", &fPosX);
10019       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPosY", &fPosY);
10020       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWidth", &fWidth);
10021       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHeight", &fHeight);
10022       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMouseX", &fMouseX);
10023       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMouseY", &fMouseY);
10024       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrag", &fDrag);
10025       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawW", &fDrawW);
10026       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawH", &fDrawH);
10027       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextSizeDrag", &fTextSizeDrag);
10028       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPointer", &fPointer);
10029       R__insp.InspectMember(fPointer, "fPointer.");
10030       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActive", &fActive);
10031       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMainFrame", &fMainFrame);
10032       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTextEdit", &fTextEdit);
10033       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParent", &fParent);
10034       R__insp.Inspect(R__cl, R__insp.GetParent(), "fText", &fText);
10035       R__insp.InspectMember(fText, "fText.");
10036       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextSize", &fTextSize);
10037       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFont", &fFont);
10038       R__insp.InspectMember(fFont, "fFont.");
10039       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMenuFont", &fMenuFont);
10040       R__insp.InspectMember(fMenuFont, "fMenuFont.");
10041       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlign", &fTextAlign);
10042       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBackColor", &fBackColor);
10043       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextColor", &fTextColor);
10044       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTransparency", &fTransparency);
10045       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawRefLine", &fDrawRefLine);
10046       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseColorSet", &fUseColorSet);
10047       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAllowClose", &fAllowClose);
10048       TGLOverlayElement::ShowMembers(R__insp);
10049 }
10050 
10051 namespace ROOT {
10052    // Wrapper around operator delete
10053    static void delete_TGLAnnotation(void *p) {
10054       delete ((::TGLAnnotation*)p);
10055    }
10056    static void deleteArray_TGLAnnotation(void *p) {
10057       delete [] ((::TGLAnnotation*)p);
10058    }
10059    static void destruct_TGLAnnotation(void *p) {
10060       typedef ::TGLAnnotation current_t;
10061       ((current_t*)p)->~current_t();
10062    }
10063 } // end of namespace ROOT for class ::TGLAnnotation
10064 
10065 //______________________________________________________________________________
10066 void TGLViewerBase::Streamer(TBuffer &R__b)
10067 {
10068    // Stream an object of class TGLViewerBase.
10069 
10070    if (R__b.IsReading()) {
10071       R__b.ReadClassBuffer(TGLViewerBase::Class(),this);
10072    } else {
10073       R__b.WriteClassBuffer(TGLViewerBase::Class(),this);
10074    }
10075 }
10076 
10077 //______________________________________________________________________________
10078 void TGLViewerBase::ShowMembers(TMemberInspector &R__insp)
10079 {
10080       // Inspect the data members of an object of class TGLViewerBase.
10081       TClass *R__cl = ::TGLViewerBase::IsA();
10082       if (R__cl || R__insp.IsA()) { }
10083       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRnrCtx", &fRnrCtx);
10084       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCamera", &fCamera);
10085       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClip", &fClip);
10086       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLOD", &fLOD);
10087       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStyle", &fStyle);
10088       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWFLineW", &fWFLineW);
10089       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOLLineW", &fOLLineW);
10090       R__insp.Inspect(R__cl, R__insp.GetParent(), "fResetSceneInfosOnRender", &fResetSceneInfosOnRender);
10091       R__insp.Inspect(R__cl, R__insp.GetParent(), "fChanged", &fChanged);
10092       R__insp.Inspect(R__cl, R__insp.GetParent(), "fScenes", (void*)&fScenes);
10093       R__insp.InspectMember("TGLViewerBase::SceneInfoList_t", (void*)&fScenes, "fScenes.", false);
10094       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVisScenes", (void*)&fVisScenes);
10095       R__insp.InspectMember("TGLViewerBase::SceneInfoVec_t", (void*)&fVisScenes, "fVisScenes.", false);
10096       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOverallBoundingBox", &fOverallBoundingBox);
10097       R__insp.InspectMember(fOverallBoundingBox, "fOverallBoundingBox.");
10098       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOverlay", (void*)&fOverlay);
10099       R__insp.InspectMember("TGLViewerBase::OverlayElmVec_t", (void*)&fOverlay, "fOverlay.", false);
10100       TGLLockable::ShowMembers(R__insp);
10101 }
10102 
10103 namespace ROOT {
10104    // Wrappers around operator new
10105    static void *new_TGLViewerBase(void *p) {
10106       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLViewerBase : new ::TGLViewerBase;
10107    }
10108    static void *newArray_TGLViewerBase(Long_t nElements, void *p) {
10109       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLViewerBase[nElements] : new ::TGLViewerBase[nElements];
10110    }
10111    // Wrapper around operator delete
10112    static void delete_TGLViewerBase(void *p) {
10113       delete ((::TGLViewerBase*)p);
10114    }
10115    static void deleteArray_TGLViewerBase(void *p) {
10116       delete [] ((::TGLViewerBase*)p);
10117    }
10118    static void destruct_TGLViewerBase(void *p) {
10119       typedef ::TGLViewerBase current_t;
10120       ((current_t*)p)->~current_t();
10121    }
10122 } // end of namespace ROOT for class ::TGLViewerBase
10123 
10124 //______________________________________________________________________________
10125 void TGLViewer::Streamer(TBuffer &R__b)
10126 {
10127    // Stream an object of class TGLViewer.
10128 
10129    if (R__b.IsReading()) {
10130       R__b.ReadClassBuffer(TGLViewer::Class(),this);
10131    } else {
10132       R__b.WriteClassBuffer(TGLViewer::Class(),this);
10133    }
10134 }
10135 
10136 //______________________________________________________________________________
10137 void TGLViewer::ShowMembers(TMemberInspector &R__insp)
10138 {
10139       // Inspect the data members of an object of class TGLViewer.
10140       TClass *R__cl = ::TGLViewer::IsA();
10141       if (R__cl || R__insp.IsA()) { }
10142       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPad", &fPad);
10143       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContextMenu", &fContextMenu);
10144       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPerspectiveCameraXOZ", &fPerspectiveCameraXOZ);
10145       R__insp.InspectMember(fPerspectiveCameraXOZ, "fPerspectiveCameraXOZ.");
10146       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPerspectiveCameraYOZ", &fPerspectiveCameraYOZ);
10147       R__insp.InspectMember(fPerspectiveCameraYOZ, "fPerspectiveCameraYOZ.");
10148       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPerspectiveCameraXOY", &fPerspectiveCameraXOY);
10149       R__insp.InspectMember(fPerspectiveCameraXOY, "fPerspectiveCameraXOY.");
10150       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthoXOYCamera", &fOrthoXOYCamera);
10151       R__insp.InspectMember(fOrthoXOYCamera, "fOrthoXOYCamera.");
10152       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthoXOZCamera", &fOrthoXOZCamera);
10153       R__insp.InspectMember(fOrthoXOZCamera, "fOrthoXOZCamera.");
10154       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthoZOYCamera", &fOrthoZOYCamera);
10155       R__insp.InspectMember(fOrthoZOYCamera, "fOrthoZOYCamera.");
10156       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthoXnOYCamera", &fOrthoXnOYCamera);
10157       R__insp.InspectMember(fOrthoXnOYCamera, "fOrthoXnOYCamera.");
10158       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthoXnOZCamera", &fOrthoXnOZCamera);
10159       R__insp.InspectMember(fOrthoXnOZCamera, "fOrthoXnOZCamera.");
10160       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrthoZnOYCamera", &fOrthoZnOYCamera);
10161       R__insp.InspectMember(fOrthoZnOYCamera, "fOrthoZnOYCamera.");
10162       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCurrentCamera", &fCurrentCamera);
10163       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAutoRotator", &fAutoRotator);
10164       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStereo", &fStereo);
10165       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStereoZeroParallax", &fStereoZeroParallax);
10166       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStereoEyeOffsetFac", &fStereoEyeOffsetFac);
10167       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStereoFrustumAsymFac", &fStereoFrustumAsymFac);
10168       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLightSet", &fLightSet);
10169       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClipSet", &fClipSet);
10170       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentSelRec", &fCurrentSelRec);
10171       R__insp.InspectMember(fCurrentSelRec, "fCurrentSelRec.");
10172       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelRec", &fSelRec);
10173       R__insp.InspectMember(fSelRec, "fSelRec.");
10174       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSecSelRec", &fSecSelRec);
10175       R__insp.InspectMember(fSecSelRec, "fSecSelRec.");
10176       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectedPShapeRef", &fSelectedPShapeRef);
10177       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCurrentOvlElm", &fCurrentOvlElm);
10178       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOvlSelRec", &fOvlSelRec);
10179       R__insp.InspectMember(fOvlSelRec, "fOvlSelRec.");
10180       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventHandler", &fEventHandler);
10181       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGedEditor", &fGedEditor);
10182       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPShapeWrap", &fPShapeWrap);
10183       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPushAction", &fPushAction);
10184       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDragAction", &fDragAction);
10185       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRedrawTimer", &fRedrawTimer);
10186       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxSceneDrawTimeHQ", &fMaxSceneDrawTimeHQ);
10187       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxSceneDrawTimeLQ", &fMaxSceneDrawTimeLQ);
10188       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewport", &fViewport);
10189       R__insp.InspectMember(fViewport, "fViewport.");
10190       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDarkColorSet", &fDarkColorSet);
10191       R__insp.InspectMember(fDarkColorSet, "fDarkColorSet.");
10192       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLightColorSet", &fLightColorSet);
10193       R__insp.InspectMember(fLightColorSet, "fLightColorSet.");
10194       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPointScale", &fPointScale);
10195       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineScale", &fLineScale);
10196       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSmoothPoints", &fSmoothPoints);
10197       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSmoothLines", &fSmoothLines);
10198       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxesType", &fAxesType);
10199       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxesDepthTest", &fAxesDepthTest);
10200       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReferenceOn", &fReferenceOn);
10201       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReferencePos", &fReferencePos);
10202       R__insp.InspectMember(fReferencePos, "fReferencePos.");
10203       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawCameraCenter", &fDrawCameraCenter);
10204       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCameraOverlay", &fCameraOverlay);
10205       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSmartRefresh", &fSmartRefresh);
10206       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDebugMode", &fDebugMode);
10207       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsPrinting", &fIsPrinting);
10208       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPictureFileName", &fPictureFileName);
10209       R__insp.InspectMember(fPictureFileName, "fPictureFileName.");
10210       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFader", &fFader);
10211       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGLWidget", &fGLWidget);
10212       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGLDevice", &fGLDevice);
10213       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGLCtxId", &fGLCtxId);
10214       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIgnoreSizesOnUpdate", &fIgnoreSizesOnUpdate);
10215       R__insp.Inspect(R__cl, R__insp.GetParent(), "fResetCamerasOnUpdate", &fResetCamerasOnUpdate);
10216       R__insp.Inspect(R__cl, R__insp.GetParent(), "fResetCamerasOnNextUpdate", &fResetCamerasOnNextUpdate);
10217       TVirtualViewer3D::ShowMembers(R__insp);
10218       TGLViewerBase::ShowMembers(R__insp);
10219       TQObject::ShowMembers(R__insp);
10220 }
10221 
10222 namespace ROOT {
10223    // Wrapper around operator delete
10224    static void delete_TGLViewer(void *p) {
10225       delete ((::TGLViewer*)p);
10226    }
10227    static void deleteArray_TGLViewer(void *p) {
10228       delete [] ((::TGLViewer*)p);
10229    }
10230    static void destruct_TGLViewer(void *p) {
10231       typedef ::TGLViewer current_t;
10232       ((current_t*)p)->~current_t();
10233    }
10234 } // end of namespace ROOT for class ::TGLViewer
10235 
10236 //______________________________________________________________________________
10237 void TGLEventHandler::Streamer(TBuffer &R__b)
10238 {
10239    // Stream an object of class TGLEventHandler.
10240 
10241    TGEventHandler::Streamer(R__b);
10242 }
10243 
10244 //______________________________________________________________________________
10245 void TGLEventHandler::ShowMembers(TMemberInspector &R__insp)
10246 {
10247       // Inspect the data members of an object of class TGLEventHandler.
10248       TClass *R__cl = ::TGLEventHandler::IsA();
10249       if (R__cl || R__insp.IsA()) { }
10250       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGLViewer", &fGLViewer);
10251       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMouseTimer", &fMouseTimer);
10252       R__insp.Inspect(R__cl, R__insp.GetParent(), "fButtonPushPos", (void*)&fButtonPushPos);
10253       R__insp.InspectMember("TPoint", (void*)&fButtonPushPos, "fButtonPushPos.", false);
10254       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastPos", (void*)&fLastPos);
10255       R__insp.InspectMember("TPoint", (void*)&fLastPos, "fLastPos.", false);
10256       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastMouseOverPos", (void*)&fLastMouseOverPos);
10257       R__insp.InspectMember("TPoint", (void*)&fLastMouseOverPos, "fLastMouseOverPos.", false);
10258       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastMouseOverShape", &fLastMouseOverShape);
10259       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTooltip", &fTooltip);
10260       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastGlobalPos", (void*)&fLastGlobalPos);
10261       R__insp.InspectMember("TPoint", (void*)&fLastGlobalPos, "fLastGlobalPos.", false);
10262       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTooltipPos", (void*)&fTooltipPos);
10263       R__insp.InspectMember("TPoint", (void*)&fTooltipPos, "fTooltipPos.", false);
10264       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActiveButtonID", &fActiveButtonID);
10265       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastEventState", &fLastEventState);
10266       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIgnoreButtonUp", &fIgnoreButtonUp);
10267       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInPointerGrab", &fInPointerGrab);
10268       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMouseTimerRunning", &fMouseTimerRunning);
10269       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTooltipShown", &fTooltipShown);
10270       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTooltipPixelTolerance", &fTooltipPixelTolerance);
10271       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSecSelType", &fSecSelType);
10272       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDoInternalSelection", &fDoInternalSelection);
10273       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewerCentricControls", &fViewerCentricControls);
10274       R__insp.Inspect(R__cl, R__insp.GetParent(), "fArrowKeyFactor", &fArrowKeyFactor);
10275       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMouseDragFactor", &fMouseDragFactor);
10276       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMouseWheelFactor", &fMouseWheelFactor);
10277       TGEventHandler::ShowMembers(R__insp);
10278 }
10279 
10280 namespace ROOT {
10281    // Wrapper around operator delete
10282    static void delete_TGLEventHandler(void *p) {
10283       delete ((::TGLEventHandler*)p);
10284    }
10285    static void deleteArray_TGLEventHandler(void *p) {
10286       delete [] ((::TGLEventHandler*)p);
10287    }
10288    static void destruct_TGLEventHandler(void *p) {
10289       typedef ::TGLEventHandler current_t;
10290       ((current_t*)p)->~current_t();
10291    }
10292    // Wrapper around a custom streamer member function.
10293    static void streamer_TGLEventHandler(TBuffer &buf, void *obj) {
10294       ((::TGLEventHandler*)obj)->::TGLEventHandler::Streamer(buf);
10295    }
10296 } // end of namespace ROOT for class ::TGLEventHandler
10297 
10298 //______________________________________________________________________________
10299 void TGLFaderHelper::Streamer(TBuffer &R__b)
10300 {
10301    // Stream an object of class TGLFaderHelper.
10302 
10303    if (R__b.IsReading()) {
10304       R__b.ReadClassBuffer(TGLFaderHelper::Class(),this);
10305    } else {
10306       R__b.WriteClassBuffer(TGLFaderHelper::Class(),this);
10307    }
10308 }
10309 
10310 //______________________________________________________________________________
10311 void TGLFaderHelper::ShowMembers(TMemberInspector &R__insp)
10312 {
10313       // Inspect the data members of an object of class TGLFaderHelper.
10314       TClass *R__cl = ::TGLFaderHelper::IsA();
10315       if (R__cl || R__insp.IsA()) { }
10316       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewer", &fViewer);
10317       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFadeTarget", &fFadeTarget);
10318       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTime", &fTime);
10319       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNSteps", &fNSteps);
10320 }
10321 
10322 namespace ROOT {
10323    // Wrappers around operator new
10324    static void *new_TGLFaderHelper(void *p) {
10325       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFaderHelper : new ::TGLFaderHelper;
10326    }
10327    static void *newArray_TGLFaderHelper(Long_t nElements, void *p) {
10328       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFaderHelper[nElements] : new ::TGLFaderHelper[nElements];
10329    }
10330    // Wrapper around operator delete
10331    static void delete_TGLFaderHelper(void *p) {
10332       delete ((::TGLFaderHelper*)p);
10333    }
10334    static void deleteArray_TGLFaderHelper(void *p) {
10335       delete [] ((::TGLFaderHelper*)p);
10336    }
10337    static void destruct_TGLFaderHelper(void *p) {
10338       typedef ::TGLFaderHelper current_t;
10339       ((current_t*)p)->~current_t();
10340    }
10341 } // end of namespace ROOT for class ::TGLFaderHelper
10342 
10343 //______________________________________________________________________________
10344 void TGLViewerEditor::Streamer(TBuffer &R__b)
10345 {
10346    // Stream an object of class TGLViewerEditor.
10347 
10348    if (R__b.IsReading()) {
10349       R__b.ReadClassBuffer(TGLViewerEditor::Class(),this);
10350    } else {
10351       R__b.WriteClassBuffer(TGLViewerEditor::Class(),this);
10352    }
10353 }
10354 
10355 //______________________________________________________________________________
10356 void TGLViewerEditor::ShowMembers(TMemberInspector &R__insp)
10357 {
10358       // Inspect the data members of an object of class TGLViewerEditor.
10359       TClass *R__cl = ::TGLViewerEditor::IsA();
10360       if (R__cl || R__insp.IsA()) { }
10361       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGuidesFrame", &fGuidesFrame);
10362       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClipFrame", &fClipFrame);
10363       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStereoFrame", &fStereoFrame);
10364       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLightSet", &fLightSet);
10365       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClearColor", &fClearColor);
10366       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIgnoreSizesOnUpdate", &fIgnoreSizesOnUpdate);
10367       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResetCamerasOnUpdate", &fResetCamerasOnUpdate);
10368       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpdateScene", &fUpdateScene);
10369       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCameraHome", &fCameraHome);
10370       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMaxSceneDrawTimeHQ", &fMaxSceneDrawTimeHQ);
10371       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMaxSceneDrawTimeLQ", &fMaxSceneDrawTimeLQ);
10372       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointSizeScale", &fPointSizeScale);
10373       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLineWidthScale", &fLineWidthScale);
10374       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointSmooth", &fPointSmooth);
10375       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLineSmooth", &fLineSmooth);
10376       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWFLineWidth", &fWFLineWidth);
10377       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOLLineWidth", &fOLLineWidth);
10378       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCameraCenterExt", &fCameraCenterExt);
10379       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCaptureCenter", &fCaptureCenter);
10380       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDrawCameraCenter", &fDrawCameraCenter);
10381       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCameraCenterX", &fCameraCenterX);
10382       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCameraCenterY", &fCameraCenterY);
10383       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCameraCenterZ", &fCameraCenterZ);
10384       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCaptureAnnotate", &fCaptureAnnotate);
10385       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxesType", &fAxesType);
10386       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxesContainer", &fAxesContainer);
10387       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxesNone", &fAxesNone);
10388       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxesEdge", &fAxesEdge);
10389       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxesOrigin", &fAxesOrigin);
10390       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxesDepthTest", &fAxesDepthTest);
10391       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRefContainer", &fRefContainer);
10392       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReferenceOn", &fReferenceOn);
10393       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReferencePosX", &fReferencePosX);
10394       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReferencePosY", &fReferencePosY);
10395       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReferencePosZ", &fReferencePosZ);
10396       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCamContainer", &fCamContainer);
10397       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCamMode", &fCamMode);
10398       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCamOverlayOn", &fCamOverlayOn);
10399       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClipSet", &fClipSet);
10400       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fARotDt", &fARotDt);
10401       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fARotWPhi", &fARotWPhi);
10402       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fARotATheta", &fARotATheta);
10403       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fARotWTheta", &fARotWTheta);
10404       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fARotADolly", &fARotADolly);
10405       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fARotWDolly", &fARotWDolly);
10406       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStereoZeroParallax", &fStereoZeroParallax);
10407       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStereoEyeOffsetFac", &fStereoEyeOffsetFac);
10408       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStereoFrustumAsymFac", &fStereoFrustumAsymFac);
10409       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewer", &fViewer);
10410       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsInPad", &fIsInPad);
10411       TGedFrame::ShowMembers(R__insp);
10412 }
10413 
10414 namespace ROOT {
10415    // Wrappers around operator new
10416    static void *new_TGLViewerEditor(void *p) {
10417       return  p ? new(p) ::TGLViewerEditor : new ::TGLViewerEditor;
10418    }
10419    static void *newArray_TGLViewerEditor(Long_t nElements, void *p) {
10420       return p ? new(p) ::TGLViewerEditor[nElements] : new ::TGLViewerEditor[nElements];
10421    }
10422    // Wrapper around operator delete
10423    static void delete_TGLViewerEditor(void *p) {
10424       delete ((::TGLViewerEditor*)p);
10425    }
10426    static void deleteArray_TGLViewerEditor(void *p) {
10427       delete [] ((::TGLViewerEditor*)p);
10428    }
10429    static void destruct_TGLViewerEditor(void *p) {
10430       typedef ::TGLViewerEditor current_t;
10431       ((current_t*)p)->~current_t();
10432    }
10433 } // end of namespace ROOT for class ::TGLViewerEditor
10434 
10435 //______________________________________________________________________________
10436 void TGLEmbeddedViewer::Streamer(TBuffer &R__b)
10437 {
10438    // Stream an object of class TGLEmbeddedViewer.
10439 
10440    TGLViewer::Streamer(R__b);
10441 }
10442 
10443 //______________________________________________________________________________
10444 void TGLEmbeddedViewer::ShowMembers(TMemberInspector &R__insp)
10445 {
10446       // Inspect the data members of an object of class TGLEmbeddedViewer.
10447       TClass *R__cl = ::TGLEmbeddedViewer::IsA();
10448       if (R__cl || R__insp.IsA()) { }
10449       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrame", &fFrame);
10450       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBorder", &fBorder);
10451       TGLViewer::ShowMembers(R__insp);
10452 }
10453 
10454 namespace ROOT {
10455    // Wrapper around operator delete
10456    static void delete_TGLEmbeddedViewer(void *p) {
10457       delete ((::TGLEmbeddedViewer*)p);
10458    }
10459    static void deleteArray_TGLEmbeddedViewer(void *p) {
10460       delete [] ((::TGLEmbeddedViewer*)p);
10461    }
10462    static void destruct_TGLEmbeddedViewer(void *p) {
10463       typedef ::TGLEmbeddedViewer current_t;
10464       ((current_t*)p)->~current_t();
10465    }
10466    // Wrapper around a custom streamer member function.
10467    static void streamer_TGLEmbeddedViewer(TBuffer &buf, void *obj) {
10468       ((::TGLEmbeddedViewer*)obj)->::TGLEmbeddedViewer::Streamer(buf);
10469    }
10470 } // end of namespace ROOT for class ::TGLEmbeddedViewer
10471 
10472 //______________________________________________________________________________
10473 void TGLSAViewer::Streamer(TBuffer &R__b)
10474 {
10475    // Stream an object of class TGLSAViewer.
10476 
10477    TGLViewer::Streamer(R__b);
10478 }
10479 
10480 //______________________________________________________________________________
10481 void TGLSAViewer::ShowMembers(TMemberInspector &R__insp)
10482 {
10483       // Inspect the data members of an object of class TGLSAViewer.
10484       TClass *R__cl = ::TGLSAViewer::IsA();
10485       if (R__cl || R__insp.IsA()) { }
10486       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrame", &fFrame);
10487       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFormat", &fFormat);
10488       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileMenu", &fFileMenu);
10489       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileSaveMenu", &fFileSaveMenu);
10490       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCameraMenu", &fCameraMenu);
10491       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHelpMenu", &fHelpMenu);
10492       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeftVerticalFrame", &fLeftVerticalFrame);
10493       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRightVerticalFrame", &fRightVerticalFrame);
10494       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirName", &fDirName);
10495       R__insp.InspectMember(fDirName, "fDirName.");
10496       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTypeIdx", &fTypeIdx);
10497       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOverwrite", &fOverwrite);
10498       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
10499       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBut", &fMenuBut);
10500       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHideMenuBar", &fHideMenuBar);
10501       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuHidingTimer", &fMenuHidingTimer);
10502       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMenuHidingShowMenu", &fMenuHidingShowMenu);
10503       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDeleteMenuBar", &fDeleteMenuBar);
10504       TGLViewer::ShowMembers(R__insp);
10505 }
10506 
10507 namespace ROOT {
10508    // Wrapper around operator delete
10509    static void delete_TGLSAViewer(void *p) {
10510       delete ((::TGLSAViewer*)p);
10511    }
10512    static void deleteArray_TGLSAViewer(void *p) {
10513       delete [] ((::TGLSAViewer*)p);
10514    }
10515    static void destruct_TGLSAViewer(void *p) {
10516       typedef ::TGLSAViewer current_t;
10517       ((current_t*)p)->~current_t();
10518    }
10519    // Wrapper around a custom streamer member function.
10520    static void streamer_TGLSAViewer(TBuffer &buf, void *obj) {
10521       ((::TGLSAViewer*)obj)->::TGLSAViewer::Streamer(buf);
10522    }
10523 } // end of namespace ROOT for class ::TGLSAViewer
10524 
10525 //______________________________________________________________________________
10526 void TGLSAFrame::Streamer(TBuffer &R__b)
10527 {
10528    // Stream an object of class TGLSAFrame.
10529 
10530    TGMainFrame::Streamer(R__b);
10531 }
10532 
10533 //______________________________________________________________________________
10534 void TGLSAFrame::ShowMembers(TMemberInspector &R__insp)
10535 {
10536       // Inspect the data members of an object of class TGLSAFrame.
10537       TClass *R__cl = ::TGLSAFrame::IsA();
10538       if (R__cl || R__insp.IsA()) { }
10539       TGMainFrame::ShowMembers(R__insp);
10540 }
10541 
10542 namespace ROOT {
10543    // Wrapper around operator delete
10544    static void delete_TGLSAFrame(void *p) {
10545       delete ((::TGLSAFrame*)p);
10546    }
10547    static void deleteArray_TGLSAFrame(void *p) {
10548       delete [] ((::TGLSAFrame*)p);
10549    }
10550    static void destruct_TGLSAFrame(void *p) {
10551       typedef ::TGLSAFrame current_t;
10552       ((current_t*)p)->~current_t();
10553    }
10554    // Wrapper around a custom streamer member function.
10555    static void streamer_TGLSAFrame(TBuffer &buf, void *obj) {
10556       ((::TGLSAFrame*)obj)->::TGLSAFrame::Streamer(buf);
10557    }
10558 } // end of namespace ROOT for class ::TGLSAFrame
10559 
10560 //______________________________________________________________________________
10561 void TGLPShapeRef::Streamer(TBuffer &R__b)
10562 {
10563    // Stream an object of class TGLPShapeRef.
10564 
10565    if (R__b.IsReading()) {
10566       R__b.ReadClassBuffer(TGLPShapeRef::Class(),this);
10567    } else {
10568       R__b.WriteClassBuffer(TGLPShapeRef::Class(),this);
10569    }
10570 }
10571 
10572 //______________________________________________________________________________
10573 void TGLPShapeRef::ShowMembers(TMemberInspector &R__insp)
10574 {
10575       // Inspect the data members of an object of class TGLPShapeRef.
10576       TClass *R__cl = ::TGLPShapeRef::IsA();
10577       if (R__cl || R__insp.IsA()) { }
10578       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNextPSRef", &fNextPSRef);
10579       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPShape", &fPShape);
10580 }
10581 
10582 namespace ROOT {
10583    // Wrappers around operator new
10584    static void *new_TGLPShapeRef(void *p) {
10585       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPShapeRef : new ::TGLPShapeRef;
10586    }
10587    static void *newArray_TGLPShapeRef(Long_t nElements, void *p) {
10588       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPShapeRef[nElements] : new ::TGLPShapeRef[nElements];
10589    }
10590    // Wrapper around operator delete
10591    static void delete_TGLPShapeRef(void *p) {
10592       delete ((::TGLPShapeRef*)p);
10593    }
10594    static void deleteArray_TGLPShapeRef(void *p) {
10595       delete [] ((::TGLPShapeRef*)p);
10596    }
10597    static void destruct_TGLPShapeRef(void *p) {
10598       typedef ::TGLPShapeRef current_t;
10599       ((current_t*)p)->~current_t();
10600    }
10601 } // end of namespace ROOT for class ::TGLPShapeRef
10602 
10603 //______________________________________________________________________________
10604 void TGLPShapeObj::Streamer(TBuffer &R__b)
10605 {
10606    // Stream an object of class TGLPShapeObj.
10607 
10608    if (R__b.IsReading()) {
10609       R__b.ReadClassBuffer(TGLPShapeObj::Class(),this);
10610    } else {
10611       R__b.WriteClassBuffer(TGLPShapeObj::Class(),this);
10612    }
10613 }
10614 
10615 //______________________________________________________________________________
10616 void TGLPShapeObj::ShowMembers(TMemberInspector &R__insp)
10617 {
10618       // Inspect the data members of an object of class TGLPShapeObj.
10619       TClass *R__cl = ::TGLPShapeObj::IsA();
10620       if (R__cl || R__insp.IsA()) { }
10621       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPShape", &fPShape);
10622       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewer", &fViewer);
10623       TObject::ShowMembers(R__insp);
10624 }
10625 
10626 namespace ROOT {
10627    // Wrappers around operator new
10628    static void *new_TGLPShapeObj(void *p) {
10629       return  p ? new(p) ::TGLPShapeObj : new ::TGLPShapeObj;
10630    }
10631    static void *newArray_TGLPShapeObj(Long_t nElements, void *p) {
10632       return p ? new(p) ::TGLPShapeObj[nElements] : new ::TGLPShapeObj[nElements];
10633    }
10634    // Wrapper around operator delete
10635    static void delete_TGLPShapeObj(void *p) {
10636       delete ((::TGLPShapeObj*)p);
10637    }
10638    static void deleteArray_TGLPShapeObj(void *p) {
10639       delete [] ((::TGLPShapeObj*)p);
10640    }
10641    static void destruct_TGLPShapeObj(void *p) {
10642       typedef ::TGLPShapeObj current_t;
10643       ((current_t*)p)->~current_t();
10644    }
10645 } // end of namespace ROOT for class ::TGLPShapeObj
10646 
10647 //______________________________________________________________________________
10648 void TGLPShapeObjEditor::Streamer(TBuffer &R__b)
10649 {
10650    // Stream an object of class TGLPShapeObjEditor.
10651 
10652    if (R__b.IsReading()) {
10653       R__b.ReadClassBuffer(TGLPShapeObjEditor::Class(),this);
10654    } else {
10655       R__b.WriteClassBuffer(TGLPShapeObjEditor::Class(),this);
10656    }
10657 }
10658 
10659 //______________________________________________________________________________
10660 void TGLPShapeObjEditor::ShowMembers(TMemberInspector &R__insp)
10661 {
10662       // Inspect the data members of an object of class TGLPShapeObjEditor.
10663       TClass *R__cl = ::TGLPShapeObjEditor::IsA();
10664       if (R__cl || R__insp.IsA()) { }
10665       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLMode", &fLMode);
10666       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLb", &fLb);
10667       R__insp.InspectMember(fLb, "fLb.");
10668       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLe", &fLe);
10669       R__insp.InspectMember(fLe, "fLe.");
10670       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLl", &fLl);
10671       R__insp.InspectMember(fLl, "fLl.");
10672       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLs", &fLs);
10673       R__insp.InspectMember(fLs, "fLs.");
10674       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGeoFrame", &fGeoFrame);
10675       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGeomData[6]", &fGeomData);
10676       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGeoApplyButton", &fGeoApplyButton);
10677       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColorFrame", &fColorFrame);
10678       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMatView", &fMatView);
10679       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLightTypes[4]", &fLightTypes);
10680       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRedSlider", &fRedSlider);
10681       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGreenSlider", &fGreenSlider);
10682       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBlueSlider", &fBlueSlider);
10683       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAlphaSlider", &fAlphaSlider);
10684       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShineSlider", &fShineSlider);
10685       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColorApplyButton", &fColorApplyButton);
10686       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColorApplyFamily", &fColorApplyFamily);
10687       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRGBA[17]", fRGBA);
10688       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGLWin", &fGLWin);
10689       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCtx", &fCtx);
10690       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPShapeObj", &fPShapeObj);
10691       TGedFrame::ShowMembers(R__insp);
10692       TGLPShapeRef::ShowMembers(R__insp);
10693 }
10694 
10695 namespace ROOT {
10696    // Wrappers around operator new
10697    static void *new_TGLPShapeObjEditor(void *p) {
10698       return  p ? new(p) ::TGLPShapeObjEditor : new ::TGLPShapeObjEditor;
10699    }
10700    static void *newArray_TGLPShapeObjEditor(Long_t nElements, void *p) {
10701       return p ? new(p) ::TGLPShapeObjEditor[nElements] : new ::TGLPShapeObjEditor[nElements];
10702    }
10703    // Wrapper around operator delete
10704    static void delete_TGLPShapeObjEditor(void *p) {
10705       delete ((::TGLPShapeObjEditor*)p);
10706    }
10707    static void deleteArray_TGLPShapeObjEditor(void *p) {
10708       delete [] ((::TGLPShapeObjEditor*)p);
10709    }
10710    static void destruct_TGLPShapeObjEditor(void *p) {
10711       typedef ::TGLPShapeObjEditor current_t;
10712       ((current_t*)p)->~current_t();
10713    }
10714 } // end of namespace ROOT for class ::TGLPShapeObjEditor
10715 
10716 //______________________________________________________________________________
10717 void TGLLightSet::Streamer(TBuffer &R__b)
10718 {
10719    // Stream an object of class TGLLightSet.
10720 
10721    if (R__b.IsReading()) {
10722       R__b.ReadClassBuffer(TGLLightSet::Class(),this);
10723    } else {
10724       R__b.WriteClassBuffer(TGLLightSet::Class(),this);
10725    }
10726 }
10727 
10728 //______________________________________________________________________________
10729 void TGLLightSet::ShowMembers(TMemberInspector &R__insp)
10730 {
10731       // Inspect the data members of an object of class TGLLightSet.
10732       TClass *R__cl = ::TGLLightSet::IsA();
10733       if (R__cl || R__insp.IsA()) { }
10734       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLightState", &fLightState);
10735       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseSpecular", &fUseSpecular);
10736       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrontPower", &fFrontPower);
10737       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSidePower", &fSidePower);
10738       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSpecularPower", &fSpecularPower);
10739       TObject::ShowMembers(R__insp);
10740 }
10741 
10742 namespace ROOT {
10743    // Wrappers around operator new
10744    static void *new_TGLLightSet(void *p) {
10745       return  p ? new(p) ::TGLLightSet : new ::TGLLightSet;
10746    }
10747    static void *newArray_TGLLightSet(Long_t nElements, void *p) {
10748       return p ? new(p) ::TGLLightSet[nElements] : new ::TGLLightSet[nElements];
10749    }
10750    // Wrapper around operator delete
10751    static void delete_TGLLightSet(void *p) {
10752       delete ((::TGLLightSet*)p);
10753    }
10754    static void deleteArray_TGLLightSet(void *p) {
10755       delete [] ((::TGLLightSet*)p);
10756    }
10757    static void destruct_TGLLightSet(void *p) {
10758       typedef ::TGLLightSet current_t;
10759       ((current_t*)p)->~current_t();
10760    }
10761 } // end of namespace ROOT for class ::TGLLightSet
10762 
10763 //______________________________________________________________________________
10764 void TGLLightSetEditor::Streamer(TBuffer &R__b)
10765 {
10766    // Stream an object of class TGLLightSetEditor.
10767 
10768    if (R__b.IsReading()) {
10769       R__b.ReadClassBuffer(TGLLightSetEditor::Class(),this);
10770    } else {
10771       R__b.WriteClassBuffer(TGLLightSetEditor::Class(),this);
10772    }
10773 }
10774 
10775 //______________________________________________________________________________
10776 void TGLLightSetEditor::ShowMembers(TMemberInspector &R__insp)
10777 {
10778       // Inspect the data members of an object of class TGLLightSetEditor.
10779       TClass *R__cl = ::TGLLightSetEditor::IsA();
10780       if (R__cl || R__insp.IsA()) { }
10781       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fM", &fM);
10782       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSE", &fSE);
10783       TGedFrame::ShowMembers(R__insp);
10784 }
10785 
10786 namespace ROOT {
10787    // Wrappers around operator new
10788    static void *new_TGLLightSetEditor(void *p) {
10789       return  p ? new(p) ::TGLLightSetEditor : new ::TGLLightSetEditor;
10790    }
10791    static void *newArray_TGLLightSetEditor(Long_t nElements, void *p) {
10792       return p ? new(p) ::TGLLightSetEditor[nElements] : new ::TGLLightSetEditor[nElements];
10793    }
10794    // Wrapper around operator delete
10795    static void delete_TGLLightSetEditor(void *p) {
10796       delete ((::TGLLightSetEditor*)p);
10797    }
10798    static void deleteArray_TGLLightSetEditor(void *p) {
10799       delete [] ((::TGLLightSetEditor*)p);
10800    }
10801    static void destruct_TGLLightSetEditor(void *p) {
10802       typedef ::TGLLightSetEditor current_t;
10803       ((current_t*)p)->~current_t();
10804    }
10805 } // end of namespace ROOT for class ::TGLLightSetEditor
10806 
10807 //______________________________________________________________________________
10808 void TGLLightSetSubEditor::Streamer(TBuffer &R__b)
10809 {
10810    // Stream an object of class TGLLightSetSubEditor.
10811 
10812    if (R__b.IsReading()) {
10813       R__b.ReadClassBuffer(TGLLightSetSubEditor::Class(),this);
10814    } else {
10815       R__b.WriteClassBuffer(TGLLightSetSubEditor::Class(),this);
10816    }
10817 }
10818 
10819 //______________________________________________________________________________
10820 void TGLLightSetSubEditor::ShowMembers(TMemberInspector &R__insp)
10821 {
10822       // Inspect the data members of an object of class TGLLightSetSubEditor.
10823       TClass *R__cl = ::TGLLightSetSubEditor::IsA();
10824       if (R__cl || R__insp.IsA()) { }
10825       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fM", &fM);
10826       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLightFrame", &fLightFrame);
10827       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTopLight", &fTopLight);
10828       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRightLight", &fRightLight);
10829       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBottomLight", &fBottomLight);
10830       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeftLight", &fLeftLight);
10831       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrontLight", &fFrontLight);
10832       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSpecularLight", &fSpecularLight);
10833       TGVerticalFrame::ShowMembers(R__insp);
10834 }
10835 
10836 namespace ROOT {
10837    // Wrapper around operator delete
10838    static void delete_TGLLightSetSubEditor(void *p) {
10839       delete ((::TGLLightSetSubEditor*)p);
10840    }
10841    static void deleteArray_TGLLightSetSubEditor(void *p) {
10842       delete [] ((::TGLLightSetSubEditor*)p);
10843    }
10844    static void destruct_TGLLightSetSubEditor(void *p) {
10845       typedef ::TGLLightSetSubEditor current_t;
10846       ((current_t*)p)->~current_t();
10847    }
10848 } // end of namespace ROOT for class ::TGLLightSetSubEditor
10849 
10850 //______________________________________________________________________________
10851 void TGLOutput::Streamer(TBuffer &R__b)
10852 {
10853    // Stream an object of class TGLOutput.
10854 
10855    ::Error("TGLOutput::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
10856 }
10857 
10858 //______________________________________________________________________________
10859 void TGLOutput::ShowMembers(TMemberInspector &R__insp)
10860 {
10861       // Inspect the data members of an object of class TGLOutput.
10862       TClass *R__cl = ::TGLOutput::IsA();
10863       if (R__cl || R__insp.IsA()) { }
10864 }
10865 
10866 namespace ROOT {
10867    // Wrappers around operator new
10868    static void *new_TGLOutput(void *p) {
10869       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLOutput : new ::TGLOutput;
10870    }
10871    static void *newArray_TGLOutput(Long_t nElements, void *p) {
10872       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLOutput[nElements] : new ::TGLOutput[nElements];
10873    }
10874    // Wrapper around operator delete
10875    static void delete_TGLOutput(void *p) {
10876       delete ((::TGLOutput*)p);
10877    }
10878    static void deleteArray_TGLOutput(void *p) {
10879       delete [] ((::TGLOutput*)p);
10880    }
10881    static void destruct_TGLOutput(void *p) {
10882       typedef ::TGLOutput current_t;
10883       ((current_t*)p)->~current_t();
10884    }
10885    // Wrapper around a custom streamer member function.
10886    static void streamer_TGLOutput(TBuffer &buf, void *obj) {
10887       ((::TGLOutput*)obj)->::TGLOutput::Streamer(buf);
10888    }
10889 } // end of namespace ROOT for class ::TGLOutput
10890 
10891 //______________________________________________________________________________
10892 void TArcBall::Streamer(TBuffer &R__b)
10893 {
10894    // Stream an object of class TArcBall.
10895 
10896    ::Error("TArcBall::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
10897 }
10898 
10899 //______________________________________________________________________________
10900 void TArcBall::ShowMembers(TMemberInspector &R__insp)
10901 {
10902       // Inspect the data members of an object of class TArcBall.
10903       TClass *R__cl = ::TArcBall::IsA();
10904       if (R__cl || R__insp.IsA()) { }
10905       R__insp.Inspect(R__cl, R__insp.GetParent(), "fThisRot[9]", fThisRot);
10906       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastRot[9]", fLastRot);
10907       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTransform[16]", fTransform);
10908       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStVec[3]", fStVec);
10909       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnVec[3]", fEnVec);
10910       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAdjustWidth", &fAdjustWidth);
10911       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAdjustHeight", &fAdjustHeight);
10912 }
10913 
10914 namespace ROOT {
10915    // Wrappers around operator new
10916    static void *new_TArcBall(void *p) {
10917       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TArcBall : new ::TArcBall;
10918    }
10919    static void *newArray_TArcBall(Long_t nElements, void *p) {
10920       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TArcBall[nElements] : new ::TArcBall[nElements];
10921    }
10922    // Wrapper around operator delete
10923    static void delete_TArcBall(void *p) {
10924       delete ((::TArcBall*)p);
10925    }
10926    static void deleteArray_TArcBall(void *p) {
10927       delete [] ((::TArcBall*)p);
10928    }
10929    static void destruct_TArcBall(void *p) {
10930       typedef ::TArcBall current_t;
10931       ((current_t*)p)->~current_t();
10932    }
10933    // Wrapper around a custom streamer member function.
10934    static void streamer_TArcBall(TBuffer &buf, void *obj) {
10935       ((::TArcBall*)obj)->::TArcBall::Streamer(buf);
10936    }
10937 } // end of namespace ROOT for class ::TArcBall
10938 
10939 //______________________________________________________________________________
10940 void TGLFaceSet::Streamer(TBuffer &R__b)
10941 {
10942    // Stream an object of class TGLFaceSet.
10943 
10944    TGLLogicalShape::Streamer(R__b);
10945 }
10946 
10947 //______________________________________________________________________________
10948 void TGLFaceSet::ShowMembers(TMemberInspector &R__insp)
10949 {
10950       // Inspect the data members of an object of class TGLFaceSet.
10951       TClass *R__cl = ::TGLFaceSet::IsA();
10952       if (R__cl || R__insp.IsA()) { }
10953       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVertices", (void*)&fVertices);
10954       R__insp.InspectMember("vector<Double_t>", (void*)&fVertices, "fVertices.", false);
10955       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNormals", (void*)&fNormals);
10956       R__insp.InspectMember("vector<Double_t>", (void*)&fNormals, "fNormals.", false);
10957       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPolyDesc", (void*)&fPolyDesc);
10958       R__insp.InspectMember("vector<Int_t>", (void*)&fPolyDesc, "fPolyDesc.", false);
10959       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbPols", &fNbPols);
10960       TGLLogicalShape::ShowMembers(R__insp);
10961 }
10962 
10963 namespace ROOT {
10964    // Wrapper around operator delete
10965    static void delete_TGLFaceSet(void *p) {
10966       delete ((::TGLFaceSet*)p);
10967    }
10968    static void deleteArray_TGLFaceSet(void *p) {
10969       delete [] ((::TGLFaceSet*)p);
10970    }
10971    static void destruct_TGLFaceSet(void *p) {
10972       typedef ::TGLFaceSet current_t;
10973       ((current_t*)p)->~current_t();
10974    }
10975    // Wrapper around a custom streamer member function.
10976    static void streamer_TGLFaceSet(TBuffer &buf, void *obj) {
10977       ((::TGLFaceSet*)obj)->::TGLFaceSet::Streamer(buf);
10978    }
10979 } // end of namespace ROOT for class ::TGLFaceSet
10980 
10981 //______________________________________________________________________________
10982 void TGLPolyLine::Streamer(TBuffer &R__b)
10983 {
10984    // Stream an object of class TGLPolyLine.
10985 
10986    TGLLogicalShape::Streamer(R__b);
10987 }
10988 
10989 //______________________________________________________________________________
10990 void TGLPolyLine::ShowMembers(TMemberInspector &R__insp)
10991 {
10992       // Inspect the data members of an object of class TGLPolyLine.
10993       TClass *R__cl = ::TGLPolyLine::IsA();
10994       if (R__cl || R__insp.IsA()) { }
10995       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVertices", (void*)&fVertices);
10996       R__insp.InspectMember("vector<Double_t>", (void*)&fVertices, "fVertices.", false);
10997       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineWidth", &fLineWidth);
10998       TGLLogicalShape::ShowMembers(R__insp);
10999 }
11000 
11001 namespace ROOT {
11002    // Wrapper around operator delete
11003    static void delete_TGLPolyLine(void *p) {
11004       delete ((::TGLPolyLine*)p);
11005    }
11006    static void deleteArray_TGLPolyLine(void *p) {
11007       delete [] ((::TGLPolyLine*)p);
11008    }
11009    static void destruct_TGLPolyLine(void *p) {
11010       typedef ::TGLPolyLine current_t;
11011       ((current_t*)p)->~current_t();
11012    }
11013    // Wrapper around a custom streamer member function.
11014    static void streamer_TGLPolyLine(TBuffer &buf, void *obj) {
11015       ((::TGLPolyLine*)obj)->::TGLPolyLine::Streamer(buf);
11016    }
11017 } // end of namespace ROOT for class ::TGLPolyLine
11018 
11019 //______________________________________________________________________________
11020 void TGLPolyMarker::Streamer(TBuffer &R__b)
11021 {
11022    // Stream an object of class TGLPolyMarker.
11023 
11024    TGLLogicalShape::Streamer(R__b);
11025 }
11026 
11027 //______________________________________________________________________________
11028 void TGLPolyMarker::ShowMembers(TMemberInspector &R__insp)
11029 {
11030       // Inspect the data members of an object of class TGLPolyMarker.
11031       TClass *R__cl = ::TGLPolyMarker::IsA();
11032       if (R__cl || R__insp.IsA()) { }
11033       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVertices", (void*)&fVertices);
11034       R__insp.InspectMember("vector<Double_t>", (void*)&fVertices, "fVertices.", false);
11035       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStyle", &fStyle);
11036       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &fSize);
11037       TGLLogicalShape::ShowMembers(R__insp);
11038 }
11039 
11040 namespace ROOT {
11041    // Wrapper around operator delete
11042    static void delete_TGLPolyMarker(void *p) {
11043       delete ((::TGLPolyMarker*)p);
11044    }
11045    static void deleteArray_TGLPolyMarker(void *p) {
11046       delete [] ((::TGLPolyMarker*)p);
11047    }
11048    static void destruct_TGLPolyMarker(void *p) {
11049       typedef ::TGLPolyMarker current_t;
11050       ((current_t*)p)->~current_t();
11051    }
11052    // Wrapper around a custom streamer member function.
11053    static void streamer_TGLPolyMarker(TBuffer &buf, void *obj) {
11054       ((::TGLPolyMarker*)obj)->::TGLPolyMarker::Streamer(buf);
11055    }
11056 } // end of namespace ROOT for class ::TGLPolyMarker
11057 
11058 //______________________________________________________________________________
11059 void TGLCylinder::Streamer(TBuffer &R__b)
11060 {
11061    // Stream an object of class TGLCylinder.
11062 
11063    TGLLogicalShape::Streamer(R__b);
11064 }
11065 
11066 //______________________________________________________________________________
11067 void TGLCylinder::ShowMembers(TMemberInspector &R__insp)
11068 {
11069       // Inspect the data members of an object of class TGLCylinder.
11070       TClass *R__cl = ::TGLCylinder::IsA();
11071       if (R__cl || R__insp.IsA()) { }
11072       R__insp.Inspect(R__cl, R__insp.GetParent(), "fR1", &fR1);
11073       R__insp.Inspect(R__cl, R__insp.GetParent(), "fR2", &fR2);
11074       R__insp.Inspect(R__cl, R__insp.GetParent(), "fR3", &fR3);
11075       R__insp.Inspect(R__cl, R__insp.GetParent(), "fR4", &fR4);
11076       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDz", &fDz);
11077       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPhi1", &fPhi1);
11078       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPhi2", &fPhi2);
11079       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLowPlaneNorm", &fLowPlaneNorm);
11080       R__insp.InspectMember(fLowPlaneNorm, "fLowPlaneNorm.");
11081       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighPlaneNorm", &fHighPlaneNorm);
11082       R__insp.InspectMember(fHighPlaneNorm, "fHighPlaneNorm.");
11083       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSegMesh", &fSegMesh);
11084       TGLLogicalShape::ShowMembers(R__insp);
11085 }
11086 
11087 namespace ROOT {
11088    // Wrapper around operator delete
11089    static void delete_TGLCylinder(void *p) {
11090       delete ((::TGLCylinder*)p);
11091    }
11092    static void deleteArray_TGLCylinder(void *p) {
11093       delete [] ((::TGLCylinder*)p);
11094    }
11095    static void destruct_TGLCylinder(void *p) {
11096       typedef ::TGLCylinder current_t;
11097       ((current_t*)p)->~current_t();
11098    }
11099    // Wrapper around a custom streamer member function.
11100    static void streamer_TGLCylinder(TBuffer &buf, void *obj) {
11101       ((::TGLCylinder*)obj)->::TGLCylinder::Streamer(buf);
11102    }
11103 } // end of namespace ROOT for class ::TGLCylinder
11104 
11105 //______________________________________________________________________________
11106 void TGLSphere::Streamer(TBuffer &R__b)
11107 {
11108    // Stream an object of class TGLSphere.
11109 
11110    TGLLogicalShape::Streamer(R__b);
11111 }
11112 
11113 //______________________________________________________________________________
11114 void TGLSphere::ShowMembers(TMemberInspector &R__insp)
11115 {
11116       // Inspect the data members of an object of class TGLSphere.
11117       TClass *R__cl = ::TGLSphere::IsA();
11118       if (R__cl || R__insp.IsA()) { }
11119       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRadius", &fRadius);
11120       TGLLogicalShape::ShowMembers(R__insp);
11121 }
11122 
11123 namespace ROOT {
11124    // Wrapper around operator delete
11125    static void delete_TGLSphere(void *p) {
11126       delete ((::TGLSphere*)p);
11127    }
11128    static void deleteArray_TGLSphere(void *p) {
11129       delete [] ((::TGLSphere*)p);
11130    }
11131    static void destruct_TGLSphere(void *p) {
11132       typedef ::TGLSphere current_t;
11133       ((current_t*)p)->~current_t();
11134    }
11135    // Wrapper around a custom streamer member function.
11136    static void streamer_TGLSphere(TBuffer &buf, void *obj) {
11137       ((::TGLSphere*)obj)->::TGLSphere::Streamer(buf);
11138    }
11139 } // end of namespace ROOT for class ::TGLSphere
11140 
11141 //______________________________________________________________________________
11142 void TGLText::Streamer(TBuffer &R__b)
11143 {
11144    // Stream an object of class TGLText.
11145 
11146    TAttText::Streamer(R__b);
11147 }
11148 
11149 //______________________________________________________________________________
11150 void TGLText::ShowMembers(TMemberInspector &R__insp)
11151 {
11152       // Inspect the data members of an object of class TGLText.
11153       TClass *R__cl = ::TGLText::IsA();
11154       if (R__cl || R__insp.IsA()) { }
11155       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX", &fX);
11156       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY", &fY);
11157       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZ", &fZ);
11158       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngle1", &fAngle1);
11159       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngle2", &fAngle2);
11160       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngle3", &fAngle3);
11161       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGLTextFont", &fGLTextFont);
11162       TAttText::ShowMembers(R__insp);
11163 }
11164 
11165 namespace ROOT {
11166    // Wrappers around operator new
11167    static void *new_TGLText(void *p) {
11168       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLText : new ::TGLText;
11169    }
11170    static void *newArray_TGLText(Long_t nElements, void *p) {
11171       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLText[nElements] : new ::TGLText[nElements];
11172    }
11173    // Wrapper around operator delete
11174    static void delete_TGLText(void *p) {
11175       delete ((::TGLText*)p);
11176    }
11177    static void deleteArray_TGLText(void *p) {
11178       delete [] ((::TGLText*)p);
11179    }
11180    static void destruct_TGLText(void *p) {
11181       typedef ::TGLText current_t;
11182       ((current_t*)p)->~current_t();
11183    }
11184    // Wrapper around a custom streamer member function.
11185    static void streamer_TGLText(TBuffer &buf, void *obj) {
11186       ((::TGLText*)obj)->::TGLText::Streamer(buf);
11187    }
11188 } // end of namespace ROOT for class ::TGLText
11189 
11190 //______________________________________________________________________________
11191 void TGLAxis::Streamer(TBuffer &R__b)
11192 {
11193    // Stream an object of class TGLAxis.
11194 
11195    TAttLine::Streamer(R__b);
11196    TAttText::Streamer(R__b);
11197 }
11198 
11199 //______________________________________________________________________________
11200 void TGLAxis::ShowMembers(TMemberInspector &R__insp)
11201 {
11202       // Inspect the data members of an object of class TGLAxis.
11203       TClass *R__cl = ::TGLAxis::IsA();
11204       if (R__cl || R__insp.IsA()) { }
11205       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNDiv", &fNDiv);
11206       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNDiv1", &fNDiv1);
11207       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNDiv2", &fNDiv2);
11208       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNDiv3", &fNDiv3);
11209       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNTicks1", &fNTicks1);
11210       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNTicks2", &fNTicks2);
11211       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTicks1", &fTicks1);
11212       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTicks2", &fTicks2);
11213       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLabels", &fLabels);
11214       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxisLength", &fAxisLength);
11215       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWmin", &fWmin);
11216       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWmax", &fWmax);
11217       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTickMarksLength", &fTickMarksLength);
11218       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTickMarksOrientation", &fTickMarksOrientation);
11219       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelsOffset", &fLabelsOffset);
11220       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelsSize", &fLabelsSize);
11221       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGridLength", &fGridLength);
11222       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fText", &fText);
11223       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngle1", &fAngle1);
11224       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngle2", &fAngle2);
11225       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngle3", &fAngle3);
11226       TAttLine::ShowMembers(R__insp);
11227       TAttText::ShowMembers(R__insp);
11228 }
11229 
11230 namespace ROOT {
11231    // Wrappers around operator new
11232    static void *new_TGLAxis(void *p) {
11233       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLAxis : new ::TGLAxis;
11234    }
11235    static void *newArray_TGLAxis(Long_t nElements, void *p) {
11236       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLAxis[nElements] : new ::TGLAxis[nElements];
11237    }
11238    // Wrapper around operator delete
11239    static void delete_TGLAxis(void *p) {
11240       delete ((::TGLAxis*)p);
11241    }
11242    static void deleteArray_TGLAxis(void *p) {
11243       delete [] ((::TGLAxis*)p);
11244    }
11245    static void destruct_TGLAxis(void *p) {
11246       typedef ::TGLAxis current_t;
11247       ((current_t*)p)->~current_t();
11248    }
11249    // Wrapper around a custom streamer member function.
11250    static void streamer_TGLAxis(TBuffer &buf, void *obj) {
11251       ((::TGLAxis*)obj)->::TGLAxis::Streamer(buf);
11252    }
11253 } // end of namespace ROOT for class ::TGLAxis
11254 
11255 //______________________________________________________________________________
11256 void TGLAxisPainter::Streamer(TBuffer &R__b)
11257 {
11258    // Stream an object of class TGLAxisPainter.
11259 
11260    if (R__b.IsReading()) {
11261       R__b.ReadClassBuffer(TGLAxisPainter::Class(),this);
11262    } else {
11263       R__b.WriteClassBuffer(TGLAxisPainter::Class(),this);
11264    }
11265 }
11266 
11267 //______________________________________________________________________________
11268 void TGLAxisPainter::ShowMembers(TMemberInspector &R__insp)
11269 {
11270       // Inspect the data members of an object of class TGLAxisPainter.
11271       TClass *R__cl = ::TGLAxisPainter::IsA();
11272       if (R__cl || R__insp.IsA()) { }
11273       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExp", &fExp);
11274       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxDigits", &fMaxDigits);
11275       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDecimals", &fDecimals);
11276       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFormat", &fFormat);
11277       R__insp.InspectMember(fFormat, "fFormat.");
11278       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelFont", &fLabelFont);
11279       R__insp.InspectMember(fLabelFont, "fLabelFont.");
11280       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleFont", &fTitleFont);
11281       R__insp.InspectMember(fTitleFont, "fTitleFont.");
11282       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAttAxis", &fAttAxis);
11283       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseAxisColors", &fUseAxisColors);
11284       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFontMode", &fFontMode);
11285       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabVec", (void*)&fLabVec);
11286       R__insp.InspectMember("TGLAxisPainter::LabVec_t", (void*)&fLabVec, "fLabVec.", false);
11287       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTMVec", (void*)&fTMVec);
11288       R__insp.InspectMember("TGLAxisPainter::TMVec_t", (void*)&fTMVec, "fTMVec.", false);
11289       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDir", &fDir);
11290       R__insp.InspectMember(fDir, "fDir.");
11291       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTMOff[3]", fTMOff);
11292       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTMNDim", &fTMNDim);
11293       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelPixelFontSize", &fLabelPixelFontSize);
11294       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabel3DFontSize", &fLabel3DFontSize);
11295       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitlePixelFontSize", &fTitlePixelFontSize);
11296       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitle3DFontSize", &fTitle3DFontSize);
11297       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelAlignH", &fLabelAlignH);
11298       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelAlignV", &fLabelAlignV);
11299       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitlePos", &fTitlePos);
11300       R__insp.InspectMember(fTitlePos, "fTitlePos.");
11301       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAllZeroesRE", &fAllZeroesRE);
11302 }
11303 
11304 namespace ROOT {
11305    // Wrappers around operator new
11306    static void *new_TGLAxisPainter(void *p) {
11307       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLAxisPainter : new ::TGLAxisPainter;
11308    }
11309    static void *newArray_TGLAxisPainter(Long_t nElements, void *p) {
11310       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLAxisPainter[nElements] : new ::TGLAxisPainter[nElements];
11311    }
11312    // Wrapper around operator delete
11313    static void delete_TGLAxisPainter(void *p) {
11314       delete ((::TGLAxisPainter*)p);
11315    }
11316    static void deleteArray_TGLAxisPainter(void *p) {
11317       delete [] ((::TGLAxisPainter*)p);
11318    }
11319    static void destruct_TGLAxisPainter(void *p) {
11320       typedef ::TGLAxisPainter current_t;
11321       ((current_t*)p)->~current_t();
11322    }
11323 } // end of namespace ROOT for class ::TGLAxisPainter
11324 
11325 //______________________________________________________________________________
11326 void TGLAxisPainterBox::Streamer(TBuffer &R__b)
11327 {
11328    // Stream an object of class TGLAxisPainterBox.
11329 
11330    if (R__b.IsReading()) {
11331       R__b.ReadClassBuffer(TGLAxisPainterBox::Class(),this);
11332    } else {
11333       R__b.WriteClassBuffer(TGLAxisPainterBox::Class(),this);
11334    }
11335 }
11336 
11337 //______________________________________________________________________________
11338 void TGLAxisPainterBox::ShowMembers(TMemberInspector &R__insp)
11339 {
11340       // Inspect the data members of an object of class TGLAxisPainterBox.
11341       TClass *R__cl = ::TGLAxisPainterBox::IsA();
11342       if (R__cl || R__insp.IsA()) { }
11343       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxisTitlePos[3]", fAxisTitlePos);
11344       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxis[3]", &fAxis);
11345       TGLAxisPainter::ShowMembers(R__insp);
11346 }
11347 
11348 namespace ROOT {
11349    // Wrappers around operator new
11350    static void *new_TGLAxisPainterBox(void *p) {
11351       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLAxisPainterBox : new ::TGLAxisPainterBox;
11352    }
11353    static void *newArray_TGLAxisPainterBox(Long_t nElements, void *p) {
11354       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLAxisPainterBox[nElements] : new ::TGLAxisPainterBox[nElements];
11355    }
11356    // Wrapper around operator delete
11357    static void delete_TGLAxisPainterBox(void *p) {
11358       delete ((::TGLAxisPainterBox*)p);
11359    }
11360    static void deleteArray_TGLAxisPainterBox(void *p) {
11361       delete [] ((::TGLAxisPainterBox*)p);
11362    }
11363    static void destruct_TGLAxisPainterBox(void *p) {
11364       typedef ::TGLAxisPainterBox current_t;
11365       ((current_t*)p)->~current_t();
11366    }
11367 } // end of namespace ROOT for class ::TGLAxisPainterBox
11368 
11369 //______________________________________________________________________________
11370 void TGLSelectionBuffer::Streamer(TBuffer &R__b)
11371 {
11372    // Stream an object of class TGLSelectionBuffer.
11373 
11374    ::Error("TGLSelectionBuffer::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
11375 }
11376 
11377 //______________________________________________________________________________
11378 void TGLSelectionBuffer::ShowMembers(TMemberInspector &R__insp)
11379 {
11380       // Inspect the data members of an object of class TGLSelectionBuffer.
11381       TClass *R__cl = ::TGLSelectionBuffer::IsA();
11382       if (R__cl || R__insp.IsA()) { }
11383       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBuffer", (void*)&fBuffer);
11384       R__insp.InspectMember("vector<UChar_t>", (void*)&fBuffer, "fBuffer.", false);
11385       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWidth", &fWidth);
11386       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHeight", &fHeight);
11387 }
11388 
11389 namespace ROOT {
11390    // Wrappers around operator new
11391    static void *new_TGLSelectionBuffer(void *p) {
11392       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSelectionBuffer : new ::TGLSelectionBuffer;
11393    }
11394    static void *newArray_TGLSelectionBuffer(Long_t nElements, void *p) {
11395       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLSelectionBuffer[nElements] : new ::TGLSelectionBuffer[nElements];
11396    }
11397    // Wrapper around operator delete
11398    static void delete_TGLSelectionBuffer(void *p) {
11399       delete ((::TGLSelectionBuffer*)p);
11400    }
11401    static void deleteArray_TGLSelectionBuffer(void *p) {
11402       delete [] ((::TGLSelectionBuffer*)p);
11403    }
11404    static void destruct_TGLSelectionBuffer(void *p) {
11405       typedef ::TGLSelectionBuffer current_t;
11406       ((current_t*)p)->~current_t();
11407    }
11408    // Wrapper around a custom streamer member function.
11409    static void streamer_TGLSelectionBuffer(TBuffer &buf, void *obj) {
11410       ((::TGLSelectionBuffer*)obj)->::TGLSelectionBuffer::Streamer(buf);
11411    }
11412 } // end of namespace ROOT for class ::TGLSelectionBuffer
11413 
11414 //______________________________________________________________________________
11415 void TGLPlotCoordinates::Streamer(TBuffer &R__b)
11416 {
11417    // Stream an object of class TGLPlotCoordinates.
11418 
11419    ::Error("TGLPlotCoordinates::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
11420 }
11421 
11422 //______________________________________________________________________________
11423 void TGLPlotCoordinates::ShowMembers(TMemberInspector &R__insp)
11424 {
11425       // Inspect the data members of an object of class TGLPlotCoordinates.
11426       TClass *R__cl = ::TGLPlotCoordinates::IsA();
11427       if (R__cl || R__insp.IsA()) { }
11428       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCoordType", &fCoordType);
11429       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXBins", (void*)&fXBins);
11430       R__insp.InspectMember("Rgl::BinRange_t", (void*)&fXBins, "fXBins.", false);
11431       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYBins", (void*)&fYBins);
11432       R__insp.InspectMember("Rgl::BinRange_t", (void*)&fYBins, "fYBins.", false);
11433       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZBins", (void*)&fZBins);
11434       R__insp.InspectMember("Rgl::BinRange_t", (void*)&fZBins, "fZBins.", false);
11435       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXScale", &fXScale);
11436       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYScale", &fYScale);
11437       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZScale", &fZScale);
11438       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXRange", (void*)&fXRange);
11439       R__insp.InspectMember("Rgl::Range_t", (void*)&fXRange, "fXRange.", false);
11440       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYRange", (void*)&fYRange);
11441       R__insp.InspectMember("Rgl::Range_t", (void*)&fYRange, "fYRange.", false);
11442       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZRange", (void*)&fZRange);
11443       R__insp.InspectMember("Rgl::Range_t", (void*)&fZRange, "fZRange.", false);
11444       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXRangeScaled", (void*)&fXRangeScaled);
11445       R__insp.InspectMember("Rgl::Range_t", (void*)&fXRangeScaled, "fXRangeScaled.", false);
11446       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYRangeScaled", (void*)&fYRangeScaled);
11447       R__insp.InspectMember("Rgl::Range_t", (void*)&fYRangeScaled, "fYRangeScaled.", false);
11448       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZRangeScaled", (void*)&fZRangeScaled);
11449       R__insp.InspectMember("Rgl::Range_t", (void*)&fZRangeScaled, "fZRangeScaled.", false);
11450       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXLog", &fXLog);
11451       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYLog", &fYLog);
11452       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZLog", &fZLog);
11453       R__insp.Inspect(R__cl, R__insp.GetParent(), "fModified", &fModified);
11454       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFactor", &fFactor);
11455 }
11456 
11457 namespace ROOT {
11458    // Wrappers around operator new
11459    static void *new_TGLPlotCoordinates(void *p) {
11460       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPlotCoordinates : new ::TGLPlotCoordinates;
11461    }
11462    static void *newArray_TGLPlotCoordinates(Long_t nElements, void *p) {
11463       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPlotCoordinates[nElements] : new ::TGLPlotCoordinates[nElements];
11464    }
11465    // Wrapper around operator delete
11466    static void delete_TGLPlotCoordinates(void *p) {
11467       delete ((::TGLPlotCoordinates*)p);
11468    }
11469    static void deleteArray_TGLPlotCoordinates(void *p) {
11470       delete [] ((::TGLPlotCoordinates*)p);
11471    }
11472    static void destruct_TGLPlotCoordinates(void *p) {
11473       typedef ::TGLPlotCoordinates current_t;
11474       ((current_t*)p)->~current_t();
11475    }
11476    // Wrapper around a custom streamer member function.
11477    static void streamer_TGLPlotCoordinates(TBuffer &buf, void *obj) {
11478       ((::TGLPlotCoordinates*)obj)->::TGLPlotCoordinates::Streamer(buf);
11479    }
11480 } // end of namespace ROOT for class ::TGLPlotCoordinates
11481 
11482 //______________________________________________________________________________
11483 void TGLSurfacePainter::Streamer(TBuffer &R__b)
11484 {
11485    // Stream an object of class TGLSurfacePainter.
11486 
11487    TGLPlotPainter::Streamer(R__b);
11488 }
11489 
11490 //______________________________________________________________________________
11491 void TGLSurfacePainter::ShowMembers(TMemberInspector &R__insp)
11492 {
11493       // Inspect the data members of an object of class TGLSurfacePainter.
11494       TClass *R__cl = ::TGLSurfacePainter::IsA();
11495       if (R__cl || R__insp.IsA()) { }
11496       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
11497       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMesh", (void*)&fMesh);
11498       R__insp.InspectMember("TGL2DArray<TGLVertex3>", (void*)&fMesh, "fMesh.", false);
11499       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTexMap", (void*)&fTexMap);
11500       R__insp.InspectMember("TGL2DArray<Double_t>", (void*)&fTexMap, "fTexMap.", false);
11501       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFaceNormals", (void*)&fFaceNormals);
11502       R__insp.InspectMember("TGL2DArray<std::pair<TGLVector3,TGLVector3> >", (void*)&fFaceNormals, "fFaceNormals.", false);
11503       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAverageNormals", (void*)&fAverageNormals);
11504       R__insp.InspectMember("TGL2DArray<TGLVector3>", (void*)&fAverageNormals, "fAverageNormals.", false);
11505       R__insp.Inspect(R__cl, R__insp.GetParent(), "fObjectInfo", &fObjectInfo);
11506       R__insp.InspectMember(fObjectInfo, "fObjectInfo.");
11507       R__insp.Inspect(R__cl, R__insp.GetParent(), "fProj", (void*)&fProj);
11508       R__insp.InspectMember("TGLSurfacePainter::Projection_t", (void*)&fProj, "fProj.", false);
11509       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOZProj", (void*)&fXOZProj);
11510       R__insp.InspectMember("list<Projection_t>", (void*)&fXOZProj, "fXOZProj.", false);
11511       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYOZProj", (void*)&fYOZProj);
11512       R__insp.InspectMember("list<Projection_t>", (void*)&fYOZProj, "fYOZProj.", false);
11513       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOYProj", (void*)&fXOYProj);
11514       R__insp.InspectMember("list<Projection_t>", (void*)&fXOYProj, "fXOYProj.", false);
11515       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPalette", (void*)&fPalette);
11516       R__insp.InspectMember("TGLLevelPalette", (void*)&fPalette, "fPalette.", false);
11517       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColorLevels", (void*)&fColorLevels);
11518       R__insp.InspectMember("vector<Double_t>", (void*)&fColorLevels, "fColorLevels.", false);
11519       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinMaxVal", (void*)&fMinMaxVal);
11520       R__insp.InspectMember("Rgl::Range_t", (void*)&fMinMaxVal, "fMinMaxVal.", false);
11521       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSectionPass", &fSectionPass);
11522       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUpdateTexMap", &fUpdateTexMap);
11523       TGLPlotPainter::ShowMembers(R__insp);
11524 }
11525 
11526 namespace ROOT {
11527    // Wrapper around operator delete
11528    static void delete_TGLSurfacePainter(void *p) {
11529       delete ((::TGLSurfacePainter*)p);
11530    }
11531    static void deleteArray_TGLSurfacePainter(void *p) {
11532       delete [] ((::TGLSurfacePainter*)p);
11533    }
11534    static void destruct_TGLSurfacePainter(void *p) {
11535       typedef ::TGLSurfacePainter current_t;
11536       ((current_t*)p)->~current_t();
11537    }
11538    // Wrapper around a custom streamer member function.
11539    static void streamer_TGLSurfacePainter(TBuffer &buf, void *obj) {
11540       ((::TGLSurfacePainter*)obj)->::TGLSurfacePainter::Streamer(buf);
11541    }
11542 } // end of namespace ROOT for class ::TGLSurfacePainter
11543 
11544 //______________________________________________________________________________
11545 void TGLHistPainter::Streamer(TBuffer &R__b)
11546 {
11547    // Stream an object of class TGLHistPainter.
11548 
11549    TVirtualHistPainter::Streamer(R__b);
11550 }
11551 
11552 //______________________________________________________________________________
11553 void TGLHistPainter::ShowMembers(TMemberInspector &R__insp)
11554 {
11555       // Inspect the data members of an object of class TGLHistPainter.
11556       TClass *R__cl = ::TGLHistPainter::IsA();
11557       if (R__cl || R__insp.IsA()) { }
11558       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDefaultPainter", (void*)&fDefaultPainter);
11559       R__insp.InspectMember("auto_ptr<TVirtualHistPainter>", (void*)&fDefaultPainter, "fDefaultPainter.", false);
11560       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGLPainter", (void*)&fGLPainter);
11561       R__insp.InspectMember("auto_ptr<TGLPlotPainter>", (void*)&fGLPainter, "fGLPainter.", false);
11562       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEq", &fEq);
11563       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHist", &fHist);
11564       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fF3", &fF3);
11565       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStack", &fStack);
11566       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPlotType", &fPlotType);
11567       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCamera", &fCamera);
11568       R__insp.InspectMember(fCamera, "fCamera.");
11569       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCoord", &fCoord);
11570       R__insp.InspectMember(fCoord, "fCoord.");
11571       TVirtualHistPainter::ShowMembers(R__insp);
11572 }
11573 
11574 namespace ROOT {
11575    // Wrapper around operator delete
11576    static void delete_TGLHistPainter(void *p) {
11577       delete ((::TGLHistPainter*)p);
11578    }
11579    static void deleteArray_TGLHistPainter(void *p) {
11580       delete [] ((::TGLHistPainter*)p);
11581    }
11582    static void destruct_TGLHistPainter(void *p) {
11583       typedef ::TGLHistPainter current_t;
11584       ((current_t*)p)->~current_t();
11585    }
11586    // Wrapper around a custom streamer member function.
11587    static void streamer_TGLHistPainter(TBuffer &buf, void *obj) {
11588       ((::TGLHistPainter*)obj)->::TGLHistPainter::Streamer(buf);
11589    }
11590 } // end of namespace ROOT for class ::TGLHistPainter
11591 
11592 //______________________________________________________________________________
11593 void TGLLegoPainter::Streamer(TBuffer &R__b)
11594 {
11595    // Stream an object of class TGLLegoPainter.
11596 
11597    TGLPlotPainter::Streamer(R__b);
11598 }
11599 
11600 //______________________________________________________________________________
11601 void TGLLegoPainter::ShowMembers(TMemberInspector &R__insp)
11602 {
11603       // Inspect the data members of an object of class TGLLegoPainter.
11604       TClass *R__cl = ::TGLLegoPainter::IsA();
11605       if (R__cl || R__insp.IsA()) { }
11606       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLegoType", &fLegoType);
11607       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinZ", &fMinZ);
11608       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinMaxVal", (void*)&fMinMaxVal);
11609       R__insp.InspectMember("Rgl::Range_t", (void*)&fMinMaxVal, "fMinMaxVal.", false);
11610       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXEdges", (void*)&fXEdges);
11611       R__insp.InspectMember("vector<Rgl::Range_t>", (void*)&fXEdges, "fXEdges.", false);
11612       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYEdges", (void*)&fYEdges);
11613       R__insp.InspectMember("vector<Rgl::Range_t>", (void*)&fYEdges, "fYEdges.", false);
11614       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCosSinTableX", (void*)&fCosSinTableX);
11615       R__insp.InspectMember("vector<pair<double,double>,allocator<pair<double,double> > >", (void*)&fCosSinTableX, "fCosSinTableX.", false);
11616       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCosSinTableY", (void*)&fCosSinTableY);
11617       R__insp.InspectMember("vector<pair<double,double>,allocator<pair<double,double> > >", (void*)&fCosSinTableY, "fCosSinTableY.", false);
11618       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinInfo", &fBinInfo);
11619       R__insp.InspectMember(fBinInfo, "fBinInfo.");
11620       R__insp.Inspect(R__cl, R__insp.GetParent(), "fQuadric", &fQuadric);
11621       R__insp.InspectMember(fQuadric, "fQuadric.");
11622       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawErrors", &fDrawErrors);
11623       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPalette", (void*)&fPalette);
11624       R__insp.InspectMember("TGLLevelPalette", (void*)&fPalette, "fPalette.", false);
11625       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColorLevels", (void*)&fColorLevels);
11626       R__insp.InspectMember("vector<Double_t>", (void*)&fColorLevels, "fColorLevels.", false);
11627       TGLPlotPainter::ShowMembers(R__insp);
11628 }
11629 
11630 namespace ROOT {
11631    // Wrapper around operator delete
11632    static void delete_TGLLegoPainter(void *p) {
11633       delete ((::TGLLegoPainter*)p);
11634    }
11635    static void deleteArray_TGLLegoPainter(void *p) {
11636       delete [] ((::TGLLegoPainter*)p);
11637    }
11638    static void destruct_TGLLegoPainter(void *p) {
11639       typedef ::TGLLegoPainter current_t;
11640       ((current_t*)p)->~current_t();
11641    }
11642    // Wrapper around a custom streamer member function.
11643    static void streamer_TGLLegoPainter(TBuffer &buf, void *obj) {
11644       ((::TGLLegoPainter*)obj)->::TGLLegoPainter::Streamer(buf);
11645    }
11646 } // end of namespace ROOT for class ::TGLLegoPainter
11647 
11648 //______________________________________________________________________________
11649 void TGLPlotPainter::Streamer(TBuffer &R__b)
11650 {
11651    // Stream an object of class TGLPlotPainter.
11652 
11653    TVirtualGLPainter::Streamer(R__b);
11654 }
11655 
11656 //______________________________________________________________________________
11657 void TGLPlotPainter::ShowMembers(TMemberInspector &R__insp)
11658 {
11659       // Inspect the data members of an object of class TGLPlotPainter.
11660       TClass *R__cl = ::TGLPlotPainter::IsA();
11661       if (R__cl || R__insp.IsA()) { }
11662       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPadColor", &fPadColor);
11663       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadPhi", &fPadPhi);
11664       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadTheta", &fPadTheta);
11665       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHist", &fHist);
11666       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXAxis", &fXAxis);
11667       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fYAxis", &fYAxis);
11668       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZAxis", &fZAxis);
11669       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCoord", &fCoord);
11670       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCamera", &fCamera);
11671       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelection", &fSelection);
11672       R__insp.InspectMember(fSelection, "fSelection.");
11673       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUpdateSelection", &fUpdateSelection);
11674       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelectionPass", &fSelectionPass);
11675       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelectedPart", &fSelectedPart);
11676       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMousePosition", (void*)&fMousePosition);
11677       R__insp.InspectMember("TPoint", (void*)&fMousePosition, "fMousePosition.", false);
11678       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOZSectionPos", &fXOZSectionPos);
11679       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYOZSectionPos", &fYOZSectionPos);
11680       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOYSectionPos", &fXOYSectionPos);
11681       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBackBox", &fBackBox);
11682       R__insp.InspectMember(fBackBox, "fBackBox.");
11683       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBoxCut", &fBoxCut);
11684       R__insp.InspectMember(fBoxCut, "fBoxCut.");
11685       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZLevels", (void*)&fZLevels);
11686       R__insp.InspectMember("vector<Double_t>", (void*)&fZLevels, "fZLevels.", false);
11687       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighColor", &fHighColor);
11688       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelectionBase", &fSelectionBase);
11689       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawPalette", &fDrawPalette);
11690       TVirtualGLPainter::ShowMembers(R__insp);
11691 }
11692 
11693 namespace ROOT {
11694    // Wrapper around operator delete
11695    static void delete_TGLPlotPainter(void *p) {
11696       delete ((::TGLPlotPainter*)p);
11697    }
11698    static void deleteArray_TGLPlotPainter(void *p) {
11699       delete [] ((::TGLPlotPainter*)p);
11700    }
11701    static void destruct_TGLPlotPainter(void *p) {
11702       typedef ::TGLPlotPainter current_t;
11703       ((current_t*)p)->~current_t();
11704    }
11705    // Wrapper around a custom streamer member function.
11706    static void streamer_TGLPlotPainter(TBuffer &buf, void *obj) {
11707       ((::TGLPlotPainter*)obj)->::TGLPlotPainter::Streamer(buf);
11708    }
11709 } // end of namespace ROOT for class ::TGLPlotPainter
11710 
11711 //______________________________________________________________________________
11712 void TGLBoxPainter::Streamer(TBuffer &R__b)
11713 {
11714    // Stream an object of class TGLBoxPainter.
11715 
11716    TGLPlotPainter::Streamer(R__b);
11717 }
11718 
11719 //______________________________________________________________________________
11720 void TGLBoxPainter::ShowMembers(TMemberInspector &R__insp)
11721 {
11722       // Inspect the data members of an object of class TGLBoxPainter.
11723       TClass *R__cl = ::TGLBoxPainter::IsA();
11724       if (R__cl || R__insp.IsA()) { }
11725       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOZSlice", &fXOZSlice);
11726       R__insp.InspectMember(fXOZSlice, "fXOZSlice.");
11727       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYOZSlice", &fYOZSlice);
11728       R__insp.InspectMember(fYOZSlice, "fYOZSlice.");
11729       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOYSlice", &fXOYSlice);
11730       R__insp.InspectMember(fXOYSlice, "fXOYSlice.");
11731       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
11732       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPlotInfo", &fPlotInfo);
11733       R__insp.InspectMember(fPlotInfo, "fPlotInfo.");
11734       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinMaxVal", (void*)&fMinMaxVal);
11735       R__insp.InspectMember("Rgl::Range_t", (void*)&fMinMaxVal, "fMinMaxVal.", false);
11736       R__insp.Inspect(R__cl, R__insp.GetParent(), "fQuadric", &fQuadric);
11737       R__insp.InspectMember(fQuadric, "fQuadric.");
11738       TGLPlotPainter::ShowMembers(R__insp);
11739 }
11740 
11741 namespace ROOT {
11742    // Wrapper around operator delete
11743    static void delete_TGLBoxPainter(void *p) {
11744       delete ((::TGLBoxPainter*)p);
11745    }
11746    static void deleteArray_TGLBoxPainter(void *p) {
11747       delete [] ((::TGLBoxPainter*)p);
11748    }
11749    static void destruct_TGLBoxPainter(void *p) {
11750       typedef ::TGLBoxPainter current_t;
11751       ((current_t*)p)->~current_t();
11752    }
11753    // Wrapper around a custom streamer member function.
11754    static void streamer_TGLBoxPainter(TBuffer &buf, void *obj) {
11755       ((::TGLBoxPainter*)obj)->::TGLBoxPainter::Streamer(buf);
11756    }
11757 } // end of namespace ROOT for class ::TGLBoxPainter
11758 
11759 //______________________________________________________________________________
11760 void TGLTF3Painter::Streamer(TBuffer &R__b)
11761 {
11762    // Stream an object of class TGLTF3Painter.
11763 
11764    TGLPlotPainter::Streamer(R__b);
11765 }
11766 
11767 //______________________________________________________________________________
11768 void TGLTF3Painter::ShowMembers(TMemberInspector &R__insp)
11769 {
11770       // Inspect the data members of an object of class TGLTF3Painter.
11771       TClass *R__cl = ::TGLTF3Painter::IsA();
11772       if (R__cl || R__insp.IsA()) { }
11773       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStyle", &fStyle);
11774       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMesh", (void*)&fMesh);
11775       R__insp.InspectMember("Rgl::Mc::TIsoMesh<double>", (void*)&fMesh, "fMesh.", false);
11776       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fF3", &fF3);
11777       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOZSlice", &fXOZSlice);
11778       R__insp.InspectMember(fXOZSlice, "fXOZSlice.");
11779       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYOZSlice", &fYOZSlice);
11780       R__insp.InspectMember(fYOZSlice, "fYOZSlice.");
11781       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOYSlice", &fXOYSlice);
11782       R__insp.InspectMember(fXOYSlice, "fXOYSlice.");
11783       TGLPlotPainter::ShowMembers(R__insp);
11784 }
11785 
11786 namespace ROOT {
11787    // Wrapper around operator delete
11788    static void delete_TGLTF3Painter(void *p) {
11789       delete ((::TGLTF3Painter*)p);
11790    }
11791    static void deleteArray_TGLTF3Painter(void *p) {
11792       delete [] ((::TGLTF3Painter*)p);
11793    }
11794    static void destruct_TGLTF3Painter(void *p) {
11795       typedef ::TGLTF3Painter current_t;
11796       ((current_t*)p)->~current_t();
11797    }
11798    // Wrapper around a custom streamer member function.
11799    static void streamer_TGLTF3Painter(TBuffer &buf, void *obj) {
11800       ((::TGLTF3Painter*)obj)->::TGLTF3Painter::Streamer(buf);
11801    }
11802 } // end of namespace ROOT for class ::TGLTF3Painter
11803 
11804 //______________________________________________________________________________
11805 void TGLIsoPainter::Streamer(TBuffer &R__b)
11806 {
11807    // Stream an object of class TGLIsoPainter.
11808 
11809    TGLPlotPainter::Streamer(R__b);
11810 }
11811 
11812 //______________________________________________________________________________
11813 void TGLIsoPainter::ShowMembers(TMemberInspector &R__insp)
11814 {
11815       // Inspect the data members of an object of class TGLIsoPainter.
11816       TClass *R__cl = ::TGLIsoPainter::IsA();
11817       if (R__cl || R__insp.IsA()) { }
11818       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOZSlice", &fXOZSlice);
11819       R__insp.InspectMember(fXOZSlice, "fXOZSlice.");
11820       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYOZSlice", &fYOZSlice);
11821       R__insp.InspectMember(fYOZSlice, "fYOZSlice.");
11822       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOYSlice", &fXOYSlice);
11823       R__insp.InspectMember(fXOYSlice, "fXOYSlice.");
11824       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDummyMesh", (void*)&fDummyMesh);
11825       R__insp.InspectMember("TGLIsoPainter::Mesh_t", (void*)&fDummyMesh, "fDummyMesh.", false);
11826       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsos", (void*)&fIsos);
11827       R__insp.InspectMember("TGLIsoPainter::MeshList_t", (void*)&fIsos, "fIsos.", false);
11828       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCache", (void*)&fCache);
11829       R__insp.InspectMember("TGLIsoPainter::MeshList_t", (void*)&fCache, "fCache.", false);
11830       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinMax", (void*)&fMinMax);
11831       R__insp.InspectMember("Rgl::Range_t", (void*)&fMinMax, "fMinMax.", false);
11832       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPalette", (void*)&fPalette);
11833       R__insp.InspectMember("TGLLevelPalette", (void*)&fPalette, "fPalette.", false);
11834       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColorLevels", (void*)&fColorLevels);
11835       R__insp.InspectMember("vector<Double_t>", (void*)&fColorLevels, "fColorLevels.", false);
11836       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInit", &fInit);
11837       TGLPlotPainter::ShowMembers(R__insp);
11838 }
11839 
11840 namespace ROOT {
11841    // Wrapper around operator delete
11842    static void delete_TGLIsoPainter(void *p) {
11843       delete ((::TGLIsoPainter*)p);
11844    }
11845    static void deleteArray_TGLIsoPainter(void *p) {
11846       delete [] ((::TGLIsoPainter*)p);
11847    }
11848    static void destruct_TGLIsoPainter(void *p) {
11849       typedef ::TGLIsoPainter current_t;
11850       ((current_t*)p)->~current_t();
11851    }
11852    // Wrapper around a custom streamer member function.
11853    static void streamer_TGLIsoPainter(TBuffer &buf, void *obj) {
11854       ((::TGLIsoPainter*)obj)->::TGLIsoPainter::Streamer(buf);
11855    }
11856 } // end of namespace ROOT for class ::TGLIsoPainter
11857 
11858 //______________________________________________________________________________
11859 void TGLPlotBox::Streamer(TBuffer &R__b)
11860 {
11861    // Stream an object of class TGLPlotBox.
11862 
11863    ::Error("TGLPlotBox::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
11864 }
11865 
11866 //______________________________________________________________________________
11867 void TGLPlotBox::ShowMembers(TMemberInspector &R__insp)
11868 {
11869       // Inspect the data members of an object of class TGLPlotBox.
11870       TClass *R__cl = ::TGLPlotBox::IsA();
11871       if (R__cl || R__insp.IsA()) { }
11872       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameColor", &fFrameColor);
11873       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOYSelectable", &fXOYSelectable);
11874       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXOZSelectable", &fXOZSelectable);
11875       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYOZSelectable", &fYOZSelectable);
11876       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelectablePairs[4][2]", fSelectablePairs);
11877       R__insp.Inspect(R__cl, R__insp.GetParent(), "f3DBox[8]", f3DBox);
11878       R__insp.Inspect(R__cl, R__insp.GetParent(), "f2DBox[8]", f2DBox);
11879       R__insp.Inspect(R__cl, R__insp.GetParent(), "f2DBoxU[8]", f2DBoxU);
11880       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrontPoint", &fFrontPoint);
11881       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRangeXU", &fRangeXU);
11882       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRangeYU", &fRangeYU);
11883       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRangeZU", &fRangeZU);
11884 }
11885 
11886 namespace ROOT {
11887    // Wrapper around operator delete
11888    static void delete_TGLPlotBox(void *p) {
11889       delete ((::TGLPlotBox*)p);
11890    }
11891    static void deleteArray_TGLPlotBox(void *p) {
11892       delete [] ((::TGLPlotBox*)p);
11893    }
11894    static void destruct_TGLPlotBox(void *p) {
11895       typedef ::TGLPlotBox current_t;
11896       ((current_t*)p)->~current_t();
11897    }
11898    // Wrapper around a custom streamer member function.
11899    static void streamer_TGLPlotBox(TBuffer &buf, void *obj) {
11900       ((::TGLPlotBox*)obj)->::TGLPlotBox::Streamer(buf);
11901    }
11902 } // end of namespace ROOT for class ::TGLPlotBox
11903 
11904 //______________________________________________________________________________
11905 void TGLTH3Slice::Streamer(TBuffer &R__b)
11906 {
11907    // Stream an object of class TGLTH3Slice.
11908 
11909    TNamed::Streamer(R__b);
11910 }
11911 
11912 //______________________________________________________________________________
11913 void TGLTH3Slice::ShowMembers(TMemberInspector &R__insp)
11914 {
11915       // Inspect the data members of an object of class TGLTH3Slice.
11916       TClass *R__cl = ::TGLTH3Slice::IsA();
11917       if (R__cl || R__insp.IsA()) { }
11918       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxisType", &fAxisType);
11919       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAxis", &fAxis);
11920       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPalette", (void*)&fPalette);
11921       R__insp.InspectMember("TGLLevelPalette", (void*)&fPalette, "fPalette.", false);
11922       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCoord", &fCoord);
11923       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBox", &fBox);
11924       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSliceWidth", &fSliceWidth);
11925       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHist", &fHist);
11926       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fF3", &fF3);
11927       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTexCoords", (void*)&fTexCoords);
11928       R__insp.InspectMember("TGL2DArray<Double_t>", (void*)&fTexCoords, "fTexCoords.", false);
11929       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinMax", (void*)&fMinMax);
11930       R__insp.InspectMember("Rgl::Range_t", (void*)&fMinMax, "fMinMax.", false);
11931       TNamed::ShowMembers(R__insp);
11932 }
11933 
11934 namespace ROOT {
11935    // Wrapper around operator delete
11936    static void delete_TGLTH3Slice(void *p) {
11937       delete ((::TGLTH3Slice*)p);
11938    }
11939    static void deleteArray_TGLTH3Slice(void *p) {
11940       delete [] ((::TGLTH3Slice*)p);
11941    }
11942    static void destruct_TGLTH3Slice(void *p) {
11943       typedef ::TGLTH3Slice current_t;
11944       ((current_t*)p)->~current_t();
11945    }
11946    // Wrapper around a custom streamer member function.
11947    static void streamer_TGLTH3Slice(TBuffer &buf, void *obj) {
11948       ((::TGLTH3Slice*)obj)->::TGLTH3Slice::Streamer(buf);
11949    }
11950 } // end of namespace ROOT for class ::TGLTH3Slice
11951 
11952 //______________________________________________________________________________
11953 void TGLBoxCut::Streamer(TBuffer &R__b)
11954 {
11955    // Stream an object of class TGLBoxCut.
11956 
11957    ::Error("TGLBoxCut::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
11958 }
11959 
11960 //______________________________________________________________________________
11961 void TGLBoxCut::ShowMembers(TMemberInspector &R__insp)
11962 {
11963       // Inspect the data members of an object of class TGLBoxCut.
11964       TClass *R__cl = ::TGLBoxCut::IsA();
11965       if (R__cl || R__insp.IsA()) { }
11966       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXLength", &fXLength);
11967       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYLength", &fYLength);
11968       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZLength", &fZLength);
11969       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCenter", &fCenter);
11970       R__insp.InspectMember(fCenter, "fCenter.");
11971       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXRange", (void*)&fXRange);
11972       R__insp.InspectMember("Rgl::Range_t", (void*)&fXRange, "fXRange.", false);
11973       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYRange", (void*)&fYRange);
11974       R__insp.InspectMember("Rgl::Range_t", (void*)&fYRange, "fYRange.", false);
11975       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZRange", (void*)&fZRange);
11976       R__insp.InspectMember("Rgl::Range_t", (void*)&fZRange, "fZRange.", false);
11977       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlotBox", &fPlotBox);
11978       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActive", &fActive);
11979       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFactor", &fFactor);
11980       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMousePos", (void*)&fMousePos);
11981       R__insp.InspectMember("TPoint", (void*)&fMousePos, "fMousePos.", false);
11982 }
11983 
11984 namespace ROOT {
11985    // Wrapper around operator delete
11986    static void delete_TGLBoxCut(void *p) {
11987       delete ((::TGLBoxCut*)p);
11988    }
11989    static void deleteArray_TGLBoxCut(void *p) {
11990       delete [] ((::TGLBoxCut*)p);
11991    }
11992    static void destruct_TGLBoxCut(void *p) {
11993       typedef ::TGLBoxCut current_t;
11994       ((current_t*)p)->~current_t();
11995    }
11996    // Wrapper around a custom streamer member function.
11997    static void streamer_TGLBoxCut(TBuffer &buf, void *obj) {
11998       ((::TGLBoxCut*)obj)->::TGLBoxCut::Streamer(buf);
11999    }
12000 } // end of namespace ROOT for class ::TGLBoxCut
12001 
12002 //______________________________________________________________________________
12003 void TGLParametricEquation::Streamer(TBuffer &R__b)
12004 {
12005    // Stream an object of class TGLParametricEquation.
12006 
12007    TNamed::Streamer(R__b);
12008 }
12009 
12010 //______________________________________________________________________________
12011 void TGLParametricEquation::ShowMembers(TMemberInspector &R__insp)
12012 {
12013       // Inspect the data members of an object of class TGLParametricEquation.
12014       TClass *R__cl = ::TGLParametricEquation::IsA();
12015       if (R__cl || R__insp.IsA()) { }
12016       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXEquation", (void*)&fXEquation);
12017       R__insp.InspectMember("TGLParametricEquation::Ptr_t", (void*)&fXEquation, "fXEquation.", false);
12018       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYEquation", (void*)&fYEquation);
12019       R__insp.InspectMember("TGLParametricEquation::Ptr_t", (void*)&fYEquation, "fYEquation.", false);
12020       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZEquation", (void*)&fZEquation);
12021       R__insp.InspectMember("TGLParametricEquation::Ptr_t", (void*)&fZEquation, "fZEquation.", false);
12022       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEquation", &fEquation);
12023       R__insp.Inspect(R__cl, R__insp.GetParent(), "fURange", (void*)&fURange);
12024       R__insp.InspectMember("Rgl::Range_t", (void*)&fURange, "fURange.", false);
12025       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVRange", (void*)&fVRange);
12026       R__insp.InspectMember("Rgl::Range_t", (void*)&fVRange, "fVRange.", false);
12027       R__insp.Inspect(R__cl, R__insp.GetParent(), "fConstrained", &fConstrained);
12028       R__insp.Inspect(R__cl, R__insp.GetParent(), "fModified", &fModified);
12029       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPainter", (void*)&fPainter);
12030       R__insp.InspectMember("TGLParametricEquation::Painter_t", (void*)&fPainter, "fPainter.", false);
12031       TNamed::ShowMembers(R__insp);
12032 }
12033 
12034 namespace ROOT {
12035    // Wrapper around operator delete
12036    static void delete_TGLParametricEquation(void *p) {
12037       delete ((::TGLParametricEquation*)p);
12038    }
12039    static void deleteArray_TGLParametricEquation(void *p) {
12040       delete [] ((::TGLParametricEquation*)p);
12041    }
12042    static void destruct_TGLParametricEquation(void *p) {
12043       typedef ::TGLParametricEquation current_t;
12044       ((current_t*)p)->~current_t();
12045    }
12046    // Wrapper around a custom streamer member function.
12047    static void streamer_TGLParametricEquation(TBuffer &buf, void *obj) {
12048       ((::TGLParametricEquation*)obj)->::TGLParametricEquation::Streamer(buf);
12049    }
12050 } // end of namespace ROOT for class ::TGLParametricEquation
12051 
12052 //______________________________________________________________________________
12053 void TGLParametricPlot::Streamer(TBuffer &R__b)
12054 {
12055    // Stream an object of class TGLParametricPlot.
12056 
12057    TGLPlotPainter::Streamer(R__b);
12058 }
12059 
12060 //______________________________________________________________________________
12061 void TGLParametricPlot::ShowMembers(TMemberInspector &R__insp)
12062 {
12063       // Inspect the data members of an object of class TGLParametricPlot.
12064       TClass *R__cl = ::TGLParametricPlot::IsA();
12065       if (R__cl || R__insp.IsA()) { }
12066       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMeshSize", &fMeshSize);
12067       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMesh", (void*)&fMesh);
12068       R__insp.InspectMember("TGLParametricPlot::TGL2DArray<Vertex_t>", (void*)&fMesh, "fMesh.", false);
12069       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowMesh", &fShowMesh);
12070       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColorScheme", &fColorScheme);
12071       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEquation", &fEquation);
12072       TGLPlotPainter::ShowMembers(R__insp);
12073 }
12074 
12075 namespace ROOT {
12076    // Wrapper around operator delete
12077    static void delete_TGLParametricPlot(void *p) {
12078       delete ((::TGLParametricPlot*)p);
12079    }
12080    static void deleteArray_TGLParametricPlot(void *p) {
12081       delete [] ((::TGLParametricPlot*)p);
12082    }
12083    static void destruct_TGLParametricPlot(void *p) {
12084       typedef ::TGLParametricPlot current_t;
12085       ((current_t*)p)->~current_t();
12086    }
12087    // Wrapper around a custom streamer member function.
12088    static void streamer_TGLParametricPlot(TBuffer &buf, void *obj) {
12089       ((::TGLParametricPlot*)obj)->::TGLParametricPlot::Streamer(buf);
12090    }
12091 } // end of namespace ROOT for class ::TGLParametricPlot
12092 
12093 //______________________________________________________________________________
12094 void TGLAdapter::Streamer(TBuffer &R__b)
12095 {
12096    // Stream an object of class TGLAdapter.
12097 
12098    TGLPaintDevice::Streamer(R__b);
12099 }
12100 
12101 //______________________________________________________________________________
12102 void TGLAdapter::ShowMembers(TMemberInspector &R__insp)
12103 {
12104       // Inspect the data members of an object of class TGLAdapter.
12105       TClass *R__cl = ::TGLAdapter::IsA();
12106       if (R__cl || R__insp.IsA()) { }
12107       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGLDevice", &fGLDevice);
12108       TGLPaintDevice::ShowMembers(R__insp);
12109 }
12110 
12111 namespace ROOT {
12112    // Wrappers around operator new
12113    static void *new_TGLAdapter(void *p) {
12114       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLAdapter : new ::TGLAdapter;
12115    }
12116    static void *newArray_TGLAdapter(Long_t nElements, void *p) {
12117       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLAdapter[nElements] : new ::TGLAdapter[nElements];
12118    }
12119    // Wrapper around operator delete
12120    static void delete_TGLAdapter(void *p) {
12121       delete ((::TGLAdapter*)p);
12122    }
12123    static void deleteArray_TGLAdapter(void *p) {
12124       delete [] ((::TGLAdapter*)p);
12125    }
12126    static void destruct_TGLAdapter(void *p) {
12127       typedef ::TGLAdapter current_t;
12128       ((current_t*)p)->~current_t();
12129    }
12130    // Wrapper around a custom streamer member function.
12131    static void streamer_TGLAdapter(TBuffer &buf, void *obj) {
12132       ((::TGLAdapter*)obj)->::TGLAdapter::Streamer(buf);
12133    }
12134 } // end of namespace ROOT for class ::TGLAdapter
12135 
12136 //______________________________________________________________________________
12137 void TF2GL::Streamer(TBuffer &R__b)
12138 {
12139    // Stream an object of class TF2GL.
12140 
12141    if (R__b.IsReading()) {
12142       R__b.ReadClassBuffer(TF2GL::Class(),this);
12143    } else {
12144       R__b.WriteClassBuffer(TF2GL::Class(),this);
12145    }
12146 }
12147 
12148 //______________________________________________________________________________
12149 void TF2GL::ShowMembers(TMemberInspector &R__insp)
12150 {
12151       // Inspect the data members of an object of class TF2GL.
12152       TClass *R__cl = ::TF2GL::IsA();
12153       if (R__cl || R__insp.IsA()) { }
12154       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fM", &fM);
12155       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fH", &fH);
12156       TGLPlot3D::ShowMembers(R__insp);
12157 }
12158 
12159 namespace ROOT {
12160    // Wrappers around operator new
12161    static void *new_TF2GL(void *p) {
12162       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TF2GL : new ::TF2GL;
12163    }
12164    static void *newArray_TF2GL(Long_t nElements, void *p) {
12165       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TF2GL[nElements] : new ::TF2GL[nElements];
12166    }
12167    // Wrapper around operator delete
12168    static void delete_TF2GL(void *p) {
12169       delete ((::TF2GL*)p);
12170    }
12171    static void deleteArray_TF2GL(void *p) {
12172       delete [] ((::TF2GL*)p);
12173    }
12174    static void destruct_TF2GL(void *p) {
12175       typedef ::TF2GL current_t;
12176       ((current_t*)p)->~current_t();
12177    }
12178 } // end of namespace ROOT for class ::TF2GL
12179 
12180 //______________________________________________________________________________
12181 void TH2GL::Streamer(TBuffer &R__b)
12182 {
12183    // Stream an object of class TH2GL.
12184 
12185    if (R__b.IsReading()) {
12186       R__b.ReadClassBuffer(TH2GL::Class(),this);
12187    } else {
12188       R__b.WriteClassBuffer(TH2GL::Class(),this);
12189    }
12190 }
12191 
12192 //______________________________________________________________________________
12193 void TH2GL::ShowMembers(TMemberInspector &R__insp)
12194 {
12195       // Inspect the data members of an object of class TH2GL.
12196       TClass *R__cl = ::TH2GL::IsA();
12197       if (R__cl || R__insp.IsA()) { }
12198       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fM", &fM);
12199       TGLPlot3D::ShowMembers(R__insp);
12200 }
12201 
12202 namespace ROOT {
12203    // Wrappers around operator new
12204    static void *new_TH2GL(void *p) {
12205       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TH2GL : new ::TH2GL;
12206    }
12207    static void *newArray_TH2GL(Long_t nElements, void *p) {
12208       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TH2GL[nElements] : new ::TH2GL[nElements];
12209    }
12210    // Wrapper around operator delete
12211    static void delete_TH2GL(void *p) {
12212       delete ((::TH2GL*)p);
12213    }
12214    static void deleteArray_TH2GL(void *p) {
12215       delete [] ((::TH2GL*)p);
12216    }
12217    static void destruct_TH2GL(void *p) {
12218       typedef ::TH2GL current_t;
12219       ((current_t*)p)->~current_t();
12220    }
12221 } // end of namespace ROOT for class ::TH2GL
12222 
12223 //______________________________________________________________________________
12224 void TH3GL::Streamer(TBuffer &R__b)
12225 {
12226    // Stream an object of class TH3GL.
12227 
12228    if (R__b.IsReading()) {
12229       R__b.ReadClassBuffer(TH3GL::Class(),this);
12230    } else {
12231       R__b.WriteClassBuffer(TH3GL::Class(),this);
12232    }
12233 }
12234 
12235 //______________________________________________________________________________
12236 void TH3GL::ShowMembers(TMemberInspector &R__insp)
12237 {
12238       // Inspect the data members of an object of class TH3GL.
12239       TClass *R__cl = ::TH3GL::IsA();
12240       if (R__cl || R__insp.IsA()) { }
12241       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fM", &fM);
12242       TGLPlot3D::ShowMembers(R__insp);
12243 }
12244 
12245 namespace ROOT {
12246    // Wrappers around operator new
12247    static void *new_TH3GL(void *p) {
12248       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TH3GL : new ::TH3GL;
12249    }
12250    static void *newArray_TH3GL(Long_t nElements, void *p) {
12251       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TH3GL[nElements] : new ::TH3GL[nElements];
12252    }
12253    // Wrapper around operator delete
12254    static void delete_TH3GL(void *p) {
12255       delete ((::TH3GL*)p);
12256    }
12257    static void deleteArray_TH3GL(void *p) {
12258       delete [] ((::TH3GL*)p);
12259    }
12260    static void destruct_TH3GL(void *p) {
12261       typedef ::TH3GL current_t;
12262       ((current_t*)p)->~current_t();
12263    }
12264 } // end of namespace ROOT for class ::TH3GL
12265 
12266 //______________________________________________________________________________
12267 void TGLH2PolyPainter::Streamer(TBuffer &R__b)
12268 {
12269    // Stream an object of class TGLH2PolyPainter.
12270 
12271    TGLPlotPainter::Streamer(R__b);
12272 }
12273 
12274 //______________________________________________________________________________
12275 void TGLH2PolyPainter::ShowMembers(TMemberInspector &R__insp)
12276 {
12277       // Inspect the data members of an object of class TGLH2PolyPainter.
12278       TClass *R__cl = ::TGLH2PolyPainter::IsA();
12279       if (R__cl || R__insp.IsA()) { }
12280       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinInfo", &fBinInfo);
12281       R__insp.InspectMember(fBinInfo, "fBinInfo.");
12282       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBinColors", (void*)&fBinColors);
12283       R__insp.InspectMember("vector<Int_t>", (void*)&fBinColors, "fBinColors.", false);
12284       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPolygon", (void*)&fPolygon);
12285       R__insp.InspectMember("vector<Double_t>", (void*)&fPolygon, "fPolygon.", false);
12286       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCaps", (void*)&fCaps);
12287       R__insp.InspectMember("list<Rgl::Pad::Tesselation_t>", (void*)&fCaps, "fCaps.", false);
12288       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZLog", &fZLog);
12289       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZMin", &fZMin);
12290       TGLPlotPainter::ShowMembers(R__insp);
12291 }
12292 
12293 namespace ROOT {
12294    // Wrapper around operator delete
12295    static void delete_TGLH2PolyPainter(void *p) {
12296       delete ((::TGLH2PolyPainter*)p);
12297    }
12298    static void deleteArray_TGLH2PolyPainter(void *p) {
12299       delete [] ((::TGLH2PolyPainter*)p);
12300    }
12301    static void destruct_TGLH2PolyPainter(void *p) {
12302       typedef ::TGLH2PolyPainter current_t;
12303       ((current_t*)p)->~current_t();
12304    }
12305    // Wrapper around a custom streamer member function.
12306    static void streamer_TGLH2PolyPainter(TBuffer &buf, void *obj) {
12307       ((::TGLH2PolyPainter*)obj)->::TGLH2PolyPainter::Streamer(buf);
12308    }
12309 } // end of namespace ROOT for class ::TGLH2PolyPainter
12310 
12311 //______________________________________________________________________________
12312 void TGLParametricEquationGL::Streamer(TBuffer &R__b)
12313 {
12314    // Stream an object of class TGLParametricEquationGL.
12315 
12316    TGLPlot3D::Streamer(R__b);
12317 }
12318 
12319 //______________________________________________________________________________
12320 void TGLParametricEquationGL::ShowMembers(TMemberInspector &R__insp)
12321 {
12322       // Inspect the data members of an object of class TGLParametricEquationGL.
12323       TClass *R__cl = ::TGLParametricEquationGL::IsA();
12324       if (R__cl || R__insp.IsA()) { }
12325       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fM", &fM);
12326       TGLPlot3D::ShowMembers(R__insp);
12327 }
12328 
12329 namespace ROOT {
12330    // Wrappers around operator new
12331    static void *new_TGLParametricEquationGL(void *p) {
12332       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLParametricEquationGL : new ::TGLParametricEquationGL;
12333    }
12334    static void *newArray_TGLParametricEquationGL(Long_t nElements, void *p) {
12335       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLParametricEquationGL[nElements] : new ::TGLParametricEquationGL[nElements];
12336    }
12337    // Wrapper around operator delete
12338    static void delete_TGLParametricEquationGL(void *p) {
12339       delete ((::TGLParametricEquationGL*)p);
12340    }
12341    static void deleteArray_TGLParametricEquationGL(void *p) {
12342       delete [] ((::TGLParametricEquationGL*)p);
12343    }
12344    static void destruct_TGLParametricEquationGL(void *p) {
12345       typedef ::TGLParametricEquationGL current_t;
12346       ((current_t*)p)->~current_t();
12347    }
12348    // Wrapper around a custom streamer member function.
12349    static void streamer_TGLParametricEquationGL(TBuffer &buf, void *obj) {
12350       ((::TGLParametricEquationGL*)obj)->::TGLParametricEquationGL::Streamer(buf);
12351    }
12352 } // end of namespace ROOT for class ::TGLParametricEquationGL
12353 
12354 //______________________________________________________________________________
12355 void TGLPadPainter::Streamer(TBuffer &R__b)
12356 {
12357    // Stream an object of class TGLPadPainter.
12358 
12359    TVirtualPadPainter::Streamer(R__b);
12360 }
12361 
12362 //______________________________________________________________________________
12363 void TGLPadPainter::ShowMembers(TMemberInspector &R__insp)
12364 {
12365       // Inspect the data members of an object of class TGLPadPainter.
12366       TClass *R__cl = ::TGLPadPainter::IsA();
12367       if (R__cl || R__insp.IsA()) { }
12368       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSSet", (void*)&fSSet);
12369       R__insp.InspectMember("Rgl::Pad::PolygonStippleSet", (void*)&fSSet, "fSSet.", false);
12370       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTess", (void*)&fTess);
12371       R__insp.InspectMember("Rgl::Pad::Tesselator", (void*)&fTess, "fTess.", false);
12372       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMarker", (void*)&fMarker);
12373       R__insp.InspectMember("Rgl::Pad::MarkerPainter", (void*)&fMarker, "fMarker.", false);
12374       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLimits", (void*)&fLimits);
12375       R__insp.InspectMember("Rgl::Pad::GLLimits", (void*)&fLimits, "fLimits.", false);
12376       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVs", (void*)&fVs);
12377       R__insp.InspectMember("vector<Double_t>", (void*)&fVs, "fVs.", false);
12378       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFM", &fFM);
12379       R__insp.InspectMember(fFM, "fFM.");
12380       R__insp.Inspect(R__cl, R__insp.GetParent(), "fF", &fF);
12381       R__insp.InspectMember(fF, "fF.");
12382       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVp[4]", fVp);
12383       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPoly", (void*)&fPoly);
12384       R__insp.InspectMember("vector<TPoint>", (void*)&fPoly, "fPoly.", false);
12385       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsHollowArea", &fIsHollowArea);
12386       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLocked", &fLocked);
12387       TVirtualPadPainter::ShowMembers(R__insp);
12388 }
12389 
12390 namespace ROOT {
12391    // Wrappers around operator new
12392    static void *new_TGLPadPainter(void *p) {
12393       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPadPainter : new ::TGLPadPainter;
12394    }
12395    static void *newArray_TGLPadPainter(Long_t nElements, void *p) {
12396       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLPadPainter[nElements] : new ::TGLPadPainter[nElements];
12397    }
12398    // Wrapper around operator delete
12399    static void delete_TGLPadPainter(void *p) {
12400       delete ((::TGLPadPainter*)p);
12401    }
12402    static void deleteArray_TGLPadPainter(void *p) {
12403       delete [] ((::TGLPadPainter*)p);
12404    }
12405    static void destruct_TGLPadPainter(void *p) {
12406       typedef ::TGLPadPainter current_t;
12407       ((current_t*)p)->~current_t();
12408    }
12409    // Wrapper around a custom streamer member function.
12410    static void streamer_TGLPadPainter(TBuffer &buf, void *obj) {
12411       ((::TGLPadPainter*)obj)->::TGLPadPainter::Streamer(buf);
12412    }
12413 } // end of namespace ROOT for class ::TGLPadPainter
12414 
12415 //______________________________________________________________________________
12416 void TGL5DDataSet::Streamer(TBuffer &R__b)
12417 {
12418    // Stream an object of class TGL5DDataSet.
12419 
12420    TNamed::Streamer(R__b);
12421 }
12422 
12423 //______________________________________________________________________________
12424 void TGL5DDataSet::ShowMembers(TMemberInspector &R__insp)
12425 {
12426       // Inspect the data members of an object of class TGL5DDataSet.
12427       TClass *R__cl = ::TGL5DDataSet::IsA();
12428       if (R__cl || R__insp.IsA()) { }
12429       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNP", &fNP);
12430       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV1", &fV1);
12431       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV2", &fV2);
12432       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV3", &fV3);
12433       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV4", &fV4);
12434       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV5", &fV5);
12435       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV1MinMax", (void*)&fV1MinMax);
12436       R__insp.InspectMember("Rgl::Range_t", (void*)&fV1MinMax, "fV1MinMax.", false);
12437       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV1Range", &fV1Range);
12438       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV2MinMax", (void*)&fV2MinMax);
12439       R__insp.InspectMember("Rgl::Range_t", (void*)&fV2MinMax, "fV2MinMax.", false);
12440       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV2Range", &fV2Range);
12441       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV3MinMax", (void*)&fV3MinMax);
12442       R__insp.InspectMember("Rgl::Range_t", (void*)&fV3MinMax, "fV3MinMax.", false);
12443       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV3Range", &fV3Range);
12444       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV4MinMax", (void*)&fV4MinMax);
12445       R__insp.InspectMember("Rgl::Range_t", (void*)&fV4MinMax, "fV4MinMax.", false);
12446       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV5MinMax", (void*)&fV5MinMax);
12447       R__insp.InspectMember("Rgl::Range_t", (void*)&fV5MinMax, "fV5MinMax.", false);
12448       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXAxis", &fXAxis);
12449       R__insp.InspectMember(fXAxis, "fXAxis.");
12450       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYAxis", &fYAxis);
12451       R__insp.InspectMember(fYAxis, "fYAxis.");
12452       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZAxis", &fZAxis);
12453       R__insp.InspectMember(fZAxis, "fZAxis.");
12454       R__insp.Inspect(R__cl, R__insp.GetParent(), "fV4IsString", &fV4IsString);
12455       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPainter", (void*)&fPainter);
12456       R__insp.InspectMember("auto_ptr<TGLHistPainter>", (void*)&fPainter, "fPainter.", false);
12457       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIndices", (void*)&fIndices);
12458       R__insp.InspectMember("vector<UInt_t>", (void*)&fIndices, "fIndices.", false);
12459       TNamed::ShowMembers(R__insp);
12460 }
12461 
12462 namespace ROOT {
12463    // Wrapper around operator delete
12464    static void delete_TGL5DDataSet(void *p) {
12465       delete ((::TGL5DDataSet*)p);
12466    }
12467    static void deleteArray_TGL5DDataSet(void *p) {
12468       delete [] ((::TGL5DDataSet*)p);
12469    }
12470    static void destruct_TGL5DDataSet(void *p) {
12471       typedef ::TGL5DDataSet current_t;
12472       ((current_t*)p)->~current_t();
12473    }
12474    // Wrapper around a custom streamer member function.
12475    static void streamer_TGL5DDataSet(TBuffer &buf, void *obj) {
12476       ((::TGL5DDataSet*)obj)->::TGL5DDataSet::Streamer(buf);
12477    }
12478 } // end of namespace ROOT for class ::TGL5DDataSet
12479 
12480 //______________________________________________________________________________
12481 void TGL5DDataSetEditor::Streamer(TBuffer &R__b)
12482 {
12483    // Stream an object of class TGL5DDataSetEditor.
12484 
12485    TGedFrame::Streamer(R__b);
12486 }
12487 
12488 //______________________________________________________________________________
12489 void TGL5DDataSetEditor::ShowMembers(TMemberInspector &R__insp)
12490 {
12491       // Inspect the data members of an object of class TGL5DDataSetEditor.
12492       TClass *R__cl = ::TGL5DDataSetEditor::IsA();
12493       if (R__cl || R__insp.IsA()) { }
12494       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNCellsXEntry", &fNCellsXEntry);
12495       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNCellsYEntry", &fNCellsYEntry);
12496       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNCellsZEntry", &fNCellsZEntry);
12497       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXRangeSlider", &fXRangeSlider);
12498       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXRangeSliderMin", &fXRangeSliderMin);
12499       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXRangeSliderMax", &fXRangeSliderMax);
12500       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fYRangeSlider", &fYRangeSlider);
12501       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fYRangeSliderMin", &fYRangeSliderMin);
12502       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fYRangeSliderMax", &fYRangeSliderMax);
12503       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZRangeSlider", &fZRangeSlider);
12504       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZRangeSliderMin", &fZRangeSliderMin);
12505       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZRangeSliderMax", &fZRangeSliderMax);
12506       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCancelGridBtn", &fCancelGridBtn);
12507       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOkGridBtn", &fOkGridBtn);
12508       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV4MinEntry", &fV4MinEntry);
12509       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV4MaxEntry", &fV4MaxEntry);
12510       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHighlightCheck", &fHighlightCheck);
12511       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIsoList", &fIsoList);
12512       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVisibleCheck", &fVisibleCheck);
12513       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShowCloud", &fShowCloud);
12514       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSurfColorSelect", &fSurfColorSelect);
12515       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSurfAlphaSlider", &fSurfAlphaSlider);
12516       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSurfRemoveBtn", &fSurfRemoveBtn);
12517       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNewIsoEntry", &fNewIsoEntry);
12518       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAddNewIsoBtn", &fAddNewIsoBtn);
12519       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShowBoxCut", &fShowBoxCut);
12520       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNumberOfPlanes", &fNumberOfPlanes);
12521       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAlpha", &fAlpha);
12522       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLogScale", &fLogScale);
12523       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSlideRange", &fSlideRange);
12524       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fApplyAlpha", &fApplyAlpha);
12525       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fApplyPlanes", &fApplyPlanes);
12526       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDataSet", &fDataSet);
12527       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPainter", &fPainter);
12528       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHidden", &fHidden);
12529       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelectedSurface", &fSelectedSurface);
12530       TGedFrame::ShowMembers(R__insp);
12531 }
12532 
12533 namespace ROOT {
12534    // Wrappers around operator new
12535    static void *new_TGL5DDataSetEditor(void *p) {
12536       return  p ? new(p) ::TGL5DDataSetEditor : new ::TGL5DDataSetEditor;
12537    }
12538    static void *newArray_TGL5DDataSetEditor(Long_t nElements, void *p) {
12539       return p ? new(p) ::TGL5DDataSetEditor[nElements] : new ::TGL5DDataSetEditor[nElements];
12540    }
12541    // Wrapper around operator delete
12542    static void delete_TGL5DDataSetEditor(void *p) {
12543       delete ((::TGL5DDataSetEditor*)p);
12544    }
12545    static void deleteArray_TGL5DDataSetEditor(void *p) {
12546       delete [] ((::TGL5DDataSetEditor*)p);
12547    }
12548    static void destruct_TGL5DDataSetEditor(void *p) {
12549       typedef ::TGL5DDataSetEditor current_t;
12550       ((current_t*)p)->~current_t();
12551    }
12552    // Wrapper around a custom streamer member function.
12553    static void streamer_TGL5DDataSetEditor(TBuffer &buf, void *obj) {
12554       ((::TGL5DDataSetEditor*)obj)->::TGL5DDataSetEditor::Streamer(buf);
12555    }
12556 } // end of namespace ROOT for class ::TGL5DDataSetEditor
12557 
12558 //______________________________________________________________________________
12559 void TGLTH3Composition::Streamer(TBuffer &R__b)
12560 {
12561    // Stream an object of class TGLTH3Composition.
12562 
12563    TH3C::Streamer(R__b);
12564 }
12565 
12566 //______________________________________________________________________________
12567 void TGLTH3Composition::ShowMembers(TMemberInspector &R__insp)
12568 {
12569       // Inspect the data members of an object of class TGLTH3Composition.
12570       TClass *R__cl = ::TGLTH3Composition::IsA();
12571       if (R__cl || R__insp.IsA()) { }
12572       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHists", (void*)&fHists);
12573       R__insp.InspectMember("vector<TH3Pair_t>", (void*)&fHists, "fHists.", false);
12574       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPainter", (void*)&fPainter);
12575       R__insp.InspectMember("auto_ptr<TGLHistPainter>", (void*)&fPainter, "fPainter.", false);
12576       TH3C::ShowMembers(R__insp);
12577 }
12578 
12579 namespace ROOT {
12580    // Wrappers around operator new
12581    static void *new_TGLTH3Composition(void *p) {
12582       return  p ? new(p) ::TGLTH3Composition : new ::TGLTH3Composition;
12583    }
12584    static void *newArray_TGLTH3Composition(Long_t nElements, void *p) {
12585       return p ? new(p) ::TGLTH3Composition[nElements] : new ::TGLTH3Composition[nElements];
12586    }
12587    // Wrapper around operator delete
12588    static void delete_TGLTH3Composition(void *p) {
12589       delete ((::TGLTH3Composition*)p);
12590    }
12591    static void deleteArray_TGLTH3Composition(void *p) {
12592       delete [] ((::TGLTH3Composition*)p);
12593    }
12594    static void destruct_TGLTH3Composition(void *p) {
12595       typedef ::TGLTH3Composition current_t;
12596       ((current_t*)p)->~current_t();
12597    }
12598    // Wrapper around the directory auto add.
12599    static void directoryAutoAdd_TGLTH3Composition(void *p, TDirectory *dir) {
12600       ((::TGLTH3Composition*)p)->DirectoryAutoAdd(dir);
12601    }
12602    // Wrapper around a custom streamer member function.
12603    static void streamer_TGLTH3Composition(TBuffer &buf, void *obj) {
12604       ((::TGLTH3Composition*)obj)->::TGLTH3Composition::Streamer(buf);
12605    }
12606 } // end of namespace ROOT for class ::TGLTH3Composition
12607 
12608 //______________________________________________________________________________
12609 void TGLTH3CompositionPainter::Streamer(TBuffer &R__b)
12610 {
12611    // Stream an object of class TGLTH3CompositionPainter.
12612 
12613    TGLPlotPainter::Streamer(R__b);
12614 }
12615 
12616 //______________________________________________________________________________
12617 void TGLTH3CompositionPainter::ShowMembers(TMemberInspector &R__insp)
12618 {
12619       // Inspect the data members of an object of class TGLTH3CompositionPainter.
12620       TClass *R__cl = ::TGLTH3CompositionPainter::IsA();
12621       if (R__cl || R__insp.IsA()) { }
12622       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fData", &fData);
12623       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinMaxVal", (void*)&fMinMaxVal);
12624       R__insp.InspectMember("pair<Double_t,Double_t>", (void*)&fMinMaxVal, "fMinMaxVal.", false);
12625       R__insp.Inspect(R__cl, R__insp.GetParent(), "fQuadric", &fQuadric);
12626       R__insp.InspectMember(fQuadric, "fQuadric.");
12627       TGLPlotPainter::ShowMembers(R__insp);
12628 }
12629 
12630 namespace ROOT {
12631    // Wrapper around operator delete
12632    static void delete_TGLTH3CompositionPainter(void *p) {
12633       delete ((::TGLTH3CompositionPainter*)p);
12634    }
12635    static void deleteArray_TGLTH3CompositionPainter(void *p) {
12636       delete [] ((::TGLTH3CompositionPainter*)p);
12637    }
12638    static void destruct_TGLTH3CompositionPainter(void *p) {
12639       typedef ::TGLTH3CompositionPainter current_t;
12640       ((current_t*)p)->~current_t();
12641    }
12642    // Wrapper around a custom streamer member function.
12643    static void streamer_TGLTH3CompositionPainter(TBuffer &buf, void *obj) {
12644       ((::TGLTH3CompositionPainter*)obj)->::TGLTH3CompositionPainter::Streamer(buf);
12645    }
12646 } // end of namespace ROOT for class ::TGLTH3CompositionPainter
12647 
12648 //______________________________________________________________________________
12649 void TX11GLManager::Streamer(TBuffer &R__b)
12650 {
12651    // Stream an object of class TX11GLManager.
12652 
12653    TGLManager::Streamer(R__b);
12654 }
12655 
12656 //______________________________________________________________________________
12657 void TX11GLManager::ShowMembers(TMemberInspector &R__insp)
12658 {
12659       // Inspect the data members of an object of class TX11GLManager.
12660       TClass *R__cl = ::TX11GLManager::IsA();
12661       if (R__cl || R__insp.IsA()) { }
12662       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPimpl", &fPimpl);
12663       TGLManager::ShowMembers(R__insp);
12664 }
12665 
12666 namespace ROOT {
12667    // Wrappers around operator new
12668    static void *new_TX11GLManager(void *p) {
12669       return  p ? new(p) ::TX11GLManager : new ::TX11GLManager;
12670    }
12671    static void *newArray_TX11GLManager(Long_t nElements, void *p) {
12672       return p ? new(p) ::TX11GLManager[nElements] : new ::TX11GLManager[nElements];
12673    }
12674    // Wrapper around operator delete
12675    static void delete_TX11GLManager(void *p) {
12676       delete ((::TX11GLManager*)p);
12677    }
12678    static void deleteArray_TX11GLManager(void *p) {
12679       delete [] ((::TX11GLManager*)p);
12680    }
12681    static void destruct_TX11GLManager(void *p) {
12682       typedef ::TX11GLManager current_t;
12683       ((current_t*)p)->~current_t();
12684    }
12685    // Wrapper around a custom streamer member function.
12686    static void streamer_TX11GLManager(TBuffer &buf, void *obj) {
12687       ((::TX11GLManager*)obj)->::TX11GLManager::Streamer(buf);
12688    }
12689 } // end of namespace ROOT for class ::TX11GLManager
12690 
12691 //______________________________________________________________________________
12692 void TGLObject::Streamer(TBuffer &R__b)
12693 {
12694    // Stream an object of class TGLObject.
12695 
12696    if (R__b.IsReading()) {
12697       R__b.ReadClassBuffer(TGLObject::Class(),this);
12698    } else {
12699       R__b.WriteClassBuffer(TGLObject::Class(),this);
12700    }
12701 }
12702 
12703 //______________________________________________________________________________
12704 void TGLObject::ShowMembers(TMemberInspector &R__insp)
12705 {
12706       // Inspect the data members of an object of class TGLObject.
12707       TClass *R__cl = ::TGLObject::IsA();
12708       if (R__cl || R__insp.IsA()) { }
12709       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMultiColor", &fMultiColor);
12710       TGLLogicalShape::ShowMembers(R__insp);
12711 }
12712 
12713 namespace ROOT {
12714    // Wrapper around operator delete
12715    static void delete_TGLObject(void *p) {
12716       delete ((::TGLObject*)p);
12717    }
12718    static void deleteArray_TGLObject(void *p) {
12719       delete [] ((::TGLObject*)p);
12720    }
12721    static void destruct_TGLObject(void *p) {
12722       typedef ::TGLObject current_t;
12723       ((current_t*)p)->~current_t();
12724    }
12725 } // end of namespace ROOT for class ::TGLObject
12726 
12727 //______________________________________________________________________________
12728 void TGLPlot3D::Streamer(TBuffer &R__b)
12729 {
12730    // Stream an object of class TGLPlot3D.
12731 
12732    if (R__b.IsReading()) {
12733       R__b.ReadClassBuffer(TGLPlot3D::Class(),this);
12734    } else {
12735       R__b.WriteClassBuffer(TGLPlot3D::Class(),this);
12736    }
12737 }
12738 
12739 //______________________________________________________________________________
12740 void TGLPlot3D::ShowMembers(TMemberInspector &R__insp)
12741 {
12742       // Inspect the data members of an object of class TGLPlot3D.
12743       TClass *R__cl = ::TGLPlot3D::IsA();
12744       if (R__cl || R__insp.IsA()) { }
12745       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlotPainter", &fPlotPainter);
12746       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCoord", &fCoord);
12747       R__insp.InspectMember(fCoord, "fCoord.");
12748       TGLObject::ShowMembers(R__insp);
12749 }
12750 
12751 namespace ROOT {
12752    // Wrapper around operator delete
12753    static void delete_TGLPlot3D(void *p) {
12754       delete ((::TGLPlot3D*)p);
12755    }
12756    static void deleteArray_TGLPlot3D(void *p) {
12757       delete [] ((::TGLPlot3D*)p);
12758    }
12759    static void destruct_TGLPlot3D(void *p) {
12760       typedef ::TGLPlot3D current_t;
12761       ((current_t*)p)->~current_t();
12762    }
12763 } // end of namespace ROOT for class ::TGLPlot3D
12764 
12765 //______________________________________________________________________________
12766 void TPointSet3DGL::Streamer(TBuffer &R__b)
12767 {
12768    // Stream an object of class TPointSet3DGL.
12769 
12770    if (R__b.IsReading()) {
12771       R__b.ReadClassBuffer(TPointSet3DGL::Class(),this);
12772    } else {
12773       R__b.WriteClassBuffer(TPointSet3DGL::Class(),this);
12774    }
12775 }
12776 
12777 //______________________________________________________________________________
12778 void TPointSet3DGL::ShowMembers(TMemberInspector &R__insp)
12779 {
12780       // Inspect the data members of an object of class TPointSet3DGL.
12781       TClass *R__cl = ::TPointSet3DGL::IsA();
12782       if (R__cl || R__insp.IsA()) { }
12783       TGLObject::ShowMembers(R__insp);
12784 }
12785 
12786 namespace ROOT {
12787    // Wrappers around operator new
12788    static void *new_TPointSet3DGL(void *p) {
12789       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TPointSet3DGL : new ::TPointSet3DGL;
12790    }
12791    static void *newArray_TPointSet3DGL(Long_t nElements, void *p) {
12792       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TPointSet3DGL[nElements] : new ::TPointSet3DGL[nElements];
12793    }
12794    // Wrapper around operator delete
12795    static void delete_TPointSet3DGL(void *p) {
12796       delete ((::TPointSet3DGL*)p);
12797    }
12798    static void deleteArray_TPointSet3DGL(void *p) {
12799       delete [] ((::TPointSet3DGL*)p);
12800    }
12801    static void destruct_TPointSet3DGL(void *p) {
12802       typedef ::TPointSet3DGL current_t;
12803       ((current_t*)p)->~current_t();
12804    }
12805 } // end of namespace ROOT for class ::TPointSet3DGL
12806 
12807 //______________________________________________________________________________
12808 void TGLFont::Streamer(TBuffer &R__b)
12809 {
12810    // Stream an object of class TGLFont.
12811 
12812    ::Error("TGLFont::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
12813 }
12814 
12815 //______________________________________________________________________________
12816 void TGLFont::ShowMembers(TMemberInspector &R__insp)
12817 {
12818       // Inspect the data members of an object of class TGLFont.
12819       TClass *R__cl = ::TGLFont::IsA();
12820       if (R__cl || R__insp.IsA()) { }
12821       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFont", &fFont);
12822       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fManager", &fManager);
12823       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDepth", &fDepth);
12824       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &fSize);
12825       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFile", &fFile);
12826       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMode", &fMode);
12827       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTrashCount", &fTrashCount);
12828 }
12829 
12830 namespace ROOT {
12831    // Wrappers around operator new
12832    static void *new_TGLFont(void *p) {
12833       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFont : new ::TGLFont;
12834    }
12835    static void *newArray_TGLFont(Long_t nElements, void *p) {
12836       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFont[nElements] : new ::TGLFont[nElements];
12837    }
12838    // Wrapper around operator delete
12839    static void delete_TGLFont(void *p) {
12840       delete ((::TGLFont*)p);
12841    }
12842    static void deleteArray_TGLFont(void *p) {
12843       delete [] ((::TGLFont*)p);
12844    }
12845    static void destruct_TGLFont(void *p) {
12846       typedef ::TGLFont current_t;
12847       ((current_t*)p)->~current_t();
12848    }
12849    // Wrapper around a custom streamer member function.
12850    static void streamer_TGLFont(TBuffer &buf, void *obj) {
12851       ((::TGLFont*)obj)->::TGLFont::Streamer(buf);
12852    }
12853 } // end of namespace ROOT for class ::TGLFont
12854 
12855 //______________________________________________________________________________
12856 void TGLFontManager::Streamer(TBuffer &R__b)
12857 {
12858    // Stream an object of class TGLFontManager.
12859 
12860    ::Error("TGLFontManager::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
12861 }
12862 
12863 //______________________________________________________________________________
12864 void TGLFontManager::ShowMembers(TMemberInspector &R__insp)
12865 {
12866       // Inspect the data members of an object of class TGLFontManager.
12867       TClass *R__cl = ::TGLFontManager::IsA();
12868       if (R__cl || R__insp.IsA()) { }
12869       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFontMap", (void*)&fFontMap);
12870       R__insp.InspectMember("TGLFontManager::FontMap_t", (void*)&fFontMap, "fFontMap.", false);
12871       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFontTrash", (void*)&fFontTrash);
12872       R__insp.InspectMember("TGLFontManager::FontList_t", (void*)&fFontTrash, "fFontTrash.", false);
12873 }
12874 
12875 namespace ROOT {
12876    // Wrappers around operator new
12877    static void *new_TGLFontManager(void *p) {
12878       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFontManager : new ::TGLFontManager;
12879    }
12880    static void *newArray_TGLFontManager(Long_t nElements, void *p) {
12881       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGLFontManager[nElements] : new ::TGLFontManager[nElements];
12882    }
12883    // Wrapper around operator delete
12884    static void delete_TGLFontManager(void *p) {
12885       delete ((::TGLFontManager*)p);
12886    }
12887    static void deleteArray_TGLFontManager(void *p) {
12888       delete [] ((::TGLFontManager*)p);
12889    }
12890    static void destruct_TGLFontManager(void *p) {
12891       typedef ::TGLFontManager current_t;
12892       ((current_t*)p)->~current_t();
12893    }
12894    // Wrapper around a custom streamer member function.
12895    static void streamer_TGLFontManager(TBuffer &buf, void *obj) {
12896       ((::TGLFontManager*)obj)->::TGLFontManager::Streamer(buf);
12897    }
12898 } // end of namespace ROOT for class ::TGLFontManager
12899 
12900 namespace ROOT {
12901    void maplETClassmUcOunsignedsPintgR_ShowMembers(void *obj, TMemberInspector &R__insp);
12902    static void maplETClassmUcOunsignedsPintgR_Dictionary();
12903    static void *new_maplETClassmUcOunsignedsPintgR(void *p = 0);
12904    static void *newArray_maplETClassmUcOunsignedsPintgR(Long_t size, void *p);
12905    static void delete_maplETClassmUcOunsignedsPintgR(void *p);
12906    static void deleteArray_maplETClassmUcOunsignedsPintgR(void *p);
12907    static void destruct_maplETClassmUcOunsignedsPintgR(void *p);
12908 
12909    // Function generating the singleton type initializer
12910    static TGenericClassInfo *GenerateInitInstanceLocal(const map<TClass*,unsigned int>*)
12911    {
12912       map<TClass*,unsigned int> *ptr = 0;
12913       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(map<TClass*,unsigned int>),0);
12914       static ::ROOT::TGenericClassInfo 
12915          instance("map<TClass*,unsigned int>", -2, "prec_stl/map", 63,
12916                   typeid(map<TClass*,unsigned int>), DefineBehavior(ptr, ptr),
12917                   0, &maplETClassmUcOunsignedsPintgR_Dictionary, isa_proxy, 0,
12918                   sizeof(map<TClass*,unsigned int>) );
12919       instance.SetNew(&new_maplETClassmUcOunsignedsPintgR);
12920       instance.SetNewArray(&newArray_maplETClassmUcOunsignedsPintgR);
12921       instance.SetDelete(&delete_maplETClassmUcOunsignedsPintgR);
12922       instance.SetDeleteArray(&deleteArray_maplETClassmUcOunsignedsPintgR);
12923       instance.SetDestructor(&destruct_maplETClassmUcOunsignedsPintgR);
12924       instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::MapInsert< map<TClass*,unsigned int> >()));
12925       return &instance;
12926    }
12927    // Static variable to force the class initialization
12928    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const map<TClass*,unsigned int>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
12929 
12930    // Dictionary for non-ClassDef classes
12931    static void maplETClassmUcOunsignedsPintgR_Dictionary() {
12932       ::ROOT::GenerateInitInstanceLocal((const map<TClass*,unsigned int>*)0x0)->GetClass();
12933    }
12934 
12935 } // end of namespace ROOT
12936 
12937 namespace ROOT {
12938    // Wrappers around operator new
12939    static void *new_maplETClassmUcOunsignedsPintgR(void *p) {
12940       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) map<TClass*,unsigned int> : new map<TClass*,unsigned int>;
12941    }
12942    static void *newArray_maplETClassmUcOunsignedsPintgR(Long_t nElements, void *p) {
12943       return p ? ::new((::ROOT::TOperatorNewHelper*)p) map<TClass*,unsigned int>[nElements] : new map<TClass*,unsigned int>[nElements];
12944    }
12945    // Wrapper around operator delete
12946    static void delete_maplETClassmUcOunsignedsPintgR(void *p) {
12947       delete ((map<TClass*,unsigned int>*)p);
12948    }
12949    static void deleteArray_maplETClassmUcOunsignedsPintgR(void *p) {
12950       delete [] ((map<TClass*,unsigned int>*)p);
12951    }
12952    static void destruct_maplETClassmUcOunsignedsPintgR(void *p) {
12953       typedef map<TClass*,unsigned int> current_t;
12954       ((current_t*)p)->~current_t();
12955    }
12956 } // end of namespace ROOT for class map<TClass*,unsigned int>
12957 
12958 namespace ROOT {
12959    void vectorlETGLScenecLcLDrawElement_tmUgR_ShowMembers(void *obj, TMemberInspector &R__insp);
12960    static void vectorlETGLScenecLcLDrawElement_tmUgR_Dictionary();
12961    static void *new_vectorlETGLScenecLcLDrawElement_tmUgR(void *p = 0);
12962    static void *newArray_vectorlETGLScenecLcLDrawElement_tmUgR(Long_t size, void *p);
12963    static void delete_vectorlETGLScenecLcLDrawElement_tmUgR(void *p);
12964    static void deleteArray_vectorlETGLScenecLcLDrawElement_tmUgR(void *p);
12965    static void destruct_vectorlETGLScenecLcLDrawElement_tmUgR(void *p);
12966 
12967    // Function generating the singleton type initializer
12968    static TGenericClassInfo *GenerateInitInstanceLocal(const vector<TGLScene::DrawElement_t*>*)
12969    {
12970       vector<TGLScene::DrawElement_t*> *ptr = 0;
12971       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<TGLScene::DrawElement_t*>),0);
12972       static ::ROOT::TGenericClassInfo 
12973          instance("vector<TGLScene::DrawElement_t*>", -2, "prec_stl/vector", 49,
12974                   typeid(vector<TGLScene::DrawElement_t*>), DefineBehavior(ptr, ptr),
12975                   0, &vectorlETGLScenecLcLDrawElement_tmUgR_Dictionary, isa_proxy, 0,
12976                   sizeof(vector<TGLScene::DrawElement_t*>) );
12977       instance.SetNew(&new_vectorlETGLScenecLcLDrawElement_tmUgR);
12978       instance.SetNewArray(&newArray_vectorlETGLScenecLcLDrawElement_tmUgR);
12979       instance.SetDelete(&delete_vectorlETGLScenecLcLDrawElement_tmUgR);
12980       instance.SetDeleteArray(&deleteArray_vectorlETGLScenecLcLDrawElement_tmUgR);
12981       instance.SetDestructor(&destruct_vectorlETGLScenecLcLDrawElement_tmUgR);
12982       instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<TGLScene::DrawElement_t*> >()));
12983       return &instance;
12984    }
12985    // Static variable to force the class initialization
12986    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<TGLScene::DrawElement_t*>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
12987 
12988    // Dictionary for non-ClassDef classes
12989    static void vectorlETGLScenecLcLDrawElement_tmUgR_Dictionary() {
12990       ::ROOT::GenerateInitInstanceLocal((const vector<TGLScene::DrawElement_t*>*)0x0)->GetClass();
12991    }
12992 
12993 } // end of namespace ROOT
12994 
12995 namespace ROOT {
12996    // Wrappers around operator new
12997    static void *new_vectorlETGLScenecLcLDrawElement_tmUgR(void *p) {
12998       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<TGLScene::DrawElement_t*> : new vector<TGLScene::DrawElement_t*>;
12999    }
13000    static void *newArray_vectorlETGLScenecLcLDrawElement_tmUgR(Long_t nElements, void *p) {
13001       return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<TGLScene::DrawElement_t*>[nElements] : new vector<TGLScene::DrawElement_t*>[nElements];
13002    }
13003    // Wrapper around operator delete
13004    static void delete_vectorlETGLScenecLcLDrawElement_tmUgR(void *p) {
13005       delete ((vector<TGLScene::DrawElement_t*>*)p);
13006    }
13007    static void deleteArray_vectorlETGLScenecLcLDrawElement_tmUgR(void *p) {
13008       delete [] ((vector<TGLScene::DrawElement_t*>*)p);
13009    }
13010    static void destruct_vectorlETGLScenecLcLDrawElement_tmUgR(void *p) {
13011       typedef vector<TGLScene::DrawElement_t*> current_t;
13012       ((current_t*)p)->~current_t();
13013    }
13014 } // end of namespace ROOT for class vector<TGLScene::DrawElement_t*>
13015 
13016 namespace ROOT {
13017    void vectorlETGLScenecLcLDrawElement_tgR_ShowMembers(void *obj, TMemberInspector &R__insp);
13018    static void vectorlETGLScenecLcLDrawElement_tgR_Dictionary();
13019    static void *new_vectorlETGLScenecLcLDrawElement_tgR(void *p = 0);
13020    static void *newArray_vectorlETGLScenecLcLDrawElement_tgR(Long_t size, void *p);
13021    static void delete_vectorlETGLScenecLcLDrawElement_tgR(void *p);
13022    static void deleteArray_vectorlETGLScenecLcLDrawElement_tgR(void *p);
13023    static void destruct_vectorlETGLScenecLcLDrawElement_tgR(void *p);
13024 
13025    // Function generating the singleton type initializer
13026    static TGenericClassInfo *GenerateInitInstanceLocal(const vector<TGLScene::DrawElement_t>*)
13027    {
13028       vector<TGLScene::DrawElement_t> *ptr = 0;
13029       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<TGLScene::DrawElement_t>),0);
13030       static ::ROOT::TGenericClassInfo 
13031          instance("vector<TGLScene::DrawElement_t>", -2, "prec_stl/vector", 49,
13032                   typeid(vector<TGLScene::DrawElement_t>), DefineBehavior(ptr, ptr),
13033                   0, &vectorlETGLScenecLcLDrawElement_tgR_Dictionary, isa_proxy, 0,
13034                   sizeof(vector<TGLScene::DrawElement_t>) );
13035       instance.SetNew(&new_vectorlETGLScenecLcLDrawElement_tgR);
13036       instance.SetNewArray(&newArray_vectorlETGLScenecLcLDrawElement_tgR);
13037       instance.SetDelete(&delete_vectorlETGLScenecLcLDrawElement_tgR);
13038       instance.SetDeleteArray(&deleteArray_vectorlETGLScenecLcLDrawElement_tgR);
13039       instance.SetDestructor(&destruct_vectorlETGLScenecLcLDrawElement_tgR);
13040       instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<TGLScene::DrawElement_t> >()));
13041       return &instance;
13042    }
13043    // Static variable to force the class initialization
13044    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<TGLScene::DrawElement_t>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
13045 
13046    // Dictionary for non-ClassDef classes
13047    static void vectorlETGLScenecLcLDrawElement_tgR_Dictionary() {
13048       ::ROOT::GenerateInitInstanceLocal((const vector<TGLScene::DrawElement_t>*)0x0)->GetClass();
13049    }
13050 
13051 } // end of namespace ROOT
13052 
13053 namespace ROOT {
13054    // Wrappers around operator new
13055    static void *new_vectorlETGLScenecLcLDrawElement_tgR(void *p) {
13056       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<TGLScene::DrawElement_t> : new vector<TGLScene::DrawElement_t>;
13057    }
13058    static void *newArray_vectorlETGLScenecLcLDrawElement_tgR(Long_t nElements, void *p) {
13059       return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<TGLScene::DrawElement_t>[nElements] : new vector<TGLScene::DrawElement_t>[nElements];
13060    }
13061    // Wrapper around operator delete
13062    static void delete_vectorlETGLScenecLcLDrawElement_tgR(void *p) {
13063       delete ((vector<TGLScene::DrawElement_t>*)p);
13064    }
13065    static void deleteArray_vectorlETGLScenecLcLDrawElement_tgR(void *p) {
13066       delete [] ((vector<TGLScene::DrawElement_t>*)p);
13067    }
13068    static void destruct_vectorlETGLScenecLcLDrawElement_tgR(void *p) {
13069       typedef vector<TGLScene::DrawElement_t> current_t;
13070       ((current_t*)p)->~current_t();
13071    }
13072 } // end of namespace ROOT for class vector<TGLScene::DrawElement_t>
13073 
13074 namespace ROOT {
13075    void vectorlEconstsPTGLPhysicalShapemUgR_ShowMembers(void *obj, TMemberInspector &R__insp);
13076    static void vectorlEconstsPTGLPhysicalShapemUgR_Dictionary();
13077    static void *new_vectorlEconstsPTGLPhysicalShapemUgR(void *p = 0);
13078    static void *newArray_vectorlEconstsPTGLPhysicalShapemUgR(Long_t size, void *p);
13079    static void delete_vectorlEconstsPTGLPhysicalShapemUgR(void *p);
13080    static void deleteArray_vectorlEconstsPTGLPhysicalShapemUgR(void *p);
13081    static void destruct_vectorlEconstsPTGLPhysicalShapemUgR(void *p);
13082 
13083    // Function generating the singleton type initializer
13084    static TGenericClassInfo *GenerateInitInstanceLocal(const vector<const TGLPhysicalShape*>*)
13085    {
13086       vector<const TGLPhysicalShape*> *ptr = 0;
13087       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<const TGLPhysicalShape*>),0);
13088       static ::ROOT::TGenericClassInfo 
13089          instance("vector<const TGLPhysicalShape*>", -2, "prec_stl/vector", 49,
13090                   typeid(vector<const TGLPhysicalShape*>), DefineBehavior(ptr, ptr),
13091                   0, &vectorlEconstsPTGLPhysicalShapemUgR_Dictionary, isa_proxy, 0,
13092                   sizeof(vector<const TGLPhysicalShape*>) );
13093       instance.SetNew(&new_vectorlEconstsPTGLPhysicalShapemUgR);
13094       instance.SetNewArray(&newArray_vectorlEconstsPTGLPhysicalShapemUgR);
13095       instance.SetDelete(&delete_vectorlEconstsPTGLPhysicalShapemUgR);
13096       instance.SetDeleteArray(&deleteArray_vectorlEconstsPTGLPhysicalShapemUgR);
13097       instance.SetDestructor(&destruct_vectorlEconstsPTGLPhysicalShapemUgR);
13098       instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<const TGLPhysicalShape*> >()));
13099       return &instance;
13100    }
13101    // Static variable to force the class initialization
13102    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<const TGLPhysicalShape*>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
13103 
13104    // Dictionary for non-ClassDef classes
13105    static void vectorlEconstsPTGLPhysicalShapemUgR_Dictionary() {
13106       ::ROOT::GenerateInitInstanceLocal((const vector<const TGLPhysicalShape*>*)0x0)->GetClass();
13107    }
13108 
13109 } // end of namespace ROOT
13110 
13111 namespace ROOT {
13112    // Wrappers around operator new
13113    static void *new_vectorlEconstsPTGLPhysicalShapemUgR(void *p) {
13114       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<const TGLPhysicalShape*> : new vector<const TGLPhysicalShape*>;
13115    }
13116    static void *newArray_vectorlEconstsPTGLPhysicalShapemUgR(Long_t nElements, void *p) {
13117       return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<const TGLPhysicalShape*>[nElements] : new vector<const TGLPhysicalShape*>[nElements];
13118    }
13119    // Wrapper around operator delete
13120    static void delete_vectorlEconstsPTGLPhysicalShapemUgR(void *p) {
13121       delete ((vector<const TGLPhysicalShape*>*)p);
13122    }
13123    static void deleteArray_vectorlEconstsPTGLPhysicalShapemUgR(void *p) {
13124       delete [] ((vector<const TGLPhysicalShape*>*)p);
13125    }
13126    static void destruct_vectorlEconstsPTGLPhysicalShapemUgR(void *p) {
13127       typedef vector<const TGLPhysicalShape*> current_t;
13128       ((current_t*)p)->~current_t();
13129    }
13130 } // end of namespace ROOT for class vector<const TGLPhysicalShape*>
13131 
13132 /********************************************************
13133 * graf3d/gl/src/G__GL.cxx
13134 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
13135 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
13136 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
13137 ********************************************************/
13138 
13139 #ifdef G__MEMTEST
13140 #undef malloc
13141 #undef free
13142 #endif
13143 
13144 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
13145 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
13146 #endif
13147 
13148 extern "C" void G__cpp_reset_tagtableG__GL();
13149 
13150 extern "C" void G__set_cpp_environmentG__GL() {
13151   G__add_compiledheader("TObject.h");
13152   G__add_compiledheader("TMemberInspector.h");
13153   G__add_compiledheader("TArcBall.h");
13154   G__add_compiledheader("TF2GL.h");
13155   G__add_compiledheader("TGL5DDataSetEditor.h");
13156   G__add_compiledheader("TGL5D.h");
13157   G__add_compiledheader("TGLAdapter.h");
13158   G__add_compiledheader("TGLAnnotation.h");
13159   G__add_compiledheader("TGLAutoRotator.h");
13160   G__add_compiledheader("TGLAxis.h");
13161   G__add_compiledheader("TGLAxisPainter.h");
13162   G__add_compiledheader("TGLBoundingBox.h");
13163   G__add_compiledheader("TGLBoxPainter.h");
13164   G__add_compiledheader("TGLCameraGuide.h");
13165   G__add_compiledheader("TGLCamera.h");
13166   G__add_compiledheader("TGLCameraOverlay.h");
13167   G__add_compiledheader("TGLClip.h");
13168   G__add_compiledheader("TGLClipSetEditor.h");
13169   G__add_compiledheader("TGLContext.h");
13170   G__add_compiledheader("TGLCylinder.h");
13171   G__add_compiledheader("TGLEmbeddedViewer.h");
13172   G__add_compiledheader("TGLEventHandler.h");
13173   G__add_compiledheader("TGLFaceSet.h");
13174   G__add_compiledheader("TGLFBO.h");
13175   G__add_compiledheader("TGLFontManager.h");
13176   G__add_compiledheader("TGLFormat.h");
13177   G__add_compiledheader("TGLH2PolyPainter.h");
13178   G__add_compiledheader("TGLHistPainter.h");
13179   G__add_compiledheader("TGLLegoPainter.h");
13180   G__add_compiledheader("TGLLightSetEditor.h");
13181   G__add_compiledheader("TGLLightSet.h");
13182   G__add_compiledheader("TGLLockable.h");
13183   G__add_compiledheader("TGLLogicalShape.h");
13184   G__add_compiledheader("TGLManip.h");
13185   G__add_compiledheader("TGLManipSet.h");
13186   G__add_compiledheader("TGLObject.h");
13187   G__add_compiledheader("TGLOrthoCamera.h");
13188   G__add_compiledheader("TGLOutput.h");
13189   G__add_compiledheader("TGLOverlayButton.h");
13190   G__add_compiledheader("TGLOverlay.h");
13191   G__add_compiledheader("TGLPadPainter.h");
13192   G__add_compiledheader("TGLPadUtils.h");
13193   G__add_compiledheader("TGLParametricEquationGL.h");
13194   G__add_compiledheader("TGLParametric.h");
13195   G__add_compiledheader("TGLPerspectiveCamera.h");
13196   G__add_compiledheader("TGLPhysicalShape.h");
13197   G__add_compiledheader("TGLPlot3D.h");
13198   G__add_compiledheader("TGLPlotBox.h");
13199   G__add_compiledheader("TGLPlotCamera.h");
13200   G__add_compiledheader("TGLPlotPainter.h");
13201   G__add_compiledheader("TGLPolyLine.h");
13202   G__add_compiledheader("TGLPolyMarker.h");
13203   G__add_compiledheader("TGLPShapeObjEditor.h");
13204   G__add_compiledheader("TGLPShapeObj.h");
13205   G__add_compiledheader("TGLPShapeRef.h");
13206   G__add_compiledheader("TGLQuadric.h");
13207   G__add_compiledheader("TGLRnrCtx.h");
13208   G__add_compiledheader("TGLRotateManip.h");
13209   G__add_compiledheader("TGLSAFrame.h");
13210   G__add_compiledheader("TGLSAViewer.h");
13211   G__add_compiledheader("TGLScaleManip.h");
13212   G__add_compiledheader("TGLSceneBase.h");
13213   G__add_compiledheader("TGLScene.h");
13214   G__add_compiledheader("TGLSceneInfo.h");
13215   G__add_compiledheader("TGLScenePad.h");
13216   G__add_compiledheader("TGLSelectBuffer.h");
13217   G__add_compiledheader("TGLSelectRecord.h");
13218   G__add_compiledheader("TGLSphere.h");
13219   G__add_compiledheader("TGLStopwatch.h");
13220   G__add_compiledheader("TGLSurfacePainter.h");
13221   G__add_compiledheader("TGLText.h");
13222   G__add_compiledheader("TGLTF3Painter.h");
13223   G__add_compiledheader("TGLTH3Composition.h");
13224   G__add_compiledheader("TGLTransManip.h");
13225   G__add_compiledheader("TGLUtil.h");
13226   G__add_compiledheader("TGLViewerBase.h");
13227   G__add_compiledheader("TGLViewerEditor.h");
13228   G__add_compiledheader("TGLViewer.h");
13229   G__add_compiledheader("TGLWidget.h");
13230   G__add_compiledheader("TH2GL.h");
13231   G__add_compiledheader("TH3GL.h");
13232   G__add_compiledheader("TPointSet3DGL.h");
13233   G__add_compiledheader("TX11GL.h");
13234   G__cpp_reset_tagtableG__GL();
13235 }
13236 #include <new>
13237 extern "C" int G__cpp_dllrevG__GL() { return(30051515); }
13238 
13239 /*********************************************************
13240 * Member function Interface Method
13241 *********************************************************/
13242 
13243 /* TArcBall */
13244 static int G__G__GL_100_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13245 {
13246    TArcBall* p = NULL;
13247    char* gvp = (char*) G__getgvp();
13248    switch (libp->paran) {
13249    case 2:
13250      //m: 2
13251      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13252        p = new TArcBall((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
13253      } else {
13254        p = new((void*) gvp) TArcBall((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
13255      }
13256      break;
13257    case 1:
13258      //m: 1
13259      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13260        p = new TArcBall((UInt_t) G__int(libp->para[0]));
13261      } else {
13262        p = new((void*) gvp) TArcBall((UInt_t) G__int(libp->para[0]));
13263      }
13264      break;
13265    case 0:
13266      int n = G__getaryconstruct();
13267      if (n) {
13268        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13269          p = new TArcBall[n];
13270        } else {
13271          p = new((void*) gvp) TArcBall[n];
13272        }
13273      } else {
13274        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13275          p = new TArcBall;
13276        } else {
13277          p = new((void*) gvp) TArcBall;
13278        }
13279      }
13280      break;
13281    }
13282    result7->obj.i = (long) p;
13283    result7->ref = (long) p;
13284    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TArcBall));
13285    return(1 || funcname || hash || result7 || libp) ;
13286 }
13287 
13288 static int G__G__GL_100_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13289 {
13290       ((TArcBall*) G__getstructoffset())->SetBounds((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
13291       G__setnull(result7);
13292    return(1 || funcname || hash || result7 || libp) ;
13293 }
13294 
13295 static int G__G__GL_100_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13296 {
13297       ((TArcBall*) G__getstructoffset())->Click(*(TPoint*) libp->para[0].ref);
13298       G__setnull(result7);
13299    return(1 || funcname || hash || result7 || libp) ;
13300 }
13301 
13302 static int G__G__GL_100_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13303 {
13304       ((TArcBall*) G__getstructoffset())->Drag(*(TPoint*) libp->para[0].ref);
13305       G__setnull(result7);
13306    return(1 || funcname || hash || result7 || libp) ;
13307 }
13308 
13309 static int G__G__GL_100_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13310 {
13311       G__letint(result7, 68, (long) ((const TArcBall*) G__getstructoffset())->GetRotMatrix());
13312    return(1 || funcname || hash || result7 || libp) ;
13313 }
13314 
13315 static int G__G__GL_100_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13316 {
13317       G__letint(result7, 85, (long) TArcBall::Class());
13318    return(1 || funcname || hash || result7 || libp) ;
13319 }
13320 
13321 static int G__G__GL_100_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13322 {
13323       G__letint(result7, 67, (long) TArcBall::Class_Name());
13324    return(1 || funcname || hash || result7 || libp) ;
13325 }
13326 
13327 static int G__G__GL_100_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13328 {
13329       G__letint(result7, 115, (long) TArcBall::Class_Version());
13330    return(1 || funcname || hash || result7 || libp) ;
13331 }
13332 
13333 static int G__G__GL_100_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13334 {
13335       TArcBall::Dictionary();
13336       G__setnull(result7);
13337    return(1 || funcname || hash || result7 || libp) ;
13338 }
13339 
13340 static int G__G__GL_100_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13341 {
13342       G__letint(result7, 85, (long) ((const TArcBall*) G__getstructoffset())->IsA());
13343    return(1 || funcname || hash || result7 || libp) ;
13344 }
13345 
13346 static int G__G__GL_100_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13347 {
13348       ((TArcBall*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
13349       G__setnull(result7);
13350    return(1 || funcname || hash || result7 || libp) ;
13351 }
13352 
13353 static int G__G__GL_100_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13354 {
13355       ((TArcBall*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
13356       G__setnull(result7);
13357    return(1 || funcname || hash || result7 || libp) ;
13358 }
13359 
13360 static int G__G__GL_100_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13361 {
13362       ((TArcBall*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13363       G__setnull(result7);
13364    return(1 || funcname || hash || result7 || libp) ;
13365 }
13366 
13367 static int G__G__GL_100_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13368 {
13369       G__letint(result7, 67, (long) TArcBall::DeclFileName());
13370    return(1 || funcname || hash || result7 || libp) ;
13371 }
13372 
13373 static int G__G__GL_100_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13374 {
13375       G__letint(result7, 105, (long) TArcBall::ImplFileLine());
13376    return(1 || funcname || hash || result7 || libp) ;
13377 }
13378 
13379 static int G__G__GL_100_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13380 {
13381       G__letint(result7, 67, (long) TArcBall::ImplFileName());
13382    return(1 || funcname || hash || result7 || libp) ;
13383 }
13384 
13385 static int G__G__GL_100_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13386 {
13387       G__letint(result7, 105, (long) TArcBall::DeclFileLine());
13388    return(1 || funcname || hash || result7 || libp) ;
13389 }
13390 
13391 // automatic destructor
13392 typedef TArcBall G__TTArcBall;
13393 static int G__G__GL_100_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13394 {
13395    char* gvp = (char*) G__getgvp();
13396    long soff = G__getstructoffset();
13397    int n = G__getaryconstruct();
13398    //
13399    //has_a_delete: 0
13400    //has_own_delete1arg: 0
13401    //has_own_delete2arg: 0
13402    //
13403    if (!soff) {
13404      return(1);
13405    }
13406    if (n) {
13407      if (gvp == (char*)G__PVOID) {
13408        delete[] (TArcBall*) soff;
13409      } else {
13410        G__setgvp((long) G__PVOID);
13411        for (int i = n - 1; i >= 0; --i) {
13412          ((TArcBall*) (soff+(sizeof(TArcBall)*i)))->~G__TTArcBall();
13413        }
13414        G__setgvp((long)gvp);
13415      }
13416    } else {
13417      if (gvp == (char*)G__PVOID) {
13418        delete (TArcBall*) soff;
13419      } else {
13420        G__setgvp((long) G__PVOID);
13421        ((TArcBall*) (soff))->~G__TTArcBall();
13422        G__setgvp((long)gvp);
13423      }
13424    }
13425    G__setnull(result7);
13426    return(1 || funcname || hash || result7 || libp) ;
13427 }
13428 
13429 
13430 /* TGLBoundingBox */
13431 static int G__G__GL_102_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13432 {
13433    TGLBoundingBox* p = NULL;
13434    char* gvp = (char*) G__getgvp();
13435    int n = G__getaryconstruct();
13436    if (n) {
13437      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13438        p = new TGLBoundingBox[n];
13439      } else {
13440        p = new((void*) gvp) TGLBoundingBox[n];
13441      }
13442    } else {
13443      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13444        p = new TGLBoundingBox;
13445      } else {
13446        p = new((void*) gvp) TGLBoundingBox;
13447      }
13448    }
13449    result7->obj.i = (long) p;
13450    result7->ref = (long) p;
13451    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox));
13452    return(1 || funcname || hash || result7 || libp) ;
13453 }
13454 
13455 static int G__G__GL_102_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13456 {
13457    TGLBoundingBox* p = NULL;
13458    char* gvp = (char*) G__getgvp();
13459    //m: 1
13460    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13461      p = new TGLBoundingBox((TGLVertex3*) G__int(libp->para[0]));
13462    } else {
13463      p = new((void*) gvp) TGLBoundingBox((TGLVertex3*) G__int(libp->para[0]));
13464    }
13465    result7->obj.i = (long) p;
13466    result7->ref = (long) p;
13467    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox));
13468    return(1 || funcname || hash || result7 || libp) ;
13469 }
13470 
13471 static int G__G__GL_102_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13472 {
13473    TGLBoundingBox* p = NULL;
13474   struct G__aRyp0 { Double_t a[1][3]; }* G__Ap0 = (struct G__aRyp0*) G__int(libp->para[0]);
13475    char* gvp = (char*) G__getgvp();
13476    //m: 1
13477    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13478      p = new TGLBoundingBox(G__Ap0->a);
13479    } else {
13480      p = new((void*) gvp) TGLBoundingBox(G__Ap0->a);
13481    }
13482    result7->obj.i = (long) p;
13483    result7->ref = (long) p;
13484    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox));
13485    return(1 || funcname || hash || result7 || libp) ;
13486 }
13487 
13488 static int G__G__GL_102_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13489 {
13490    TGLBoundingBox* p = NULL;
13491    char* gvp = (char*) G__getgvp();
13492    //m: 2
13493    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13494      p = new TGLBoundingBox(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
13495    } else {
13496      p = new((void*) gvp) TGLBoundingBox(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
13497    }
13498    result7->obj.i = (long) p;
13499    result7->ref = (long) p;
13500    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox));
13501    return(1 || funcname || hash || result7 || libp) ;
13502 }
13503 
13504 static int G__G__GL_102_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13505 {
13506    TGLBoundingBox* p = NULL;
13507    char* gvp = (char*) G__getgvp();
13508    //m: 1
13509    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13510      p = new TGLBoundingBox(*(TGLBoundingBox*) libp->para[0].ref);
13511    } else {
13512      p = new((void*) gvp) TGLBoundingBox(*(TGLBoundingBox*) libp->para[0].ref);
13513    }
13514    result7->obj.i = (long) p;
13515    result7->ref = (long) p;
13516    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox));
13517    return(1 || funcname || hash || result7 || libp) ;
13518 }
13519 
13520 static int G__G__GL_102_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13521 {
13522       {
13523          const TGLBoundingBox& obj = ((TGLBoundingBox*) G__getstructoffset())->operator=(*(TGLBoundingBox*) libp->para[0].ref);
13524          result7->ref = (long) (&obj);
13525          result7->obj.i = (long) (&obj);
13526       }
13527    return(1 || funcname || hash || result7 || libp) ;
13528 }
13529 
13530 static int G__G__GL_102_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13531 {
13532       ((TGLBoundingBox*) G__getstructoffset())->Set((TGLVertex3*) G__int(libp->para[0]));
13533       G__setnull(result7);
13534    return(1 || funcname || hash || result7 || libp) ;
13535 }
13536 
13537 static int G__G__GL_102_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13538 {
13539   struct G__aRyp0 { Double_t a[1][3]; }* G__Ap0 = (struct G__aRyp0*) G__int(libp->para[0]);
13540       ((TGLBoundingBox*) G__getstructoffset())->Set(G__Ap0->a);
13541       G__setnull(result7);
13542    return(1 || funcname || hash || result7 || libp) ;
13543 }
13544 
13545 static int G__G__GL_102_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13546 {
13547       ((TGLBoundingBox*) G__getstructoffset())->Set(*(TGLBoundingBox*) libp->para[0].ref);
13548       G__setnull(result7);
13549    return(1 || funcname || hash || result7 || libp) ;
13550 }
13551 
13552 static int G__G__GL_102_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13553 {
13554       ((TGLBoundingBox*) G__getstructoffset())->SetEmpty();
13555       G__setnull(result7);
13556    return(1 || funcname || hash || result7 || libp) ;
13557 }
13558 
13559 static int G__G__GL_102_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13560 {
13561       ((TGLBoundingBox*) G__getstructoffset())->SetAligned(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
13562       G__setnull(result7);
13563    return(1 || funcname || hash || result7 || libp) ;
13564 }
13565 
13566 static int G__G__GL_102_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13567 {
13568       ((TGLBoundingBox*) G__getstructoffset())->SetAligned((UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
13569       G__setnull(result7);
13570    return(1 || funcname || hash || result7 || libp) ;
13571 }
13572 
13573 static int G__G__GL_102_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13574 {
13575       ((TGLBoundingBox*) G__getstructoffset())->MergeAligned(*(TGLBoundingBox*) libp->para[0].ref);
13576       G__setnull(result7);
13577    return(1 || funcname || hash || result7 || libp) ;
13578 }
13579 
13580 static int G__G__GL_102_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13581 {
13582       ((TGLBoundingBox*) G__getstructoffset())->ExpandAligned(*(TGLVertex3*) libp->para[0].ref);
13583       G__setnull(result7);
13584    return(1 || funcname || hash || result7 || libp) ;
13585 }
13586 
13587 static int G__G__GL_102_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13588 {
13589       ((TGLBoundingBox*) G__getstructoffset())->Transform(*(TGLMatrix*) libp->para[0].ref);
13590       G__setnull(result7);
13591    return(1 || funcname || hash || result7 || libp) ;
13592 }
13593 
13594 static int G__G__GL_102_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13595 {
13596       ((TGLBoundingBox*) G__getstructoffset())->Scale((Double_t) G__double(libp->para[0]));
13597       G__setnull(result7);
13598    return(1 || funcname || hash || result7 || libp) ;
13599 }
13600 
13601 static int G__G__GL_102_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13602 {
13603       ((TGLBoundingBox*) G__getstructoffset())->Scale((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13604 , (Double_t) G__double(libp->para[2]));
13605       G__setnull(result7);
13606    return(1 || funcname || hash || result7 || libp) ;
13607 }
13608 
13609 static int G__G__GL_102_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13610 {
13611       ((TGLBoundingBox*) G__getstructoffset())->Translate(*(TGLVector3*) libp->para[0].ref);
13612       G__setnull(result7);
13613    return(1 || funcname || hash || result7 || libp) ;
13614 }
13615 
13616 static int G__G__GL_102_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13617 {
13618       {
13619          const TGLVertex3& obj = ((const TGLBoundingBox*) G__getstructoffset())->operator[]((UInt_t) G__int(libp->para[0]));
13620          result7->ref = (long) (&obj);
13621          result7->obj.i = (long) (&obj);
13622       }
13623    return(1 || funcname || hash || result7 || libp) ;
13624 }
13625 
13626 static int G__G__GL_102_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13627 {
13628       {
13629          const TGLVertex3& obj = ((const TGLBoundingBox*) G__getstructoffset())->Vertex((UInt_t) G__int(libp->para[0]));
13630          result7->ref = (long) (&obj);
13631          result7->obj.i = (long) (&obj);
13632       }
13633    return(1 || funcname || hash || result7 || libp) ;
13634 }
13635 
13636 static int G__G__GL_102_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13637 {
13638       G__letdouble(result7, 100, (double) ((const TGLBoundingBox*) G__getstructoffset())->XMin());
13639    return(1 || funcname || hash || result7 || libp) ;
13640 }
13641 
13642 static int G__G__GL_102_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13643 {
13644       G__letdouble(result7, 100, (double) ((const TGLBoundingBox*) G__getstructoffset())->XMax());
13645    return(1 || funcname || hash || result7 || libp) ;
13646 }
13647 
13648 static int G__G__GL_102_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13649 {
13650       G__letdouble(result7, 100, (double) ((const TGLBoundingBox*) G__getstructoffset())->YMin());
13651    return(1 || funcname || hash || result7 || libp) ;
13652 }
13653 
13654 static int G__G__GL_102_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13655 {
13656       G__letdouble(result7, 100, (double) ((const TGLBoundingBox*) G__getstructoffset())->YMax());
13657    return(1 || funcname || hash || result7 || libp) ;
13658 }
13659 
13660 static int G__G__GL_102_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13661 {
13662       G__letdouble(result7, 100, (double) ((const TGLBoundingBox*) G__getstructoffset())->ZMin());
13663    return(1 || funcname || hash || result7 || libp) ;
13664 }
13665 
13666 static int G__G__GL_102_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13667 {
13668       G__letdouble(result7, 100, (double) ((const TGLBoundingBox*) G__getstructoffset())->ZMax());
13669    return(1 || funcname || hash || result7 || libp) ;
13670 }
13671 
13672 static int G__G__GL_102_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13673 {
13674       {
13675          const TGLVertex3* pobj;
13676          const TGLVertex3 xobj = ((const TGLBoundingBox*) G__getstructoffset())->MinAAVertex();
13677          pobj = new TGLVertex3(xobj);
13678          result7->obj.i = (long) ((void*) pobj);
13679          result7->ref = result7->obj.i;
13680          G__store_tempobject(*result7);
13681       }
13682    return(1 || funcname || hash || result7 || libp) ;
13683 }
13684 
13685 static int G__G__GL_102_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13686 {
13687       {
13688          const TGLVertex3* pobj;
13689          const TGLVertex3 xobj = ((const TGLBoundingBox*) G__getstructoffset())->MaxAAVertex();
13690          pobj = new TGLVertex3(xobj);
13691          result7->obj.i = (long) ((void*) pobj);
13692          result7->ref = result7->obj.i;
13693          G__store_tempobject(*result7);
13694       }
13695    return(1 || funcname || hash || result7 || libp) ;
13696 }
13697 
13698 static int G__G__GL_102_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13699 {
13700       G__letint(result7, 85, (long) ((const TGLBoundingBox*) G__getstructoffset())->Vertices());
13701    return(1 || funcname || hash || result7 || libp) ;
13702 }
13703 
13704 static int G__G__GL_102_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13705 {
13706       G__letint(result7, 105, (long) ((const TGLBoundingBox*) G__getstructoffset())->NumVertices());
13707    return(1 || funcname || hash || result7 || libp) ;
13708 }
13709 
13710 static int G__G__GL_102_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13711 {
13712       {
13713          const vector<UInt_t>& obj = ((const TGLBoundingBox*) G__getstructoffset())->FaceVertices((TGLBoundingBox::EFace) G__int(libp->para[0]));
13714          result7->ref = (long) (&obj);
13715          result7->obj.i = (long) (&obj);
13716       }
13717    return(1 || funcname || hash || result7 || libp) ;
13718 }
13719 
13720 static int G__G__GL_102_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13721 {
13722       {
13723          const TGLVertex3* pobj;
13724          const TGLVertex3 xobj = ((const TGLBoundingBox*) G__getstructoffset())->Center();
13725          pobj = new TGLVertex3(xobj);
13726          result7->obj.i = (long) ((void*) pobj);
13727          result7->ref = result7->obj.i;
13728          G__store_tempobject(*result7);
13729       }
13730    return(1 || funcname || hash || result7 || libp) ;
13731 }
13732 
13733 static int G__G__GL_102_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13734 {
13735       {
13736          const TGLVector3* pobj;
13737          const TGLVector3 xobj = ((const TGLBoundingBox*) G__getstructoffset())->Extents();
13738          pobj = new TGLVector3(xobj);
13739          result7->obj.i = (long) ((void*) pobj);
13740          result7->ref = result7->obj.i;
13741          G__store_tempobject(*result7);
13742       }
13743    return(1 || funcname || hash || result7 || libp) ;
13744 }
13745 
13746 static int G__G__GL_102_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13747 {
13748    switch (libp->paran) {
13749    case 2:
13750       {
13751          const TGLVector3& obj = ((const TGLBoundingBox*) G__getstructoffset())->Axis((UInt_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
13752          result7->ref = (long) (&obj);
13753          result7->obj.i = (long) (&obj);
13754       }
13755       break;
13756    case 1:
13757       {
13758          const TGLVector3& obj = ((const TGLBoundingBox*) G__getstructoffset())->Axis((UInt_t) G__int(libp->para[0]));
13759          result7->ref = (long) (&obj);
13760          result7->obj.i = (long) (&obj);
13761       }
13762       break;
13763    }
13764    return(1 || funcname || hash || result7 || libp) ;
13765 }
13766 
13767 static int G__G__GL_102_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13768 {
13769       G__letint(result7, 103, (long) ((const TGLBoundingBox*) G__getstructoffset())->IsEmpty());
13770    return(1 || funcname || hash || result7 || libp) ;
13771 }
13772 
13773 static int G__G__GL_102_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13774 {
13775       G__letdouble(result7, 100, (double) ((const TGLBoundingBox*) G__getstructoffset())->Volume());
13776    return(1 || funcname || hash || result7 || libp) ;
13777 }
13778 
13779 static int G__G__GL_102_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13780 {
13781       G__letdouble(result7, 100, (double) ((const TGLBoundingBox*) G__getstructoffset())->Diagonal());
13782    return(1 || funcname || hash || result7 || libp) ;
13783 }
13784 
13785 static int G__G__GL_102_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13786 {
13787       ((const TGLBoundingBox*) G__getstructoffset())->PlaneSet(*(TGLPlaneSet_t*) libp->para[0].ref);
13788       G__setnull(result7);
13789    return(1 || funcname || hash || result7 || libp) ;
13790 }
13791 
13792 static int G__G__GL_102_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13793 {
13794       {
13795          const TGLPlane* pobj;
13796          const TGLPlane xobj = ((const TGLBoundingBox*) G__getstructoffset())->GetNearPlane();
13797          pobj = new TGLPlane(xobj);
13798          result7->obj.i = (long) ((void*) pobj);
13799          result7->ref = result7->obj.i;
13800          G__store_tempobject(*result7);
13801       }
13802    return(1 || funcname || hash || result7 || libp) ;
13803 }
13804 
13805 static int G__G__GL_102_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13806 {
13807       G__letint(result7, 105, (long) ((const TGLBoundingBox*) G__getstructoffset())->Overlap(*(TGLPlane*) libp->para[0].ref));
13808    return(1 || funcname || hash || result7 || libp) ;
13809 }
13810 
13811 static int G__G__GL_102_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13812 {
13813       G__letint(result7, 105, (long) ((const TGLBoundingBox*) G__getstructoffset())->Overlap(*(TGLBoundingBox*) libp->para[0].ref));
13814    return(1 || funcname || hash || result7 || libp) ;
13815 }
13816 
13817 static int G__G__GL_102_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13818 {
13819    switch (libp->paran) {
13820    case 1:
13821       ((const TGLBoundingBox*) G__getstructoffset())->Draw((Bool_t) G__int(libp->para[0]));
13822       G__setnull(result7);
13823       break;
13824    case 0:
13825       ((const TGLBoundingBox*) G__getstructoffset())->Draw();
13826       G__setnull(result7);
13827       break;
13828    }
13829    return(1 || funcname || hash || result7 || libp) ;
13830 }
13831 
13832 static int G__G__GL_102_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13833 {
13834       ((const TGLBoundingBox*) G__getstructoffset())->Dump();
13835       G__setnull(result7);
13836    return(1 || funcname || hash || result7 || libp) ;
13837 }
13838 
13839 static int G__G__GL_102_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13840 {
13841       G__letint(result7, 85, (long) TGLBoundingBox::Class());
13842    return(1 || funcname || hash || result7 || libp) ;
13843 }
13844 
13845 static int G__G__GL_102_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13846 {
13847       G__letint(result7, 67, (long) TGLBoundingBox::Class_Name());
13848    return(1 || funcname || hash || result7 || libp) ;
13849 }
13850 
13851 static int G__G__GL_102_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13852 {
13853       G__letint(result7, 115, (long) TGLBoundingBox::Class_Version());
13854    return(1 || funcname || hash || result7 || libp) ;
13855 }
13856 
13857 static int G__G__GL_102_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13858 {
13859       TGLBoundingBox::Dictionary();
13860       G__setnull(result7);
13861    return(1 || funcname || hash || result7 || libp) ;
13862 }
13863 
13864 static int G__G__GL_102_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13865 {
13866       G__letint(result7, 85, (long) ((const TGLBoundingBox*) G__getstructoffset())->IsA());
13867    return(1 || funcname || hash || result7 || libp) ;
13868 }
13869 
13870 static int G__G__GL_102_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13871 {
13872       ((TGLBoundingBox*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
13873       G__setnull(result7);
13874    return(1 || funcname || hash || result7 || libp) ;
13875 }
13876 
13877 static int G__G__GL_102_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13878 {
13879       ((TGLBoundingBox*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
13880       G__setnull(result7);
13881    return(1 || funcname || hash || result7 || libp) ;
13882 }
13883 
13884 static int G__G__GL_102_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13885 {
13886       ((TGLBoundingBox*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13887       G__setnull(result7);
13888    return(1 || funcname || hash || result7 || libp) ;
13889 }
13890 
13891 static int G__G__GL_102_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13892 {
13893       G__letint(result7, 67, (long) TGLBoundingBox::DeclFileName());
13894    return(1 || funcname || hash || result7 || libp) ;
13895 }
13896 
13897 static int G__G__GL_102_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13898 {
13899       G__letint(result7, 105, (long) TGLBoundingBox::ImplFileLine());
13900    return(1 || funcname || hash || result7 || libp) ;
13901 }
13902 
13903 static int G__G__GL_102_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13904 {
13905       G__letint(result7, 67, (long) TGLBoundingBox::ImplFileName());
13906    return(1 || funcname || hash || result7 || libp) ;
13907 }
13908 
13909 static int G__G__GL_102_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13910 {
13911       G__letint(result7, 105, (long) TGLBoundingBox::DeclFileLine());
13912    return(1 || funcname || hash || result7 || libp) ;
13913 }
13914 
13915 // automatic destructor
13916 typedef TGLBoundingBox G__TTGLBoundingBox;
13917 static int G__G__GL_102_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13918 {
13919    char* gvp = (char*) G__getgvp();
13920    long soff = G__getstructoffset();
13921    int n = G__getaryconstruct();
13922    //
13923    //has_a_delete: 0
13924    //has_own_delete1arg: 0
13925    //has_own_delete2arg: 0
13926    //
13927    if (!soff) {
13928      return(1);
13929    }
13930    if (n) {
13931      if (gvp == (char*)G__PVOID) {
13932        delete[] (TGLBoundingBox*) soff;
13933      } else {
13934        G__setgvp((long) G__PVOID);
13935        for (int i = n - 1; i >= 0; --i) {
13936          ((TGLBoundingBox*) (soff+(sizeof(TGLBoundingBox)*i)))->~G__TTGLBoundingBox();
13937        }
13938        G__setgvp((long)gvp);
13939      }
13940    } else {
13941      if (gvp == (char*)G__PVOID) {
13942        delete (TGLBoundingBox*) soff;
13943      } else {
13944        G__setgvp((long) G__PVOID);
13945        ((TGLBoundingBox*) (soff))->~G__TTGLBoundingBox();
13946        G__setgvp((long)gvp);
13947      }
13948    }
13949    G__setnull(result7);
13950    return(1 || funcname || hash || result7 || libp) ;
13951 }
13952 
13953 
13954 /* TGLCamera */
13955 static int G__G__GL_103_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13956 {
13957       G__letint(result7, 103, (long) ((const TGLCamera*) G__getstructoffset())->IsOrthographic());
13958    return(1 || funcname || hash || result7 || libp) ;
13959 }
13960 
13961 static int G__G__GL_103_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13962 {
13963       G__letint(result7, 103, (long) ((const TGLCamera*) G__getstructoffset())->IsPerspective());
13964    return(1 || funcname || hash || result7 || libp) ;
13965 }
13966 
13967 static int G__G__GL_103_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13968 {
13969       {
13970          const TGLMatrix& obj = ((const TGLCamera*) G__getstructoffset())->RefModelViewMatrix();
13971          result7->ref = (long) (&obj);
13972          result7->obj.i = (long) (&obj);
13973       }
13974    return(1 || funcname || hash || result7 || libp) ;
13975 }
13976 
13977 static int G__G__GL_103_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13978 {
13979       G__letint(result7, 103, (long) ((const TGLCamera*) G__getstructoffset())->IsCacheDirty());
13980    return(1 || funcname || hash || result7 || libp) ;
13981 }
13982 
13983 static int G__G__GL_103_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13984 {
13985       ((TGLCamera*) G__getstructoffset())->IncTimeStamp();
13986       G__setnull(result7);
13987    return(1 || funcname || hash || result7 || libp) ;
13988 }
13989 
13990 static int G__G__GL_103_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13991 {
13992       G__letint(result7, 104, (long) ((const TGLCamera*) G__getstructoffset())->TimeStamp());
13993    return(1 || funcname || hash || result7 || libp) ;
13994 }
13995 
13996 static int G__G__GL_103_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13997 {
13998       ((TGLCamera*) G__getstructoffset())->SetViewport(*(TGLRect*) libp->para[0].ref);
13999       G__setnull(result7);
14000    return(1 || funcname || hash || result7 || libp) ;
14001 }
14002 
14003 static int G__G__GL_103_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14004 {
14005       {
14006          const TGLRect& obj = ((TGLCamera*) G__getstructoffset())->RefViewport();
14007          result7->ref = (long) (&obj);
14008          result7->obj.i = (long) (&obj);
14009       }
14010    return(1 || funcname || hash || result7 || libp) ;
14011 }
14012 
14013 static int G__G__GL_103_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14014 {
14015       {
14016          const TGLRect& obj = ((const TGLCamera*) G__getstructoffset())->RefViewport();
14017          result7->ref = (long) (&obj);
14018          result7->obj.i = (long) (&obj);
14019       }
14020    return(1 || funcname || hash || result7 || libp) ;
14021 }
14022 
14023 static int G__G__GL_103_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14024 {
14025    switch (libp->paran) {
14026    case 2:
14027       ((TGLCamera*) G__getstructoffset())->Setup(*(TGLBoundingBox*) libp->para[0].ref, (Bool_t) G__int(libp->para[1]));
14028       G__setnull(result7);
14029       break;
14030    case 1:
14031       ((TGLCamera*) G__getstructoffset())->Setup(*(TGLBoundingBox*) libp->para[0].ref);
14032       G__setnull(result7);
14033       break;
14034    }
14035    return(1 || funcname || hash || result7 || libp) ;
14036 }
14037 
14038 static int G__G__GL_103_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14039 {
14040       ((TGLCamera*) G__getstructoffset())->Reset();
14041       G__setnull(result7);
14042    return(1 || funcname || hash || result7 || libp) ;
14043 }
14044 
14045 static int G__G__GL_103_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14046 {
14047       G__letint(result7, 103, (long) ((TGLCamera*) G__getstructoffset())->Dolly((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
14048 , (Bool_t) G__int(libp->para[2])));
14049    return(1 || funcname || hash || result7 || libp) ;
14050 }
14051 
14052 static int G__G__GL_103_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14053 {
14054       G__letint(result7, 103, (long) ((TGLCamera*) G__getstructoffset())->Zoom((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
14055 , (Bool_t) G__int(libp->para[2])));
14056    return(1 || funcname || hash || result7 || libp) ;
14057 }
14058 
14059 static int G__G__GL_103_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14060 {
14061       G__letint(result7, 103, (long) ((TGLCamera*) G__getstructoffset())->Truck((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
14062    return(1 || funcname || hash || result7 || libp) ;
14063 }
14064 
14065 static int G__G__GL_103_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14066 {
14067       G__letint(result7, 103, (long) ((TGLCamera*) G__getstructoffset())->Truck((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
14068 , (Bool_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])));
14069    return(1 || funcname || hash || result7 || libp) ;
14070 }
14071 
14072 static int G__G__GL_103_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14073 {
14074       G__letint(result7, 103, (long) ((TGLCamera*) G__getstructoffset())->Rotate((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
14075 , (Bool_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])));
14076    return(1 || funcname || hash || result7 || libp) ;
14077 }
14078 
14079 static int G__G__GL_103_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14080 {
14081       G__letint(result7, 103, (long) ((TGLCamera*) G__getstructoffset())->RotateRad((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
14082    return(1 || funcname || hash || result7 || libp) ;
14083 }
14084 
14085 static int G__G__GL_103_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14086 {
14087    switch (libp->paran) {
14088    case 2:
14089       ((const TGLCamera*) G__getstructoffset())->Apply(*(TGLBoundingBox*) libp->para[0].ref, (TGLRect*) G__int(libp->para[1]));
14090       G__setnull(result7);
14091       break;
14092    case 1:
14093       ((const TGLCamera*) G__getstructoffset())->Apply(*(TGLBoundingBox*) libp->para[0].ref);
14094       G__setnull(result7);
14095       break;
14096    }
14097    return(1 || funcname || hash || result7 || libp) ;
14098 }
14099 
14100 static int G__G__GL_103_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14101 {
14102       G__letint(result7, 103, (long) ((const TGLCamera*) G__getstructoffset())->AdjustAndClampVal(
14103 *(Double_t*) G__Doubleref(&libp->para[0]), (Double_t) G__double(libp->para[1])
14104 , (Double_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
14105 , (Int_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5])
14106 , (Bool_t) G__int(libp->para[6])));
14107    return(1 || funcname || hash || result7 || libp) ;
14108 }
14109 
14110 static int G__G__GL_103_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14111 {
14112       G__letdouble(result7, 100, (double) ((const TGLCamera*) G__getstructoffset())->AdjustDelta((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14113 , (Bool_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])));
14114    return(1 || funcname || hash || result7 || libp) ;
14115 }
14116 
14117 static int G__G__GL_103_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14118 {
14119       ((TGLCamera*) G__getstructoffset())->SetExternalCenter((Bool_t) G__int(libp->para[0]));
14120       G__setnull(result7);
14121    return(1 || funcname || hash || result7 || libp) ;
14122 }
14123 
14124 static int G__G__GL_103_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14125 {
14126       G__letint(result7, 103, (long) ((TGLCamera*) G__getstructoffset())->GetExternalCenter());
14127    return(1 || funcname || hash || result7 || libp) ;
14128 }
14129 
14130 static int G__G__GL_103_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14131 {
14132       ((TGLCamera*) G__getstructoffset())->SetCenterVec((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14133 , (Double_t) G__double(libp->para[2]));
14134       G__setnull(result7);
14135    return(1 || funcname || hash || result7 || libp) ;
14136 }
14137 
14138 static int G__G__GL_103_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14139 {
14140       ((TGLCamera*) G__getstructoffset())->SetCenterVecWarp((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14141 , (Double_t) G__double(libp->para[2]));
14142       G__setnull(result7);
14143    return(1 || funcname || hash || result7 || libp) ;
14144 }
14145 
14146 static int G__G__GL_103_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14147 {
14148       G__letint(result7, 68, (long) ((TGLCamera*) G__getstructoffset())->GetCenterVec());
14149    return(1 || funcname || hash || result7 || libp) ;
14150 }
14151 
14152 static int G__G__GL_103_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14153 {
14154       ((TGLCamera*) G__getstructoffset())->SetFixDefCenter((Bool_t) G__int(libp->para[0]));
14155       G__setnull(result7);
14156    return(1 || funcname || hash || result7 || libp) ;
14157 }
14158 
14159 static int G__G__GL_103_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14160 {
14161       ((TGLCamera*) G__getstructoffset())->SetFixDefCenterVec((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14162 , (Double_t) G__double(libp->para[2]));
14163       G__setnull(result7);
14164    return(1 || funcname || hash || result7 || libp) ;
14165 }
14166 
14167 static int G__G__GL_103_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14168 {
14169       G__letint(result7, 68, (long) ((TGLCamera*) G__getstructoffset())->GetFixDefCenterVec());
14170    return(1 || funcname || hash || result7 || libp) ;
14171 }
14172 
14173 static int G__G__GL_103_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14174 {
14175       G__letdouble(result7, 100, (double) ((const TGLCamera*) G__getstructoffset())->GetNearClip());
14176    return(1 || funcname || hash || result7 || libp) ;
14177 }
14178 
14179 static int G__G__GL_103_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14180 {
14181       G__letdouble(result7, 100, (double) ((const TGLCamera*) G__getstructoffset())->GetFarClip());
14182    return(1 || funcname || hash || result7 || libp) ;
14183 }
14184 
14185 static int G__G__GL_103_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14186 {
14187       {
14188          const TGLMatrix& obj = ((const TGLCamera*) G__getstructoffset())->GetCamBase();
14189          result7->ref = (long) (&obj);
14190          result7->obj.i = (long) (&obj);
14191       }
14192    return(1 || funcname || hash || result7 || libp) ;
14193 }
14194 
14195 static int G__G__GL_103_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14196 {
14197       {
14198          const TGLMatrix& obj = ((const TGLCamera*) G__getstructoffset())->GetCamTrans();
14199          result7->ref = (long) (&obj);
14200          result7->obj.i = (long) (&obj);
14201       }
14202    return(1 || funcname || hash || result7 || libp) ;
14203 }
14204 
14205 static int G__G__GL_103_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14206 {
14207       {
14208          const TGLMatrix& obj = ((TGLCamera*) G__getstructoffset())->RefCamBase();
14209          result7->ref = (long) (&obj);
14210          result7->obj.i = (long) (&obj);
14211       }
14212    return(1 || funcname || hash || result7 || libp) ;
14213 }
14214 
14215 static int G__G__GL_103_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14216 {
14217       {
14218          const TGLMatrix& obj = ((TGLCamera*) G__getstructoffset())->RefCamTrans();
14219          result7->ref = (long) (&obj);
14220          result7->obj.i = (long) (&obj);
14221       }
14222    return(1 || funcname || hash || result7 || libp) ;
14223 }
14224 
14225 static int G__G__GL_103_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14226 {
14227       G__letdouble(result7, 100, (double) ((const TGLCamera*) G__getstructoffset())->GetTheta());
14228    return(1 || funcname || hash || result7 || libp) ;
14229 }
14230 
14231 static int G__G__GL_103_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14232 {
14233       {
14234          const TGLMatrix& obj = ((const TGLCamera*) G__getstructoffset())->RefLastNoPickProjM();
14235          result7->ref = (long) (&obj);
14236          result7->obj.i = (long) (&obj);
14237       }
14238    return(1 || funcname || hash || result7 || libp) ;
14239 }
14240 
14241 static int G__G__GL_103_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14242 {
14243       {
14244          const TGLVertex3* pobj;
14245          const TGLVertex3 xobj = ((const TGLCamera*) G__getstructoffset())->EyePoint();
14246          pobj = new TGLVertex3(xobj);
14247          result7->obj.i = (long) ((void*) pobj);
14248          result7->ref = result7->obj.i;
14249          G__store_tempobject(*result7);
14250       }
14251    return(1 || funcname || hash || result7 || libp) ;
14252 }
14253 
14254 static int G__G__GL_103_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14255 {
14256       {
14257          const TGLVector3* pobj;
14258          const TGLVector3 xobj = ((const TGLCamera*) G__getstructoffset())->EyeDirection();
14259          pobj = new TGLVector3(xobj);
14260          result7->obj.i = (long) ((void*) pobj);
14261          result7->ref = result7->obj.i;
14262          G__store_tempobject(*result7);
14263       }
14264    return(1 || funcname || hash || result7 || libp) ;
14265 }
14266 
14267 static int G__G__GL_103_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14268 {
14269       {
14270          const TGLVertex3* pobj;
14271          const TGLVertex3 xobj = ((const TGLCamera*) G__getstructoffset())->FrustumCenter();
14272          pobj = new TGLVertex3(xobj);
14273          result7->obj.i = (long) ((void*) pobj);
14274          result7->ref = result7->obj.i;
14275          G__store_tempobject(*result7);
14276       }
14277    return(1 || funcname || hash || result7 || libp) ;
14278 }
14279 
14280 static int G__G__GL_103_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14281 {
14282       {
14283          const TGLPlane& obj = ((const TGLCamera*) G__getstructoffset())->FrustumPlane((TGLCamera::EFrustumPlane) G__int(libp->para[0]));
14284          result7->ref = (long) (&obj);
14285          result7->obj.i = (long) (&obj);
14286       }
14287    return(1 || funcname || hash || result7 || libp) ;
14288 }
14289 
14290 static int G__G__GL_103_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14291 {
14292       G__letint(result7, 105, (long) ((const TGLCamera*) G__getstructoffset())->FrustumOverlap(*(TGLBoundingBox*) libp->para[0].ref));
14293    return(1 || funcname || hash || result7 || libp) ;
14294 }
14295 
14296 static int G__G__GL_103_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14297 {
14298       G__letint(result7, 105, (long) ((const TGLCamera*) G__getstructoffset())->ViewportOverlap(*(TGLBoundingBox*) libp->para[0].ref));
14299    return(1 || funcname || hash || result7 || libp) ;
14300 }
14301 
14302 static int G__G__GL_103_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14303 {
14304       {
14305          const TGLRect* pobj;
14306          const TGLRect xobj = ((const TGLCamera*) G__getstructoffset())->ViewportRect(*(TGLBoundingBox*) libp->para[0].ref, (TGLBoundingBox::EFace) G__int(libp->para[1]));
14307          pobj = new TGLRect(xobj);
14308          result7->obj.i = (long) ((void*) pobj);
14309          result7->ref = result7->obj.i;
14310          G__store_tempobject(*result7);
14311       }
14312    return(1 || funcname || hash || result7 || libp) ;
14313 }
14314 
14315 static int G__G__GL_103_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14316 {
14317    switch (libp->paran) {
14318    case 2:
14319       {
14320          const TGLRect* pobj;
14321          const TGLRect xobj = ((const TGLCamera*) G__getstructoffset())->ViewportRect(*(TGLBoundingBox*) libp->para[0].ref, (const TGLBoundingBox::EFace*) G__int(libp->para[1]));
14322          pobj = new TGLRect(xobj);
14323          result7->obj.i = (long) ((void*) pobj);
14324          result7->ref = result7->obj.i;
14325          G__store_tempobject(*result7);
14326       }
14327       break;
14328    case 1:
14329       {
14330          const TGLRect* pobj;
14331          const TGLRect xobj = ((const TGLCamera*) G__getstructoffset())->ViewportRect(*(TGLBoundingBox*) libp->para[0].ref);
14332          pobj = new TGLRect(xobj);
14333          result7->obj.i = (long) ((void*) pobj);
14334          result7->ref = result7->obj.i;
14335          G__store_tempobject(*result7);
14336       }
14337       break;
14338    }
14339    return(1 || funcname || hash || result7 || libp) ;
14340 }
14341 
14342 static int G__G__GL_103_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14343 {
14344    switch (libp->paran) {
14345    case 2:
14346       {
14347          const TGLVertex3* pobj;
14348          const TGLVertex3 xobj = ((const TGLCamera*) G__getstructoffset())->WorldToViewport(*(TGLVertex3*) libp->para[0].ref, (TGLMatrix*) G__int(libp->para[1]));
14349          pobj = new TGLVertex3(xobj);
14350          result7->obj.i = (long) ((void*) pobj);
14351          result7->ref = result7->obj.i;
14352          G__store_tempobject(*result7);
14353       }
14354       break;
14355    case 1:
14356       {
14357          const TGLVertex3* pobj;
14358          const TGLVertex3 xobj = ((const TGLCamera*) G__getstructoffset())->WorldToViewport(*(TGLVertex3*) libp->para[0].ref);
14359          pobj = new TGLVertex3(xobj);
14360          result7->obj.i = (long) ((void*) pobj);
14361          result7->ref = result7->obj.i;
14362          G__store_tempobject(*result7);
14363       }
14364       break;
14365    }
14366    return(1 || funcname || hash || result7 || libp) ;
14367 }
14368 
14369 static int G__G__GL_103_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14370 {
14371       {
14372          const TGLVector3* pobj;
14373          const TGLVector3 xobj = ((const TGLCamera*) G__getstructoffset())->WorldDeltaToViewport(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
14374          pobj = new TGLVector3(xobj);
14375          result7->obj.i = (long) ((void*) pobj);
14376          result7->ref = result7->obj.i;
14377          G__store_tempobject(*result7);
14378       }
14379    return(1 || funcname || hash || result7 || libp) ;
14380 }
14381 
14382 static int G__G__GL_103_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14383 {
14384    switch (libp->paran) {
14385    case 2:
14386       {
14387          const TGLVertex3* pobj;
14388          const TGLVertex3 xobj = ((const TGLCamera*) G__getstructoffset())->ViewportToWorld(*(TGLVertex3*) libp->para[0].ref, (TGLMatrix*) G__int(libp->para[1]));
14389          pobj = new TGLVertex3(xobj);
14390          result7->obj.i = (long) ((void*) pobj);
14391          result7->ref = result7->obj.i;
14392          G__store_tempobject(*result7);
14393       }
14394       break;
14395    case 1:
14396       {
14397          const TGLVertex3* pobj;
14398          const TGLVertex3 xobj = ((const TGLCamera*) G__getstructoffset())->ViewportToWorld(*(TGLVertex3*) libp->para[0].ref);
14399          pobj = new TGLVertex3(xobj);
14400          result7->obj.i = (long) ((void*) pobj);
14401          result7->ref = result7->obj.i;
14402          G__store_tempobject(*result7);
14403       }
14404       break;
14405    }
14406    return(1 || funcname || hash || result7 || libp) ;
14407 }
14408 
14409 static int G__G__GL_103_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14410 {
14411       {
14412          const TGLLine3* pobj;
14413          const TGLLine3 xobj = ((const TGLCamera*) G__getstructoffset())->ViewportToWorld((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
14414          pobj = new TGLLine3(xobj);
14415          result7->obj.i = (long) ((void*) pobj);
14416          result7->ref = result7->obj.i;
14417          G__store_tempobject(*result7);
14418       }
14419    return(1 || funcname || hash || result7 || libp) ;
14420 }
14421 
14422 static int G__G__GL_103_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14423 {
14424       {
14425          const TGLLine3* pobj;
14426          const TGLLine3 xobj = ((const TGLCamera*) G__getstructoffset())->ViewportToWorld(*(TPoint*) libp->para[0].ref);
14427          pobj = new TGLLine3(xobj);
14428          result7->obj.i = (long) ((void*) pobj);
14429          result7->ref = result7->obj.i;
14430          G__store_tempobject(*result7);
14431       }
14432    return(1 || funcname || hash || result7 || libp) ;
14433 }
14434 
14435 static int G__G__GL_103_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14436 {
14437    switch (libp->paran) {
14438    case 4:
14439       {
14440          const TGLVector3* pobj;
14441          const TGLVector3 xobj = ((const TGLCamera*) G__getstructoffset())->ViewportDeltaToWorld(*(TGLVertex3*) libp->para[0].ref, (Double_t) G__double(libp->para[1])
14442 , (Double_t) G__double(libp->para[2]), (TGLMatrix*) G__int(libp->para[3]));
14443          pobj = new TGLVector3(xobj);
14444          result7->obj.i = (long) ((void*) pobj);
14445          result7->ref = result7->obj.i;
14446          G__store_tempobject(*result7);
14447       }
14448       break;
14449    case 3:
14450       {
14451          const TGLVector3* pobj;
14452          const TGLVector3 xobj = ((const TGLCamera*) G__getstructoffset())->ViewportDeltaToWorld(*(TGLVertex3*) libp->para[0].ref, (Double_t) G__double(libp->para[1])
14453 , (Double_t) G__double(libp->para[2]));
14454          pobj = new TGLVector3(xobj);
14455          result7->obj.i = (long) ((void*) pobj);
14456          result7->ref = result7->obj.i;
14457          G__store_tempobject(*result7);
14458       }
14459       break;
14460    }
14461    return(1 || funcname || hash || result7 || libp) ;
14462 }
14463 
14464 static int G__G__GL_103_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14465 {
14466       {
14467          const pair<Bool_t,TGLVertex3>* pobj;
14468          const pair<Bool_t,TGLVertex3> xobj = ((const TGLCamera*) G__getstructoffset())->ViewportPlaneIntersection((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14469 , *(TGLPlane*) libp->para[2].ref);
14470          pobj = new pair<Bool_t,TGLVertex3>(xobj);
14471          result7->obj.i = (long) ((void*) pobj);
14472          result7->ref = result7->obj.i;
14473          G__store_tempobject(*result7);
14474       }
14475    return(1 || funcname || hash || result7 || libp) ;
14476 }
14477 
14478 static int G__G__GL_103_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14479 {
14480       {
14481          const pair<Bool_t,TGLVertex3>* pobj;
14482          const pair<Bool_t,TGLVertex3> xobj = ((const TGLCamera*) G__getstructoffset())->ViewportPlaneIntersection(*(TPoint*) libp->para[0].ref, *(TGLPlane*) libp->para[1].ref);
14483          pobj = new pair<Bool_t,TGLVertex3>(xobj);
14484          result7->obj.i = (long) ((void*) pobj);
14485          result7->ref = result7->obj.i;
14486          G__store_tempobject(*result7);
14487       }
14488    return(1 || funcname || hash || result7 || libp) ;
14489 }
14490 
14491 static int G__G__GL_103_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14492 {
14493       ((const TGLCamera*) G__getstructoffset())->WindowToViewport(*(Int_t*) G__Intref(&libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
14494       G__setnull(result7);
14495    return(1 || funcname || hash || result7 || libp) ;
14496 }
14497 
14498 static int G__G__GL_103_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14499 {
14500       ((const TGLCamera*) G__getstructoffset())->WindowToViewport(*(TPoint*) libp->para[0].ref);
14501       G__setnull(result7);
14502    return(1 || funcname || hash || result7 || libp) ;
14503 }
14504 
14505 static int G__G__GL_103_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14506 {
14507       ((const TGLCamera*) G__getstructoffset())->WindowToViewport(*(TGLRect*) libp->para[0].ref);
14508       G__setnull(result7);
14509    return(1 || funcname || hash || result7 || libp) ;
14510 }
14511 
14512 static int G__G__GL_103_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14513 {
14514       ((const TGLCamera*) G__getstructoffset())->WindowToViewport(*(TGLVertex3*) libp->para[0].ref);
14515       G__setnull(result7);
14516    return(1 || funcname || hash || result7 || libp) ;
14517 }
14518 
14519 static int G__G__GL_103_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14520 {
14521       G__letdouble(result7, 102, (double) ((TGLCamera*) G__getstructoffset())->GetVAxisMinAngle());
14522    return(1 || funcname || hash || result7 || libp) ;
14523 }
14524 
14525 static int G__G__GL_103_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14526 {
14527       ((TGLCamera*) G__getstructoffset())->SetVAxisMinAngle((Float_t) G__double(libp->para[0]));
14528       G__setnull(result7);
14529    return(1 || funcname || hash || result7 || libp) ;
14530 }
14531 
14532 static int G__G__GL_103_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14533 {
14534       ((TGLCamera*) G__getstructoffset())->Configure((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14535 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
14536 , (Double_t) G__double(libp->para[4]));
14537       G__setnull(result7);
14538    return(1 || funcname || hash || result7 || libp) ;
14539 }
14540 
14541 static int G__G__GL_103_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14542 {
14543       G__letint(result7, 103, (long) ((const TGLCamera*) G__getstructoffset())->OfInterest(*(TGLBoundingBox*) libp->para[0].ref, (Bool_t) G__int(libp->para[1])));
14544    return(1 || funcname || hash || result7 || libp) ;
14545 }
14546 
14547 static int G__G__GL_103_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14548 {
14549       G__letint(result7, 103, (long) ((TGLCamera*) G__getstructoffset())->UpdateInterest((Bool_t) G__int(libp->para[0])));
14550    return(1 || funcname || hash || result7 || libp) ;
14551 }
14552 
14553 static int G__G__GL_103_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14554 {
14555       ((TGLCamera*) G__getstructoffset())->ResetInterest();
14556       G__setnull(result7);
14557    return(1 || funcname || hash || result7 || libp) ;
14558 }
14559 
14560 static int G__G__GL_103_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14561 {
14562       ((const TGLCamera*) G__getstructoffset())->DrawDebugAids();
14563       G__setnull(result7);
14564    return(1 || funcname || hash || result7 || libp) ;
14565 }
14566 
14567 static int G__G__GL_103_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14568 {
14569       G__letint(result7, 85, (long) TGLCamera::Class());
14570    return(1 || funcname || hash || result7 || libp) ;
14571 }
14572 
14573 static int G__G__GL_103_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14574 {
14575       G__letint(result7, 67, (long) TGLCamera::Class_Name());
14576    return(1 || funcname || hash || result7 || libp) ;
14577 }
14578 
14579 static int G__G__GL_103_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14580 {
14581       G__letint(result7, 115, (long) TGLCamera::Class_Version());
14582    return(1 || funcname || hash || result7 || libp) ;
14583 }
14584 
14585 static int G__G__GL_103_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14586 {
14587       TGLCamera::Dictionary();
14588       G__setnull(result7);
14589    return(1 || funcname || hash || result7 || libp) ;
14590 }
14591 
14592 static int G__G__GL_103_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14593 {
14594       G__letint(result7, 85, (long) ((const TGLCamera*) G__getstructoffset())->IsA());
14595    return(1 || funcname || hash || result7 || libp) ;
14596 }
14597 
14598 static int G__G__GL_103_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14599 {
14600       ((TGLCamera*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
14601       G__setnull(result7);
14602    return(1 || funcname || hash || result7 || libp) ;
14603 }
14604 
14605 static int G__G__GL_103_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14606 {
14607       ((TGLCamera*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
14608       G__setnull(result7);
14609    return(1 || funcname || hash || result7 || libp) ;
14610 }
14611 
14612 static int G__G__GL_103_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14613 {
14614       ((TGLCamera*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14615       G__setnull(result7);
14616    return(1 || funcname || hash || result7 || libp) ;
14617 }
14618 
14619 static int G__G__GL_103_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14620 {
14621       G__letint(result7, 67, (long) TGLCamera::DeclFileName());
14622    return(1 || funcname || hash || result7 || libp) ;
14623 }
14624 
14625 static int G__G__GL_103_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14626 {
14627       G__letint(result7, 105, (long) TGLCamera::ImplFileLine());
14628    return(1 || funcname || hash || result7 || libp) ;
14629 }
14630 
14631 static int G__G__GL_103_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14632 {
14633       G__letint(result7, 67, (long) TGLCamera::ImplFileName());
14634    return(1 || funcname || hash || result7 || libp) ;
14635 }
14636 
14637 static int G__G__GL_103_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14638 {
14639       G__letint(result7, 105, (long) TGLCamera::DeclFileLine());
14640    return(1 || funcname || hash || result7 || libp) ;
14641 }
14642 
14643 // automatic destructor
14644 typedef TGLCamera G__TTGLCamera;
14645 static int G__G__GL_103_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14646 {
14647    char* gvp = (char*) G__getgvp();
14648    long soff = G__getstructoffset();
14649    int n = G__getaryconstruct();
14650    //
14651    //has_a_delete: 0
14652    //has_own_delete1arg: 0
14653    //has_own_delete2arg: 0
14654    //
14655    if (!soff) {
14656      return(1);
14657    }
14658    if (n) {
14659      if (gvp == (char*)G__PVOID) {
14660        delete[] (TGLCamera*) soff;
14661      } else {
14662        G__setgvp((long) G__PVOID);
14663        for (int i = n - 1; i >= 0; --i) {
14664          ((TGLCamera*) (soff+(sizeof(TGLCamera)*i)))->~G__TTGLCamera();
14665        }
14666        G__setgvp((long)gvp);
14667      }
14668    } else {
14669      if (gvp == (char*)G__PVOID) {
14670        delete (TGLCamera*) soff;
14671      } else {
14672        G__setgvp((long) G__PVOID);
14673        ((TGLCamera*) (soff))->~G__TTGLCamera();
14674        G__setgvp((long)gvp);
14675      }
14676    }
14677    G__setnull(result7);
14678    return(1 || funcname || hash || result7 || libp) ;
14679 }
14680 
14681 
14682 /* TGLVector3 */
14683 static int G__G__GL_113_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14684 {
14685    TGLVector3* p = NULL;
14686    char* gvp = (char*) G__getgvp();
14687    int n = G__getaryconstruct();
14688    if (n) {
14689      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14690        p = new TGLVector3[n];
14691      } else {
14692        p = new((void*) gvp) TGLVector3[n];
14693      }
14694    } else {
14695      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14696        p = new TGLVector3;
14697      } else {
14698        p = new((void*) gvp) TGLVector3;
14699      }
14700    }
14701    result7->obj.i = (long) p;
14702    result7->ref = (long) p;
14703    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLVector3));
14704    return(1 || funcname || hash || result7 || libp) ;
14705 }
14706 
14707 static int G__G__GL_113_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14708 {
14709    TGLVector3* p = NULL;
14710    char* gvp = (char*) G__getgvp();
14711    //m: 3
14712    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14713      p = new TGLVector3(
14714 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14715 , (Double_t) G__double(libp->para[2]));
14716    } else {
14717      p = new((void*) gvp) TGLVector3(
14718 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14719 , (Double_t) G__double(libp->para[2]));
14720    }
14721    result7->obj.i = (long) p;
14722    result7->ref = (long) p;
14723    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLVector3));
14724    return(1 || funcname || hash || result7 || libp) ;
14725 }
14726 
14727 static int G__G__GL_113_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14728 {
14729    TGLVector3* p = NULL;
14730    char* gvp = (char*) G__getgvp();
14731    //m: 1
14732    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14733      p = new TGLVector3((Double_t*) G__int(libp->para[0]));
14734    } else {
14735      p = new((void*) gvp) TGLVector3((Double_t*) G__int(libp->para[0]));
14736    }
14737    result7->obj.i = (long) p;
14738    result7->ref = (long) p;
14739    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLVector3));
14740    return(1 || funcname || hash || result7 || libp) ;
14741 }
14742 
14743 static int G__G__GL_113_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14744 {
14745    TGLVector3* p = NULL;
14746    char* gvp = (char*) G__getgvp();
14747    //m: 1
14748    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14749      p = new TGLVector3(*(TGLVector3*) libp->para[0].ref);
14750    } else {
14751      p = new((void*) gvp) TGLVector3(*(TGLVector3*) libp->para[0].ref);
14752    }
14753    result7->obj.i = (long) p;
14754    result7->ref = (long) p;
14755    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLVector3));
14756    return(1 || funcname || hash || result7 || libp) ;
14757 }
14758 
14759 static int G__G__GL_113_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14760 {
14761       {
14762          const TGLVector3& obj = ((TGLVector3*) G__getstructoffset())->operator=(*(TGLVertex3*) libp->para[0].ref);
14763          result7->ref = (long) (&obj);
14764          result7->obj.i = (long) (&obj);
14765       }
14766    return(1 || funcname || hash || result7 || libp) ;
14767 }
14768 
14769 static int G__G__GL_113_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14770 {
14771       {
14772          const TGLVector3& obj = ((TGLVector3*) G__getstructoffset())->operator/=((Double_t) G__double(libp->para[0]));
14773          result7->ref = (long) (&obj);
14774          result7->obj.i = (long) (&obj);
14775       }
14776    return(1 || funcname || hash || result7 || libp) ;
14777 }
14778 
14779 static int G__G__GL_113_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14780 {
14781       {
14782          const TGLVector3* pobj;
14783          const TGLVector3 xobj = ((const TGLVector3*) G__getstructoffset())->operator-();
14784          pobj = new TGLVector3(xobj);
14785          result7->obj.i = (long) ((void*) pobj);
14786          result7->ref = result7->obj.i;
14787          G__store_tempobject(*result7);
14788       }
14789    return(1 || funcname || hash || result7 || libp) ;
14790 }
14791 
14792 static int G__G__GL_113_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14793 {
14794       G__letdouble(result7, 100, (double) ((const TGLVector3*) G__getstructoffset())->Mag());
14795    return(1 || funcname || hash || result7 || libp) ;
14796 }
14797 
14798 static int G__G__GL_113_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14799 {
14800       ((TGLVector3*) G__getstructoffset())->Normalise();
14801       G__setnull(result7);
14802    return(1 || funcname || hash || result7 || libp) ;
14803 }
14804 
14805 static int G__G__GL_113_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14806 {
14807       G__letint(result7, 85, (long) TGLVector3::Class());
14808    return(1 || funcname || hash || result7 || libp) ;
14809 }
14810 
14811 static int G__G__GL_113_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14812 {
14813       G__letint(result7, 67, (long) TGLVector3::Class_Name());
14814    return(1 || funcname || hash || result7 || libp) ;
14815 }
14816 
14817 static int G__G__GL_113_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14818 {
14819       G__letint(result7, 115, (long) TGLVector3::Class_Version());
14820    return(1 || funcname || hash || result7 || libp) ;
14821 }
14822 
14823 static int G__G__GL_113_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14824 {
14825       TGLVector3::Dictionary();
14826       G__setnull(result7);
14827    return(1 || funcname || hash || result7 || libp) ;
14828 }
14829 
14830 static int G__G__GL_113_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14831 {
14832       ((TGLVector3*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14833       G__setnull(result7);
14834    return(1 || funcname || hash || result7 || libp) ;
14835 }
14836 
14837 static int G__G__GL_113_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14838 {
14839       G__letint(result7, 67, (long) TGLVector3::DeclFileName());
14840    return(1 || funcname || hash || result7 || libp) ;
14841 }
14842 
14843 static int G__G__GL_113_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14844 {
14845       G__letint(result7, 105, (long) TGLVector3::ImplFileLine());
14846    return(1 || funcname || hash || result7 || libp) ;
14847 }
14848 
14849 static int G__G__GL_113_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14850 {
14851       G__letint(result7, 67, (long) TGLVector3::ImplFileName());
14852    return(1 || funcname || hash || result7 || libp) ;
14853 }
14854 
14855 static int G__G__GL_113_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14856 {
14857       G__letint(result7, 105, (long) TGLVector3::DeclFileLine());
14858    return(1 || funcname || hash || result7 || libp) ;
14859 }
14860 
14861 // automatic destructor
14862 typedef TGLVector3 G__TTGLVector3;
14863 static int G__G__GL_113_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14864 {
14865    char* gvp = (char*) G__getgvp();
14866    long soff = G__getstructoffset();
14867    int n = G__getaryconstruct();
14868    //
14869    //has_a_delete: 0
14870    //has_own_delete1arg: 0
14871    //has_own_delete2arg: 0
14872    //
14873    if (!soff) {
14874      return(1);
14875    }
14876    if (n) {
14877      if (gvp == (char*)G__PVOID) {
14878        delete[] (TGLVector3*) soff;
14879      } else {
14880        G__setgvp((long) G__PVOID);
14881        for (int i = n - 1; i >= 0; --i) {
14882          ((TGLVector3*) (soff+(sizeof(TGLVector3)*i)))->~G__TTGLVector3();
14883        }
14884        G__setgvp((long)gvp);
14885      }
14886    } else {
14887      if (gvp == (char*)G__PVOID) {
14888        delete (TGLVector3*) soff;
14889      } else {
14890        G__setgvp((long) G__PVOID);
14891        ((TGLVector3*) (soff))->~G__TTGLVector3();
14892        G__setgvp((long)gvp);
14893      }
14894    }
14895    G__setnull(result7);
14896    return(1 || funcname || hash || result7 || libp) ;
14897 }
14898 
14899 // automatic assignment operator
14900 static int G__G__GL_113_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14901 {
14902    TGLVector3* dest = (TGLVector3*) G__getstructoffset();
14903    *dest = *(TGLVector3*) libp->para[0].ref;
14904    const TGLVector3& obj = *dest;
14905    result7->ref = (long) (&obj);
14906    result7->obj.i = (long) (&obj);
14907    return(1 || funcname || hash || result7 || libp) ;
14908 }
14909 
14910 
14911 /* TGLVertex3 */
14912 static int G__G__GL_114_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14913 {
14914    TGLVertex3* p = NULL;
14915    char* gvp = (char*) G__getgvp();
14916    int n = G__getaryconstruct();
14917    if (n) {
14918      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14919        p = new TGLVertex3[n];
14920      } else {
14921        p = new((void*) gvp) TGLVertex3[n];
14922      }
14923    } else {
14924      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14925        p = new TGLVertex3;
14926      } else {
14927        p = new((void*) gvp) TGLVertex3;
14928      }
14929    }
14930    result7->obj.i = (long) p;
14931    result7->ref = (long) p;
14932    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3));
14933    return(1 || funcname || hash || result7 || libp) ;
14934 }
14935 
14936 static int G__G__GL_114_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14937 {
14938    TGLVertex3* p = NULL;
14939    char* gvp = (char*) G__getgvp();
14940    //m: 3
14941    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14942      p = new TGLVertex3(
14943 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14944 , (Double_t) G__double(libp->para[2]));
14945    } else {
14946      p = new((void*) gvp) TGLVertex3(
14947 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14948 , (Double_t) G__double(libp->para[2]));
14949    }
14950    result7->obj.i = (long) p;
14951    result7->ref = (long) p;
14952    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3));
14953    return(1 || funcname || hash || result7 || libp) ;
14954 }
14955 
14956 static int G__G__GL_114_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14957 {
14958    TGLVertex3* p = NULL;
14959    char* gvp = (char*) G__getgvp();
14960    //m: 1
14961    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14962      p = new TGLVertex3((Double_t*) G__int(libp->para[0]));
14963    } else {
14964      p = new((void*) gvp) TGLVertex3((Double_t*) G__int(libp->para[0]));
14965    }
14966    result7->obj.i = (long) p;
14967    result7->ref = (long) p;
14968    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3));
14969    return(1 || funcname || hash || result7 || libp) ;
14970 }
14971 
14972 static int G__G__GL_114_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14973 {
14974    TGLVertex3* p = NULL;
14975    char* gvp = (char*) G__getgvp();
14976    //m: 1
14977    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14978      p = new TGLVertex3(*(TGLVertex3*) libp->para[0].ref);
14979    } else {
14980      p = new((void*) gvp) TGLVertex3(*(TGLVertex3*) libp->para[0].ref);
14981    }
14982    result7->obj.i = (long) p;
14983    result7->ref = (long) p;
14984    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3));
14985    return(1 || funcname || hash || result7 || libp) ;
14986 }
14987 
14988 static int G__G__GL_114_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14989 {
14990       G__letint(result7, 103, (long) ((const TGLVertex3*) G__getstructoffset())->operator==(*(TGLVertex3*) libp->para[0].ref));
14991    return(1 || funcname || hash || result7 || libp) ;
14992 }
14993 
14994 static int G__G__GL_114_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14995 {
14996       {
14997          const TGLVertex3& obj = ((TGLVertex3*) G__getstructoffset())->operator=(*(TGLVertex3*) libp->para[0].ref);
14998          result7->ref = (long) (&obj);
14999          result7->obj.i = (long) (&obj);
15000       }
15001    return(1 || funcname || hash || result7 || libp) ;
15002 }
15003 
15004 static int G__G__GL_114_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15005 {
15006       {
15007          const TGLVertex3& obj = ((TGLVertex3*) G__getstructoffset())->operator*=((Double_t) G__double(libp->para[0]));
15008          result7->ref = (long) (&obj);
15009          result7->obj.i = (long) (&obj);
15010       }
15011    return(1 || funcname || hash || result7 || libp) ;
15012 }
15013 
15014 static int G__G__GL_114_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15015 {
15016       {
15017          const TGLVertex3* pobj;
15018          const TGLVertex3 xobj = ((const TGLVertex3*) G__getstructoffset())->operator-();
15019          pobj = new TGLVertex3(xobj);
15020          result7->obj.i = (long) ((void*) pobj);
15021          result7->ref = result7->obj.i;
15022          G__store_tempobject(*result7);
15023       }
15024    return(1 || funcname || hash || result7 || libp) ;
15025 }
15026 
15027 static int G__G__GL_114_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15028 {
15029       {
15030          const TGLVertex3& obj = ((TGLVertex3*) G__getstructoffset())->operator-=(*(TGLVector3*) libp->para[0].ref);
15031          result7->ref = (long) (&obj);
15032          result7->obj.i = (long) (&obj);
15033       }
15034    return(1 || funcname || hash || result7 || libp) ;
15035 }
15036 
15037 static int G__G__GL_114_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15038 {
15039       {
15040          const TGLVertex3& obj = ((TGLVertex3*) G__getstructoffset())->operator+=(*(TGLVector3*) libp->para[0].ref);
15041          result7->ref = (long) (&obj);
15042          result7->obj.i = (long) (&obj);
15043       }
15044    return(1 || funcname || hash || result7 || libp) ;
15045 }
15046 
15047 static int G__G__GL_114_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15048 {
15049       ((TGLVertex3*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]));
15050       G__setnull(result7);
15051    return(1 || funcname || hash || result7 || libp) ;
15052 }
15053 
15054 static int G__G__GL_114_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15055 {
15056       ((TGLVertex3*) G__getstructoffset())->Set((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
15057 , (Double_t) G__double(libp->para[2]));
15058       G__setnull(result7);
15059    return(1 || funcname || hash || result7 || libp) ;
15060 }
15061 
15062 static int G__G__GL_114_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15063 {
15064       ((TGLVertex3*) G__getstructoffset())->Set((Double_t*) G__int(libp->para[0]));
15065       G__setnull(result7);
15066    return(1 || funcname || hash || result7 || libp) ;
15067 }
15068 
15069 static int G__G__GL_114_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15070 {
15071       ((TGLVertex3*) G__getstructoffset())->Set(*(TGLVertex3*) libp->para[0].ref);
15072       G__setnull(result7);
15073    return(1 || funcname || hash || result7 || libp) ;
15074 }
15075 
15076 static int G__G__GL_114_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15077 {
15078       ((TGLVertex3*) G__getstructoffset())->Shift(*(TGLVector3*) libp->para[0].ref);
15079       G__setnull(result7);
15080    return(1 || funcname || hash || result7 || libp) ;
15081 }
15082 
15083 static int G__G__GL_114_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15084 {
15085       ((TGLVertex3*) G__getstructoffset())->Shift((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
15086 , (Double_t) G__double(libp->para[2]));
15087       G__setnull(result7);
15088    return(1 || funcname || hash || result7 || libp) ;
15089 }
15090 
15091 static int G__G__GL_114_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15092 {
15093       ((TGLVertex3*) G__getstructoffset())->Negate();
15094       G__setnull(result7);
15095    return(1 || funcname || hash || result7 || libp) ;
15096 }
15097 
15098 static int G__G__GL_114_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15099 {
15100       ((TGLVertex3*) G__getstructoffset())->Minimum(*(TGLVertex3*) libp->para[0].ref);
15101       G__setnull(result7);
15102    return(1 || funcname || hash || result7 || libp) ;
15103 }
15104 
15105 static int G__G__GL_114_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15106 {
15107       ((TGLVertex3*) G__getstructoffset())->Maximum(*(TGLVertex3*) libp->para[0].ref);
15108       G__setnull(result7);
15109    return(1 || funcname || hash || result7 || libp) ;
15110 }
15111 
15112 static int G__G__GL_114_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15113 {
15114       {
15115          const Double_t& obj = ((TGLVertex3*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
15116          result7->ref = (long) (&obj);
15117          result7->obj.d = (double) (obj);
15118       }
15119    return(1 || funcname || hash || result7 || libp) ;
15120 }
15121 
15122 static int G__G__GL_114_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15123 {
15124       {
15125          const Double_t& obj = ((const TGLVertex3*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
15126          result7->ref = (long) (&obj);
15127          result7->obj.d = (double) (obj);
15128       }
15129    return(1 || funcname || hash || result7 || libp) ;
15130 }
15131 
15132 static int G__G__GL_114_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15133 {
15134       G__letdouble(result7, 100, (double) ((const TGLVertex3*) G__getstructoffset())->X());
15135    return(1 || funcname || hash || result7 || libp) ;
15136 }
15137 
15138 static int G__G__GL_114_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15139 {
15140       {
15141          const Double_t& obj = ((TGLVertex3*) G__getstructoffset())->X();
15142          result7->ref = (long) (&obj);
15143          result7->obj.d = (double) (obj);
15144       }
15145    return(1 || funcname || hash || result7 || libp) ;
15146 }
15147 
15148 static int G__G__GL_114_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15149 {
15150       G__letdouble(result7, 100, (double) ((const TGLVertex3*) G__getstructoffset())->Y());
15151    return(1 || funcname || hash || result7 || libp) ;
15152 }
15153 
15154 static int G__G__GL_114_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15155 {
15156       {
15157          const Double_t& obj = ((TGLVertex3*) G__getstructoffset())->Y();
15158          result7->ref = (long) (&obj);
15159          result7->obj.d = (double) (obj);
15160       }
15161    return(1 || funcname || hash || result7 || libp) ;
15162 }
15163 
15164 static int G__G__GL_114_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15165 {
15166       G__letdouble(result7, 100, (double) ((const TGLVertex3*) G__getstructoffset())->Z());
15167    return(1 || funcname || hash || result7 || libp) ;
15168 }
15169 
15170 static int G__G__GL_114_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15171 {
15172       {
15173          const Double_t& obj = ((TGLVertex3*) G__getstructoffset())->Z();
15174          result7->ref = (long) (&obj);
15175          result7->obj.d = (double) (obj);
15176       }
15177    return(1 || funcname || hash || result7 || libp) ;
15178 }
15179 
15180 static int G__G__GL_114_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15181 {
15182       G__letint(result7, 68, (long) ((const TGLVertex3*) G__getstructoffset())->CArr());
15183    return(1 || funcname || hash || result7 || libp) ;
15184 }
15185 
15186 static int G__G__GL_114_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15187 {
15188       G__letint(result7, 68, (long) ((TGLVertex3*) G__getstructoffset())->Arr());
15189    return(1 || funcname || hash || result7 || libp) ;
15190 }
15191 
15192 static int G__G__GL_114_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15193 {
15194       ((const TGLVertex3*) G__getstructoffset())->Dump();
15195       G__setnull(result7);
15196    return(1 || funcname || hash || result7 || libp) ;
15197 }
15198 
15199 static int G__G__GL_114_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15200 {
15201       G__letint(result7, 85, (long) TGLVertex3::Class());
15202    return(1 || funcname || hash || result7 || libp) ;
15203 }
15204 
15205 static int G__G__GL_114_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15206 {
15207       G__letint(result7, 67, (long) TGLVertex3::Class_Name());
15208    return(1 || funcname || hash || result7 || libp) ;
15209 }
15210 
15211 static int G__G__GL_114_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15212 {
15213       G__letint(result7, 115, (long) TGLVertex3::Class_Version());
15214    return(1 || funcname || hash || result7 || libp) ;
15215 }
15216 
15217 static int G__G__GL_114_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15218 {
15219       TGLVertex3::Dictionary();
15220       G__setnull(result7);
15221    return(1 || funcname || hash || result7 || libp) ;
15222 }
15223 
15224 static int G__G__GL_114_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15225 {
15226       G__letint(result7, 85, (long) ((const TGLVertex3*) G__getstructoffset())->IsA());
15227    return(1 || funcname || hash || result7 || libp) ;
15228 }
15229 
15230 static int G__G__GL_114_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15231 {
15232       ((TGLVertex3*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
15233       G__setnull(result7);
15234    return(1 || funcname || hash || result7 || libp) ;
15235 }
15236 
15237 static int G__G__GL_114_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15238 {
15239       ((TGLVertex3*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
15240       G__setnull(result7);
15241    return(1 || funcname || hash || result7 || libp) ;
15242 }
15243 
15244 static int G__G__GL_114_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15245 {
15246       ((TGLVertex3*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15247       G__setnull(result7);
15248    return(1 || funcname || hash || result7 || libp) ;
15249 }
15250 
15251 static int G__G__GL_114_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15252 {
15253       G__letint(result7, 67, (long) TGLVertex3::DeclFileName());
15254    return(1 || funcname || hash || result7 || libp) ;
15255 }
15256 
15257 static int G__G__GL_114_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15258 {
15259       G__letint(result7, 105, (long) TGLVertex3::ImplFileLine());
15260    return(1 || funcname || hash || result7 || libp) ;
15261 }
15262 
15263 static int G__G__GL_114_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15264 {
15265       G__letint(result7, 67, (long) TGLVertex3::ImplFileName());
15266    return(1 || funcname || hash || result7 || libp) ;
15267 }
15268 
15269 static int G__G__GL_114_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15270 {
15271       G__letint(result7, 105, (long) TGLVertex3::DeclFileLine());
15272    return(1 || funcname || hash || result7 || libp) ;
15273 }
15274 
15275 // automatic destructor
15276 typedef TGLVertex3 G__TTGLVertex3;
15277 static int G__G__GL_114_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15278 {
15279    char* gvp = (char*) G__getgvp();
15280    long soff = G__getstructoffset();
15281    int n = G__getaryconstruct();
15282    //
15283    //has_a_delete: 0
15284    //has_own_delete1arg: 0
15285    //has_own_delete2arg: 0
15286    //
15287    if (!soff) {
15288      return(1);
15289    }
15290    if (n) {
15291      if (gvp == (char*)G__PVOID) {
15292        delete[] (TGLVertex3*) soff;
15293      } else {
15294        G__setgvp((long) G__PVOID);
15295        for (int i = n - 1; i >= 0; --i) {
15296          ((TGLVertex3*) (soff+(sizeof(TGLVertex3)*i)))->~G__TTGLVertex3();
15297        }
15298        G__setgvp((long)gvp);
15299      }
15300    } else {
15301      if (gvp == (char*)G__PVOID) {
15302        delete (TGLVertex3*) soff;
15303      } else {
15304        G__setgvp((long) G__PVOID);
15305        ((TGLVertex3*) (soff))->~G__TTGLVertex3();
15306        G__setgvp((long)gvp);
15307      }
15308    }
15309    G__setnull(result7);
15310    return(1 || funcname || hash || result7 || libp) ;
15311 }
15312 
15313 
15314 /* TGLLine3 */
15315 static int G__G__GL_115_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15316 {
15317    TGLLine3* p = NULL;
15318    char* gvp = (char*) G__getgvp();
15319    //m: 2
15320    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15321      p = new TGLLine3(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
15322    } else {
15323      p = new((void*) gvp) TGLLine3(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
15324    }
15325    result7->obj.i = (long) p;
15326    result7->ref = (long) p;
15327    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLLine3));
15328    return(1 || funcname || hash || result7 || libp) ;
15329 }
15330 
15331 static int G__G__GL_115_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15332 {
15333    TGLLine3* p = NULL;
15334    char* gvp = (char*) G__getgvp();
15335    //m: 2
15336    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15337      p = new TGLLine3(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
15338    } else {
15339      p = new((void*) gvp) TGLLine3(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
15340    }
15341    result7->obj.i = (long) p;
15342    result7->ref = (long) p;
15343    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLLine3));
15344    return(1 || funcname || hash || result7 || libp) ;
15345 }
15346 
15347 static int G__G__GL_115_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15348 {
15349       ((TGLLine3*) G__getstructoffset())->Set(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
15350       G__setnull(result7);
15351    return(1 || funcname || hash || result7 || libp) ;
15352 }
15353 
15354 static int G__G__GL_115_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15355 {
15356       ((TGLLine3*) G__getstructoffset())->Set(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
15357       G__setnull(result7);
15358    return(1 || funcname || hash || result7 || libp) ;
15359 }
15360 
15361 static int G__G__GL_115_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15362 {
15363       {
15364          const TGLVertex3& obj = ((const TGLLine3*) G__getstructoffset())->Start();
15365          result7->ref = (long) (&obj);
15366          result7->obj.i = (long) (&obj);
15367       }
15368    return(1 || funcname || hash || result7 || libp) ;
15369 }
15370 
15371 static int G__G__GL_115_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15372 {
15373       {
15374          const TGLVertex3* pobj;
15375          const TGLVertex3 xobj = ((const TGLLine3*) G__getstructoffset())->End();
15376          pobj = new TGLVertex3(xobj);
15377          result7->obj.i = (long) ((void*) pobj);
15378          result7->ref = result7->obj.i;
15379          G__store_tempobject(*result7);
15380       }
15381    return(1 || funcname || hash || result7 || libp) ;
15382 }
15383 
15384 static int G__G__GL_115_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15385 {
15386       {
15387          const TGLVector3& obj = ((const TGLLine3*) G__getstructoffset())->Vector();
15388          result7->ref = (long) (&obj);
15389          result7->obj.i = (long) (&obj);
15390       }
15391    return(1 || funcname || hash || result7 || libp) ;
15392 }
15393 
15394 static int G__G__GL_115_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15395 {
15396       ((const TGLLine3*) G__getstructoffset())->Draw();
15397       G__setnull(result7);
15398    return(1 || funcname || hash || result7 || libp) ;
15399 }
15400 
15401 static int G__G__GL_115_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15402 {
15403       G__letint(result7, 85, (long) TGLLine3::Class());
15404    return(1 || funcname || hash || result7 || libp) ;
15405 }
15406 
15407 static int G__G__GL_115_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15408 {
15409       G__letint(result7, 67, (long) TGLLine3::Class_Name());
15410    return(1 || funcname || hash || result7 || libp) ;
15411 }
15412 
15413 static int G__G__GL_115_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15414 {
15415       G__letint(result7, 115, (long) TGLLine3::Class_Version());
15416    return(1 || funcname || hash || result7 || libp) ;
15417 }
15418 
15419 static int G__G__GL_115_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15420 {
15421       TGLLine3::Dictionary();
15422       G__setnull(result7);
15423    return(1 || funcname || hash || result7 || libp) ;
15424 }
15425 
15426 static int G__G__GL_115_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15427 {
15428       G__letint(result7, 85, (long) ((const TGLLine3*) G__getstructoffset())->IsA());
15429    return(1 || funcname || hash || result7 || libp) ;
15430 }
15431 
15432 static int G__G__GL_115_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15433 {
15434       ((TGLLine3*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
15435       G__setnull(result7);
15436    return(1 || funcname || hash || result7 || libp) ;
15437 }
15438 
15439 static int G__G__GL_115_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15440 {
15441       ((TGLLine3*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
15442       G__setnull(result7);
15443    return(1 || funcname || hash || result7 || libp) ;
15444 }
15445 
15446 static int G__G__GL_115_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15447 {
15448       ((TGLLine3*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15449       G__setnull(result7);
15450    return(1 || funcname || hash || result7 || libp) ;
15451 }
15452 
15453 static int G__G__GL_115_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15454 {
15455       G__letint(result7, 67, (long) TGLLine3::DeclFileName());
15456    return(1 || funcname || hash || result7 || libp) ;
15457 }
15458 
15459 static int G__G__GL_115_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15460 {
15461       G__letint(result7, 105, (long) TGLLine3::ImplFileLine());
15462    return(1 || funcname || hash || result7 || libp) ;
15463 }
15464 
15465 static int G__G__GL_115_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15466 {
15467       G__letint(result7, 67, (long) TGLLine3::ImplFileName());
15468    return(1 || funcname || hash || result7 || libp) ;
15469 }
15470 
15471 static int G__G__GL_115_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15472 {
15473       G__letint(result7, 105, (long) TGLLine3::DeclFileLine());
15474    return(1 || funcname || hash || result7 || libp) ;
15475 }
15476 
15477 // automatic copy constructor
15478 static int G__G__GL_115_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15479 
15480 {
15481    TGLLine3* p;
15482    void* tmp = (void*) G__int(libp->para[0]);
15483    p = new TGLLine3(*(TGLLine3*) tmp);
15484    result7->obj.i = (long) p;
15485    result7->ref = (long) p;
15486    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLLine3));
15487    return(1 || funcname || hash || result7 || libp) ;
15488 }
15489 
15490 // automatic destructor
15491 typedef TGLLine3 G__TTGLLine3;
15492 static int G__G__GL_115_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15493 {
15494    char* gvp = (char*) G__getgvp();
15495    long soff = G__getstructoffset();
15496    int n = G__getaryconstruct();
15497    //
15498    //has_a_delete: 0
15499    //has_own_delete1arg: 0
15500    //has_own_delete2arg: 0
15501    //
15502    if (!soff) {
15503      return(1);
15504    }
15505    if (n) {
15506      if (gvp == (char*)G__PVOID) {
15507        delete[] (TGLLine3*) soff;
15508      } else {
15509        G__setgvp((long) G__PVOID);
15510        for (int i = n - 1; i >= 0; --i) {
15511          ((TGLLine3*) (soff+(sizeof(TGLLine3)*i)))->~G__TTGLLine3();
15512        }
15513        G__setgvp((long)gvp);
15514      }
15515    } else {
15516      if (gvp == (char*)G__PVOID) {
15517        delete (TGLLine3*) soff;
15518      } else {
15519        G__setgvp((long) G__PVOID);
15520        ((TGLLine3*) (soff))->~G__TTGLLine3();
15521        G__setgvp((long)gvp);
15522      }
15523    }
15524    G__setnull(result7);
15525    return(1 || funcname || hash || result7 || libp) ;
15526 }
15527 
15528 // automatic assignment operator
15529 static int G__G__GL_115_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15530 {
15531    TGLLine3* dest = (TGLLine3*) G__getstructoffset();
15532    *dest = *(TGLLine3*) libp->para[0].ref;
15533    const TGLLine3& obj = *dest;
15534    result7->ref = (long) (&obj);
15535    result7->obj.i = (long) (&obj);
15536    return(1 || funcname || hash || result7 || libp) ;
15537 }
15538 
15539 
15540 /* TGLRect */
15541 static int G__G__GL_116_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15542 {
15543    TGLRect* p = NULL;
15544    char* gvp = (char*) G__getgvp();
15545    int n = G__getaryconstruct();
15546    if (n) {
15547      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15548        p = new TGLRect[n];
15549      } else {
15550        p = new((void*) gvp) TGLRect[n];
15551      }
15552    } else {
15553      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15554        p = new TGLRect;
15555      } else {
15556        p = new((void*) gvp) TGLRect;
15557      }
15558    }
15559    result7->obj.i = (long) p;
15560    result7->ref = (long) p;
15561    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLRect));
15562    return(1 || funcname || hash || result7 || libp) ;
15563 }
15564 
15565 static int G__G__GL_116_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15566 {
15567    TGLRect* p = NULL;
15568    char* gvp = (char*) G__getgvp();
15569    //m: 4
15570    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15571      p = new TGLRect(
15572 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15573 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
15574    } else {
15575      p = new((void*) gvp) TGLRect(
15576 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15577 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
15578    }
15579    result7->obj.i = (long) p;
15580    result7->ref = (long) p;
15581    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLRect));
15582    return(1 || funcname || hash || result7 || libp) ;
15583 }
15584 
15585 static int G__G__GL_116_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15586 {
15587    TGLRect* p = NULL;
15588    char* gvp = (char*) G__getgvp();
15589    //m: 4
15590    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15591      p = new TGLRect(
15592 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15593 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
15594    } else {
15595      p = new((void*) gvp) TGLRect(
15596 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15597 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
15598    }
15599    result7->obj.i = (long) p;
15600    result7->ref = (long) p;
15601    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLRect));
15602    return(1 || funcname || hash || result7 || libp) ;
15603 }
15604 
15605 static int G__G__GL_116_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15606 {
15607       ((TGLRect*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15608 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
15609       G__setnull(result7);
15610    return(1 || funcname || hash || result7 || libp) ;
15611 }
15612 
15613 static int G__G__GL_116_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15614 {
15615       ((TGLRect*) G__getstructoffset())->SetCorner((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
15616       G__setnull(result7);
15617    return(1 || funcname || hash || result7 || libp) ;
15618 }
15619 
15620 static int G__G__GL_116_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15621 {
15622       ((TGLRect*) G__getstructoffset())->Offset((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
15623       G__setnull(result7);
15624    return(1 || funcname || hash || result7 || libp) ;
15625 }
15626 
15627 static int G__G__GL_116_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15628 {
15629       ((TGLRect*) G__getstructoffset())->Expand((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
15630       G__setnull(result7);
15631    return(1 || funcname || hash || result7 || libp) ;
15632 }
15633 
15634 static int G__G__GL_116_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15635 {
15636       G__letint(result7, 73, (long) ((const TGLRect*) G__getstructoffset())->CArr());
15637    return(1 || funcname || hash || result7 || libp) ;
15638 }
15639 
15640 static int G__G__GL_116_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15641 {
15642       G__letint(result7, 73, (long) ((TGLRect*) G__getstructoffset())->CArr());
15643    return(1 || funcname || hash || result7 || libp) ;
15644 }
15645 
15646 static int G__G__GL_116_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15647 {
15648       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->X());
15649    return(1 || funcname || hash || result7 || libp) ;
15650 }
15651 
15652 static int G__G__GL_116_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15653 {
15654       {
15655          const Int_t& obj = ((TGLRect*) G__getstructoffset())->X();
15656          result7->ref = (long) (&obj);
15657          G__letint(result7, 'i', (long)obj);
15658       }
15659    return(1 || funcname || hash || result7 || libp) ;
15660 }
15661 
15662 static int G__G__GL_116_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15663 {
15664       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Y());
15665    return(1 || funcname || hash || result7 || libp) ;
15666 }
15667 
15668 static int G__G__GL_116_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15669 {
15670       {
15671          const Int_t& obj = ((TGLRect*) G__getstructoffset())->Y();
15672          result7->ref = (long) (&obj);
15673          G__letint(result7, 'i', (long)obj);
15674       }
15675    return(1 || funcname || hash || result7 || libp) ;
15676 }
15677 
15678 static int G__G__GL_116_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15679 {
15680       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Width());
15681    return(1 || funcname || hash || result7 || libp) ;
15682 }
15683 
15684 static int G__G__GL_116_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15685 {
15686       {
15687          const Int_t& obj = ((TGLRect*) G__getstructoffset())->Width();
15688          result7->ref = (long) (&obj);
15689          G__letint(result7, 'i', (long)obj);
15690       }
15691    return(1 || funcname || hash || result7 || libp) ;
15692 }
15693 
15694 static int G__G__GL_116_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15695 {
15696       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Height());
15697    return(1 || funcname || hash || result7 || libp) ;
15698 }
15699 
15700 static int G__G__GL_116_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15701 {
15702       {
15703          const Int_t& obj = ((TGLRect*) G__getstructoffset())->Height();
15704          result7->ref = (long) (&obj);
15705          G__letint(result7, 'i', (long)obj);
15706       }
15707    return(1 || funcname || hash || result7 || libp) ;
15708 }
15709 
15710 static int G__G__GL_116_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15711 {
15712       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->CenterX());
15713    return(1 || funcname || hash || result7 || libp) ;
15714 }
15715 
15716 static int G__G__GL_116_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15717 {
15718       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->CenterY());
15719    return(1 || funcname || hash || result7 || libp) ;
15720 }
15721 
15722 static int G__G__GL_116_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15723 {
15724       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Left());
15725    return(1 || funcname || hash || result7 || libp) ;
15726 }
15727 
15728 static int G__G__GL_116_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15729 {
15730       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Right());
15731    return(1 || funcname || hash || result7 || libp) ;
15732 }
15733 
15734 static int G__G__GL_116_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15735 {
15736       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Top());
15737    return(1 || funcname || hash || result7 || libp) ;
15738 }
15739 
15740 static int G__G__GL_116_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15741 {
15742       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Bottom());
15743    return(1 || funcname || hash || result7 || libp) ;
15744 }
15745 
15746 static int G__G__GL_116_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15747 {
15748       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Diagonal());
15749    return(1 || funcname || hash || result7 || libp) ;
15750 }
15751 
15752 static int G__G__GL_116_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15753 {
15754       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Longest());
15755    return(1 || funcname || hash || result7 || libp) ;
15756 }
15757 
15758 static int G__G__GL_116_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15759 {
15760       G__letdouble(result7, 100, (double) ((const TGLRect*) G__getstructoffset())->Aspect());
15761    return(1 || funcname || hash || result7 || libp) ;
15762 }
15763 
15764 static int G__G__GL_116_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15765 {
15766       G__letint(result7, 105, (long) ((const TGLRect*) G__getstructoffset())->Overlap(*(TGLRect*) libp->para[0].ref));
15767    return(1 || funcname || hash || result7 || libp) ;
15768 }
15769 
15770 static int G__G__GL_116_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15771 {
15772       G__letint(result7, 85, (long) TGLRect::Class());
15773    return(1 || funcname || hash || result7 || libp) ;
15774 }
15775 
15776 static int G__G__GL_116_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15777 {
15778       G__letint(result7, 67, (long) TGLRect::Class_Name());
15779    return(1 || funcname || hash || result7 || libp) ;
15780 }
15781 
15782 static int G__G__GL_116_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15783 {
15784       G__letint(result7, 115, (long) TGLRect::Class_Version());
15785    return(1 || funcname || hash || result7 || libp) ;
15786 }
15787 
15788 static int G__G__GL_116_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15789 {
15790       TGLRect::Dictionary();
15791       G__setnull(result7);
15792    return(1 || funcname || hash || result7 || libp) ;
15793 }
15794 
15795 static int G__G__GL_116_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15796 {
15797       G__letint(result7, 85, (long) ((const TGLRect*) G__getstructoffset())->IsA());
15798    return(1 || funcname || hash || result7 || libp) ;
15799 }
15800 
15801 static int G__G__GL_116_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15802 {
15803       ((TGLRect*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
15804       G__setnull(result7);
15805    return(1 || funcname || hash || result7 || libp) ;
15806 }
15807 
15808 static int G__G__GL_116_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15809 {
15810       ((TGLRect*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
15811       G__setnull(result7);
15812    return(1 || funcname || hash || result7 || libp) ;
15813 }
15814 
15815 static int G__G__GL_116_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15816 {
15817       ((TGLRect*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15818       G__setnull(result7);
15819    return(1 || funcname || hash || result7 || libp) ;
15820 }
15821 
15822 static int G__G__GL_116_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15823 {
15824       G__letint(result7, 67, (long) TGLRect::DeclFileName());
15825    return(1 || funcname || hash || result7 || libp) ;
15826 }
15827 
15828 static int G__G__GL_116_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15829 {
15830       G__letint(result7, 105, (long) TGLRect::ImplFileLine());
15831    return(1 || funcname || hash || result7 || libp) ;
15832 }
15833 
15834 static int G__G__GL_116_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15835 {
15836       G__letint(result7, 67, (long) TGLRect::ImplFileName());
15837    return(1 || funcname || hash || result7 || libp) ;
15838 }
15839 
15840 static int G__G__GL_116_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15841 {
15842       G__letint(result7, 105, (long) TGLRect::DeclFileLine());
15843    return(1 || funcname || hash || result7 || libp) ;
15844 }
15845 
15846 // automatic copy constructor
15847 static int G__G__GL_116_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15848 
15849 {
15850    TGLRect* p;
15851    void* tmp = (void*) G__int(libp->para[0]);
15852    p = new TGLRect(*(TGLRect*) tmp);
15853    result7->obj.i = (long) p;
15854    result7->ref = (long) p;
15855    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLRect));
15856    return(1 || funcname || hash || result7 || libp) ;
15857 }
15858 
15859 // automatic destructor
15860 typedef TGLRect G__TTGLRect;
15861 static int G__G__GL_116_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15862 {
15863    char* gvp = (char*) G__getgvp();
15864    long soff = G__getstructoffset();
15865    int n = G__getaryconstruct();
15866    //
15867    //has_a_delete: 0
15868    //has_own_delete1arg: 0
15869    //has_own_delete2arg: 0
15870    //
15871    if (!soff) {
15872      return(1);
15873    }
15874    if (n) {
15875      if (gvp == (char*)G__PVOID) {
15876        delete[] (TGLRect*) soff;
15877      } else {
15878        G__setgvp((long) G__PVOID);
15879        for (int i = n - 1; i >= 0; --i) {
15880          ((TGLRect*) (soff+(sizeof(TGLRect)*i)))->~G__TTGLRect();
15881        }
15882        G__setgvp((long)gvp);
15883      }
15884    } else {
15885      if (gvp == (char*)G__PVOID) {
15886        delete (TGLRect*) soff;
15887      } else {
15888        G__setgvp((long) G__PVOID);
15889        ((TGLRect*) (soff))->~G__TTGLRect();
15890        G__setgvp((long)gvp);
15891      }
15892    }
15893    G__setnull(result7);
15894    return(1 || funcname || hash || result7 || libp) ;
15895 }
15896 
15897 // automatic assignment operator
15898 static int G__G__GL_116_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15899 {
15900    TGLRect* dest = (TGLRect*) G__getstructoffset();
15901    *dest = *(TGLRect*) libp->para[0].ref;
15902    const TGLRect& obj = *dest;
15903    result7->ref = (long) (&obj);
15904    result7->obj.i = (long) (&obj);
15905    return(1 || funcname || hash || result7 || libp) ;
15906 }
15907 
15908 
15909 /* TGLPlane */
15910 static int G__G__GL_117_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15911 {
15912    TGLPlane* p = NULL;
15913    char* gvp = (char*) G__getgvp();
15914    int n = G__getaryconstruct();
15915    if (n) {
15916      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15917        p = new TGLPlane[n];
15918      } else {
15919        p = new((void*) gvp) TGLPlane[n];
15920      }
15921    } else {
15922      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15923        p = new TGLPlane;
15924      } else {
15925        p = new((void*) gvp) TGLPlane;
15926      }
15927    }
15928    result7->obj.i = (long) p;
15929    result7->ref = (long) p;
15930    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlane));
15931    return(1 || funcname || hash || result7 || libp) ;
15932 }
15933 
15934 static int G__G__GL_117_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15935 {
15936    TGLPlane* p = NULL;
15937    char* gvp = (char*) G__getgvp();
15938    //m: 1
15939    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15940      p = new TGLPlane(*(TGLPlane*) libp->para[0].ref);
15941    } else {
15942      p = new((void*) gvp) TGLPlane(*(TGLPlane*) libp->para[0].ref);
15943    }
15944    result7->obj.i = (long) p;
15945    result7->ref = (long) p;
15946    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlane));
15947    return(1 || funcname || hash || result7 || libp) ;
15948 }
15949 
15950 static int G__G__GL_117_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15951 {
15952    TGLPlane* p = NULL;
15953    char* gvp = (char*) G__getgvp();
15954    //m: 4
15955    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15956      p = new TGLPlane(
15957 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
15958 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
15959    } else {
15960      p = new((void*) gvp) TGLPlane(
15961 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
15962 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
15963    }
15964    result7->obj.i = (long) p;
15965    result7->ref = (long) p;
15966    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlane));
15967    return(1 || funcname || hash || result7 || libp) ;
15968 }
15969 
15970 static int G__G__GL_117_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15971 {
15972    TGLPlane* p = NULL;
15973    char* gvp = (char*) G__getgvp();
15974    //m: 1
15975    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15976      p = new TGLPlane((Double_t*) G__int(libp->para[0]));
15977    } else {
15978      p = new((void*) gvp) TGLPlane((Double_t*) G__int(libp->para[0]));
15979    }
15980    result7->obj.i = (long) p;
15981    result7->ref = (long) p;
15982    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlane));
15983    return(1 || funcname || hash || result7 || libp) ;
15984 }
15985 
15986 static int G__G__GL_117_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15987 {
15988    TGLPlane* p = NULL;
15989    char* gvp = (char*) G__getgvp();
15990    //m: 2
15991    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15992      p = new TGLPlane(*(TGLVector3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
15993    } else {
15994      p = new((void*) gvp) TGLPlane(*(TGLVector3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
15995    }
15996    result7->obj.i = (long) p;
15997    result7->ref = (long) p;
15998    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlane));
15999    return(1 || funcname || hash || result7 || libp) ;
16000 }
16001 
16002 static int G__G__GL_117_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16003 {
16004    TGLPlane* p = NULL;
16005    char* gvp = (char*) G__getgvp();
16006    //m: 3
16007    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16008      p = new TGLPlane(
16009 *(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
16010 , *(TGLVertex3*) libp->para[2].ref);
16011    } else {
16012      p = new((void*) gvp) TGLPlane(
16013 *(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
16014 , *(TGLVertex3*) libp->para[2].ref);
16015    }
16016    result7->obj.i = (long) p;
16017    result7->ref = (long) p;
16018    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlane));
16019    return(1 || funcname || hash || result7 || libp) ;
16020 }
16021 
16022 static int G__G__GL_117_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16023 {
16024       ((TGLPlane*) G__getstructoffset())->Set(*(TGLPlane*) libp->para[0].ref);
16025       G__setnull(result7);
16026    return(1 || funcname || hash || result7 || libp) ;
16027 }
16028 
16029 static int G__G__GL_117_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16030 {
16031       ((TGLPlane*) G__getstructoffset())->Set((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
16032 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
16033       G__setnull(result7);
16034    return(1 || funcname || hash || result7 || libp) ;
16035 }
16036 
16037 static int G__G__GL_117_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16038 {
16039       ((TGLPlane*) G__getstructoffset())->Set((Double_t*) G__int(libp->para[0]));
16040       G__setnull(result7);
16041    return(1 || funcname || hash || result7 || libp) ;
16042 }
16043 
16044 static int G__G__GL_117_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16045 {
16046       ((TGLPlane*) G__getstructoffset())->Set(*(TGLVector3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
16047       G__setnull(result7);
16048    return(1 || funcname || hash || result7 || libp) ;
16049 }
16050 
16051 static int G__G__GL_117_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16052 {
16053       ((TGLPlane*) G__getstructoffset())->Set(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
16054 , *(TGLVertex3*) libp->para[2].ref);
16055       G__setnull(result7);
16056    return(1 || funcname || hash || result7 || libp) ;
16057 }
16058 
16059 static int G__G__GL_117_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16060 {
16061       ((TGLPlane*) G__getstructoffset())->Negate();
16062       G__setnull(result7);
16063    return(1 || funcname || hash || result7 || libp) ;
16064 }
16065 
16066 static int G__G__GL_117_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16067 {
16068       G__letdouble(result7, 100, (double) ((const TGLPlane*) G__getstructoffset())->A());
16069    return(1 || funcname || hash || result7 || libp) ;
16070 }
16071 
16072 static int G__G__GL_117_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16073 {
16074       G__letdouble(result7, 100, (double) ((const TGLPlane*) G__getstructoffset())->B());
16075    return(1 || funcname || hash || result7 || libp) ;
16076 }
16077 
16078 static int G__G__GL_117_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16079 {
16080       G__letdouble(result7, 100, (double) ((const TGLPlane*) G__getstructoffset())->C());
16081    return(1 || funcname || hash || result7 || libp) ;
16082 }
16083 
16084 static int G__G__GL_117_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16085 {
16086       G__letdouble(result7, 100, (double) ((const TGLPlane*) G__getstructoffset())->D());
16087    return(1 || funcname || hash || result7 || libp) ;
16088 }
16089 
16090 static int G__G__GL_117_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16091 {
16092       {
16093          const TGLVector3* pobj;
16094          const TGLVector3 xobj = ((const TGLPlane*) G__getstructoffset())->Norm();
16095          pobj = new TGLVector3(xobj);
16096          result7->obj.i = (long) ((void*) pobj);
16097          result7->ref = result7->obj.i;
16098          G__store_tempobject(*result7);
16099       }
16100    return(1 || funcname || hash || result7 || libp) ;
16101 }
16102 
16103 static int G__G__GL_117_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16104 {
16105       G__letdouble(result7, 100, (double) ((const TGLPlane*) G__getstructoffset())->DistanceTo(*(TGLVertex3*) libp->para[0].ref));
16106    return(1 || funcname || hash || result7 || libp) ;
16107 }
16108 
16109 static int G__G__GL_117_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16110 {
16111       {
16112          const TGLVertex3* pobj;
16113          const TGLVertex3 xobj = ((const TGLPlane*) G__getstructoffset())->NearestOn(*(TGLVertex3*) libp->para[0].ref);
16114          pobj = new TGLVertex3(xobj);
16115          result7->obj.i = (long) ((void*) pobj);
16116          result7->ref = result7->obj.i;
16117          G__store_tempobject(*result7);
16118       }
16119    return(1 || funcname || hash || result7 || libp) ;
16120 }
16121 
16122 static int G__G__GL_117_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16123 {
16124       G__letint(result7, 68, (long) ((const TGLPlane*) G__getstructoffset())->CArr());
16125    return(1 || funcname || hash || result7 || libp) ;
16126 }
16127 
16128 static int G__G__GL_117_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16129 {
16130       G__letint(result7, 68, (long) ((TGLPlane*) G__getstructoffset())->Arr());
16131    return(1 || funcname || hash || result7 || libp) ;
16132 }
16133 
16134 static int G__G__GL_117_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16135 {
16136       ((const TGLPlane*) G__getstructoffset())->Dump();
16137       G__setnull(result7);
16138    return(1 || funcname || hash || result7 || libp) ;
16139 }
16140 
16141 static int G__G__GL_117_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16142 {
16143       G__letint(result7, 85, (long) TGLPlane::Class());
16144    return(1 || funcname || hash || result7 || libp) ;
16145 }
16146 
16147 static int G__G__GL_117_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16148 {
16149       G__letint(result7, 67, (long) TGLPlane::Class_Name());
16150    return(1 || funcname || hash || result7 || libp) ;
16151 }
16152 
16153 static int G__G__GL_117_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16154 {
16155       G__letint(result7, 115, (long) TGLPlane::Class_Version());
16156    return(1 || funcname || hash || result7 || libp) ;
16157 }
16158 
16159 static int G__G__GL_117_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16160 {
16161       TGLPlane::Dictionary();
16162       G__setnull(result7);
16163    return(1 || funcname || hash || result7 || libp) ;
16164 }
16165 
16166 static int G__G__GL_117_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16167 {
16168       G__letint(result7, 85, (long) ((const TGLPlane*) G__getstructoffset())->IsA());
16169    return(1 || funcname || hash || result7 || libp) ;
16170 }
16171 
16172 static int G__G__GL_117_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16173 {
16174       ((TGLPlane*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
16175       G__setnull(result7);
16176    return(1 || funcname || hash || result7 || libp) ;
16177 }
16178 
16179 static int G__G__GL_117_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16180 {
16181       ((TGLPlane*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
16182       G__setnull(result7);
16183    return(1 || funcname || hash || result7 || libp) ;
16184 }
16185 
16186 static int G__G__GL_117_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16187 {
16188       ((TGLPlane*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16189       G__setnull(result7);
16190    return(1 || funcname || hash || result7 || libp) ;
16191 }
16192 
16193 static int G__G__GL_117_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16194 {
16195       G__letint(result7, 67, (long) TGLPlane::DeclFileName());
16196    return(1 || funcname || hash || result7 || libp) ;
16197 }
16198 
16199 static int G__G__GL_117_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16200 {
16201       G__letint(result7, 105, (long) TGLPlane::ImplFileLine());
16202    return(1 || funcname || hash || result7 || libp) ;
16203 }
16204 
16205 static int G__G__GL_117_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16206 {
16207       G__letint(result7, 67, (long) TGLPlane::ImplFileName());
16208    return(1 || funcname || hash || result7 || libp) ;
16209 }
16210 
16211 static int G__G__GL_117_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16212 {
16213       G__letint(result7, 105, (long) TGLPlane::DeclFileLine());
16214    return(1 || funcname || hash || result7 || libp) ;
16215 }
16216 
16217 // automatic destructor
16218 typedef TGLPlane G__TTGLPlane;
16219 static int G__G__GL_117_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16220 {
16221    char* gvp = (char*) G__getgvp();
16222    long soff = G__getstructoffset();
16223    int n = G__getaryconstruct();
16224    //
16225    //has_a_delete: 0
16226    //has_own_delete1arg: 0
16227    //has_own_delete2arg: 0
16228    //
16229    if (!soff) {
16230      return(1);
16231    }
16232    if (n) {
16233      if (gvp == (char*)G__PVOID) {
16234        delete[] (TGLPlane*) soff;
16235      } else {
16236        G__setgvp((long) G__PVOID);
16237        for (int i = n - 1; i >= 0; --i) {
16238          ((TGLPlane*) (soff+(sizeof(TGLPlane)*i)))->~G__TTGLPlane();
16239        }
16240        G__setgvp((long)gvp);
16241      }
16242    } else {
16243      if (gvp == (char*)G__PVOID) {
16244        delete (TGLPlane*) soff;
16245      } else {
16246        G__setgvp((long) G__PVOID);
16247        ((TGLPlane*) (soff))->~G__TTGLPlane();
16248        G__setgvp((long)gvp);
16249      }
16250    }
16251    G__setnull(result7);
16252    return(1 || funcname || hash || result7 || libp) ;
16253 }
16254 
16255 // automatic assignment operator
16256 static int G__G__GL_117_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16257 {
16258    TGLPlane* dest = (TGLPlane*) G__getstructoffset();
16259    *dest = *(TGLPlane*) libp->para[0].ref;
16260    const TGLPlane& obj = *dest;
16261    result7->ref = (long) (&obj);
16262    result7->obj.i = (long) (&obj);
16263    return(1 || funcname || hash || result7 || libp) ;
16264 }
16265 
16266 
16267 /* TGLMatrix */
16268 static int G__G__GL_124_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16269 {
16270    TGLMatrix* p = NULL;
16271    char* gvp = (char*) G__getgvp();
16272    int n = G__getaryconstruct();
16273    if (n) {
16274      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16275        p = new TGLMatrix[n];
16276      } else {
16277        p = new((void*) gvp) TGLMatrix[n];
16278      }
16279    } else {
16280      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16281        p = new TGLMatrix;
16282      } else {
16283        p = new((void*) gvp) TGLMatrix;
16284      }
16285    }
16286    result7->obj.i = (long) p;
16287    result7->ref = (long) p;
16288    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
16289    return(1 || funcname || hash || result7 || libp) ;
16290 }
16291 
16292 static int G__G__GL_124_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16293 {
16294    TGLMatrix* p = NULL;
16295    char* gvp = (char*) G__getgvp();
16296    //m: 3
16297    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16298      p = new TGLMatrix(
16299 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
16300 , (Double_t) G__double(libp->para[2]));
16301    } else {
16302      p = new((void*) gvp) TGLMatrix(
16303 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
16304 , (Double_t) G__double(libp->para[2]));
16305    }
16306    result7->obj.i = (long) p;
16307    result7->ref = (long) p;
16308    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
16309    return(1 || funcname || hash || result7 || libp) ;
16310 }
16311 
16312 static int G__G__GL_124_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16313 {
16314    TGLMatrix* p = NULL;
16315    char* gvp = (char*) G__getgvp();
16316    //m: 1
16317    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16318      p = new TGLMatrix(*(TGLVertex3*) libp->para[0].ref);
16319    } else {
16320      p = new((void*) gvp) TGLMatrix(*(TGLVertex3*) libp->para[0].ref);
16321    }
16322    result7->obj.i = (long) p;
16323    result7->ref = (long) p;
16324    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
16325    return(1 || funcname || hash || result7 || libp) ;
16326 }
16327 
16328 static int G__G__GL_124_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16329 {
16330    TGLMatrix* p = NULL;
16331    char* gvp = (char*) G__getgvp();
16332    //m: 3
16333    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16334      p = new TGLMatrix(
16335 *(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
16336 , *(TGLVector3*) libp->para[2].ref);
16337    } else {
16338      p = new((void*) gvp) TGLMatrix(
16339 *(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
16340 , *(TGLVector3*) libp->para[2].ref);
16341    }
16342    result7->obj.i = (long) p;
16343    result7->ref = (long) p;
16344    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
16345    return(1 || funcname || hash || result7 || libp) ;
16346 }
16347 
16348 static int G__G__GL_124_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16349 {
16350    TGLMatrix* p = NULL;
16351    char* gvp = (char*) G__getgvp();
16352    //m: 2
16353    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16354      p = new TGLMatrix(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
16355    } else {
16356      p = new((void*) gvp) TGLMatrix(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
16357    }
16358    result7->obj.i = (long) p;
16359    result7->ref = (long) p;
16360    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
16361    return(1 || funcname || hash || result7 || libp) ;
16362 }
16363 
16364 static int G__G__GL_124_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16365 {
16366    TGLMatrix* p = NULL;
16367    char* gvp = (char*) G__getgvp();
16368    //m: 1
16369    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16370      p = new TGLMatrix((Double_t*) G__int(libp->para[0]));
16371    } else {
16372      p = new((void*) gvp) TGLMatrix((Double_t*) G__int(libp->para[0]));
16373    }
16374    result7->obj.i = (long) p;
16375    result7->ref = (long) p;
16376    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
16377    return(1 || funcname || hash || result7 || libp) ;
16378 }
16379 
16380 static int G__G__GL_124_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16381 {
16382    TGLMatrix* p = NULL;
16383    char* gvp = (char*) G__getgvp();
16384    //m: 1
16385    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16386      p = new TGLMatrix(*(TGLMatrix*) libp->para[0].ref);
16387    } else {
16388      p = new((void*) gvp) TGLMatrix(*(TGLMatrix*) libp->para[0].ref);
16389    }
16390    result7->obj.i = (long) p;
16391    result7->ref = (long) p;
16392    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
16393    return(1 || funcname || hash || result7 || libp) ;
16394 }
16395 
16396 static int G__G__GL_124_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16397 {
16398       {
16399          const TGLMatrix& obj = ((TGLMatrix*) G__getstructoffset())->operator=(*(TGLMatrix*) libp->para[0].ref);
16400          result7->ref = (long) (&obj);
16401          result7->obj.i = (long) (&obj);
16402       }
16403    return(1 || funcname || hash || result7 || libp) ;
16404 }
16405 
16406 static int G__G__GL_124_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16407 {
16408       {
16409          const Double_t& obj = ((TGLMatrix*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
16410          result7->ref = (long) (&obj);
16411          result7->obj.d = (double) (obj);
16412       }
16413    return(1 || funcname || hash || result7 || libp) ;
16414 }
16415 
16416 static int G__G__GL_124_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16417 {
16418       G__letdouble(result7, 100, (double) ((const TGLMatrix*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0])));
16419    return(1 || funcname || hash || result7 || libp) ;
16420 }
16421 
16422 static int G__G__GL_124_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16423 {
16424       ((TGLMatrix*) G__getstructoffset())->MultRight(*(TGLMatrix*) libp->para[0].ref);
16425       G__setnull(result7);
16426    return(1 || funcname || hash || result7 || libp) ;
16427 }
16428 
16429 static int G__G__GL_124_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16430 {
16431       ((TGLMatrix*) G__getstructoffset())->MultLeft(*(TGLMatrix*) libp->para[0].ref);
16432       G__setnull(result7);
16433    return(1 || funcname || hash || result7 || libp) ;
16434 }
16435 
16436 static int G__G__GL_124_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16437 {
16438       {
16439          const TGLMatrix& obj = ((TGLMatrix*) G__getstructoffset())->operator*=(*(TGLMatrix*) libp->para[0].ref);
16440          result7->ref = (long) (&obj);
16441          result7->obj.i = (long) (&obj);
16442       }
16443    return(1 || funcname || hash || result7 || libp) ;
16444 }
16445 
16446 static int G__G__GL_124_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16447 {
16448    switch (libp->paran) {
16449    case 3:
16450       ((TGLMatrix*) G__getstructoffset())->Set(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
16451 , *(TGLVector3*) libp->para[2].ref);
16452       G__setnull(result7);
16453       break;
16454    case 2:
16455       ((TGLMatrix*) G__getstructoffset())->Set(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
16456       G__setnull(result7);
16457       break;
16458    }
16459    return(1 || funcname || hash || result7 || libp) ;
16460 }
16461 
16462 static int G__G__GL_124_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16463 {
16464       ((TGLMatrix*) G__getstructoffset())->Set((Double_t*) G__int(libp->para[0]));
16465       G__setnull(result7);
16466    return(1 || funcname || hash || result7 || libp) ;
16467 }
16468 
16469 static int G__G__GL_124_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16470 {
16471       ((TGLMatrix*) G__getstructoffset())->SetIdentity();
16472       G__setnull(result7);
16473    return(1 || funcname || hash || result7 || libp) ;
16474 }
16475 
16476 static int G__G__GL_124_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16477 {
16478       ((TGLMatrix*) G__getstructoffset())->SetTranslation((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
16479 , (Double_t) G__double(libp->para[2]));
16480       G__setnull(result7);
16481    return(1 || funcname || hash || result7 || libp) ;
16482 }
16483 
16484 static int G__G__GL_124_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16485 {
16486       ((TGLMatrix*) G__getstructoffset())->SetTranslation(*(TGLVertex3*) libp->para[0].ref);
16487       G__setnull(result7);
16488    return(1 || funcname || hash || result7 || libp) ;
16489 }
16490 
16491 static int G__G__GL_124_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16492 {
16493       ((TGLMatrix*) G__getstructoffset())->Translate(*(TGLVector3*) libp->para[0].ref);
16494       G__setnull(result7);
16495    return(1 || funcname || hash || result7 || libp) ;
16496 }
16497 
16498 static int G__G__GL_124_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16499 {
16500       ((TGLMatrix*) G__getstructoffset())->MoveLF((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
16501       G__setnull(result7);
16502    return(1 || funcname || hash || result7 || libp) ;
16503 }
16504 
16505 static int G__G__GL_124_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16506 {
16507       ((TGLMatrix*) G__getstructoffset())->Move3LF((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
16508 , (Double_t) G__double(libp->para[2]));
16509       G__setnull(result7);
16510    return(1 || funcname || hash || result7 || libp) ;
16511 }
16512 
16513 static int G__G__GL_124_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16514 {
16515       ((TGLMatrix*) G__getstructoffset())->Scale(*(TGLVector3*) libp->para[0].ref);
16516       G__setnull(result7);
16517    return(1 || funcname || hash || result7 || libp) ;
16518 }
16519 
16520 static int G__G__GL_124_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16521 {
16522       ((TGLMatrix*) G__getstructoffset())->Rotate(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
16523 , (Double_t) G__double(libp->para[2]));
16524       G__setnull(result7);
16525    return(1 || funcname || hash || result7 || libp) ;
16526 }
16527 
16528 static int G__G__GL_124_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16529 {
16530       ((TGLMatrix*) G__getstructoffset())->RotateLF((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
16531 , (Double_t) G__double(libp->para[2]));
16532       G__setnull(result7);
16533    return(1 || funcname || hash || result7 || libp) ;
16534 }
16535 
16536 static int G__G__GL_124_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16537 {
16538       ((TGLMatrix*) G__getstructoffset())->RotatePF((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
16539 , (Double_t) G__double(libp->para[2]));
16540       G__setnull(result7);
16541    return(1 || funcname || hash || result7 || libp) ;
16542 }
16543 
16544 static int G__G__GL_124_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16545 {
16546       ((const TGLMatrix*) G__getstructoffset())->TransformVertex(*(TGLVertex3*) libp->para[0].ref);
16547       G__setnull(result7);
16548    return(1 || funcname || hash || result7 || libp) ;
16549 }
16550 
16551 static int G__G__GL_124_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16552 {
16553       ((TGLMatrix*) G__getstructoffset())->Transpose3x3();
16554       G__setnull(result7);
16555    return(1 || funcname || hash || result7 || libp) ;
16556 }
16557 
16558 static int G__G__GL_124_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16559 {
16560       G__letdouble(result7, 100, (double) ((TGLMatrix*) G__getstructoffset())->Invert());
16561    return(1 || funcname || hash || result7 || libp) ;
16562 }
16563 
16564 static int G__G__GL_124_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16565 {
16566       {
16567          const TGLVector3* pobj;
16568          const TGLVector3 xobj = ((const TGLMatrix*) G__getstructoffset())->GetTranslation();
16569          pobj = new TGLVector3(xobj);
16570          result7->obj.i = (long) ((void*) pobj);
16571          result7->ref = result7->obj.i;
16572          G__store_tempobject(*result7);
16573       }
16574    return(1 || funcname || hash || result7 || libp) ;
16575 }
16576 
16577 static int G__G__GL_124_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16578 {
16579       {
16580          const TGLVector3* pobj;
16581          const TGLVector3 xobj = ((const TGLMatrix*) G__getstructoffset())->GetScale();
16582          pobj = new TGLVector3(xobj);
16583          result7->obj.i = (long) ((void*) pobj);
16584          result7->ref = result7->obj.i;
16585          G__store_tempobject(*result7);
16586       }
16587    return(1 || funcname || hash || result7 || libp) ;
16588 }
16589 
16590 static int G__G__GL_124_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16591 {
16592       ((TGLMatrix*) G__getstructoffset())->SetBaseVec((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
16593 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
16594       G__setnull(result7);
16595    return(1 || funcname || hash || result7 || libp) ;
16596 }
16597 
16598 static int G__G__GL_124_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16599 {
16600       ((TGLMatrix*) G__getstructoffset())->SetBaseVec((Int_t) G__int(libp->para[0]), *(TGLVector3*) libp->para[1].ref);
16601       G__setnull(result7);
16602    return(1 || funcname || hash || result7 || libp) ;
16603 }
16604 
16605 static int G__G__GL_124_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16606 {
16607       ((TGLMatrix*) G__getstructoffset())->SetBaseVec((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
16608       G__setnull(result7);
16609    return(1 || funcname || hash || result7 || libp) ;
16610 }
16611 
16612 static int G__G__GL_124_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16613 {
16614       {
16615          const TGLVector3* pobj;
16616          const TGLVector3 xobj = ((const TGLMatrix*) G__getstructoffset())->GetBaseVec((Int_t) G__int(libp->para[0]));
16617          pobj = new TGLVector3(xobj);
16618          result7->obj.i = (long) ((void*) pobj);
16619          result7->ref = result7->obj.i;
16620          G__store_tempobject(*result7);
16621       }
16622    return(1 || funcname || hash || result7 || libp) ;
16623 }
16624 
16625 static int G__G__GL_124_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16626 {
16627       ((const TGLMatrix*) G__getstructoffset())->GetBaseVec((Int_t) G__int(libp->para[0]), *(TGLVector3*) libp->para[1].ref);
16628       G__setnull(result7);
16629    return(1 || funcname || hash || result7 || libp) ;
16630 }
16631 
16632 static int G__G__GL_124_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16633 {
16634       ((const TGLMatrix*) G__getstructoffset())->GetBaseVec((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
16635       G__setnull(result7);
16636    return(1 || funcname || hash || result7 || libp) ;
16637 }
16638 
16639 static int G__G__GL_124_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16640 {
16641    switch (libp->paran) {
16642    case 2:
16643       {
16644          const TGLVector3* pobj;
16645          const TGLVector3 xobj = ((const TGLMatrix*) G__getstructoffset())->Multiply(*(TGLVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
16646          pobj = new TGLVector3(xobj);
16647          result7->obj.i = (long) ((void*) pobj);
16648          result7->ref = result7->obj.i;
16649          G__store_tempobject(*result7);
16650       }
16651       break;
16652    case 1:
16653       {
16654          const TGLVector3* pobj;
16655          const TGLVector3 xobj = ((const TGLMatrix*) G__getstructoffset())->Multiply(*(TGLVector3*) libp->para[0].ref);
16656          pobj = new TGLVector3(xobj);
16657          result7->obj.i = (long) ((void*) pobj);
16658          result7->ref = result7->obj.i;
16659          G__store_tempobject(*result7);
16660       }
16661       break;
16662    }
16663    return(1 || funcname || hash || result7 || libp) ;
16664 }
16665 
16666 static int G__G__GL_124_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16667 {
16668       {
16669          const TGLVector3* pobj;
16670          const TGLVector3 xobj = ((const TGLMatrix*) G__getstructoffset())->Rotate(*(TGLVector3*) libp->para[0].ref);
16671          pobj = new TGLVector3(xobj);
16672          result7->obj.i = (long) ((void*) pobj);
16673          result7->ref = result7->obj.i;
16674          G__store_tempobject(*result7);
16675       }
16676    return(1 || funcname || hash || result7 || libp) ;
16677 }
16678 
16679 static int G__G__GL_124_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16680 {
16681    switch (libp->paran) {
16682    case 2:
16683       ((const TGLMatrix*) G__getstructoffset())->MultiplyIP(*(TGLVector3*) libp->para[0].ref, (Double_t) G__double(libp->para[1]));
16684       G__setnull(result7);
16685       break;
16686    case 1:
16687       ((const TGLMatrix*) G__getstructoffset())->MultiplyIP(*(TGLVector3*) libp->para[0].ref);
16688       G__setnull(result7);
16689       break;
16690    }
16691    return(1 || funcname || hash || result7 || libp) ;
16692 }
16693 
16694 static int G__G__GL_124_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16695 {
16696       ((const TGLMatrix*) G__getstructoffset())->RotateIP(*(TGLVector3*) libp->para[0].ref);
16697       G__setnull(result7);
16698    return(1 || funcname || hash || result7 || libp) ;
16699 }
16700 
16701 static int G__G__GL_124_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16702 {
16703       G__letint(result7, 68, (long) ((const TGLMatrix*) G__getstructoffset())->CArr());
16704    return(1 || funcname || hash || result7 || libp) ;
16705 }
16706 
16707 static int G__G__GL_124_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16708 {
16709       G__letint(result7, 68, (long) ((TGLMatrix*) G__getstructoffset())->Arr());
16710    return(1 || funcname || hash || result7 || libp) ;
16711 }
16712 
16713 static int G__G__GL_124_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16714 {
16715       ((const TGLMatrix*) G__getstructoffset())->Dump();
16716       G__setnull(result7);
16717    return(1 || funcname || hash || result7 || libp) ;
16718 }
16719 
16720 static int G__G__GL_124_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16721 {
16722       G__letint(result7, 85, (long) TGLMatrix::Class());
16723    return(1 || funcname || hash || result7 || libp) ;
16724 }
16725 
16726 static int G__G__GL_124_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16727 {
16728       G__letint(result7, 67, (long) TGLMatrix::Class_Name());
16729    return(1 || funcname || hash || result7 || libp) ;
16730 }
16731 
16732 static int G__G__GL_124_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16733 {
16734       G__letint(result7, 115, (long) TGLMatrix::Class_Version());
16735    return(1 || funcname || hash || result7 || libp) ;
16736 }
16737 
16738 static int G__G__GL_124_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16739 {
16740       TGLMatrix::Dictionary();
16741       G__setnull(result7);
16742    return(1 || funcname || hash || result7 || libp) ;
16743 }
16744 
16745 static int G__G__GL_124_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16746 {
16747       G__letint(result7, 85, (long) ((const TGLMatrix*) G__getstructoffset())->IsA());
16748    return(1 || funcname || hash || result7 || libp) ;
16749 }
16750 
16751 static int G__G__GL_124_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16752 {
16753       ((TGLMatrix*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
16754       G__setnull(result7);
16755    return(1 || funcname || hash || result7 || libp) ;
16756 }
16757 
16758 static int G__G__GL_124_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16759 {
16760       ((TGLMatrix*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
16761       G__setnull(result7);
16762    return(1 || funcname || hash || result7 || libp) ;
16763 }
16764 
16765 static int G__G__GL_124_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16766 {
16767       ((TGLMatrix*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16768       G__setnull(result7);
16769    return(1 || funcname || hash || result7 || libp) ;
16770 }
16771 
16772 static int G__G__GL_124_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16773 {
16774       G__letint(result7, 67, (long) TGLMatrix::DeclFileName());
16775    return(1 || funcname || hash || result7 || libp) ;
16776 }
16777 
16778 static int G__G__GL_124_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16779 {
16780       G__letint(result7, 105, (long) TGLMatrix::ImplFileLine());
16781    return(1 || funcname || hash || result7 || libp) ;
16782 }
16783 
16784 static int G__G__GL_124_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16785 {
16786       G__letint(result7, 67, (long) TGLMatrix::ImplFileName());
16787    return(1 || funcname || hash || result7 || libp) ;
16788 }
16789 
16790 static int G__G__GL_124_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16791 {
16792       G__letint(result7, 105, (long) TGLMatrix::DeclFileLine());
16793    return(1 || funcname || hash || result7 || libp) ;
16794 }
16795 
16796 // automatic destructor
16797 typedef TGLMatrix G__TTGLMatrix;
16798 static int G__G__GL_124_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16799 {
16800    char* gvp = (char*) G__getgvp();
16801    long soff = G__getstructoffset();
16802    int n = G__getaryconstruct();
16803    //
16804    //has_a_delete: 0
16805    //has_own_delete1arg: 0
16806    //has_own_delete2arg: 0
16807    //
16808    if (!soff) {
16809      return(1);
16810    }
16811    if (n) {
16812      if (gvp == (char*)G__PVOID) {
16813        delete[] (TGLMatrix*) soff;
16814      } else {
16815        G__setgvp((long) G__PVOID);
16816        for (int i = n - 1; i >= 0; --i) {
16817          ((TGLMatrix*) (soff+(sizeof(TGLMatrix)*i)))->~G__TTGLMatrix();
16818        }
16819        G__setgvp((long)gvp);
16820      }
16821    } else {
16822      if (gvp == (char*)G__PVOID) {
16823        delete (TGLMatrix*) soff;
16824      } else {
16825        G__setgvp((long) G__PVOID);
16826        ((TGLMatrix*) (soff))->~G__TTGLMatrix();
16827        G__setgvp((long)gvp);
16828      }
16829    }
16830    G__setnull(result7);
16831    return(1 || funcname || hash || result7 || libp) ;
16832 }
16833 
16834 
16835 /* TGLColor */
16836 static int G__G__GL_125_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16837 {
16838    TGLColor* p = NULL;
16839    char* gvp = (char*) G__getgvp();
16840    int n = G__getaryconstruct();
16841    if (n) {
16842      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16843        p = new TGLColor[n];
16844      } else {
16845        p = new((void*) gvp) TGLColor[n];
16846      }
16847    } else {
16848      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16849        p = new TGLColor;
16850      } else {
16851        p = new((void*) gvp) TGLColor;
16852      }
16853    }
16854    result7->obj.i = (long) p;
16855    result7->ref = (long) p;
16856    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLColor));
16857    return(1 || funcname || hash || result7 || libp) ;
16858 }
16859 
16860 static int G__G__GL_125_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16861 {
16862    TGLColor* p = NULL;
16863    char* gvp = (char*) G__getgvp();
16864    switch (libp->paran) {
16865    case 4:
16866      //m: 4
16867      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16868        p = new TGLColor(
16869 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
16870 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
16871      } else {
16872        p = new((void*) gvp) TGLColor(
16873 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
16874 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
16875      }
16876      break;
16877    case 3:
16878      //m: 3
16879      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16880        p = new TGLColor(
16881 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
16882 , (Int_t) G__int(libp->para[2]));
16883      } else {
16884        p = new((void*) gvp) TGLColor(
16885 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
16886 , (Int_t) G__int(libp->para[2]));
16887      }
16888      break;
16889    }
16890    result7->obj.i = (long) p;
16891    result7->ref = (long) p;
16892    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLColor));
16893    return(1 || funcname || hash || result7 || libp) ;
16894 }
16895 
16896 static int G__G__GL_125_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16897 {
16898    TGLColor* p = NULL;
16899    char* gvp = (char*) G__getgvp();
16900    switch (libp->paran) {
16901    case 4:
16902      //m: 4
16903      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16904        p = new TGLColor(
16905 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
16906 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
16907      } else {
16908        p = new((void*) gvp) TGLColor(
16909 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
16910 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
16911      }
16912      break;
16913    case 3:
16914      //m: 3
16915      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16916        p = new TGLColor(
16917 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
16918 , (Float_t) G__double(libp->para[2]));
16919      } else {
16920        p = new((void*) gvp) TGLColor(
16921 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
16922 , (Float_t) G__double(libp->para[2]));
16923      }
16924      break;
16925    }
16926    result7->obj.i = (long) p;
16927    result7->ref = (long) p;
16928    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLColor));
16929    return(1 || funcname || hash || result7 || libp) ;
16930 }
16931 
16932 static int G__G__GL_125_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16933 {
16934    TGLColor* p = NULL;
16935    char* gvp = (char*) G__getgvp();
16936    switch (libp->paran) {
16937    case 2:
16938      //m: 2
16939      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16940        p = new TGLColor((Color_t) G__int(libp->para[0]), (Char_t) G__int(libp->para[1]));
16941      } else {
16942        p = new((void*) gvp) TGLColor((Color_t) G__int(libp->para[0]), (Char_t) G__int(libp->para[1]));
16943      }
16944      break;
16945    case 1:
16946      //m: 1
16947      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16948        p = new TGLColor((Color_t) G__int(libp->para[0]));
16949      } else {
16950        p = new((void*) gvp) TGLColor((Color_t) G__int(libp->para[0]));
16951      }
16952      break;
16953    }
16954    result7->obj.i = (long) p;
16955    result7->ref = (long) p;
16956    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLColor));
16957    return(1 || funcname || hash || result7 || libp) ;
16958 }
16959 
16960 static int G__G__GL_125_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16961 {
16962       {
16963          const TGLColor& obj = ((TGLColor*) G__getstructoffset())->operator=(*(TGLColor*) libp->para[0].ref);
16964          result7->ref = (long) (&obj);
16965          result7->obj.i = (long) (&obj);
16966       }
16967    return(1 || funcname || hash || result7 || libp) ;
16968 }
16969 
16970 static int G__G__GL_125_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16971 {
16972       G__letint(result7, 66, (long) ((TGLColor*) G__getstructoffset())->Arr());
16973    return(1 || funcname || hash || result7 || libp) ;
16974 }
16975 
16976 static int G__G__GL_125_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16977 {
16978       G__letint(result7, 66, (long) ((const TGLColor*) G__getstructoffset())->CArr());
16979    return(1 || funcname || hash || result7 || libp) ;
16980 }
16981 
16982 static int G__G__GL_125_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16983 {
16984       G__letint(result7, 98, (long) ((const TGLColor*) G__getstructoffset())->GetRed());
16985    return(1 || funcname || hash || result7 || libp) ;
16986 }
16987 
16988 static int G__G__GL_125_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16989 {
16990       G__letint(result7, 98, (long) ((const TGLColor*) G__getstructoffset())->GetGreen());
16991    return(1 || funcname || hash || result7 || libp) ;
16992 }
16993 
16994 static int G__G__GL_125_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16995 {
16996       G__letint(result7, 98, (long) ((const TGLColor*) G__getstructoffset())->GetBlue());
16997    return(1 || funcname || hash || result7 || libp) ;
16998 }
16999 
17000 static int G__G__GL_125_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17001 {
17002       G__letint(result7, 98, (long) ((const TGLColor*) G__getstructoffset())->GetAlpha());
17003    return(1 || funcname || hash || result7 || libp) ;
17004 }
17005 
17006 static int G__G__GL_125_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17007 {
17008       G__letint(result7, 115, (long) ((const TGLColor*) G__getstructoffset())->GetColorIndex());
17009    return(1 || funcname || hash || result7 || libp) ;
17010 }
17011 
17012 static int G__G__GL_125_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17013 {
17014       G__letint(result7, 99, (long) ((const TGLColor*) G__getstructoffset())->GetTransparency());
17015    return(1 || funcname || hash || result7 || libp) ;
17016 }
17017 
17018 static int G__G__GL_125_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17019 {
17020       ((TGLColor*) G__getstructoffset())->SetRed((Int_t) G__int(libp->para[0]));
17021       G__setnull(result7);
17022    return(1 || funcname || hash || result7 || libp) ;
17023 }
17024 
17025 static int G__G__GL_125_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17026 {
17027       ((TGLColor*) G__getstructoffset())->SetGreen((Int_t) G__int(libp->para[0]));
17028       G__setnull(result7);
17029    return(1 || funcname || hash || result7 || libp) ;
17030 }
17031 
17032 static int G__G__GL_125_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17033 {
17034       ((TGLColor*) G__getstructoffset())->SetBlue((Int_t) G__int(libp->para[0]));
17035       G__setnull(result7);
17036    return(1 || funcname || hash || result7 || libp) ;
17037 }
17038 
17039 static int G__G__GL_125_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17040 {
17041       ((TGLColor*) G__getstructoffset())->SetAlpha((Int_t) G__int(libp->para[0]));
17042       G__setnull(result7);
17043    return(1 || funcname || hash || result7 || libp) ;
17044 }
17045 
17046 static int G__G__GL_125_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17047 {
17048    switch (libp->paran) {
17049    case 4:
17050       ((TGLColor*) G__getstructoffset())->SetColor((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17051 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
17052       G__setnull(result7);
17053       break;
17054    case 3:
17055       ((TGLColor*) G__getstructoffset())->SetColor((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17056 , (Int_t) G__int(libp->para[2]));
17057       G__setnull(result7);
17058       break;
17059    }
17060    return(1 || funcname || hash || result7 || libp) ;
17061 }
17062 
17063 static int G__G__GL_125_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17064 {
17065    switch (libp->paran) {
17066    case 4:
17067       ((TGLColor*) G__getstructoffset())->SetColor((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
17068 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
17069       G__setnull(result7);
17070       break;
17071    case 3:
17072       ((TGLColor*) G__getstructoffset())->SetColor((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
17073 , (Float_t) G__double(libp->para[2]));
17074       G__setnull(result7);
17075       break;
17076    }
17077    return(1 || funcname || hash || result7 || libp) ;
17078 }
17079 
17080 static int G__G__GL_125_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17081 {
17082       ((TGLColor*) G__getstructoffset())->SetColor((Color_t) G__int(libp->para[0]));
17083       G__setnull(result7);
17084    return(1 || funcname || hash || result7 || libp) ;
17085 }
17086 
17087 static int G__G__GL_125_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17088 {
17089       ((TGLColor*) G__getstructoffset())->SetColor((Color_t) G__int(libp->para[0]), (Char_t) G__int(libp->para[1]));
17090       G__setnull(result7);
17091    return(1 || funcname || hash || result7 || libp) ;
17092 }
17093 
17094 static int G__G__GL_125_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17095 {
17096       ((TGLColor*) G__getstructoffset())->SetTransparency((Char_t) G__int(libp->para[0]));
17097       G__setnull(result7);
17098    return(1 || funcname || hash || result7 || libp) ;
17099 }
17100 
17101 static int G__G__GL_125_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17102 {
17103       {
17104          const TString* pobj;
17105          const TString xobj = ((const TGLColor*) G__getstructoffset())->AsString();
17106          pobj = new TString(xobj);
17107          result7->obj.i = (long) ((void*) pobj);
17108          result7->ref = result7->obj.i;
17109          G__store_tempobject(*result7);
17110       }
17111    return(1 || funcname || hash || result7 || libp) ;
17112 }
17113 
17114 static int G__G__GL_125_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17115 {
17116       G__letint(result7, 85, (long) TGLColor::Class());
17117    return(1 || funcname || hash || result7 || libp) ;
17118 }
17119 
17120 static int G__G__GL_125_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17121 {
17122       G__letint(result7, 67, (long) TGLColor::Class_Name());
17123    return(1 || funcname || hash || result7 || libp) ;
17124 }
17125 
17126 static int G__G__GL_125_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17127 {
17128       G__letint(result7, 115, (long) TGLColor::Class_Version());
17129    return(1 || funcname || hash || result7 || libp) ;
17130 }
17131 
17132 static int G__G__GL_125_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17133 {
17134       TGLColor::Dictionary();
17135       G__setnull(result7);
17136    return(1 || funcname || hash || result7 || libp) ;
17137 }
17138 
17139 static int G__G__GL_125_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17140 {
17141       G__letint(result7, 85, (long) ((const TGLColor*) G__getstructoffset())->IsA());
17142    return(1 || funcname || hash || result7 || libp) ;
17143 }
17144 
17145 static int G__G__GL_125_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17146 {
17147       ((TGLColor*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
17148       G__setnull(result7);
17149    return(1 || funcname || hash || result7 || libp) ;
17150 }
17151 
17152 static int G__G__GL_125_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17153 {
17154       ((TGLColor*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
17155       G__setnull(result7);
17156    return(1 || funcname || hash || result7 || libp) ;
17157 }
17158 
17159 static int G__G__GL_125_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17160 {
17161       ((TGLColor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17162       G__setnull(result7);
17163    return(1 || funcname || hash || result7 || libp) ;
17164 }
17165 
17166 static int G__G__GL_125_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17167 {
17168       G__letint(result7, 67, (long) TGLColor::DeclFileName());
17169    return(1 || funcname || hash || result7 || libp) ;
17170 }
17171 
17172 static int G__G__GL_125_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17173 {
17174       G__letint(result7, 105, (long) TGLColor::ImplFileLine());
17175    return(1 || funcname || hash || result7 || libp) ;
17176 }
17177 
17178 static int G__G__GL_125_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17179 {
17180       G__letint(result7, 67, (long) TGLColor::ImplFileName());
17181    return(1 || funcname || hash || result7 || libp) ;
17182 }
17183 
17184 static int G__G__GL_125_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17185 {
17186       G__letint(result7, 105, (long) TGLColor::DeclFileLine());
17187    return(1 || funcname || hash || result7 || libp) ;
17188 }
17189 
17190 // automatic copy constructor
17191 static int G__G__GL_125_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17192 
17193 {
17194    TGLColor* p;
17195    void* tmp = (void*) G__int(libp->para[0]);
17196    p = new TGLColor(*(TGLColor*) tmp);
17197    result7->obj.i = (long) p;
17198    result7->ref = (long) p;
17199    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLColor));
17200    return(1 || funcname || hash || result7 || libp) ;
17201 }
17202 
17203 // automatic destructor
17204 typedef TGLColor G__TTGLColor;
17205 static int G__G__GL_125_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17206 {
17207    char* gvp = (char*) G__getgvp();
17208    long soff = G__getstructoffset();
17209    int n = G__getaryconstruct();
17210    //
17211    //has_a_delete: 0
17212    //has_own_delete1arg: 0
17213    //has_own_delete2arg: 0
17214    //
17215    if (!soff) {
17216      return(1);
17217    }
17218    if (n) {
17219      if (gvp == (char*)G__PVOID) {
17220        delete[] (TGLColor*) soff;
17221      } else {
17222        G__setgvp((long) G__PVOID);
17223        for (int i = n - 1; i >= 0; --i) {
17224          ((TGLColor*) (soff+(sizeof(TGLColor)*i)))->~G__TTGLColor();
17225        }
17226        G__setgvp((long)gvp);
17227      }
17228    } else {
17229      if (gvp == (char*)G__PVOID) {
17230        delete (TGLColor*) soff;
17231      } else {
17232        G__setgvp((long) G__PVOID);
17233        ((TGLColor*) (soff))->~G__TTGLColor();
17234        G__setgvp((long)gvp);
17235      }
17236    }
17237    G__setnull(result7);
17238    return(1 || funcname || hash || result7 || libp) ;
17239 }
17240 
17241 
17242 /* TGLColorSet */
17243 static int G__G__GL_126_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17244 {
17245    TGLColorSet* p = NULL;
17246    char* gvp = (char*) G__getgvp();
17247    int n = G__getaryconstruct();
17248    if (n) {
17249      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17250        p = new TGLColorSet[n];
17251      } else {
17252        p = new((void*) gvp) TGLColorSet[n];
17253      }
17254    } else {
17255      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17256        p = new TGLColorSet;
17257      } else {
17258        p = new((void*) gvp) TGLColorSet;
17259      }
17260    }
17261    result7->obj.i = (long) p;
17262    result7->ref = (long) p;
17263    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLColorSet));
17264    return(1 || funcname || hash || result7 || libp) ;
17265 }
17266 
17267 static int G__G__GL_126_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17268 {
17269       {
17270          const TGLColorSet& obj = ((TGLColorSet*) G__getstructoffset())->operator=(*(TGLColorSet*) libp->para[0].ref);
17271          result7->ref = (long) (&obj);
17272          result7->obj.i = (long) (&obj);
17273       }
17274    return(1 || funcname || hash || result7 || libp) ;
17275 }
17276 
17277 static int G__G__GL_126_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17278 {
17279       {
17280          const TGLColor& obj = ((TGLColorSet*) G__getstructoffset())->Background();
17281          result7->ref = (long) (&obj);
17282          result7->obj.i = (long) (&obj);
17283       }
17284    return(1 || funcname || hash || result7 || libp) ;
17285 }
17286 
17287 static int G__G__GL_126_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17288 {
17289       {
17290          const TGLColor& obj = ((TGLColorSet*) G__getstructoffset())->Foreground();
17291          result7->ref = (long) (&obj);
17292          result7->obj.i = (long) (&obj);
17293       }
17294    return(1 || funcname || hash || result7 || libp) ;
17295 }
17296 
17297 static int G__G__GL_126_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17298 {
17299       {
17300          const TGLColor& obj = ((TGLColorSet*) G__getstructoffset())->Outline();
17301          result7->ref = (long) (&obj);
17302          result7->obj.i = (long) (&obj);
17303       }
17304    return(1 || funcname || hash || result7 || libp) ;
17305 }
17306 
17307 static int G__G__GL_126_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17308 {
17309       {
17310          const TGLColor& obj = ((TGLColorSet*) G__getstructoffset())->Markup();
17311          result7->ref = (long) (&obj);
17312          result7->obj.i = (long) (&obj);
17313       }
17314    return(1 || funcname || hash || result7 || libp) ;
17315 }
17316 
17317 static int G__G__GL_126_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17318 {
17319       {
17320          const TGLColor& obj = ((TGLColorSet*) G__getstructoffset())->Selection((Int_t) G__int(libp->para[0]));
17321          result7->ref = (long) (&obj);
17322          result7->obj.i = (long) (&obj);
17323       }
17324    return(1 || funcname || hash || result7 || libp) ;
17325 }
17326 
17327 static int G__G__GL_126_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17328 {
17329       {
17330          const TGLColor& obj = ((const TGLColorSet*) G__getstructoffset())->Background();
17331          result7->ref = (long) (&obj);
17332          result7->obj.i = (long) (&obj);
17333       }
17334    return(1 || funcname || hash || result7 || libp) ;
17335 }
17336 
17337 static int G__G__GL_126_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17338 {
17339       {
17340          const TGLColor& obj = ((const TGLColorSet*) G__getstructoffset())->Foreground();
17341          result7->ref = (long) (&obj);
17342          result7->obj.i = (long) (&obj);
17343       }
17344    return(1 || funcname || hash || result7 || libp) ;
17345 }
17346 
17347 static int G__G__GL_126_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17348 {
17349       {
17350          const TGLColor& obj = ((const TGLColorSet*) G__getstructoffset())->Outline();
17351          result7->ref = (long) (&obj);
17352          result7->obj.i = (long) (&obj);
17353       }
17354    return(1 || funcname || hash || result7 || libp) ;
17355 }
17356 
17357 static int G__G__GL_126_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17358 {
17359       {
17360          const TGLColor& obj = ((const TGLColorSet*) G__getstructoffset())->Markup();
17361          result7->ref = (long) (&obj);
17362          result7->obj.i = (long) (&obj);
17363       }
17364    return(1 || funcname || hash || result7 || libp) ;
17365 }
17366 
17367 static int G__G__GL_126_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17368 {
17369       {
17370          const TGLColor& obj = ((const TGLColorSet*) G__getstructoffset())->Selection((Int_t) G__int(libp->para[0]));
17371          result7->ref = (long) (&obj);
17372          result7->obj.i = (long) (&obj);
17373       }
17374    return(1 || funcname || hash || result7 || libp) ;
17375 }
17376 
17377 static int G__G__GL_126_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17378 {
17379       ((TGLColorSet*) G__getstructoffset())->StdDarkBackground();
17380       G__setnull(result7);
17381    return(1 || funcname || hash || result7 || libp) ;
17382 }
17383 
17384 static int G__G__GL_126_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17385 {
17386       ((TGLColorSet*) G__getstructoffset())->StdLightBackground();
17387       G__setnull(result7);
17388    return(1 || funcname || hash || result7 || libp) ;
17389 }
17390 
17391 static int G__G__GL_126_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17392 {
17393       G__letint(result7, 85, (long) TGLColorSet::Class());
17394    return(1 || funcname || hash || result7 || libp) ;
17395 }
17396 
17397 static int G__G__GL_126_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17398 {
17399       G__letint(result7, 67, (long) TGLColorSet::Class_Name());
17400    return(1 || funcname || hash || result7 || libp) ;
17401 }
17402 
17403 static int G__G__GL_126_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17404 {
17405       G__letint(result7, 115, (long) TGLColorSet::Class_Version());
17406    return(1 || funcname || hash || result7 || libp) ;
17407 }
17408 
17409 static int G__G__GL_126_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17410 {
17411       TGLColorSet::Dictionary();
17412       G__setnull(result7);
17413    return(1 || funcname || hash || result7 || libp) ;
17414 }
17415 
17416 static int G__G__GL_126_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17417 {
17418       G__letint(result7, 85, (long) ((const TGLColorSet*) G__getstructoffset())->IsA());
17419    return(1 || funcname || hash || result7 || libp) ;
17420 }
17421 
17422 static int G__G__GL_126_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17423 {
17424       ((TGLColorSet*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
17425       G__setnull(result7);
17426    return(1 || funcname || hash || result7 || libp) ;
17427 }
17428 
17429 static int G__G__GL_126_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17430 {
17431       ((TGLColorSet*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
17432       G__setnull(result7);
17433    return(1 || funcname || hash || result7 || libp) ;
17434 }
17435 
17436 static int G__G__GL_126_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17437 {
17438       ((TGLColorSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17439       G__setnull(result7);
17440    return(1 || funcname || hash || result7 || libp) ;
17441 }
17442 
17443 static int G__G__GL_126_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17444 {
17445       G__letint(result7, 67, (long) TGLColorSet::DeclFileName());
17446    return(1 || funcname || hash || result7 || libp) ;
17447 }
17448 
17449 static int G__G__GL_126_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17450 {
17451       G__letint(result7, 105, (long) TGLColorSet::ImplFileLine());
17452    return(1 || funcname || hash || result7 || libp) ;
17453 }
17454 
17455 static int G__G__GL_126_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17456 {
17457       G__letint(result7, 67, (long) TGLColorSet::ImplFileName());
17458    return(1 || funcname || hash || result7 || libp) ;
17459 }
17460 
17461 static int G__G__GL_126_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17462 {
17463       G__letint(result7, 105, (long) TGLColorSet::DeclFileLine());
17464    return(1 || funcname || hash || result7 || libp) ;
17465 }
17466 
17467 // automatic copy constructor
17468 static int G__G__GL_126_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17469 
17470 {
17471    TGLColorSet* p;
17472    void* tmp = (void*) G__int(libp->para[0]);
17473    p = new TGLColorSet(*(TGLColorSet*) tmp);
17474    result7->obj.i = (long) p;
17475    result7->ref = (long) p;
17476    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLColorSet));
17477    return(1 || funcname || hash || result7 || libp) ;
17478 }
17479 
17480 // automatic destructor
17481 typedef TGLColorSet G__TTGLColorSet;
17482 static int G__G__GL_126_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17483 {
17484    char* gvp = (char*) G__getgvp();
17485    long soff = G__getstructoffset();
17486    int n = G__getaryconstruct();
17487    //
17488    //has_a_delete: 0
17489    //has_own_delete1arg: 0
17490    //has_own_delete2arg: 0
17491    //
17492    if (!soff) {
17493      return(1);
17494    }
17495    if (n) {
17496      if (gvp == (char*)G__PVOID) {
17497        delete[] (TGLColorSet*) soff;
17498      } else {
17499        G__setgvp((long) G__PVOID);
17500        for (int i = n - 1; i >= 0; --i) {
17501          ((TGLColorSet*) (soff+(sizeof(TGLColorSet)*i)))->~G__TTGLColorSet();
17502        }
17503        G__setgvp((long)gvp);
17504      }
17505    } else {
17506      if (gvp == (char*)G__PVOID) {
17507        delete (TGLColorSet*) soff;
17508      } else {
17509        G__setgvp((long) G__PVOID);
17510        ((TGLColorSet*) (soff))->~G__TTGLColorSet();
17511        G__setgvp((long)gvp);
17512      }
17513    }
17514    G__setnull(result7);
17515    return(1 || funcname || hash || result7 || libp) ;
17516 }
17517 
17518 
17519 /* TGLUtil */
17520 static int G__G__GL_127_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17521 {
17522       TGLUtil::CheckError((const char*) G__int(libp->para[0]));
17523       G__setnull(result7);
17524    return(1 || funcname || hash || result7 || libp) ;
17525 }
17526 
17527 static int G__G__GL_127_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17528 {
17529       G__letint(result7, 85, (long) TGLUtil::GetDrawTesselator3fv());
17530    return(1 || funcname || hash || result7 || libp) ;
17531 }
17532 
17533 static int G__G__GL_127_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17534 {
17535       G__letint(result7, 85, (long) TGLUtil::GetDrawTesselator4fv());
17536    return(1 || funcname || hash || result7 || libp) ;
17537 }
17538 
17539 static int G__G__GL_127_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17540 {
17541       G__letint(result7, 85, (long) TGLUtil::GetDrawTesselator3dv());
17542    return(1 || funcname || hash || result7 || libp) ;
17543 }
17544 
17545 static int G__G__GL_127_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17546 {
17547       G__letint(result7, 85, (long) TGLUtil::GetDrawTesselator4dv());
17548    return(1 || funcname || hash || result7 || libp) ;
17549 }
17550 
17551 static int G__G__GL_127_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17552 {
17553       G__letint(result7, 104, (long) TGLUtil::GetDrawQuality());
17554    return(1 || funcname || hash || result7 || libp) ;
17555 }
17556 
17557 static int G__G__GL_127_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17558 {
17559       TGLUtil::SetDrawQuality((UInt_t) G__int(libp->para[0]));
17560       G__setnull(result7);
17561    return(1 || funcname || hash || result7 || libp) ;
17562 }
17563 
17564 static int G__G__GL_127_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17565 {
17566       TGLUtil::ResetDrawQuality();
17567       G__setnull(result7);
17568    return(1 || funcname || hash || result7 || libp) ;
17569 }
17570 
17571 static int G__G__GL_127_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17572 {
17573       G__letint(result7, 104, (long) TGLUtil::GetDefaultDrawQuality());
17574    return(1 || funcname || hash || result7 || libp) ;
17575 }
17576 
17577 static int G__G__GL_127_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17578 {
17579       TGLUtil::SetDefaultDrawQuality((UInt_t) G__int(libp->para[0]));
17580       G__setnull(result7);
17581    return(1 || funcname || hash || result7 || libp) ;
17582 }
17583 
17584 static int G__G__GL_127_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17585 {
17586       G__letint(result7, 104, (long) TGLUtil::LockColor());
17587    return(1 || funcname || hash || result7 || libp) ;
17588 }
17589 
17590 static int G__G__GL_127_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17591 {
17592       G__letint(result7, 104, (long) TGLUtil::UnlockColor());
17593    return(1 || funcname || hash || result7 || libp) ;
17594 }
17595 
17596 static int G__G__GL_127_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17597 {
17598       G__letint(result7, 103, (long) TGLUtil::IsColorLocked());
17599    return(1 || funcname || hash || result7 || libp) ;
17600 }
17601 
17602 static int G__G__GL_127_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17603 {
17604       TGLUtil::Color(*(TGLColor*) libp->para[0].ref);
17605       G__setnull(result7);
17606    return(1 || funcname || hash || result7 || libp) ;
17607 }
17608 
17609 static int G__G__GL_127_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17610 {
17611       TGLUtil::ColorAlpha(*(TGLColor*) libp->para[0].ref, (UChar_t) G__int(libp->para[1]));
17612       G__setnull(result7);
17613    return(1 || funcname || hash || result7 || libp) ;
17614 }
17615 
17616 static int G__G__GL_127_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17617 {
17618       TGLUtil::ColorAlpha(*(TGLColor*) libp->para[0].ref, (Float_t) G__double(libp->para[1]));
17619       G__setnull(result7);
17620    return(1 || funcname || hash || result7 || libp) ;
17621 }
17622 
17623 static int G__G__GL_127_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17624 {
17625    switch (libp->paran) {
17626    case 2:
17627       TGLUtil::ColorAlpha((Color_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1]));
17628       G__setnull(result7);
17629       break;
17630    case 1:
17631       TGLUtil::ColorAlpha((Color_t) G__int(libp->para[0]));
17632       G__setnull(result7);
17633       break;
17634    }
17635    return(1 || funcname || hash || result7 || libp) ;
17636 }
17637 
17638 static int G__G__GL_127_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17639 {
17640    switch (libp->paran) {
17641    case 2:
17642       TGLUtil::ColorTransparency((Color_t) G__int(libp->para[0]), (Char_t) G__int(libp->para[1]));
17643       G__setnull(result7);
17644       break;
17645    case 1:
17646       TGLUtil::ColorTransparency((Color_t) G__int(libp->para[0]));
17647       G__setnull(result7);
17648       break;
17649    }
17650    return(1 || funcname || hash || result7 || libp) ;
17651 }
17652 
17653 static int G__G__GL_127_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17654 {
17655       TGLUtil::Color3ub((UChar_t) G__int(libp->para[0]), (UChar_t) G__int(libp->para[1])
17656 , (UChar_t) G__int(libp->para[2]));
17657       G__setnull(result7);
17658    return(1 || funcname || hash || result7 || libp) ;
17659 }
17660 
17661 static int G__G__GL_127_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17662 {
17663       TGLUtil::Color4ub((UChar_t) G__int(libp->para[0]), (UChar_t) G__int(libp->para[1])
17664 , (UChar_t) G__int(libp->para[2]), (UChar_t) G__int(libp->para[3]));
17665       G__setnull(result7);
17666    return(1 || funcname || hash || result7 || libp) ;
17667 }
17668 
17669 static int G__G__GL_127_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17670 {
17671       TGLUtil::Color3ubv((const UChar_t*) G__int(libp->para[0]));
17672       G__setnull(result7);
17673    return(1 || funcname || hash || result7 || libp) ;
17674 }
17675 
17676 static int G__G__GL_127_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17677 {
17678       TGLUtil::Color4ubv((const UChar_t*) G__int(libp->para[0]));
17679       G__setnull(result7);
17680    return(1 || funcname || hash || result7 || libp) ;
17681 }
17682 
17683 static int G__G__GL_127_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17684 {
17685       TGLUtil::Color3f((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
17686 , (Float_t) G__double(libp->para[2]));
17687       G__setnull(result7);
17688    return(1 || funcname || hash || result7 || libp) ;
17689 }
17690 
17691 static int G__G__GL_127_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17692 {
17693       TGLUtil::Color4f((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
17694 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
17695       G__setnull(result7);
17696    return(1 || funcname || hash || result7 || libp) ;
17697 }
17698 
17699 static int G__G__GL_127_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17700 {
17701       TGLUtil::Color3fv((Float_t*) G__int(libp->para[0]));
17702       G__setnull(result7);
17703    return(1 || funcname || hash || result7 || libp) ;
17704 }
17705 
17706 static int G__G__GL_127_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17707 {
17708       TGLUtil::Color4fv((Float_t*) G__int(libp->para[0]));
17709       G__setnull(result7);
17710    return(1 || funcname || hash || result7 || libp) ;
17711 }
17712 
17713 static int G__G__GL_127_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17714 {
17715       G__letdouble(result7, 102, (double) TGLUtil::GetPointSizeScale());
17716    return(1 || funcname || hash || result7 || libp) ;
17717 }
17718 
17719 static int G__G__GL_127_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17720 {
17721       TGLUtil::SetPointSizeScale((Float_t) G__double(libp->para[0]));
17722       G__setnull(result7);
17723    return(1 || funcname || hash || result7 || libp) ;
17724 }
17725 
17726 static int G__G__GL_127_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17727 {
17728       G__letdouble(result7, 102, (double) TGLUtil::GetLineWidthScale());
17729    return(1 || funcname || hash || result7 || libp) ;
17730 }
17731 
17732 static int G__G__GL_127_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17733 {
17734       TGLUtil::SetLineWidthScale((Float_t) G__double(libp->para[0]));
17735       G__setnull(result7);
17736    return(1 || funcname || hash || result7 || libp) ;
17737 }
17738 
17739 static int G__G__GL_127_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17740 {
17741       TGLUtil::PointSize((Float_t) G__double(libp->para[0]));
17742       G__setnull(result7);
17743    return(1 || funcname || hash || result7 || libp) ;
17744 }
17745 
17746 static int G__G__GL_127_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17747 {
17748       TGLUtil::LineWidth((Float_t) G__double(libp->para[0]));
17749       G__setnull(result7);
17750    return(1 || funcname || hash || result7 || libp) ;
17751 }
17752 
17753 static int G__G__GL_127_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17754 {
17755       G__letdouble(result7, 102, (double) TGLUtil::PointSize());
17756    return(1 || funcname || hash || result7 || libp) ;
17757 }
17758 
17759 static int G__G__GL_127_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17760 {
17761       G__letdouble(result7, 102, (double) TGLUtil::LineWidth());
17762    return(1 || funcname || hash || result7 || libp) ;
17763 }
17764 
17765 static int G__G__GL_127_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17766 {
17767       TGLUtil::BeginExtendPickRegion((Float_t) G__double(libp->para[0]));
17768       G__setnull(result7);
17769    return(1 || funcname || hash || result7 || libp) ;
17770 }
17771 
17772 static int G__G__GL_127_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17773 {
17774       TGLUtil::EndExtendPickRegion();
17775       G__setnull(result7);
17776    return(1 || funcname || hash || result7 || libp) ;
17777 }
17778 
17779 static int G__G__GL_127_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17780 {
17781    switch (libp->paran) {
17782    case 7:
17783       TGLUtil::RenderPolyMarkers(
17784 *(TAttMarker*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17785 , (Float_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
17786 , (Int_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5])
17787 , (Bool_t) G__int(libp->para[6]));
17788       G__setnull(result7);
17789       break;
17790    case 6:
17791       TGLUtil::RenderPolyMarkers(*(TAttMarker*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17792 , (Float_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
17793 , (Int_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
17794       G__setnull(result7);
17795       break;
17796    case 5:
17797       TGLUtil::RenderPolyMarkers(*(TAttMarker*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17798 , (Float_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
17799 , (Int_t) G__int(libp->para[4]));
17800       G__setnull(result7);
17801       break;
17802    case 4:
17803       TGLUtil::RenderPolyMarkers(*(TAttMarker*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17804 , (Float_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
17805       G__setnull(result7);
17806       break;
17807    }
17808    return(1 || funcname || hash || result7 || libp) ;
17809 }
17810 
17811 static int G__G__GL_127_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17812 {
17813    switch (libp->paran) {
17814    case 6:
17815       TGLUtil::RenderPoints(*(TAttMarker*) libp->para[0].ref, (Float_t*) G__int(libp->para[1])
17816 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
17817 , (Bool_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
17818       G__setnull(result7);
17819       break;
17820    case 5:
17821       TGLUtil::RenderPoints(*(TAttMarker*) libp->para[0].ref, (Float_t*) G__int(libp->para[1])
17822 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
17823 , (Bool_t) G__int(libp->para[4]));
17824       G__setnull(result7);
17825       break;
17826    case 4:
17827       TGLUtil::RenderPoints(*(TAttMarker*) libp->para[0].ref, (Float_t*) G__int(libp->para[1])
17828 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
17829       G__setnull(result7);
17830       break;
17831    case 3:
17832       TGLUtil::RenderPoints(*(TAttMarker*) libp->para[0].ref, (Float_t*) G__int(libp->para[1])
17833 , (Int_t) G__int(libp->para[2]));
17834       G__setnull(result7);
17835       break;
17836    }
17837    return(1 || funcname || hash || result7 || libp) ;
17838 }
17839 
17840 static int G__G__GL_127_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17841 {
17842    switch (libp->paran) {
17843    case 4:
17844       TGLUtil::RenderCrosses(*(TAttMarker*) libp->para[0].ref, (Float_t*) G__int(libp->para[1])
17845 , (Int_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
17846       G__setnull(result7);
17847       break;
17848    case 3:
17849       TGLUtil::RenderCrosses(*(TAttMarker*) libp->para[0].ref, (Float_t*) G__int(libp->para[1])
17850 , (Int_t) G__int(libp->para[2]));
17851       G__setnull(result7);
17852       break;
17853    }
17854    return(1 || funcname || hash || result7 || libp) ;
17855 }
17856 
17857 static int G__G__GL_127_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17858 {
17859    switch (libp->paran) {
17860    case 6:
17861       TGLUtil::RenderPolyLine(*(TAttLine*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17862 , (Float_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
17863 , (Int_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
17864       G__setnull(result7);
17865       break;
17866    case 5:
17867       TGLUtil::RenderPolyLine(*(TAttLine*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17868 , (Float_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
17869 , (Int_t) G__int(libp->para[4]));
17870       G__setnull(result7);
17871       break;
17872    case 4:
17873       TGLUtil::RenderPolyLine(*(TAttLine*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17874 , (Float_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
17875       G__setnull(result7);
17876       break;
17877    }
17878    return(1 || funcname || hash || result7 || libp) ;
17879 }
17880 
17881 static int G__G__GL_127_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17882 {
17883    switch (libp->paran) {
17884    case 4:
17885       TGLUtil::BeginAttLine(*(TAttLine*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17886 , (Int_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
17887       G__setnull(result7);
17888       break;
17889    case 3:
17890       TGLUtil::BeginAttLine(*(TAttLine*) libp->para[0].ref, (Char_t) G__int(libp->para[1])
17891 , (Int_t) G__int(libp->para[2]));
17892       G__setnull(result7);
17893       break;
17894    case 2:
17895       TGLUtil::BeginAttLine(*(TAttLine*) libp->para[0].ref, (Char_t) G__int(libp->para[1]));
17896       G__setnull(result7);
17897       break;
17898    }
17899    return(1 || funcname || hash || result7 || libp) ;
17900 }
17901 
17902 static int G__G__GL_127_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17903 {
17904    switch (libp->paran) {
17905    case 2:
17906       TGLUtil::EndAttLine((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
17907       G__setnull(result7);
17908       break;
17909    case 1:
17910       TGLUtil::EndAttLine((Int_t) G__int(libp->para[0]));
17911       G__setnull(result7);
17912       break;
17913    case 0:
17914       TGLUtil::EndAttLine();
17915       G__setnull(result7);
17916       break;
17917    }
17918    return(1 || funcname || hash || result7 || libp) ;
17919 }
17920 
17921 static int G__G__GL_127_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17922 {
17923       TGLUtil::SetDrawColors((const UChar_t*) G__int(libp->para[0]));
17924       G__setnull(result7);
17925    return(1 || funcname || hash || result7 || libp) ;
17926 }
17927 
17928 static int G__G__GL_127_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17929 {
17930       TGLUtil::DrawSphere(*(TGLVertex3*) libp->para[0].ref, (Double_t) G__double(libp->para[1])
17931 , (const UChar_t*) G__int(libp->para[2]));
17932       G__setnull(result7);
17933    return(1 || funcname || hash || result7 || libp) ;
17934 }
17935 
17936 static int G__G__GL_127_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17937 {
17938       TGLUtil::DrawLine(*(TGLLine3*) libp->para[0].ref, (TGLUtil::ELineHeadShape) G__int(libp->para[1])
17939 , (Double_t) G__double(libp->para[2]), (const UChar_t*) G__int(libp->para[3]));
17940       G__setnull(result7);
17941    return(1 || funcname || hash || result7 || libp) ;
17942 }
17943 
17944 static int G__G__GL_127_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17945 {
17946       TGLUtil::DrawLine(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
17947 , (TGLUtil::ELineHeadShape) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
17948 , (const UChar_t*) G__int(libp->para[4]));
17949       G__setnull(result7);
17950    return(1 || funcname || hash || result7 || libp) ;
17951 }
17952 
17953 static int G__G__GL_127_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17954 {
17955       TGLUtil::DrawRing(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
17956 , (Double_t) G__double(libp->para[2]), (const UChar_t*) G__int(libp->para[3]));
17957       G__setnull(result7);
17958    return(1 || funcname || hash || result7 || libp) ;
17959 }
17960 
17961 static int G__G__GL_127_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17962 {
17963    switch (libp->paran) {
17964    case 4:
17965       TGLUtil::DrawReferenceMarker(*(TGLCamera*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
17966 , (Float_t) G__double(libp->para[2]), (const UChar_t*) G__int(libp->para[3]));
17967       G__setnull(result7);
17968       break;
17969    case 3:
17970       TGLUtil::DrawReferenceMarker(*(TGLCamera*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
17971 , (Float_t) G__double(libp->para[2]));
17972       G__setnull(result7);
17973       break;
17974    case 2:
17975       TGLUtil::DrawReferenceMarker(*(TGLCamera*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
17976       G__setnull(result7);
17977       break;
17978    }
17979    return(1 || funcname || hash || result7 || libp) ;
17980 }
17981 
17982 static int G__G__GL_127_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17983 {
17984       TGLUtil::DrawSimpleAxes(*(TGLCamera*) libp->para[0].ref, *(TGLBoundingBox*) libp->para[1].ref
17985 , (Int_t) G__int(libp->para[2]));
17986       G__setnull(result7);
17987    return(1 || funcname || hash || result7 || libp) ;
17988 }
17989 
17990 static int G__G__GL_127_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17991 {
17992    switch (libp->paran) {
17993    case 3:
17994       TGLUtil::DrawNumber(*(TString*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
17995 , (Bool_t) G__int(libp->para[2]));
17996       G__setnull(result7);
17997       break;
17998    case 2:
17999       TGLUtil::DrawNumber(*(TString*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref);
18000       G__setnull(result7);
18001       break;
18002    }
18003    return(1 || funcname || hash || result7 || libp) ;
18004 }
18005 
18006 static int G__G__GL_127_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18007 {
18008       G__letint(result7, 85, (long) TGLUtil::Class());
18009    return(1 || funcname || hash || result7 || libp) ;
18010 }
18011 
18012 static int G__G__GL_127_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18013 {
18014       G__letint(result7, 67, (long) TGLUtil::Class_Name());
18015    return(1 || funcname || hash || result7 || libp) ;
18016 }
18017 
18018 static int G__G__GL_127_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18019 {
18020       G__letint(result7, 115, (long) TGLUtil::Class_Version());
18021    return(1 || funcname || hash || result7 || libp) ;
18022 }
18023 
18024 static int G__G__GL_127_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18025 {
18026       TGLUtil::Dictionary();
18027       G__setnull(result7);
18028    return(1 || funcname || hash || result7 || libp) ;
18029 }
18030 
18031 static int G__G__GL_127_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18032 {
18033       G__letint(result7, 85, (long) ((const TGLUtil*) G__getstructoffset())->IsA());
18034    return(1 || funcname || hash || result7 || libp) ;
18035 }
18036 
18037 static int G__G__GL_127_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18038 {
18039       ((TGLUtil*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
18040       G__setnull(result7);
18041    return(1 || funcname || hash || result7 || libp) ;
18042 }
18043 
18044 static int G__G__GL_127_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18045 {
18046       ((TGLUtil*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
18047       G__setnull(result7);
18048    return(1 || funcname || hash || result7 || libp) ;
18049 }
18050 
18051 static int G__G__GL_127_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18052 {
18053       ((TGLUtil*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18054       G__setnull(result7);
18055    return(1 || funcname || hash || result7 || libp) ;
18056 }
18057 
18058 static int G__G__GL_127_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18059 {
18060       G__letint(result7, 67, (long) TGLUtil::DeclFileName());
18061    return(1 || funcname || hash || result7 || libp) ;
18062 }
18063 
18064 static int G__G__GL_127_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18065 {
18066       G__letint(result7, 105, (long) TGLUtil::ImplFileLine());
18067    return(1 || funcname || hash || result7 || libp) ;
18068 }
18069 
18070 static int G__G__GL_127_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18071 {
18072       G__letint(result7, 67, (long) TGLUtil::ImplFileName());
18073    return(1 || funcname || hash || result7 || libp) ;
18074 }
18075 
18076 static int G__G__GL_127_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18077 {
18078       G__letint(result7, 105, (long) TGLUtil::DeclFileLine());
18079    return(1 || funcname || hash || result7 || libp) ;
18080 }
18081 
18082 // automatic destructor
18083 typedef TGLUtil G__TTGLUtil;
18084 static int G__G__GL_127_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18085 {
18086    char* gvp = (char*) G__getgvp();
18087    long soff = G__getstructoffset();
18088    int n = G__getaryconstruct();
18089    //
18090    //has_a_delete: 0
18091    //has_own_delete1arg: 0
18092    //has_own_delete2arg: 0
18093    //
18094    if (!soff) {
18095      return(1);
18096    }
18097    if (n) {
18098      if (gvp == (char*)G__PVOID) {
18099        delete[] (TGLUtil*) soff;
18100      } else {
18101        G__setgvp((long) G__PVOID);
18102        for (int i = n - 1; i >= 0; --i) {
18103          ((TGLUtil*) (soff+(sizeof(TGLUtil)*i)))->~G__TTGLUtil();
18104        }
18105        G__setgvp((long)gvp);
18106      }
18107    } else {
18108      if (gvp == (char*)G__PVOID) {
18109        delete (TGLUtil*) soff;
18110      } else {
18111        G__setgvp((long) G__PVOID);
18112        ((TGLUtil*) (soff))->~G__TTGLUtil();
18113        G__setgvp((long)gvp);
18114      }
18115    }
18116    G__setnull(result7);
18117    return(1 || funcname || hash || result7 || libp) ;
18118 }
18119 
18120 
18121 /* TGLUtil::TColorLocker */
18122 static int G__G__GL_128_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18123 {
18124    TGLUtil::TColorLocker* p = NULL;
18125    char* gvp = (char*) G__getgvp();
18126    int n = G__getaryconstruct();
18127    if (n) {
18128      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18129        p = new TGLUtil::TColorLocker[n];
18130      } else {
18131        p = new((void*) gvp) TGLUtil::TColorLocker[n];
18132      }
18133    } else {
18134      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18135        p = new TGLUtil::TColorLocker;
18136      } else {
18137        p = new((void*) gvp) TGLUtil::TColorLocker;
18138      }
18139    }
18140    result7->obj.i = (long) p;
18141    result7->ref = (long) p;
18142    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTColorLocker));
18143    return(1 || funcname || hash || result7 || libp) ;
18144 }
18145 
18146 static int G__G__GL_128_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18147 {
18148       G__letint(result7, 85, (long) TGLUtil::TColorLocker::Class());
18149    return(1 || funcname || hash || result7 || libp) ;
18150 }
18151 
18152 static int G__G__GL_128_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18153 {
18154       G__letint(result7, 67, (long) TGLUtil::TColorLocker::Class_Name());
18155    return(1 || funcname || hash || result7 || libp) ;
18156 }
18157 
18158 static int G__G__GL_128_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18159 {
18160       G__letint(result7, 115, (long) TGLUtil::TColorLocker::Class_Version());
18161    return(1 || funcname || hash || result7 || libp) ;
18162 }
18163 
18164 static int G__G__GL_128_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18165 {
18166       TGLUtil::TColorLocker::Dictionary();
18167       G__setnull(result7);
18168    return(1 || funcname || hash || result7 || libp) ;
18169 }
18170 
18171 static int G__G__GL_128_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18172 {
18173       G__letint(result7, 85, (long) ((const TGLUtil::TColorLocker*) G__getstructoffset())->IsA());
18174    return(1 || funcname || hash || result7 || libp) ;
18175 }
18176 
18177 static int G__G__GL_128_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18178 {
18179       ((TGLUtil::TColorLocker*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
18180       G__setnull(result7);
18181    return(1 || funcname || hash || result7 || libp) ;
18182 }
18183 
18184 static int G__G__GL_128_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18185 {
18186       ((TGLUtil::TColorLocker*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
18187       G__setnull(result7);
18188    return(1 || funcname || hash || result7 || libp) ;
18189 }
18190 
18191 static int G__G__GL_128_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18192 {
18193       ((TGLUtil::TColorLocker*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18194       G__setnull(result7);
18195    return(1 || funcname || hash || result7 || libp) ;
18196 }
18197 
18198 static int G__G__GL_128_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18199 {
18200       G__letint(result7, 67, (long) TGLUtil::TColorLocker::DeclFileName());
18201    return(1 || funcname || hash || result7 || libp) ;
18202 }
18203 
18204 static int G__G__GL_128_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18205 {
18206       G__letint(result7, 105, (long) TGLUtil::TColorLocker::ImplFileLine());
18207    return(1 || funcname || hash || result7 || libp) ;
18208 }
18209 
18210 static int G__G__GL_128_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18211 {
18212       G__letint(result7, 67, (long) TGLUtil::TColorLocker::ImplFileName());
18213    return(1 || funcname || hash || result7 || libp) ;
18214 }
18215 
18216 static int G__G__GL_128_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18217 {
18218       G__letint(result7, 105, (long) TGLUtil::TColorLocker::DeclFileLine());
18219    return(1 || funcname || hash || result7 || libp) ;
18220 }
18221 
18222 // automatic copy constructor
18223 static int G__G__GL_128_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18224 
18225 {
18226    TGLUtil::TColorLocker* p;
18227    void* tmp = (void*) G__int(libp->para[0]);
18228    p = new TGLUtil::TColorLocker(*(TGLUtil::TColorLocker*) tmp);
18229    result7->obj.i = (long) p;
18230    result7->ref = (long) p;
18231    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTColorLocker));
18232    return(1 || funcname || hash || result7 || libp) ;
18233 }
18234 
18235 // automatic destructor
18236 typedef TGLUtil::TColorLocker G__TTGLUtilcLcLTColorLocker;
18237 static int G__G__GL_128_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18238 {
18239    char* gvp = (char*) G__getgvp();
18240    long soff = G__getstructoffset();
18241    int n = G__getaryconstruct();
18242    //
18243    //has_a_delete: 0
18244    //has_own_delete1arg: 0
18245    //has_own_delete2arg: 0
18246    //
18247    if (!soff) {
18248      return(1);
18249    }
18250    if (n) {
18251      if (gvp == (char*)G__PVOID) {
18252        delete[] (TGLUtil::TColorLocker*) soff;
18253      } else {
18254        G__setgvp((long) G__PVOID);
18255        for (int i = n - 1; i >= 0; --i) {
18256          ((TGLUtil::TColorLocker*) (soff+(sizeof(TGLUtil::TColorLocker)*i)))->~G__TTGLUtilcLcLTColorLocker();
18257        }
18258        G__setgvp((long)gvp);
18259      }
18260    } else {
18261      if (gvp == (char*)G__PVOID) {
18262        delete (TGLUtil::TColorLocker*) soff;
18263      } else {
18264        G__setgvp((long) G__PVOID);
18265        ((TGLUtil::TColorLocker*) (soff))->~G__TTGLUtilcLcLTColorLocker();
18266        G__setgvp((long)gvp);
18267      }
18268    }
18269    G__setnull(result7);
18270    return(1 || funcname || hash || result7 || libp) ;
18271 }
18272 
18273 // automatic assignment operator
18274 static int G__G__GL_128_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18275 {
18276    TGLUtil::TColorLocker* dest = (TGLUtil::TColorLocker*) G__getstructoffset();
18277    *dest = *(TGLUtil::TColorLocker*) libp->para[0].ref;
18278    const TGLUtil::TColorLocker& obj = *dest;
18279    result7->ref = (long) (&obj);
18280    result7->obj.i = (long) (&obj);
18281    return(1 || funcname || hash || result7 || libp) ;
18282 }
18283 
18284 
18285 /* TGLUtil::TDrawQualityModifier */
18286 static int G__G__GL_129_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18287 {
18288    TGLUtil::TDrawQualityModifier* p = NULL;
18289    char* gvp = (char*) G__getgvp();
18290    //m: 1
18291    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18292      p = new TGLUtil::TDrawQualityModifier((Int_t) G__int(libp->para[0]));
18293    } else {
18294      p = new((void*) gvp) TGLUtil::TDrawQualityModifier((Int_t) G__int(libp->para[0]));
18295    }
18296    result7->obj.i = (long) p;
18297    result7->ref = (long) p;
18298    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityModifier));
18299    return(1 || funcname || hash || result7 || libp) ;
18300 }
18301 
18302 static int G__G__GL_129_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18303 {
18304       G__letint(result7, 85, (long) TGLUtil::TDrawQualityModifier::Class());
18305    return(1 || funcname || hash || result7 || libp) ;
18306 }
18307 
18308 static int G__G__GL_129_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18309 {
18310       G__letint(result7, 67, (long) TGLUtil::TDrawQualityModifier::Class_Name());
18311    return(1 || funcname || hash || result7 || libp) ;
18312 }
18313 
18314 static int G__G__GL_129_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18315 {
18316       G__letint(result7, 115, (long) TGLUtil::TDrawQualityModifier::Class_Version());
18317    return(1 || funcname || hash || result7 || libp) ;
18318 }
18319 
18320 static int G__G__GL_129_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18321 {
18322       TGLUtil::TDrawQualityModifier::Dictionary();
18323       G__setnull(result7);
18324    return(1 || funcname || hash || result7 || libp) ;
18325 }
18326 
18327 static int G__G__GL_129_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18328 {
18329       G__letint(result7, 85, (long) ((const TGLUtil::TDrawQualityModifier*) G__getstructoffset())->IsA());
18330    return(1 || funcname || hash || result7 || libp) ;
18331 }
18332 
18333 static int G__G__GL_129_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18334 {
18335       ((TGLUtil::TDrawQualityModifier*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
18336       G__setnull(result7);
18337    return(1 || funcname || hash || result7 || libp) ;
18338 }
18339 
18340 static int G__G__GL_129_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18341 {
18342       ((TGLUtil::TDrawQualityModifier*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
18343       G__setnull(result7);
18344    return(1 || funcname || hash || result7 || libp) ;
18345 }
18346 
18347 static int G__G__GL_129_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18348 {
18349       ((TGLUtil::TDrawQualityModifier*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18350       G__setnull(result7);
18351    return(1 || funcname || hash || result7 || libp) ;
18352 }
18353 
18354 static int G__G__GL_129_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18355 {
18356       G__letint(result7, 67, (long) TGLUtil::TDrawQualityModifier::DeclFileName());
18357    return(1 || funcname || hash || result7 || libp) ;
18358 }
18359 
18360 static int G__G__GL_129_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18361 {
18362       G__letint(result7, 105, (long) TGLUtil::TDrawQualityModifier::ImplFileLine());
18363    return(1 || funcname || hash || result7 || libp) ;
18364 }
18365 
18366 static int G__G__GL_129_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18367 {
18368       G__letint(result7, 67, (long) TGLUtil::TDrawQualityModifier::ImplFileName());
18369    return(1 || funcname || hash || result7 || libp) ;
18370 }
18371 
18372 static int G__G__GL_129_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18373 {
18374       G__letint(result7, 105, (long) TGLUtil::TDrawQualityModifier::DeclFileLine());
18375    return(1 || funcname || hash || result7 || libp) ;
18376 }
18377 
18378 // automatic copy constructor
18379 static int G__G__GL_129_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18380 
18381 {
18382    TGLUtil::TDrawQualityModifier* p;
18383    void* tmp = (void*) G__int(libp->para[0]);
18384    p = new TGLUtil::TDrawQualityModifier(*(TGLUtil::TDrawQualityModifier*) tmp);
18385    result7->obj.i = (long) p;
18386    result7->ref = (long) p;
18387    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityModifier));
18388    return(1 || funcname || hash || result7 || libp) ;
18389 }
18390 
18391 // automatic destructor
18392 typedef TGLUtil::TDrawQualityModifier G__TTGLUtilcLcLTDrawQualityModifier;
18393 static int G__G__GL_129_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18394 {
18395    char* gvp = (char*) G__getgvp();
18396    long soff = G__getstructoffset();
18397    int n = G__getaryconstruct();
18398    //
18399    //has_a_delete: 0
18400    //has_own_delete1arg: 0
18401    //has_own_delete2arg: 0
18402    //
18403    if (!soff) {
18404      return(1);
18405    }
18406    if (n) {
18407      if (gvp == (char*)G__PVOID) {
18408        delete[] (TGLUtil::TDrawQualityModifier*) soff;
18409      } else {
18410        G__setgvp((long) G__PVOID);
18411        for (int i = n - 1; i >= 0; --i) {
18412          ((TGLUtil::TDrawQualityModifier*) (soff+(sizeof(TGLUtil::TDrawQualityModifier)*i)))->~G__TTGLUtilcLcLTDrawQualityModifier();
18413        }
18414        G__setgvp((long)gvp);
18415      }
18416    } else {
18417      if (gvp == (char*)G__PVOID) {
18418        delete (TGLUtil::TDrawQualityModifier*) soff;
18419      } else {
18420        G__setgvp((long) G__PVOID);
18421        ((TGLUtil::TDrawQualityModifier*) (soff))->~G__TTGLUtilcLcLTDrawQualityModifier();
18422        G__setgvp((long)gvp);
18423      }
18424    }
18425    G__setnull(result7);
18426    return(1 || funcname || hash || result7 || libp) ;
18427 }
18428 
18429 // automatic assignment operator
18430 static int G__G__GL_129_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18431 {
18432    TGLUtil::TDrawQualityModifier* dest = (TGLUtil::TDrawQualityModifier*) G__getstructoffset();
18433    *dest = *(TGLUtil::TDrawQualityModifier*) libp->para[0].ref;
18434    const TGLUtil::TDrawQualityModifier& obj = *dest;
18435    result7->ref = (long) (&obj);
18436    result7->obj.i = (long) (&obj);
18437    return(1 || funcname || hash || result7 || libp) ;
18438 }
18439 
18440 
18441 /* TGLUtil::TDrawQualityScaler */
18442 static int G__G__GL_130_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18443 {
18444    TGLUtil::TDrawQualityScaler* p = NULL;
18445    char* gvp = (char*) G__getgvp();
18446    //m: 1
18447    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18448      p = new TGLUtil::TDrawQualityScaler((Float_t) G__double(libp->para[0]));
18449    } else {
18450      p = new((void*) gvp) TGLUtil::TDrawQualityScaler((Float_t) G__double(libp->para[0]));
18451    }
18452    result7->obj.i = (long) p;
18453    result7->ref = (long) p;
18454    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityScaler));
18455    return(1 || funcname || hash || result7 || libp) ;
18456 }
18457 
18458 static int G__G__GL_130_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18459 {
18460       G__letint(result7, 85, (long) TGLUtil::TDrawQualityScaler::Class());
18461    return(1 || funcname || hash || result7 || libp) ;
18462 }
18463 
18464 static int G__G__GL_130_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18465 {
18466       G__letint(result7, 67, (long) TGLUtil::TDrawQualityScaler::Class_Name());
18467    return(1 || funcname || hash || result7 || libp) ;
18468 }
18469 
18470 static int G__G__GL_130_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18471 {
18472       G__letint(result7, 115, (long) TGLUtil::TDrawQualityScaler::Class_Version());
18473    return(1 || funcname || hash || result7 || libp) ;
18474 }
18475 
18476 static int G__G__GL_130_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18477 {
18478       TGLUtil::TDrawQualityScaler::Dictionary();
18479       G__setnull(result7);
18480    return(1 || funcname || hash || result7 || libp) ;
18481 }
18482 
18483 static int G__G__GL_130_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18484 {
18485       G__letint(result7, 85, (long) ((const TGLUtil::TDrawQualityScaler*) G__getstructoffset())->IsA());
18486    return(1 || funcname || hash || result7 || libp) ;
18487 }
18488 
18489 static int G__G__GL_130_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18490 {
18491       ((TGLUtil::TDrawQualityScaler*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
18492       G__setnull(result7);
18493    return(1 || funcname || hash || result7 || libp) ;
18494 }
18495 
18496 static int G__G__GL_130_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18497 {
18498       ((TGLUtil::TDrawQualityScaler*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
18499       G__setnull(result7);
18500    return(1 || funcname || hash || result7 || libp) ;
18501 }
18502 
18503 static int G__G__GL_130_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18504 {
18505       ((TGLUtil::TDrawQualityScaler*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18506       G__setnull(result7);
18507    return(1 || funcname || hash || result7 || libp) ;
18508 }
18509 
18510 static int G__G__GL_130_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18511 {
18512       G__letint(result7, 67, (long) TGLUtil::TDrawQualityScaler::DeclFileName());
18513    return(1 || funcname || hash || result7 || libp) ;
18514 }
18515 
18516 static int G__G__GL_130_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18517 {
18518       G__letint(result7, 105, (long) TGLUtil::TDrawQualityScaler::ImplFileLine());
18519    return(1 || funcname || hash || result7 || libp) ;
18520 }
18521 
18522 static int G__G__GL_130_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18523 {
18524       G__letint(result7, 67, (long) TGLUtil::TDrawQualityScaler::ImplFileName());
18525    return(1 || funcname || hash || result7 || libp) ;
18526 }
18527 
18528 static int G__G__GL_130_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18529 {
18530       G__letint(result7, 105, (long) TGLUtil::TDrawQualityScaler::DeclFileLine());
18531    return(1 || funcname || hash || result7 || libp) ;
18532 }
18533 
18534 // automatic copy constructor
18535 static int G__G__GL_130_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18536 
18537 {
18538    TGLUtil::TDrawQualityScaler* p;
18539    void* tmp = (void*) G__int(libp->para[0]);
18540    p = new TGLUtil::TDrawQualityScaler(*(TGLUtil::TDrawQualityScaler*) tmp);
18541    result7->obj.i = (long) p;
18542    result7->ref = (long) p;
18543    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityScaler));
18544    return(1 || funcname || hash || result7 || libp) ;
18545 }
18546 
18547 // automatic destructor
18548 typedef TGLUtil::TDrawQualityScaler G__TTGLUtilcLcLTDrawQualityScaler;
18549 static int G__G__GL_130_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18550 {
18551    char* gvp = (char*) G__getgvp();
18552    long soff = G__getstructoffset();
18553    int n = G__getaryconstruct();
18554    //
18555    //has_a_delete: 0
18556    //has_own_delete1arg: 0
18557    //has_own_delete2arg: 0
18558    //
18559    if (!soff) {
18560      return(1);
18561    }
18562    if (n) {
18563      if (gvp == (char*)G__PVOID) {
18564        delete[] (TGLUtil::TDrawQualityScaler*) soff;
18565      } else {
18566        G__setgvp((long) G__PVOID);
18567        for (int i = n - 1; i >= 0; --i) {
18568          ((TGLUtil::TDrawQualityScaler*) (soff+(sizeof(TGLUtil::TDrawQualityScaler)*i)))->~G__TTGLUtilcLcLTDrawQualityScaler();
18569        }
18570        G__setgvp((long)gvp);
18571      }
18572    } else {
18573      if (gvp == (char*)G__PVOID) {
18574        delete (TGLUtil::TDrawQualityScaler*) soff;
18575      } else {
18576        G__setgvp((long) G__PVOID);
18577        ((TGLUtil::TDrawQualityScaler*) (soff))->~G__TTGLUtilcLcLTDrawQualityScaler();
18578        G__setgvp((long)gvp);
18579      }
18580    }
18581    G__setnull(result7);
18582    return(1 || funcname || hash || result7 || libp) ;
18583 }
18584 
18585 // automatic assignment operator
18586 static int G__G__GL_130_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18587 {
18588    TGLUtil::TDrawQualityScaler* dest = (TGLUtil::TDrawQualityScaler*) G__getstructoffset();
18589    *dest = *(TGLUtil::TDrawQualityScaler*) libp->para[0].ref;
18590    const TGLUtil::TDrawQualityScaler& obj = *dest;
18591    result7->ref = (long) (&obj);
18592    result7->obj.i = (long) (&obj);
18593    return(1 || funcname || hash || result7 || libp) ;
18594 }
18595 
18596 
18597 /* TGLSelectionBuffer */
18598 static int G__G__GL_138_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18599 {
18600    TGLSelectionBuffer* p = NULL;
18601    char* gvp = (char*) G__getgvp();
18602    int n = G__getaryconstruct();
18603    if (n) {
18604      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18605        p = new TGLSelectionBuffer[n];
18606      } else {
18607        p = new((void*) gvp) TGLSelectionBuffer[n];
18608      }
18609    } else {
18610      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18611        p = new TGLSelectionBuffer;
18612      } else {
18613        p = new((void*) gvp) TGLSelectionBuffer;
18614      }
18615    }
18616    result7->obj.i = (long) p;
18617    result7->ref = (long) p;
18618    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectionBuffer));
18619    return(1 || funcname || hash || result7 || libp) ;
18620 }
18621 
18622 static int G__G__GL_138_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18623 {
18624       ((TGLSelectionBuffer*) G__getstructoffset())->ReadColorBuffer((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
18625       G__setnull(result7);
18626    return(1 || funcname || hash || result7 || libp) ;
18627 }
18628 
18629 static int G__G__GL_138_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18630 {
18631       ((TGLSelectionBuffer*) G__getstructoffset())->ReadColorBuffer((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
18632 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
18633       G__setnull(result7);
18634    return(1 || funcname || hash || result7 || libp) ;
18635 }
18636 
18637 static int G__G__GL_138_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18638 {
18639       G__letint(result7, 66, (long) ((const TGLSelectionBuffer*) G__getstructoffset())->GetPixelColor((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
18640    return(1 || funcname || hash || result7 || libp) ;
18641 }
18642 
18643 static int G__G__GL_138_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18644 {
18645       G__letint(result7, 85, (long) TGLSelectionBuffer::Class());
18646    return(1 || funcname || hash || result7 || libp) ;
18647 }
18648 
18649 static int G__G__GL_138_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18650 {
18651       G__letint(result7, 67, (long) TGLSelectionBuffer::Class_Name());
18652    return(1 || funcname || hash || result7 || libp) ;
18653 }
18654 
18655 static int G__G__GL_138_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18656 {
18657       G__letint(result7, 115, (long) TGLSelectionBuffer::Class_Version());
18658    return(1 || funcname || hash || result7 || libp) ;
18659 }
18660 
18661 static int G__G__GL_138_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18662 {
18663       TGLSelectionBuffer::Dictionary();
18664       G__setnull(result7);
18665    return(1 || funcname || hash || result7 || libp) ;
18666 }
18667 
18668 static int G__G__GL_138_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18669 {
18670       G__letint(result7, 85, (long) ((const TGLSelectionBuffer*) G__getstructoffset())->IsA());
18671    return(1 || funcname || hash || result7 || libp) ;
18672 }
18673 
18674 static int G__G__GL_138_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18675 {
18676       ((TGLSelectionBuffer*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
18677       G__setnull(result7);
18678    return(1 || funcname || hash || result7 || libp) ;
18679 }
18680 
18681 static int G__G__GL_138_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18682 {
18683       ((TGLSelectionBuffer*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
18684       G__setnull(result7);
18685    return(1 || funcname || hash || result7 || libp) ;
18686 }
18687 
18688 static int G__G__GL_138_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18689 {
18690       ((TGLSelectionBuffer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18691       G__setnull(result7);
18692    return(1 || funcname || hash || result7 || libp) ;
18693 }
18694 
18695 static int G__G__GL_138_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18696 {
18697       G__letint(result7, 67, (long) TGLSelectionBuffer::DeclFileName());
18698    return(1 || funcname || hash || result7 || libp) ;
18699 }
18700 
18701 static int G__G__GL_138_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18702 {
18703       G__letint(result7, 105, (long) TGLSelectionBuffer::ImplFileLine());
18704    return(1 || funcname || hash || result7 || libp) ;
18705 }
18706 
18707 static int G__G__GL_138_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18708 {
18709       G__letint(result7, 67, (long) TGLSelectionBuffer::ImplFileName());
18710    return(1 || funcname || hash || result7 || libp) ;
18711 }
18712 
18713 static int G__G__GL_138_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18714 {
18715       G__letint(result7, 105, (long) TGLSelectionBuffer::DeclFileLine());
18716    return(1 || funcname || hash || result7 || libp) ;
18717 }
18718 
18719 // automatic destructor
18720 typedef TGLSelectionBuffer G__TTGLSelectionBuffer;
18721 static int G__G__GL_138_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18722 {
18723    char* gvp = (char*) G__getgvp();
18724    long soff = G__getstructoffset();
18725    int n = G__getaryconstruct();
18726    //
18727    //has_a_delete: 0
18728    //has_own_delete1arg: 0
18729    //has_own_delete2arg: 0
18730    //
18731    if (!soff) {
18732      return(1);
18733    }
18734    if (n) {
18735      if (gvp == (char*)G__PVOID) {
18736        delete[] (TGLSelectionBuffer*) soff;
18737      } else {
18738        G__setgvp((long) G__PVOID);
18739        for (int i = n - 1; i >= 0; --i) {
18740          ((TGLSelectionBuffer*) (soff+(sizeof(TGLSelectionBuffer)*i)))->~G__TTGLSelectionBuffer();
18741        }
18742        G__setgvp((long)gvp);
18743      }
18744    } else {
18745      if (gvp == (char*)G__PVOID) {
18746        delete (TGLSelectionBuffer*) soff;
18747      } else {
18748        G__setgvp((long) G__PVOID);
18749        ((TGLSelectionBuffer*) (soff))->~G__TTGLSelectionBuffer();
18750        G__setgvp((long)gvp);
18751      }
18752    }
18753    G__setnull(result7);
18754    return(1 || funcname || hash || result7 || libp) ;
18755 }
18756 
18757 
18758 /* TGLPlotCoordinates */
18759 static int G__G__GL_143_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18760 {
18761    TGLPlotCoordinates* p = NULL;
18762    char* gvp = (char*) G__getgvp();
18763    int n = G__getaryconstruct();
18764    if (n) {
18765      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18766        p = new TGLPlotCoordinates[n];
18767      } else {
18768        p = new((void*) gvp) TGLPlotCoordinates[n];
18769      }
18770    } else {
18771      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18772        p = new TGLPlotCoordinates;
18773      } else {
18774        p = new((void*) gvp) TGLPlotCoordinates;
18775      }
18776    }
18777    result7->obj.i = (long) p;
18778    result7->ref = (long) p;
18779    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates));
18780    return(1 || funcname || hash || result7 || libp) ;
18781 }
18782 
18783 static int G__G__GL_143_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18784 {
18785       ((TGLPlotCoordinates*) G__getstructoffset())->SetCoordType((EGLCoordType) G__int(libp->para[0]));
18786       G__setnull(result7);
18787    return(1 || funcname || hash || result7 || libp) ;
18788 }
18789 
18790 static int G__G__GL_143_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18791 {
18792       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetCoordType());
18793    return(1 || funcname || hash || result7 || libp) ;
18794 }
18795 
18796 static int G__G__GL_143_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18797 {
18798       ((TGLPlotCoordinates*) G__getstructoffset())->SetXLog((Bool_t) G__int(libp->para[0]));
18799       G__setnull(result7);
18800    return(1 || funcname || hash || result7 || libp) ;
18801 }
18802 
18803 static int G__G__GL_143_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18804 {
18805       G__letint(result7, 103, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetXLog());
18806    return(1 || funcname || hash || result7 || libp) ;
18807 }
18808 
18809 static int G__G__GL_143_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18810 {
18811       ((TGLPlotCoordinates*) G__getstructoffset())->SetYLog((Bool_t) G__int(libp->para[0]));
18812       G__setnull(result7);
18813    return(1 || funcname || hash || result7 || libp) ;
18814 }
18815 
18816 static int G__G__GL_143_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18817 {
18818       G__letint(result7, 103, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetYLog());
18819    return(1 || funcname || hash || result7 || libp) ;
18820 }
18821 
18822 static int G__G__GL_143_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18823 {
18824       ((TGLPlotCoordinates*) G__getstructoffset())->SetZLog((Bool_t) G__int(libp->para[0]));
18825       G__setnull(result7);
18826    return(1 || funcname || hash || result7 || libp) ;
18827 }
18828 
18829 static int G__G__GL_143_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18830 {
18831       G__letint(result7, 103, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetZLog());
18832    return(1 || funcname || hash || result7 || libp) ;
18833 }
18834 
18835 static int G__G__GL_143_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18836 {
18837       ((TGLPlotCoordinates*) G__getstructoffset())->ResetModified();
18838       G__setnull(result7);
18839    return(1 || funcname || hash || result7 || libp) ;
18840 }
18841 
18842 static int G__G__GL_143_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18843 {
18844       G__letint(result7, 103, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->Modified());
18845    return(1 || funcname || hash || result7 || libp) ;
18846 }
18847 
18848 static int G__G__GL_143_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18849 {
18850    switch (libp->paran) {
18851    case 3:
18852       G__letint(result7, 103, (long) ((TGLPlotCoordinates*) G__getstructoffset())->SetRanges((TH1*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
18853 , (Bool_t) G__int(libp->para[2])));
18854       break;
18855    case 2:
18856       G__letint(result7, 103, (long) ((TGLPlotCoordinates*) G__getstructoffset())->SetRanges((TH1*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
18857       break;
18858    case 1:
18859       G__letint(result7, 103, (long) ((TGLPlotCoordinates*) G__getstructoffset())->SetRanges((TH1*) G__int(libp->para[0])));
18860       break;
18861    }
18862    return(1 || funcname || hash || result7 || libp) ;
18863 }
18864 
18865 static int G__G__GL_143_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18866 {
18867       G__letint(result7, 103, (long) ((TGLPlotCoordinates*) G__getstructoffset())->SetRanges((TH2Poly*) G__int(libp->para[0])));
18868    return(1 || funcname || hash || result7 || libp) ;
18869 }
18870 
18871 static int G__G__GL_143_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18872 {
18873       G__letint(result7, 103, (long) ((TGLPlotCoordinates*) G__getstructoffset())->SetRanges((TAxis*) G__int(libp->para[0]), (TAxis*) G__int(libp->para[1])
18874 , (TAxis*) G__int(libp->para[2])));
18875    return(1 || funcname || hash || result7 || libp) ;
18876 }
18877 
18878 static int G__G__GL_143_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18879 {
18880       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetNXBins());
18881    return(1 || funcname || hash || result7 || libp) ;
18882 }
18883 
18884 static int G__G__GL_143_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18885 {
18886       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetNYBins());
18887    return(1 || funcname || hash || result7 || libp) ;
18888 }
18889 
18890 static int G__G__GL_143_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18891 {
18892       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetNZBins());
18893    return(1 || funcname || hash || result7 || libp) ;
18894 }
18895 
18896 static int G__G__GL_143_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18897 {
18898       {
18899          const Rgl::BinRange_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetXBins();
18900          result7->ref = (long) (&obj);
18901          result7->obj.i = (long) (&obj);
18902       }
18903    return(1 || funcname || hash || result7 || libp) ;
18904 }
18905 
18906 static int G__G__GL_143_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18907 {
18908       {
18909          const Rgl::BinRange_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetYBins();
18910          result7->ref = (long) (&obj);
18911          result7->obj.i = (long) (&obj);
18912       }
18913    return(1 || funcname || hash || result7 || libp) ;
18914 }
18915 
18916 static int G__G__GL_143_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18917 {
18918       {
18919          const Rgl::BinRange_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetZBins();
18920          result7->ref = (long) (&obj);
18921          result7->obj.i = (long) (&obj);
18922       }
18923    return(1 || funcname || hash || result7 || libp) ;
18924 }
18925 
18926 static int G__G__GL_143_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18927 {
18928       {
18929          const Rgl::Range_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetXRange();
18930          result7->ref = (long) (&obj);
18931          result7->obj.i = (long) (&obj);
18932       }
18933    return(1 || funcname || hash || result7 || libp) ;
18934 }
18935 
18936 static int G__G__GL_143_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18937 {
18938       G__letdouble(result7, 100, (double) ((const TGLPlotCoordinates*) G__getstructoffset())->GetXLength());
18939    return(1 || funcname || hash || result7 || libp) ;
18940 }
18941 
18942 static int G__G__GL_143_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18943 {
18944       {
18945          const Rgl::Range_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetYRange();
18946          result7->ref = (long) (&obj);
18947          result7->obj.i = (long) (&obj);
18948       }
18949    return(1 || funcname || hash || result7 || libp) ;
18950 }
18951 
18952 static int G__G__GL_143_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18953 {
18954       G__letdouble(result7, 100, (double) ((const TGLPlotCoordinates*) G__getstructoffset())->GetYLength());
18955    return(1 || funcname || hash || result7 || libp) ;
18956 }
18957 
18958 static int G__G__GL_143_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18959 {
18960       {
18961          const Rgl::Range_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetZRange();
18962          result7->ref = (long) (&obj);
18963          result7->obj.i = (long) (&obj);
18964       }
18965    return(1 || funcname || hash || result7 || libp) ;
18966 }
18967 
18968 static int G__G__GL_143_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18969 {
18970       G__letdouble(result7, 100, (double) ((const TGLPlotCoordinates*) G__getstructoffset())->GetZLength());
18971    return(1 || funcname || hash || result7 || libp) ;
18972 }
18973 
18974 static int G__G__GL_143_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18975 {
18976       {
18977          const Rgl::Range_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetXRangeScaled();
18978          result7->ref = (long) (&obj);
18979          result7->obj.i = (long) (&obj);
18980       }
18981    return(1 || funcname || hash || result7 || libp) ;
18982 }
18983 
18984 static int G__G__GL_143_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18985 {
18986       {
18987          const Rgl::Range_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetYRangeScaled();
18988          result7->ref = (long) (&obj);
18989          result7->obj.i = (long) (&obj);
18990       }
18991    return(1 || funcname || hash || result7 || libp) ;
18992 }
18993 
18994 static int G__G__GL_143_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18995 {
18996       {
18997          const Rgl::Range_t& obj = ((const TGLPlotCoordinates*) G__getstructoffset())->GetZRangeScaled();
18998          result7->ref = (long) (&obj);
18999          result7->obj.i = (long) (&obj);
19000       }
19001    return(1 || funcname || hash || result7 || libp) ;
19002 }
19003 
19004 static int G__G__GL_143_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19005 {
19006       G__letdouble(result7, 100, (double) ((const TGLPlotCoordinates*) G__getstructoffset())->GetXScale());
19007    return(1 || funcname || hash || result7 || libp) ;
19008 }
19009 
19010 static int G__G__GL_143_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19011 {
19012       G__letdouble(result7, 100, (double) ((const TGLPlotCoordinates*) G__getstructoffset())->GetYScale());
19013    return(1 || funcname || hash || result7 || libp) ;
19014 }
19015 
19016 static int G__G__GL_143_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19017 {
19018       G__letdouble(result7, 100, (double) ((const TGLPlotCoordinates*) G__getstructoffset())->GetZScale());
19019    return(1 || funcname || hash || result7 || libp) ;
19020 }
19021 
19022 static int G__G__GL_143_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19023 {
19024       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetFirstXBin());
19025    return(1 || funcname || hash || result7 || libp) ;
19026 }
19027 
19028 static int G__G__GL_143_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19029 {
19030       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetLastXBin());
19031    return(1 || funcname || hash || result7 || libp) ;
19032 }
19033 
19034 static int G__G__GL_143_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19035 {
19036       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetFirstYBin());
19037    return(1 || funcname || hash || result7 || libp) ;
19038 }
19039 
19040 static int G__G__GL_143_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19041 {
19042       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetLastYBin());
19043    return(1 || funcname || hash || result7 || libp) ;
19044 }
19045 
19046 static int G__G__GL_143_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19047 {
19048       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetFirstZBin());
19049    return(1 || funcname || hash || result7 || libp) ;
19050 }
19051 
19052 static int G__G__GL_143_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19053 {
19054       G__letint(result7, 105, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->GetLastZBin());
19055    return(1 || funcname || hash || result7 || libp) ;
19056 }
19057 
19058 static int G__G__GL_143_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19059 {
19060       G__letdouble(result7, 100, (double) ((const TGLPlotCoordinates*) G__getstructoffset())->GetFactor());
19061    return(1 || funcname || hash || result7 || libp) ;
19062 }
19063 
19064 static int G__G__GL_143_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19065 {
19066       G__letint(result7, 85, (long) TGLPlotCoordinates::Class());
19067    return(1 || funcname || hash || result7 || libp) ;
19068 }
19069 
19070 static int G__G__GL_143_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19071 {
19072       G__letint(result7, 67, (long) TGLPlotCoordinates::Class_Name());
19073    return(1 || funcname || hash || result7 || libp) ;
19074 }
19075 
19076 static int G__G__GL_143_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19077 {
19078       G__letint(result7, 115, (long) TGLPlotCoordinates::Class_Version());
19079    return(1 || funcname || hash || result7 || libp) ;
19080 }
19081 
19082 static int G__G__GL_143_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19083 {
19084       TGLPlotCoordinates::Dictionary();
19085       G__setnull(result7);
19086    return(1 || funcname || hash || result7 || libp) ;
19087 }
19088 
19089 static int G__G__GL_143_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19090 {
19091       G__letint(result7, 85, (long) ((const TGLPlotCoordinates*) G__getstructoffset())->IsA());
19092    return(1 || funcname || hash || result7 || libp) ;
19093 }
19094 
19095 static int G__G__GL_143_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19096 {
19097       ((TGLPlotCoordinates*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
19098       G__setnull(result7);
19099    return(1 || funcname || hash || result7 || libp) ;
19100 }
19101 
19102 static int G__G__GL_143_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19103 {
19104       ((TGLPlotCoordinates*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
19105       G__setnull(result7);
19106    return(1 || funcname || hash || result7 || libp) ;
19107 }
19108 
19109 static int G__G__GL_143_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19110 {
19111       ((TGLPlotCoordinates*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19112       G__setnull(result7);
19113    return(1 || funcname || hash || result7 || libp) ;
19114 }
19115 
19116 static int G__G__GL_143_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19117 {
19118       G__letint(result7, 67, (long) TGLPlotCoordinates::DeclFileName());
19119    return(1 || funcname || hash || result7 || libp) ;
19120 }
19121 
19122 static int G__G__GL_143_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19123 {
19124       G__letint(result7, 105, (long) TGLPlotCoordinates::ImplFileLine());
19125    return(1 || funcname || hash || result7 || libp) ;
19126 }
19127 
19128 static int G__G__GL_143_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19129 {
19130       G__letint(result7, 67, (long) TGLPlotCoordinates::ImplFileName());
19131    return(1 || funcname || hash || result7 || libp) ;
19132 }
19133 
19134 static int G__G__GL_143_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19135 {
19136       G__letint(result7, 105, (long) TGLPlotCoordinates::DeclFileLine());
19137    return(1 || funcname || hash || result7 || libp) ;
19138 }
19139 
19140 // automatic destructor
19141 typedef TGLPlotCoordinates G__TTGLPlotCoordinates;
19142 static int G__G__GL_143_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19143 {
19144    char* gvp = (char*) G__getgvp();
19145    long soff = G__getstructoffset();
19146    int n = G__getaryconstruct();
19147    //
19148    //has_a_delete: 0
19149    //has_own_delete1arg: 0
19150    //has_own_delete2arg: 0
19151    //
19152    if (!soff) {
19153      return(1);
19154    }
19155    if (n) {
19156      if (gvp == (char*)G__PVOID) {
19157        delete[] (TGLPlotCoordinates*) soff;
19158      } else {
19159        G__setgvp((long) G__PVOID);
19160        for (int i = n - 1; i >= 0; --i) {
19161          ((TGLPlotCoordinates*) (soff+(sizeof(TGLPlotCoordinates)*i)))->~G__TTGLPlotCoordinates();
19162        }
19163        G__setgvp((long)gvp);
19164      }
19165    } else {
19166      if (gvp == (char*)G__PVOID) {
19167        delete (TGLPlotCoordinates*) soff;
19168      } else {
19169        G__setgvp((long) G__PVOID);
19170        ((TGLPlotCoordinates*) (soff))->~G__TTGLPlotCoordinates();
19171        G__setgvp((long)gvp);
19172      }
19173    }
19174    G__setnull(result7);
19175    return(1 || funcname || hash || result7 || libp) ;
19176 }
19177 
19178 
19179 /* TGLQuadric */
19180 static int G__G__GL_144_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19181 {
19182    TGLQuadric* p = NULL;
19183    char* gvp = (char*) G__getgvp();
19184    int n = G__getaryconstruct();
19185    if (n) {
19186      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19187        p = new TGLQuadric[n];
19188      } else {
19189        p = new((void*) gvp) TGLQuadric[n];
19190      }
19191    } else {
19192      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19193        p = new TGLQuadric;
19194      } else {
19195        p = new((void*) gvp) TGLQuadric;
19196      }
19197    }
19198    result7->obj.i = (long) p;
19199    result7->ref = (long) p;
19200    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLQuadric));
19201    return(1 || funcname || hash || result7 || libp) ;
19202 }
19203 
19204 static int G__G__GL_144_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19205 {
19206       G__letint(result7, 85, (long) ((TGLQuadric*) G__getstructoffset())->Get());
19207    return(1 || funcname || hash || result7 || libp) ;
19208 }
19209 
19210 static int G__G__GL_144_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19211 {
19212       G__letint(result7, 85, (long) TGLQuadric::Class());
19213    return(1 || funcname || hash || result7 || libp) ;
19214 }
19215 
19216 static int G__G__GL_144_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19217 {
19218       G__letint(result7, 67, (long) TGLQuadric::Class_Name());
19219    return(1 || funcname || hash || result7 || libp) ;
19220 }
19221 
19222 static int G__G__GL_144_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19223 {
19224       G__letint(result7, 115, (long) TGLQuadric::Class_Version());
19225    return(1 || funcname || hash || result7 || libp) ;
19226 }
19227 
19228 static int G__G__GL_144_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19229 {
19230       TGLQuadric::Dictionary();
19231       G__setnull(result7);
19232    return(1 || funcname || hash || result7 || libp) ;
19233 }
19234 
19235 static int G__G__GL_144_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19236 {
19237       G__letint(result7, 85, (long) ((const TGLQuadric*) G__getstructoffset())->IsA());
19238    return(1 || funcname || hash || result7 || libp) ;
19239 }
19240 
19241 static int G__G__GL_144_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19242 {
19243       ((TGLQuadric*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
19244       G__setnull(result7);
19245    return(1 || funcname || hash || result7 || libp) ;
19246 }
19247 
19248 static int G__G__GL_144_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19249 {
19250       ((TGLQuadric*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
19251       G__setnull(result7);
19252    return(1 || funcname || hash || result7 || libp) ;
19253 }
19254 
19255 static int G__G__GL_144_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19256 {
19257       ((TGLQuadric*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19258       G__setnull(result7);
19259    return(1 || funcname || hash || result7 || libp) ;
19260 }
19261 
19262 static int G__G__GL_144_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19263 {
19264       G__letint(result7, 67, (long) TGLQuadric::DeclFileName());
19265    return(1 || funcname || hash || result7 || libp) ;
19266 }
19267 
19268 static int G__G__GL_144_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19269 {
19270       G__letint(result7, 105, (long) TGLQuadric::ImplFileLine());
19271    return(1 || funcname || hash || result7 || libp) ;
19272 }
19273 
19274 static int G__G__GL_144_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19275 {
19276       G__letint(result7, 67, (long) TGLQuadric::ImplFileName());
19277    return(1 || funcname || hash || result7 || libp) ;
19278 }
19279 
19280 static int G__G__GL_144_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19281 {
19282       G__letint(result7, 105, (long) TGLQuadric::DeclFileLine());
19283    return(1 || funcname || hash || result7 || libp) ;
19284 }
19285 
19286 // automatic destructor
19287 typedef TGLQuadric G__TTGLQuadric;
19288 static int G__G__GL_144_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19289 {
19290    char* gvp = (char*) G__getgvp();
19291    long soff = G__getstructoffset();
19292    int n = G__getaryconstruct();
19293    //
19294    //has_a_delete: 0
19295    //has_own_delete1arg: 0
19296    //has_own_delete2arg: 0
19297    //
19298    if (!soff) {
19299      return(1);
19300    }
19301    if (n) {
19302      if (gvp == (char*)G__PVOID) {
19303        delete[] (TGLQuadric*) soff;
19304      } else {
19305        G__setgvp((long) G__PVOID);
19306        for (int i = n - 1; i >= 0; --i) {
19307          ((TGLQuadric*) (soff+(sizeof(TGLQuadric)*i)))->~G__TTGLQuadric();
19308        }
19309        G__setgvp((long)gvp);
19310      }
19311    } else {
19312      if (gvp == (char*)G__PVOID) {
19313        delete (TGLQuadric*) soff;
19314      } else {
19315        G__setgvp((long) G__PVOID);
19316        ((TGLQuadric*) (soff))->~G__TTGLQuadric();
19317        G__setgvp((long)gvp);
19318      }
19319    }
19320    G__setnull(result7);
19321    return(1 || funcname || hash || result7 || libp) ;
19322 }
19323 
19324 
19325 /* Rgl */
19326 static int G__G__GL_146_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19327 {
19328       Rgl::ObjectIDToColor((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
19329       G__setnull(result7);
19330    return(1 || funcname || hash || result7 || libp) ;
19331 }
19332 
19333 static int G__G__GL_146_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19334 {
19335       G__letint(result7, 105, (long) Rgl::ColorToObjectID((const UChar_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
19336    return(1 || funcname || hash || result7 || libp) ;
19337 }
19338 
19339 static int G__G__GL_146_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19340 {
19341       Rgl::DrawQuadOutline(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
19342 , *(TGLVertex3*) libp->para[2].ref, *(TGLVertex3*) libp->para[3].ref);
19343       G__setnull(result7);
19344    return(1 || funcname || hash || result7 || libp) ;
19345 }
19346 
19347 static int G__G__GL_146_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19348 {
19349       Rgl::DrawQuadFilled(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
19350 , *(TGLVertex3*) libp->para[2].ref, *(TGLVertex3*) libp->para[3].ref
19351 , *(TGLVector3*) libp->para[4].ref);
19352       G__setnull(result7);
19353    return(1 || funcname || hash || result7 || libp) ;
19354 }
19355 
19356 static int G__G__GL_146_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19357 {
19358       Rgl::DrawQuadFilled((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19359 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
19360 , (Double_t*) G__int(libp->para[4]));
19361       G__setnull(result7);
19362    return(1 || funcname || hash || result7 || libp) ;
19363 }
19364 
19365 static int G__G__GL_146_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19366 {
19367       Rgl::DrawSmoothFace(*(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
19368 , *(TGLVertex3*) libp->para[2].ref, *(TGLVector3*) libp->para[3].ref
19369 , *(TGLVector3*) libp->para[4].ref, *(TGLVector3*) libp->para[5].ref);
19370       G__setnull(result7);
19371    return(1 || funcname || hash || result7 || libp) ;
19372 }
19373 
19374 static int G__G__GL_146_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19375 {
19376       Rgl::DrawBoxFront(
19377 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
19378 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
19379 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
19380 , (Int_t) G__int(libp->para[6]));
19381       G__setnull(result7);
19382    return(1 || funcname || hash || result7 || libp) ;
19383 }
19384 
19385 static int G__G__GL_146_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19386 {
19387       Rgl::DrawBoxFrontTextured(
19388 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
19389 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
19390 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
19391 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
19392 , (Int_t) G__int(libp->para[8]));
19393       G__setnull(result7);
19394    return(1 || funcname || hash || result7 || libp) ;
19395 }
19396 
19397 static int G__G__GL_146_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19398 {
19399       Rgl::DrawCylinder(
19400 (TGLQuadric*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
19401 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
19402 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
19403 , (Double_t) G__double(libp->para[6]));
19404       G__setnull(result7);
19405    return(1 || funcname || hash || result7 || libp) ;
19406 }
19407 
19408 static int G__G__GL_146_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19409 {
19410       Rgl::DrawSphere(
19411 (TGLQuadric*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
19412 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
19413 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
19414 , (Double_t) G__double(libp->para[6]));
19415       G__setnull(result7);
19416    return(1 || funcname || hash || result7 || libp) ;
19417 }
19418 
19419 static int G__G__GL_146_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19420 {
19421       Rgl::DrawError((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
19422 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
19423 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
19424       G__setnull(result7);
19425    return(1 || funcname || hash || result7 || libp) ;
19426 }
19427 
19428 static int G__G__GL_146_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19429 {
19430       Rgl::DrawAxes(
19431 (Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
19432 , (TGLVertex3*) G__int(libp->para[2]), (TGLPlotCoordinates*) G__int(libp->para[3])
19433 , (TAxis*) G__int(libp->para[4]), (TAxis*) G__int(libp->para[5])
19434 , (TAxis*) G__int(libp->para[6]));
19435       G__setnull(result7);
19436    return(1 || funcname || hash || result7 || libp) ;
19437 }
19438 
19439 static int G__G__GL_146_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19440 {
19441       Rgl::SetZLevels((TAxis*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
19442 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
19443 , *(vector<Double_t>*) libp->para[4].ref);
19444       G__setnull(result7);
19445    return(1 || funcname || hash || result7 || libp) ;
19446 }
19447 
19448 static int G__G__GL_146_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19449 {
19450       Rgl::DrawFaceTextured(
19451 *(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
19452 , *(TGLVertex3*) libp->para[2].ref, (Double_t) G__double(libp->para[3])
19453 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
19454 , *(TGLVector3*) libp->para[6].ref, *(TGLVector3*) libp->para[7].ref
19455 , *(TGLVector3*) libp->para[8].ref);
19456       G__setnull(result7);
19457    return(1 || funcname || hash || result7 || libp) ;
19458 }
19459 
19460 static int G__G__GL_146_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19461 {
19462       Rgl::DrawFaceTextured(
19463 *(TGLVertex3*) libp->para[0].ref, *(TGLVertex3*) libp->para[1].ref
19464 , *(TGLVertex3*) libp->para[2].ref, (Double_t) G__double(libp->para[3])
19465 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
19466 , (Double_t) G__double(libp->para[6]), *(TGLVector3*) libp->para[7].ref);
19467       G__setnull(result7);
19468    return(1 || funcname || hash || result7 || libp) ;
19469 }
19470 
19471 static int G__G__GL_146_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19472 {
19473       Rgl::GetColor((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
19474 , (Float_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3])
19475 , (Float_t*) G__int(libp->para[4]));
19476       G__setnull(result7);
19477    return(1 || funcname || hash || result7 || libp) ;
19478 }
19479 
19480 static int G__G__GL_146_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19481 {
19482       Rgl::DrawPalette((TGLPlotCamera*) G__int(libp->para[0]), *(TGLLevelPalette*) libp->para[1].ref);
19483       G__setnull(result7);
19484    return(1 || funcname || hash || result7 || libp) ;
19485 }
19486 
19487 static int G__G__GL_146_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19488 {
19489       Rgl::DrawPaletteAxis((TGLPlotCamera*) G__int(libp->para[0]), *(Rgl::Range_t*) libp->para[1].ref
19490 , (Bool_t) G__int(libp->para[2]));
19491       G__setnull(result7);
19492    return(1 || funcname || hash || result7 || libp) ;
19493 }
19494 
19495 static int G__G__GL_146_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19496 {
19497       Rgl::DrawMesh(*(vector<Float_t>*) libp->para[0].ref, *(vector<Float_t>*) libp->para[1].ref
19498 , *(vector<UInt_t>*) libp->para[2].ref);
19499       G__setnull(result7);
19500    return(1 || funcname || hash || result7 || libp) ;
19501 }
19502 
19503 static int G__G__GL_146_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19504 {
19505       Rgl::DrawMesh(*(vector<Double_t>*) libp->para[0].ref, *(vector<Double_t>*) libp->para[1].ref
19506 , *(vector<UInt_t>*) libp->para[2].ref);
19507       G__setnull(result7);
19508    return(1 || funcname || hash || result7 || libp) ;
19509 }
19510 
19511 static int G__G__GL_146_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19512 {
19513       Rgl::DrawMesh(*(vector<Float_t>*) libp->para[0].ref, *(vector<UInt_t>*) libp->para[1].ref);
19514       G__setnull(result7);
19515    return(1 || funcname || hash || result7 || libp) ;
19516 }
19517 
19518 static int G__G__GL_146_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19519 {
19520       Rgl::DrawMesh(*(vector<Double_t>*) libp->para[0].ref, *(vector<UInt_t>*) libp->para[1].ref);
19521       G__setnull(result7);
19522    return(1 || funcname || hash || result7 || libp) ;
19523 }
19524 
19525 static int G__G__GL_146_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19526 {
19527       Rgl::DrawMesh(*(vector<Float_t>*) libp->para[0].ref, *(vector<Float_t>*) libp->para[1].ref
19528 , *(vector<UInt_t>*) libp->para[2].ref, *(TGLBoxCut*) libp->para[3].ref);
19529       G__setnull(result7);
19530    return(1 || funcname || hash || result7 || libp) ;
19531 }
19532 
19533 static int G__G__GL_146_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19534 {
19535       Rgl::DrawMesh(*(vector<Double_t>*) libp->para[0].ref, *(vector<Double_t>*) libp->para[1].ref
19536 , *(vector<UInt_t>*) libp->para[2].ref, *(TGLBoxCut*) libp->para[3].ref);
19537       G__setnull(result7);
19538    return(1 || funcname || hash || result7 || libp) ;
19539 }
19540 
19541 static int G__G__GL_146_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19542 {
19543       Rgl::DrawMesh(*(vector<Float_t>*) libp->para[0].ref, *(vector<UInt_t>*) libp->para[1].ref
19544 , *(TGLBoxCut*) libp->para[2].ref);
19545       G__setnull(result7);
19546    return(1 || funcname || hash || result7 || libp) ;
19547 }
19548 
19549 static int G__G__GL_146_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19550 {
19551       Rgl::DrawMesh(*(vector<Double_t>*) libp->para[0].ref, *(vector<UInt_t>*) libp->para[1].ref
19552 , *(TGLBoxCut*) libp->para[2].ref);
19553       G__setnull(result7);
19554    return(1 || funcname || hash || result7 || libp) ;
19555 }
19556 
19557 static int G__G__GL_146_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19558 {
19559       Rgl::DrawMapleMesh(*(vector<Double_t>*) libp->para[0].ref, *(vector<Double_t>*) libp->para[1].ref
19560 , *(vector<UInt_t>*) libp->para[2].ref);
19561       G__setnull(result7);
19562    return(1 || funcname || hash || result7 || libp) ;
19563 }
19564 
19565 static int G__G__GL_146_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19566 {
19567       Rgl::DrawMapleMesh(*(vector<Double_t>*) libp->para[0].ref, *(vector<Double_t>*) libp->para[1].ref
19568 , *(vector<UInt_t>*) libp->para[2].ref, *(TGLBoxCut*) libp->para[3].ref);
19569       G__setnull(result7);
19570    return(1 || funcname || hash || result7 || libp) ;
19571 }
19572 
19573 
19574 /* TGLPhysicalShape */
19575 static int G__G__GL_162_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19576 {
19577    TGLPhysicalShape* p = NULL;
19578    char* gvp = (char*) G__getgvp();
19579    //m: 5
19580    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19581      p = new TGLPhysicalShape(
19582 (UInt_t) G__int(libp->para[0]), *(TGLLogicalShape*) libp->para[1].ref
19583 , *(TGLMatrix*) libp->para[2].ref, (Bool_t) G__int(libp->para[3])
19584 , (Float_t*) G__int(libp->para[4]));
19585    } else {
19586      p = new((void*) gvp) TGLPhysicalShape(
19587 (UInt_t) G__int(libp->para[0]), *(TGLLogicalShape*) libp->para[1].ref
19588 , *(TGLMatrix*) libp->para[2].ref, (Bool_t) G__int(libp->para[3])
19589 , (Float_t*) G__int(libp->para[4]));
19590    }
19591    result7->obj.i = (long) p;
19592    result7->ref = (long) p;
19593    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape));
19594    return(1 || funcname || hash || result7 || libp) ;
19595 }
19596 
19597 static int G__G__GL_162_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19598 {
19599    TGLPhysicalShape* p = NULL;
19600    char* gvp = (char*) G__getgvp();
19601    //m: 5
19602    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19603      p = new TGLPhysicalShape(
19604 (UInt_t) G__int(libp->para[0]), *(TGLLogicalShape*) libp->para[1].ref
19605 , (double*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
19606 , (Float_t*) G__int(libp->para[4]));
19607    } else {
19608      p = new((void*) gvp) TGLPhysicalShape(
19609 (UInt_t) G__int(libp->para[0]), *(TGLLogicalShape*) libp->para[1].ref
19610 , (double*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
19611 , (Float_t*) G__int(libp->para[4]));
19612    }
19613    result7->obj.i = (long) p;
19614    result7->ref = (long) p;
19615    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape));
19616    return(1 || funcname || hash || result7 || libp) ;
19617 }
19618 
19619 static int G__G__GL_162_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19620 {
19621       ((TGLPhysicalShape*) G__getstructoffset())->AddReference((TGLPShapeRef*) G__int(libp->para[0]));
19622       G__setnull(result7);
19623    return(1 || funcname || hash || result7 || libp) ;
19624 }
19625 
19626 static int G__G__GL_162_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19627 {
19628       ((TGLPhysicalShape*) G__getstructoffset())->RemoveReference((TGLPShapeRef*) G__int(libp->para[0]));
19629       G__setnull(result7);
19630    return(1 || funcname || hash || result7 || libp) ;
19631 }
19632 
19633 static int G__G__GL_162_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19634 {
19635       G__letint(result7, 104, (long) ((const TGLPhysicalShape*) G__getstructoffset())->ID());
19636    return(1 || funcname || hash || result7 || libp) ;
19637 }
19638 
19639 static int G__G__GL_162_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19640 {
19641       {
19642          const TGLBoundingBox& obj = ((const TGLPhysicalShape*) G__getstructoffset())->BoundingBox();
19643          result7->ref = (long) (&obj);
19644          result7->obj.i = (long) (&obj);
19645       }
19646    return(1 || funcname || hash || result7 || libp) ;
19647 }
19648 
19649 static int G__G__GL_162_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19650 {
19651       ((const TGLPhysicalShape*) G__getstructoffset())->CalculateShapeLOD(*(TGLRnrCtx*) libp->para[0].ref, *(Float_t*) G__Floatref(&libp->para[1])
19652 , *(Short_t*) G__Shortref(&libp->para[2]));
19653       G__setnull(result7);
19654    return(1 || funcname || hash || result7 || libp) ;
19655 }
19656 
19657 static int G__G__GL_162_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19658 {
19659       ((const TGLPhysicalShape*) G__getstructoffset())->QuantizeShapeLOD((Short_t) G__int(libp->para[0]), (Short_t) G__int(libp->para[1])
19660 , *(Short_t*) G__Shortref(&libp->para[2]));
19661       G__setnull(result7);
19662    return(1 || funcname || hash || result7 || libp) ;
19663 }
19664 
19665 static int G__G__GL_162_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19666 {
19667    switch (libp->paran) {
19668    case 2:
19669       ((const TGLPhysicalShape*) G__getstructoffset())->SetupGLColors(*(TGLRnrCtx*) libp->para[0].ref, (Float_t*) G__int(libp->para[1]));
19670       G__setnull(result7);
19671       break;
19672    case 1:
19673       ((const TGLPhysicalShape*) G__getstructoffset())->SetupGLColors(*(TGLRnrCtx*) libp->para[0].ref);
19674       G__setnull(result7);
19675       break;
19676    }
19677    return(1 || funcname || hash || result7 || libp) ;
19678 }
19679 
19680 static int G__G__GL_162_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19681 {
19682       ((const TGLPhysicalShape*) G__getstructoffset())->Draw(*(TGLRnrCtx*) libp->para[0].ref);
19683       G__setnull(result7);
19684    return(1 || funcname || hash || result7 || libp) ;
19685 }
19686 
19687 static int G__G__GL_162_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19688 {
19689       G__letint(result7, 85, (long) ((const TGLPhysicalShape*) G__getstructoffset())->GetLogical());
19690    return(1 || funcname || hash || result7 || libp) ;
19691 }
19692 
19693 static int G__G__GL_162_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19694 {
19695       G__letint(result7, 85, (long) ((const TGLPhysicalShape*) G__getstructoffset())->GetNextPhysical());
19696    return(1 || funcname || hash || result7 || libp) ;
19697 }
19698 
19699 static int G__G__GL_162_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19700 {
19701       G__letint(result7, 105, (long) ((const TGLPhysicalShape*) G__getstructoffset())->GetManip());
19702    return(1 || funcname || hash || result7 || libp) ;
19703 }
19704 
19705 static int G__G__GL_162_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19706 {
19707       ((TGLPhysicalShape*) G__getstructoffset())->SetManip((TGLPhysicalShape::EManip) G__int(libp->para[0]));
19708       G__setnull(result7);
19709    return(1 || funcname || hash || result7 || libp) ;
19710 }
19711 
19712 static int G__G__GL_162_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19713 {
19714       ((TGLPhysicalShape*) G__getstructoffset())->Modified();
19715       G__setnull(result7);
19716    return(1 || funcname || hash || result7 || libp) ;
19717 }
19718 
19719 static int G__G__GL_162_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19720 {
19721       G__letint(result7, 103, (long) ((const TGLPhysicalShape*) G__getstructoffset())->IsModified());
19722    return(1 || funcname || hash || result7 || libp) ;
19723 }
19724 
19725 static int G__G__GL_162_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19726 {
19727       G__letint(result7, 103, (long) ((const TGLPhysicalShape*) G__getstructoffset())->IsSelected());
19728    return(1 || funcname || hash || result7 || libp) ;
19729 }
19730 
19731 static int G__G__GL_162_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19732 {
19733       G__letint(result7, 98, (long) ((const TGLPhysicalShape*) G__getstructoffset())->GetSelected());
19734    return(1 || funcname || hash || result7 || libp) ;
19735 }
19736 
19737 static int G__G__GL_162_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19738 {
19739       ((TGLPhysicalShape*) G__getstructoffset())->Select((UChar_t) G__int(libp->para[0]));
19740       G__setnull(result7);
19741    return(1 || funcname || hash || result7 || libp) ;
19742 }
19743 
19744 static int G__G__GL_162_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19745 {
19746       G__letint(result7, 70, (long) ((const TGLPhysicalShape*) G__getstructoffset())->Color());
19747    return(1 || funcname || hash || result7 || libp) ;
19748 }
19749 
19750 static int G__G__GL_162_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19751 {
19752       G__letint(result7, 103, (long) ((const TGLPhysicalShape*) G__getstructoffset())->IsTransparent());
19753    return(1 || funcname || hash || result7 || libp) ;
19754 }
19755 
19756 static int G__G__GL_162_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19757 {
19758       G__letint(result7, 103, (long) ((const TGLPhysicalShape*) G__getstructoffset())->IsInvisible());
19759    return(1 || funcname || hash || result7 || libp) ;
19760 }
19761 
19762 static int G__G__GL_162_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19763 {
19764       ((TGLPhysicalShape*) G__getstructoffset())->SetColor((Float_t*) G__int(libp->para[0]));
19765       G__setnull(result7);
19766    return(1 || funcname || hash || result7 || libp) ;
19767 }
19768 
19769 static int G__G__GL_162_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19770 {
19771       ((TGLPhysicalShape*) G__getstructoffset())->SetColorOnFamily((Float_t*) G__int(libp->para[0]));
19772       G__setnull(result7);
19773    return(1 || funcname || hash || result7 || libp) ;
19774 }
19775 
19776 static int G__G__GL_162_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19777 {
19778       ((TGLPhysicalShape*) G__getstructoffset())->SetDiffuseColor((Float_t*) G__int(libp->para[0]));
19779       G__setnull(result7);
19780    return(1 || funcname || hash || result7 || libp) ;
19781 }
19782 
19783 static int G__G__GL_162_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19784 {
19785       ((TGLPhysicalShape*) G__getstructoffset())->SetDiffuseColor((const UChar_t*) G__int(libp->para[0]));
19786       G__setnull(result7);
19787    return(1 || funcname || hash || result7 || libp) ;
19788 }
19789 
19790 static int G__G__GL_162_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19791 {
19792       ((TGLPhysicalShape*) G__getstructoffset())->SetDiffuseColor((Color_t) G__int(libp->para[0]), (UChar_t) G__int(libp->para[1]));
19793       G__setnull(result7);
19794    return(1 || funcname || hash || result7 || libp) ;
19795 }
19796 
19797 static int G__G__GL_162_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19798 {
19799       {
19800          const TGLVector3* pobj;
19801          const TGLVector3 xobj = ((const TGLPhysicalShape*) G__getstructoffset())->GetScale();
19802          pobj = new TGLVector3(xobj);
19803          result7->obj.i = (long) ((void*) pobj);
19804          result7->ref = result7->obj.i;
19805          G__store_tempobject(*result7);
19806       }
19807    return(1 || funcname || hash || result7 || libp) ;
19808 }
19809 
19810 static int G__G__GL_162_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19811 {
19812       {
19813          const TGLVertex3* pobj;
19814          const TGLVertex3 xobj = ((const TGLPhysicalShape*) G__getstructoffset())->GetTranslation();
19815          pobj = new TGLVertex3(xobj);
19816          result7->obj.i = (long) ((void*) pobj);
19817          result7->ref = result7->obj.i;
19818          G__store_tempobject(*result7);
19819       }
19820    return(1 || funcname || hash || result7 || libp) ;
19821 }
19822 
19823 static int G__G__GL_162_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19824 {
19825       ((TGLPhysicalShape*) G__getstructoffset())->SetTransform(*(TGLMatrix*) libp->para[0].ref);
19826       G__setnull(result7);
19827    return(1 || funcname || hash || result7 || libp) ;
19828 }
19829 
19830 static int G__G__GL_162_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19831 {
19832       ((TGLPhysicalShape*) G__getstructoffset())->SetTransform((Double_t*) G__int(libp->para[0]));
19833       G__setnull(result7);
19834    return(1 || funcname || hash || result7 || libp) ;
19835 }
19836 
19837 static int G__G__GL_162_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19838 {
19839       ((TGLPhysicalShape*) G__getstructoffset())->SetTranslation(*(TGLVertex3*) libp->para[0].ref);
19840       G__setnull(result7);
19841    return(1 || funcname || hash || result7 || libp) ;
19842 }
19843 
19844 static int G__G__GL_162_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19845 {
19846       ((TGLPhysicalShape*) G__getstructoffset())->Translate(*(TGLVector3*) libp->para[0].ref);
19847       G__setnull(result7);
19848    return(1 || funcname || hash || result7 || libp) ;
19849 }
19850 
19851 static int G__G__GL_162_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19852 {
19853       ((TGLPhysicalShape*) G__getstructoffset())->Scale(*(TGLVector3*) libp->para[0].ref);
19854       G__setnull(result7);
19855    return(1 || funcname || hash || result7 || libp) ;
19856 }
19857 
19858 static int G__G__GL_162_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19859 {
19860       ((TGLPhysicalShape*) G__getstructoffset())->Rotate(*(TGLVertex3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
19861 , (Double_t) G__double(libp->para[2]));
19862       G__setnull(result7);
19863    return(1 || funcname || hash || result7 || libp) ;
19864 }
19865 
19866 static int G__G__GL_162_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19867 {
19868       ((const TGLPhysicalShape*) G__getstructoffset())->InvokeContextMenu(*(TContextMenu*) libp->para[0].ref, (UInt_t) G__int(libp->para[1])
19869 , (UInt_t) G__int(libp->para[2]));
19870       G__setnull(result7);
19871    return(1 || funcname || hash || result7 || libp) ;
19872 }
19873 
19874 static int G__G__GL_162_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19875 {
19876       G__letint(result7, 85, (long) TGLPhysicalShape::Class());
19877    return(1 || funcname || hash || result7 || libp) ;
19878 }
19879 
19880 static int G__G__GL_162_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19881 {
19882       G__letint(result7, 67, (long) TGLPhysicalShape::Class_Name());
19883    return(1 || funcname || hash || result7 || libp) ;
19884 }
19885 
19886 static int G__G__GL_162_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19887 {
19888       G__letint(result7, 115, (long) TGLPhysicalShape::Class_Version());
19889    return(1 || funcname || hash || result7 || libp) ;
19890 }
19891 
19892 static int G__G__GL_162_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19893 {
19894       TGLPhysicalShape::Dictionary();
19895       G__setnull(result7);
19896    return(1 || funcname || hash || result7 || libp) ;
19897 }
19898 
19899 static int G__G__GL_162_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19900 {
19901       G__letint(result7, 85, (long) ((const TGLPhysicalShape*) G__getstructoffset())->IsA());
19902    return(1 || funcname || hash || result7 || libp) ;
19903 }
19904 
19905 static int G__G__GL_162_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19906 {
19907       ((TGLPhysicalShape*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
19908       G__setnull(result7);
19909    return(1 || funcname || hash || result7 || libp) ;
19910 }
19911 
19912 static int G__G__GL_162_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19913 {
19914       ((TGLPhysicalShape*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
19915       G__setnull(result7);
19916    return(1 || funcname || hash || result7 || libp) ;
19917 }
19918 
19919 static int G__G__GL_162_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19920 {
19921       ((TGLPhysicalShape*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19922       G__setnull(result7);
19923    return(1 || funcname || hash || result7 || libp) ;
19924 }
19925 
19926 static int G__G__GL_162_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19927 {
19928       G__letint(result7, 67, (long) TGLPhysicalShape::DeclFileName());
19929    return(1 || funcname || hash || result7 || libp) ;
19930 }
19931 
19932 static int G__G__GL_162_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19933 {
19934       G__letint(result7, 105, (long) TGLPhysicalShape::ImplFileLine());
19935    return(1 || funcname || hash || result7 || libp) ;
19936 }
19937 
19938 static int G__G__GL_162_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19939 {
19940       G__letint(result7, 67, (long) TGLPhysicalShape::ImplFileName());
19941    return(1 || funcname || hash || result7 || libp) ;
19942 }
19943 
19944 static int G__G__GL_162_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19945 {
19946       G__letint(result7, 105, (long) TGLPhysicalShape::DeclFileLine());
19947    return(1 || funcname || hash || result7 || libp) ;
19948 }
19949 
19950 // automatic destructor
19951 typedef TGLPhysicalShape G__TTGLPhysicalShape;
19952 static int G__G__GL_162_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19953 {
19954    char* gvp = (char*) G__getgvp();
19955    long soff = G__getstructoffset();
19956    int n = G__getaryconstruct();
19957    //
19958    //has_a_delete: 0
19959    //has_own_delete1arg: 0
19960    //has_own_delete2arg: 0
19961    //
19962    if (!soff) {
19963      return(1);
19964    }
19965    if (n) {
19966      if (gvp == (char*)G__PVOID) {
19967        delete[] (TGLPhysicalShape*) soff;
19968      } else {
19969        G__setgvp((long) G__PVOID);
19970        for (int i = n - 1; i >= 0; --i) {
19971          ((TGLPhysicalShape*) (soff+(sizeof(TGLPhysicalShape)*i)))->~G__TTGLPhysicalShape();
19972        }
19973        G__setgvp((long)gvp);
19974      }
19975    } else {
19976      if (gvp == (char*)G__PVOID) {
19977        delete (TGLPhysicalShape*) soff;
19978      } else {
19979        G__setgvp((long) G__PVOID);
19980        ((TGLPhysicalShape*) (soff))->~G__TTGLPhysicalShape();
19981        G__setgvp((long)gvp);
19982      }
19983    }
19984    G__setnull(result7);
19985    return(1 || funcname || hash || result7 || libp) ;
19986 }
19987 
19988 
19989 /* TGLRnrCtx */
19990 static int G__G__GL_163_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19991 {
19992       G__letint(result7, 67, (long) TGLRnrCtx::StyleName((Short_t) G__int(libp->para[0])));
19993    return(1 || funcname || hash || result7 || libp) ;
19994 }
19995 
19996 static int G__G__GL_163_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19997 {
19998    TGLRnrCtx* p = NULL;
19999    char* gvp = (char*) G__getgvp();
20000    //m: 1
20001    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20002      p = new TGLRnrCtx((TGLViewerBase*) G__int(libp->para[0]));
20003    } else {
20004      p = new((void*) gvp) TGLRnrCtx((TGLViewerBase*) G__int(libp->para[0]));
20005    }
20006    result7->obj.i = (long) p;
20007    result7->ref = (long) p;
20008    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx));
20009    return(1 || funcname || hash || result7 || libp) ;
20010 }
20011 
20012 static int G__G__GL_163_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20013 {
20014       G__letint(result7, 85, (long) ((TGLRnrCtx*) G__getstructoffset())->GetViewer());
20015    return(1 || funcname || hash || result7 || libp) ;
20016 }
20017 
20018 static int G__G__GL_163_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20019 {
20020       {
20021          const TGLViewerBase& obj = ((TGLRnrCtx*) G__getstructoffset())->RefViewer();
20022          result7->ref = (long) (&obj);
20023          result7->obj.i = (long) (&obj);
20024       }
20025    return(1 || funcname || hash || result7 || libp) ;
20026 }
20027 
20028 static int G__G__GL_163_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20029 {
20030       G__letint(result7, 85, (long) ((TGLRnrCtx*) G__getstructoffset())->GetCamera());
20031    return(1 || funcname || hash || result7 || libp) ;
20032 }
20033 
20034 static int G__G__GL_163_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20035 {
20036       {
20037          const TGLCamera& obj = ((TGLRnrCtx*) G__getstructoffset())->RefCamera();
20038          result7->ref = (long) (&obj);
20039          result7->obj.i = (long) (&obj);
20040       }
20041    return(1 || funcname || hash || result7 || libp) ;
20042 }
20043 
20044 static int G__G__GL_163_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20045 {
20046       G__letint(result7, 85, (long) ((TGLRnrCtx*) G__getstructoffset())->GetSceneInfo());
20047    return(1 || funcname || hash || result7 || libp) ;
20048 }
20049 
20050 static int G__G__GL_163_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20051 {
20052       {
20053          const TGLSceneInfo& obj = ((TGLRnrCtx*) G__getstructoffset())->RefSceneInfo();
20054          result7->ref = (long) (&obj);
20055          result7->obj.i = (long) (&obj);
20056       }
20057    return(1 || funcname || hash || result7 || libp) ;
20058 }
20059 
20060 static int G__G__GL_163_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20061 {
20062       G__letint(result7, 85, (long) ((TGLRnrCtx*) G__getstructoffset())->GetScene());
20063    return(1 || funcname || hash || result7 || libp) ;
20064 }
20065 
20066 static int G__G__GL_163_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20067 {
20068       {
20069          const TGLSceneBase& obj = ((TGLRnrCtx*) G__getstructoffset())->RefScene();
20070          result7->ref = (long) (&obj);
20071          result7->obj.i = (long) (&obj);
20072       }
20073    return(1 || funcname || hash || result7 || libp) ;
20074 }
20075 
20076 static int G__G__GL_163_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20077 {
20078       {
20079          const TGLCamera& obj = ((const TGLRnrCtx*) G__getstructoffset())->RefCamera();
20080          result7->ref = (long) (&obj);
20081          result7->obj.i = (long) (&obj);
20082       }
20083    return(1 || funcname || hash || result7 || libp) ;
20084 }
20085 
20086 static int G__G__GL_163_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20087 {
20088       G__letint(result7, 85, (long) ((const TGLRnrCtx*) G__getstructoffset())->GetCamera());
20089    return(1 || funcname || hash || result7 || libp) ;
20090 }
20091 
20092 static int G__G__GL_163_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20093 {
20094       ((TGLRnrCtx*) G__getstructoffset())->SetCamera((TGLCamera*) G__int(libp->para[0]));
20095       G__setnull(result7);
20096    return(1 || funcname || hash || result7 || libp) ;
20097 }
20098 
20099 static int G__G__GL_163_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20100 {
20101       ((TGLRnrCtx*) G__getstructoffset())->SetSceneInfo((TGLSceneInfo*) G__int(libp->para[0]));
20102       G__setnull(result7);
20103    return(1 || funcname || hash || result7 || libp) ;
20104 }
20105 
20106 static int G__G__GL_163_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20107 {
20108       G__letint(result7, 115, (long) ((const TGLRnrCtx*) G__getstructoffset())->ViewerLOD());
20109    return(1 || funcname || hash || result7 || libp) ;
20110 }
20111 
20112 static int G__G__GL_163_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20113 {
20114       ((TGLRnrCtx*) G__getstructoffset())->SetViewerLOD((Short_t) G__int(libp->para[0]));
20115       G__setnull(result7);
20116    return(1 || funcname || hash || result7 || libp) ;
20117 }
20118 
20119 static int G__G__GL_163_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20120 {
20121       G__letint(result7, 115, (long) ((const TGLRnrCtx*) G__getstructoffset())->SceneLOD());
20122    return(1 || funcname || hash || result7 || libp) ;
20123 }
20124 
20125 static int G__G__GL_163_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20126 {
20127       ((TGLRnrCtx*) G__getstructoffset())->SetSceneLOD((Short_t) G__int(libp->para[0]));
20128       G__setnull(result7);
20129    return(1 || funcname || hash || result7 || libp) ;
20130 }
20131 
20132 static int G__G__GL_163_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20133 {
20134       G__letint(result7, 115, (long) ((const TGLRnrCtx*) G__getstructoffset())->CombiLOD());
20135    return(1 || funcname || hash || result7 || libp) ;
20136 }
20137 
20138 static int G__G__GL_163_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20139 {
20140       ((TGLRnrCtx*) G__getstructoffset())->SetCombiLOD((Short_t) G__int(libp->para[0]));
20141       G__setnull(result7);
20142    return(1 || funcname || hash || result7 || libp) ;
20143 }
20144 
20145 static int G__G__GL_163_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20146 {
20147       G__letint(result7, 115, (long) ((const TGLRnrCtx*) G__getstructoffset())->ShapeLOD());
20148    return(1 || funcname || hash || result7 || libp) ;
20149 }
20150 
20151 static int G__G__GL_163_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20152 {
20153       ((TGLRnrCtx*) G__getstructoffset())->SetShapeLOD((Short_t) G__int(libp->para[0]));
20154       G__setnull(result7);
20155    return(1 || funcname || hash || result7 || libp) ;
20156 }
20157 
20158 static int G__G__GL_163_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20159 {
20160       G__letdouble(result7, 102, (double) ((const TGLRnrCtx*) G__getstructoffset())->ShapePixSize());
20161    return(1 || funcname || hash || result7 || libp) ;
20162 }
20163 
20164 static int G__G__GL_163_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20165 {
20166       ((TGLRnrCtx*) G__getstructoffset())->SetShapePixSize((Float_t) G__double(libp->para[0]));
20167       G__setnull(result7);
20168    return(1 || funcname || hash || result7 || libp) ;
20169 }
20170 
20171 static int G__G__GL_163_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20172 {
20173       G__letint(result7, 115, (long) ((const TGLRnrCtx*) G__getstructoffset())->ViewerStyle());
20174    return(1 || funcname || hash || result7 || libp) ;
20175 }
20176 
20177 static int G__G__GL_163_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20178 {
20179       ((TGLRnrCtx*) G__getstructoffset())->SetViewerStyle((Short_t) G__int(libp->para[0]));
20180       G__setnull(result7);
20181    return(1 || funcname || hash || result7 || libp) ;
20182 }
20183 
20184 static int G__G__GL_163_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20185 {
20186       G__letint(result7, 115, (long) ((const TGLRnrCtx*) G__getstructoffset())->SceneStyle());
20187    return(1 || funcname || hash || result7 || libp) ;
20188 }
20189 
20190 static int G__G__GL_163_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20191 {
20192       ((TGLRnrCtx*) G__getstructoffset())->SetSceneStyle((Short_t) G__int(libp->para[0]));
20193       G__setnull(result7);
20194    return(1 || funcname || hash || result7 || libp) ;
20195 }
20196 
20197 static int G__G__GL_163_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20198 {
20199       G__letdouble(result7, 102, (double) ((const TGLRnrCtx*) G__getstructoffset())->ViewerWFLineW());
20200    return(1 || funcname || hash || result7 || libp) ;
20201 }
20202 
20203 static int G__G__GL_163_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20204 {
20205       ((TGLRnrCtx*) G__getstructoffset())->SetViewerWFLineW((Float_t) G__double(libp->para[0]));
20206       G__setnull(result7);
20207    return(1 || funcname || hash || result7 || libp) ;
20208 }
20209 
20210 static int G__G__GL_163_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20211 {
20212       G__letdouble(result7, 102, (double) ((const TGLRnrCtx*) G__getstructoffset())->SceneWFLineW());
20213    return(1 || funcname || hash || result7 || libp) ;
20214 }
20215 
20216 static int G__G__GL_163_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20217 {
20218       ((TGLRnrCtx*) G__getstructoffset())->SetSceneWFLineW((Float_t) G__double(libp->para[0]));
20219       G__setnull(result7);
20220    return(1 || funcname || hash || result7 || libp) ;
20221 }
20222 
20223 static int G__G__GL_163_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20224 {
20225       G__letdouble(result7, 102, (double) ((const TGLRnrCtx*) G__getstructoffset())->ViewerOLLineW());
20226    return(1 || funcname || hash || result7 || libp) ;
20227 }
20228 
20229 static int G__G__GL_163_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20230 {
20231       ((TGLRnrCtx*) G__getstructoffset())->SetViewerOLLineW((Float_t) G__double(libp->para[0]));
20232       G__setnull(result7);
20233    return(1 || funcname || hash || result7 || libp) ;
20234 }
20235 
20236 static int G__G__GL_163_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20237 {
20238       G__letdouble(result7, 102, (double) ((const TGLRnrCtx*) G__getstructoffset())->SceneOLLineW());
20239    return(1 || funcname || hash || result7 || libp) ;
20240 }
20241 
20242 static int G__G__GL_163_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20243 {
20244       ((TGLRnrCtx*) G__getstructoffset())->SetSceneOLLineW((Float_t) G__double(libp->para[0]));
20245       G__setnull(result7);
20246    return(1 || funcname || hash || result7 || libp) ;
20247 }
20248 
20249 static int G__G__GL_163_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20250 {
20251       G__letint(result7, 85, (long) ((const TGLRnrCtx*) G__getstructoffset())->ViewerClip());
20252    return(1 || funcname || hash || result7 || libp) ;
20253 }
20254 
20255 static int G__G__GL_163_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20256 {
20257       ((TGLRnrCtx*) G__getstructoffset())->SetViewerClip((TGLClip*) G__int(libp->para[0]));
20258       G__setnull(result7);
20259    return(1 || funcname || hash || result7 || libp) ;
20260 }
20261 
20262 static int G__G__GL_163_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20263 {
20264       G__letint(result7, 85, (long) ((const TGLRnrCtx*) G__getstructoffset())->SceneClip());
20265    return(1 || funcname || hash || result7 || libp) ;
20266 }
20267 
20268 static int G__G__GL_163_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20269 {
20270       ((TGLRnrCtx*) G__getstructoffset())->SetSceneClip((TGLClip*) G__int(libp->para[0]));
20271       G__setnull(result7);
20272    return(1 || funcname || hash || result7 || libp) ;
20273 }
20274 
20275 static int G__G__GL_163_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20276 {
20277       G__letint(result7, 85, (long) ((const TGLRnrCtx*) G__getstructoffset())->Clip());
20278    return(1 || funcname || hash || result7 || libp) ;
20279 }
20280 
20281 static int G__G__GL_163_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20282 {
20283       ((TGLRnrCtx*) G__getstructoffset())->SetClip((TGLClip*) G__int(libp->para[0]));
20284       G__setnull(result7);
20285    return(1 || funcname || hash || result7 || libp) ;
20286 }
20287 
20288 static int G__G__GL_163_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20289 {
20290       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->HasClip());
20291    return(1 || funcname || hash || result7 || libp) ;
20292 }
20293 
20294 static int G__G__GL_163_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20295 {
20296       G__letint(result7, 115, (long) ((const TGLRnrCtx*) G__getstructoffset())->DrawPass());
20297    return(1 || funcname || hash || result7 || libp) ;
20298 }
20299 
20300 static int G__G__GL_163_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20301 {
20302       ((TGLRnrCtx*) G__getstructoffset())->SetDrawPass((Short_t) G__int(libp->para[0]));
20303       G__setnull(result7);
20304    return(1 || funcname || hash || result7 || libp) ;
20305 }
20306 
20307 static int G__G__GL_163_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20308 {
20309       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->IsDrawPassFilled());
20310    return(1 || funcname || hash || result7 || libp) ;
20311 }
20312 
20313 static int G__G__GL_163_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20314 {
20315       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->IsDrawPassOutlineLine());
20316    return(1 || funcname || hash || result7 || libp) ;
20317 }
20318 
20319 static int G__G__GL_163_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20320 {
20321       G__letdouble(result7, 100, (double) ((const TGLRnrCtx*) G__getstructoffset())->RenderTimeOut());
20322    return(1 || funcname || hash || result7 || libp) ;
20323 }
20324 
20325 static int G__G__GL_163_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20326 {
20327       ((TGLRnrCtx*) G__getstructoffset())->SetRenderTimeOut((Double_t) G__double(libp->para[0]));
20328       G__setnull(result7);
20329    return(1 || funcname || hash || result7 || libp) ;
20330 }
20331 
20332 static int G__G__GL_163_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20333 {
20334       ((TGLRnrCtx*) G__getstructoffset())->StartStopwatch();
20335       G__setnull(result7);
20336    return(1 || funcname || hash || result7 || libp) ;
20337 }
20338 
20339 static int G__G__GL_163_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20340 {
20341       ((TGLRnrCtx*) G__getstructoffset())->StopStopwatch();
20342       G__setnull(result7);
20343    return(1 || funcname || hash || result7 || libp) ;
20344 }
20345 
20346 static int G__G__GL_163_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20347 {
20348       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->IsStopwatchRunning());
20349    return(1 || funcname || hash || result7 || libp) ;
20350 }
20351 
20352 static int G__G__GL_163_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20353 {
20354       G__letint(result7, 103, (long) ((TGLRnrCtx*) G__getstructoffset())->HasStopwatchTimedOut());
20355    return(1 || funcname || hash || result7 || libp) ;
20356 }
20357 
20358 static int G__G__GL_163_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20359 {
20360       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->Highlight());
20361    return(1 || funcname || hash || result7 || libp) ;
20362 }
20363 
20364 static int G__G__GL_163_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20365 {
20366       ((TGLRnrCtx*) G__getstructoffset())->SetHighlight((Bool_t) G__int(libp->para[0]));
20367       G__setnull(result7);
20368    return(1 || funcname || hash || result7 || libp) ;
20369 }
20370 
20371 static int G__G__GL_163_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20372 {
20373       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->HighlightOutline());
20374    return(1 || funcname || hash || result7 || libp) ;
20375 }
20376 
20377 static int G__G__GL_163_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20378 {
20379       ((TGLRnrCtx*) G__getstructoffset())->SetHighlightOutline((Bool_t) G__int(libp->para[0]));
20380       G__setnull(result7);
20381    return(1 || funcname || hash || result7 || libp) ;
20382 }
20383 
20384 static int G__G__GL_163_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20385 {
20386       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->Selection());
20387    return(1 || funcname || hash || result7 || libp) ;
20388 }
20389 
20390 static int G__G__GL_163_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20391 {
20392       ((TGLRnrCtx*) G__getstructoffset())->SetSelection((Bool_t) G__int(libp->para[0]));
20393       G__setnull(result7);
20394    return(1 || funcname || hash || result7 || libp) ;
20395 }
20396 
20397 static int G__G__GL_163_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20398 {
20399       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->SecSelection());
20400    return(1 || funcname || hash || result7 || libp) ;
20401 }
20402 
20403 static int G__G__GL_163_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20404 {
20405       ((TGLRnrCtx*) G__getstructoffset())->SetSecSelection((Bool_t) G__int(libp->para[0]));
20406       G__setnull(result7);
20407    return(1 || funcname || hash || result7 || libp) ;
20408 }
20409 
20410 static int G__G__GL_163_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20411 {
20412       G__letint(result7, 85, (long) ((TGLRnrCtx*) G__getstructoffset())->GetPickRectangle());
20413    return(1 || funcname || hash || result7 || libp) ;
20414 }
20415 
20416 static int G__G__GL_163_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20417 {
20418       G__letint(result7, 105, (long) ((TGLRnrCtx*) G__getstructoffset())->GetPickRadius());
20419    return(1 || funcname || hash || result7 || libp) ;
20420 }
20421 
20422 static int G__G__GL_163_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20423 {
20424       G__letint(result7, 85, (long) ((const TGLRnrCtx*) G__getstructoffset())->GetSelectBuffer());
20425    return(1 || funcname || hash || result7 || libp) ;
20426 }
20427 
20428 static int G__G__GL_163_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20429 {
20430    switch (libp->paran) {
20431    case 3:
20432       ((TGLRnrCtx*) G__getstructoffset())->BeginSelection((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20433 , (Int_t) G__int(libp->para[2]));
20434       G__setnull(result7);
20435       break;
20436    case 2:
20437       ((TGLRnrCtx*) G__getstructoffset())->BeginSelection((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
20438       G__setnull(result7);
20439       break;
20440    }
20441    return(1 || funcname || hash || result7 || libp) ;
20442 }
20443 
20444 static int G__G__GL_163_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20445 {
20446       ((TGLRnrCtx*) G__getstructoffset())->EndSelection((Int_t) G__int(libp->para[0]));
20447       G__setnull(result7);
20448    return(1 || funcname || hash || result7 || libp) ;
20449 }
20450 
20451 static int G__G__GL_163_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20452 {
20453       ((TGLRnrCtx*) G__getstructoffset())->PushColorSet();
20454       G__setnull(result7);
20455    return(1 || funcname || hash || result7 || libp) ;
20456 }
20457 
20458 static int G__G__GL_163_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20459 {
20460       {
20461          const TGLColorSet& obj = ((TGLRnrCtx*) G__getstructoffset())->ColorSet();
20462          result7->ref = (long) (&obj);
20463          result7->obj.i = (long) (&obj);
20464       }
20465    return(1 || funcname || hash || result7 || libp) ;
20466 }
20467 
20468 static int G__G__GL_163_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20469 {
20470       ((TGLRnrCtx*) G__getstructoffset())->PopColorSet();
20471       G__setnull(result7);
20472    return(1 || funcname || hash || result7 || libp) ;
20473 }
20474 
20475 static int G__G__GL_163_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20476 {
20477       G__letint(result7, 85, (long) ((TGLRnrCtx*) G__getstructoffset())->ChangeBaseColorSet((TGLColorSet*) G__int(libp->para[0])));
20478    return(1 || funcname || hash || result7 || libp) ;
20479 }
20480 
20481 static int G__G__GL_163_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20482 {
20483       G__letint(result7, 85, (long) ((TGLRnrCtx*) G__getstructoffset())->GetBaseColorSet());
20484    return(1 || funcname || hash || result7 || libp) ;
20485 }
20486 
20487 static int G__G__GL_163_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20488 {
20489       ((TGLRnrCtx*) G__getstructoffset())->ColorOrForeground((Color_t) G__int(libp->para[0]));
20490       G__setnull(result7);
20491    return(1 || funcname || hash || result7 || libp) ;
20492 }
20493 
20494 static int G__G__GL_163_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20495 {
20496       G__letdouble(result7, 102, (double) ((const TGLRnrCtx*) G__getstructoffset())->GetRenderScale());
20497    return(1 || funcname || hash || result7 || libp) ;
20498 }
20499 
20500 static int G__G__GL_163_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20501 {
20502       ((TGLRnrCtx*) G__getstructoffset())->SetRenderScale((Float_t) G__double(libp->para[0]));
20503       G__setnull(result7);
20504    return(1 || funcname || hash || result7 || libp) ;
20505 }
20506 
20507 static int G__G__GL_163_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20508 {
20509       G__letint(result7, 104, (long) ((const TGLRnrCtx*) G__getstructoffset())->GetEventKeySym());
20510    return(1 || funcname || hash || result7 || libp) ;
20511 }
20512 
20513 static int G__G__GL_163_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20514 {
20515       ((TGLRnrCtx*) G__getstructoffset())->SetEventKeySym((UInt_t) G__int(libp->para[0]));
20516       G__setnull(result7);
20517    return(1 || funcname || hash || result7 || libp) ;
20518 }
20519 
20520 static int G__G__GL_163_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20521 {
20522       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->IsDLCaptureOpen());
20523    return(1 || funcname || hash || result7 || libp) ;
20524 }
20525 
20526 static int G__G__GL_163_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20527 {
20528       ((TGLRnrCtx*) G__getstructoffset())->OpenDLCapture();
20529       G__setnull(result7);
20530    return(1 || funcname || hash || result7 || libp) ;
20531 }
20532 
20533 static int G__G__GL_163_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20534 {
20535       ((TGLRnrCtx*) G__getstructoffset())->CloseDLCapture();
20536       G__setnull(result7);
20537    return(1 || funcname || hash || result7 || libp) ;
20538 }
20539 
20540 static int G__G__GL_163_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20541 {
20542       G__letint(result7, 85, (long) ((const TGLRnrCtx*) G__getstructoffset())->GetGLCtxIdentity());
20543    return(1 || funcname || hash || result7 || libp) ;
20544 }
20545 
20546 static int G__G__GL_163_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20547 {
20548       ((TGLRnrCtx*) G__getstructoffset())->SetGLCtxIdentity((TGLContextIdentity*) G__int(libp->para[0]));
20549       G__setnull(result7);
20550    return(1 || funcname || hash || result7 || libp) ;
20551 }
20552 
20553 static int G__G__GL_163_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20554 {
20555       ((TGLRnrCtx*) G__getstructoffset())->RegisterFont((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20556 , (Int_t) G__int(libp->para[2]), *(TGLFont*) libp->para[3].ref);
20557       G__setnull(result7);
20558    return(1 || funcname || hash || result7 || libp) ;
20559 }
20560 
20561 static int G__G__GL_163_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20562 {
20563       ((TGLRnrCtx*) G__getstructoffset())->RegisterFont((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20564 , (Int_t) G__int(libp->para[2]), *(TGLFont*) libp->para[3].ref);
20565       G__setnull(result7);
20566    return(1 || funcname || hash || result7 || libp) ;
20567 }
20568 
20569 static int G__G__GL_163_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20570 {
20571       ((TGLRnrCtx*) G__getstructoffset())->RegisterFontNoScale((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20572 , (Int_t) G__int(libp->para[2]), *(TGLFont*) libp->para[3].ref);
20573       G__setnull(result7);
20574    return(1 || funcname || hash || result7 || libp) ;
20575 }
20576 
20577 static int G__G__GL_163_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20578 {
20579       ((TGLRnrCtx*) G__getstructoffset())->RegisterFontNoScale((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20580 , (Int_t) G__int(libp->para[2]), *(TGLFont*) libp->para[3].ref);
20581       G__setnull(result7);
20582    return(1 || funcname || hash || result7 || libp) ;
20583 }
20584 
20585 static int G__G__GL_163_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20586 {
20587       ((TGLRnrCtx*) G__getstructoffset())->ReleaseFont(*(TGLFont*) libp->para[0].ref);
20588       G__setnull(result7);
20589    return(1 || funcname || hash || result7 || libp) ;
20590 }
20591 
20592 static int G__G__GL_163_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20593 {
20594       G__letint(result7, 85, (long) ((TGLRnrCtx*) G__getstructoffset())->GetGluQuadric());
20595    return(1 || funcname || hash || result7 || libp) ;
20596 }
20597 
20598 static int G__G__GL_163_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20599 {
20600       ((TGLRnrCtx*) G__getstructoffset())->SetGrabImage((Bool_t) G__int(libp->para[0]));
20601       G__setnull(result7);
20602    return(1 || funcname || hash || result7 || libp) ;
20603 }
20604 
20605 static int G__G__GL_163_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20606 {
20607       G__letint(result7, 103, (long) ((const TGLRnrCtx*) G__getstructoffset())->GetGrabImage());
20608    return(1 || funcname || hash || result7 || libp) ;
20609 }
20610 
20611 static int G__G__GL_163_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20612 {
20613       ((TGLRnrCtx*) G__getstructoffset())->ProjectionMatrixPushIdentity();
20614       G__setnull(result7);
20615    return(1 || funcname || hash || result7 || libp) ;
20616 }
20617 
20618 static int G__G__GL_163_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20619 {
20620       ((TGLRnrCtx*) G__getstructoffset())->ProjectionMatrixPop();
20621       G__setnull(result7);
20622    return(1 || funcname || hash || result7 || libp) ;
20623 }
20624 
20625 static int G__G__GL_163_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20626 {
20627       G__letint(result7, 85, (long) TGLRnrCtx::Class());
20628    return(1 || funcname || hash || result7 || libp) ;
20629 }
20630 
20631 static int G__G__GL_163_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20632 {
20633       G__letint(result7, 67, (long) TGLRnrCtx::Class_Name());
20634    return(1 || funcname || hash || result7 || libp) ;
20635 }
20636 
20637 static int G__G__GL_163_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20638 {
20639       G__letint(result7, 115, (long) TGLRnrCtx::Class_Version());
20640    return(1 || funcname || hash || result7 || libp) ;
20641 }
20642 
20643 static int G__G__GL_163_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20644 {
20645       TGLRnrCtx::Dictionary();
20646       G__setnull(result7);
20647    return(1 || funcname || hash || result7 || libp) ;
20648 }
20649 
20650 static int G__G__GL_163_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20651 {
20652       G__letint(result7, 85, (long) ((const TGLRnrCtx*) G__getstructoffset())->IsA());
20653    return(1 || funcname || hash || result7 || libp) ;
20654 }
20655 
20656 static int G__G__GL_163_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20657 {
20658       ((TGLRnrCtx*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
20659       G__setnull(result7);
20660    return(1 || funcname || hash || result7 || libp) ;
20661 }
20662 
20663 static int G__G__GL_163_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20664 {
20665       ((TGLRnrCtx*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
20666       G__setnull(result7);
20667    return(1 || funcname || hash || result7 || libp) ;
20668 }
20669 
20670 static int G__G__GL_163_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20671 {
20672       ((TGLRnrCtx*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20673       G__setnull(result7);
20674    return(1 || funcname || hash || result7 || libp) ;
20675 }
20676 
20677 static int G__G__GL_163_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20678 {
20679       G__letint(result7, 67, (long) TGLRnrCtx::DeclFileName());
20680    return(1 || funcname || hash || result7 || libp) ;
20681 }
20682 
20683 static int G__G__GL_163_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20684 {
20685       G__letint(result7, 105, (long) TGLRnrCtx::ImplFileLine());
20686    return(1 || funcname || hash || result7 || libp) ;
20687 }
20688 
20689 static int G__G__GL_163_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20690 {
20691       G__letint(result7, 67, (long) TGLRnrCtx::ImplFileName());
20692    return(1 || funcname || hash || result7 || libp) ;
20693 }
20694 
20695 static int G__G__GL_163_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20696 {
20697       G__letint(result7, 105, (long) TGLRnrCtx::DeclFileLine());
20698    return(1 || funcname || hash || result7 || libp) ;
20699 }
20700 
20701 // automatic destructor
20702 typedef TGLRnrCtx G__TTGLRnrCtx;
20703 static int G__G__GL_163_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20704 {
20705    char* gvp = (char*) G__getgvp();
20706    long soff = G__getstructoffset();
20707    int n = G__getaryconstruct();
20708    //
20709    //has_a_delete: 0
20710    //has_own_delete1arg: 0
20711    //has_own_delete2arg: 0
20712    //
20713    if (!soff) {
20714      return(1);
20715    }
20716    if (n) {
20717      if (gvp == (char*)G__PVOID) {
20718        delete[] (TGLRnrCtx*) soff;
20719      } else {
20720        G__setgvp((long) G__PVOID);
20721        for (int i = n - 1; i >= 0; --i) {
20722          ((TGLRnrCtx*) (soff+(sizeof(TGLRnrCtx)*i)))->~G__TTGLRnrCtx();
20723        }
20724        G__setgvp((long)gvp);
20725      }
20726    } else {
20727      if (gvp == (char*)G__PVOID) {
20728        delete (TGLRnrCtx*) soff;
20729      } else {
20730        G__setgvp((long) G__PVOID);
20731        ((TGLRnrCtx*) (soff))->~G__TTGLRnrCtx();
20732        G__setgvp((long)gvp);
20733      }
20734    }
20735    G__setnull(result7);
20736    return(1 || funcname || hash || result7 || libp) ;
20737 }
20738 
20739 
20740 /* TGLSelectRecord */
20741 static int G__G__GL_164_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20742 {
20743    TGLSelectRecord* p = NULL;
20744    char* gvp = (char*) G__getgvp();
20745    int n = G__getaryconstruct();
20746    if (n) {
20747      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20748        p = new TGLSelectRecord[n];
20749      } else {
20750        p = new((void*) gvp) TGLSelectRecord[n];
20751      }
20752    } else {
20753      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20754        p = new TGLSelectRecord;
20755      } else {
20756        p = new((void*) gvp) TGLSelectRecord;
20757      }
20758    }
20759    result7->obj.i = (long) p;
20760    result7->ref = (long) p;
20761    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord));
20762    return(1 || funcname || hash || result7 || libp) ;
20763 }
20764 
20765 static int G__G__GL_164_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20766 {
20767    TGLSelectRecord* p = NULL;
20768    char* gvp = (char*) G__getgvp();
20769    //m: 1
20770    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20771      p = new TGLSelectRecord((UInt_t*) G__int(libp->para[0]));
20772    } else {
20773      p = new((void*) gvp) TGLSelectRecord((UInt_t*) G__int(libp->para[0]));
20774    }
20775    result7->obj.i = (long) p;
20776    result7->ref = (long) p;
20777    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord));
20778    return(1 || funcname || hash || result7 || libp) ;
20779 }
20780 
20781 static int G__G__GL_164_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20782 {
20783    TGLSelectRecord* p = NULL;
20784    char* gvp = (char*) G__getgvp();
20785    //m: 1
20786    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20787      p = new TGLSelectRecord(*(TGLSelectRecord*) libp->para[0].ref);
20788    } else {
20789      p = new((void*) gvp) TGLSelectRecord(*(TGLSelectRecord*) libp->para[0].ref);
20790    }
20791    result7->obj.i = (long) p;
20792    result7->ref = (long) p;
20793    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord));
20794    return(1 || funcname || hash || result7 || libp) ;
20795 }
20796 
20797 static int G__G__GL_164_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20798 {
20799       {
20800          const TGLSelectRecord& obj = ((TGLSelectRecord*) G__getstructoffset())->operator=(*(TGLSelectRecord*) libp->para[0].ref);
20801          result7->ref = (long) (&obj);
20802          result7->obj.i = (long) (&obj);
20803       }
20804    return(1 || funcname || hash || result7 || libp) ;
20805 }
20806 
20807 static int G__G__GL_164_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20808 {
20809       G__letint(result7, 103, (long) ((const TGLSelectRecord*) G__getstructoffset())->GetTransparent());
20810    return(1 || funcname || hash || result7 || libp) ;
20811 }
20812 
20813 static int G__G__GL_164_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20814 {
20815       G__letint(result7, 85, (long) ((const TGLSelectRecord*) G__getstructoffset())->GetSceneInfo());
20816    return(1 || funcname || hash || result7 || libp) ;
20817 }
20818 
20819 static int G__G__GL_164_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20820 {
20821       G__letint(result7, 85, (long) ((const TGLSelectRecord*) G__getstructoffset())->GetPhysShape());
20822    return(1 || funcname || hash || result7 || libp) ;
20823 }
20824 
20825 static int G__G__GL_164_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20826 {
20827       G__letint(result7, 85, (long) ((const TGLSelectRecord*) G__getstructoffset())->GetObject());
20828    return(1 || funcname || hash || result7 || libp) ;
20829 }
20830 
20831 static int G__G__GL_164_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20832 {
20833       G__letint(result7, 89, (long) ((const TGLSelectRecord*) G__getstructoffset())->GetSpecific());
20834    return(1 || funcname || hash || result7 || libp) ;
20835 }
20836 
20837 static int G__G__GL_164_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20838 {
20839       G__letint(result7, 103, (long) ((const TGLSelectRecord*) G__getstructoffset())->GetMultiple());
20840    return(1 || funcname || hash || result7 || libp) ;
20841 }
20842 
20843 static int G__G__GL_164_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20844 {
20845       G__letint(result7, 103, (long) ((const TGLSelectRecord*) G__getstructoffset())->GetHighlight());
20846    return(1 || funcname || hash || result7 || libp) ;
20847 }
20848 
20849 static int G__G__GL_164_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20850 {
20851       G__letint(result7, 105, (long) ((const TGLSelectRecord*) G__getstructoffset())->GetSecSelResult());
20852    return(1 || funcname || hash || result7 || libp) ;
20853 }
20854 
20855 static int G__G__GL_164_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20856 {
20857       ((TGLSelectRecord*) G__getstructoffset())->SetTransparent((Bool_t) G__int(libp->para[0]));
20858       G__setnull(result7);
20859    return(1 || funcname || hash || result7 || libp) ;
20860 }
20861 
20862 static int G__G__GL_164_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20863 {
20864       ((TGLSelectRecord*) G__getstructoffset())->SetSceneInfo((TGLSceneInfo*) G__int(libp->para[0]));
20865       G__setnull(result7);
20866    return(1 || funcname || hash || result7 || libp) ;
20867 }
20868 
20869 static int G__G__GL_164_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20870 {
20871       ((TGLSelectRecord*) G__getstructoffset())->SetPhysShape((TGLPhysicalShape*) G__int(libp->para[0]));
20872       G__setnull(result7);
20873    return(1 || funcname || hash || result7 || libp) ;
20874 }
20875 
20876 static int G__G__GL_164_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20877 {
20878       ((TGLSelectRecord*) G__getstructoffset())->SetObject((TObject*) G__int(libp->para[0]));
20879       G__setnull(result7);
20880    return(1 || funcname || hash || result7 || libp) ;
20881 }
20882 
20883 static int G__G__GL_164_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20884 {
20885       ((TGLSelectRecord*) G__getstructoffset())->SetSpecific((void*) G__int(libp->para[0]));
20886       G__setnull(result7);
20887    return(1 || funcname || hash || result7 || libp) ;
20888 }
20889 
20890 static int G__G__GL_164_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20891 {
20892       ((TGLSelectRecord*) G__getstructoffset())->SetMultiple((Bool_t) G__int(libp->para[0]));
20893       G__setnull(result7);
20894    return(1 || funcname || hash || result7 || libp) ;
20895 }
20896 
20897 static int G__G__GL_164_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20898 {
20899       ((TGLSelectRecord*) G__getstructoffset())->SetHighlight((Bool_t) G__int(libp->para[0]));
20900       G__setnull(result7);
20901    return(1 || funcname || hash || result7 || libp) ;
20902 }
20903 
20904 static int G__G__GL_164_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20905 {
20906       ((TGLSelectRecord*) G__getstructoffset())->SetSecSelResult((TGLSelectRecord::ESecSelResult) G__int(libp->para[0]));
20907       G__setnull(result7);
20908    return(1 || funcname || hash || result7 || libp) ;
20909 }
20910 
20911 static int G__G__GL_164_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20912 {
20913       ((TGLSelectRecord*) G__getstructoffset())->Print();
20914       G__setnull(result7);
20915    return(1 || funcname || hash || result7 || libp) ;
20916 }
20917 
20918 static int G__G__GL_164_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20919 {
20920       G__letint(result7, 103, (long) TGLSelectRecord::AreSameSelectionWise(*(TGLSelectRecord*) libp->para[0].ref, *(TGLSelectRecord*) libp->para[1].ref));
20921    return(1 || funcname || hash || result7 || libp) ;
20922 }
20923 
20924 static int G__G__GL_164_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20925 {
20926       G__letint(result7, 85, (long) TGLSelectRecord::Class());
20927    return(1 || funcname || hash || result7 || libp) ;
20928 }
20929 
20930 static int G__G__GL_164_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20931 {
20932       G__letint(result7, 67, (long) TGLSelectRecord::Class_Name());
20933    return(1 || funcname || hash || result7 || libp) ;
20934 }
20935 
20936 static int G__G__GL_164_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20937 {
20938       G__letint(result7, 115, (long) TGLSelectRecord::Class_Version());
20939    return(1 || funcname || hash || result7 || libp) ;
20940 }
20941 
20942 static int G__G__GL_164_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20943 {
20944       TGLSelectRecord::Dictionary();
20945       G__setnull(result7);
20946    return(1 || funcname || hash || result7 || libp) ;
20947 }
20948 
20949 static int G__G__GL_164_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20950 {
20951       ((TGLSelectRecord*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20952       G__setnull(result7);
20953    return(1 || funcname || hash || result7 || libp) ;
20954 }
20955 
20956 static int G__G__GL_164_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20957 {
20958       G__letint(result7, 67, (long) TGLSelectRecord::DeclFileName());
20959    return(1 || funcname || hash || result7 || libp) ;
20960 }
20961 
20962 static int G__G__GL_164_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20963 {
20964       G__letint(result7, 105, (long) TGLSelectRecord::ImplFileLine());
20965    return(1 || funcname || hash || result7 || libp) ;
20966 }
20967 
20968 static int G__G__GL_164_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20969 {
20970       G__letint(result7, 67, (long) TGLSelectRecord::ImplFileName());
20971    return(1 || funcname || hash || result7 || libp) ;
20972 }
20973 
20974 static int G__G__GL_164_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20975 {
20976       G__letint(result7, 105, (long) TGLSelectRecord::DeclFileLine());
20977    return(1 || funcname || hash || result7 || libp) ;
20978 }
20979 
20980 // automatic destructor
20981 typedef TGLSelectRecord G__TTGLSelectRecord;
20982 static int G__G__GL_164_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20983 {
20984    char* gvp = (char*) G__getgvp();
20985    long soff = G__getstructoffset();
20986    int n = G__getaryconstruct();
20987    //
20988    //has_a_delete: 0
20989    //has_own_delete1arg: 0
20990    //has_own_delete2arg: 0
20991    //
20992    if (!soff) {
20993      return(1);
20994    }
20995    if (n) {
20996      if (gvp == (char*)G__PVOID) {
20997        delete[] (TGLSelectRecord*) soff;
20998      } else {
20999        G__setgvp((long) G__PVOID);
21000        for (int i = n - 1; i >= 0; --i) {
21001          ((TGLSelectRecord*) (soff+(sizeof(TGLSelectRecord)*i)))->~G__TTGLSelectRecord();
21002        }
21003        G__setgvp((long)gvp);
21004      }
21005    } else {
21006      if (gvp == (char*)G__PVOID) {
21007        delete (TGLSelectRecord*) soff;
21008      } else {
21009        G__setgvp((long) G__PVOID);
21010        ((TGLSelectRecord*) (soff))->~G__TTGLSelectRecord();
21011        G__setgvp((long)gvp);
21012      }
21013    }
21014    G__setnull(result7);
21015    return(1 || funcname || hash || result7 || libp) ;
21016 }
21017 
21018 
21019 /* TGLViewer */
21020 static int G__G__GL_165_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21021 {
21022    TGLViewer* p = NULL;
21023    char* gvp = (char*) G__getgvp();
21024    //m: 5
21025    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21026      p = new TGLViewer(
21027 (TVirtualPad*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21028 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
21029 , (Int_t) G__int(libp->para[4]));
21030    } else {
21031      p = new((void*) gvp) TGLViewer(
21032 (TVirtualPad*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21033 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
21034 , (Int_t) G__int(libp->para[4]));
21035    }
21036    result7->obj.i = (long) p;
21037    result7->ref = (long) p;
21038    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLViewer));
21039    return(1 || funcname || hash || result7 || libp) ;
21040 }
21041 
21042 static int G__G__GL_165_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21043 {
21044    TGLViewer* p = NULL;
21045    char* gvp = (char*) G__getgvp();
21046    //m: 1
21047    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21048      p = new TGLViewer((TVirtualPad*) G__int(libp->para[0]));
21049    } else {
21050      p = new((void*) gvp) TGLViewer((TVirtualPad*) G__int(libp->para[0]));
21051    }
21052    result7->obj.i = (long) p;
21053    result7->ref = (long) p;
21054    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLViewer));
21055    return(1 || funcname || hash || result7 || libp) ;
21056 }
21057 
21058 static int G__G__GL_165_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21059 {
21060       G__letint(result7, 85, (long) ((TGLViewer*) G__getstructoffset())->GetGLWidget());
21061    return(1 || funcname || hash || result7 || libp) ;
21062 }
21063 
21064 static int G__G__GL_165_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21065 {
21066       ((TGLViewer*) G__getstructoffset())->CreateGLWidget();
21067       G__setnull(result7);
21068    return(1 || funcname || hash || result7 || libp) ;
21069 }
21070 
21071 static int G__G__GL_165_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21072 {
21073       ((TGLViewer*) G__getstructoffset())->DestroyGLWidget();
21074       G__setnull(result7);
21075    return(1 || funcname || hash || result7 || libp) ;
21076 }
21077 
21078 static int G__G__GL_165_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21079 {
21080       G__letint(result7, 105, (long) ((const TGLViewer*) G__getstructoffset())->GetDev());
21081    return(1 || funcname || hash || result7 || libp) ;
21082 }
21083 
21084 static int G__G__GL_165_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21085 {
21086       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->GetSmartRefresh());
21087    return(1 || funcname || hash || result7 || libp) ;
21088 }
21089 
21090 static int G__G__GL_165_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21091 {
21092       ((TGLViewer*) G__getstructoffset())->SetSmartRefresh((Bool_t) G__int(libp->para[0]));
21093       G__setnull(result7);
21094    return(1 || funcname || hash || result7 || libp) ;
21095 }
21096 
21097 static int G__G__GL_165_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21098 {
21099       {
21100          const TGLColorSet& obj = ((TGLViewer*) G__getstructoffset())->RefDarkColorSet();
21101          result7->ref = (long) (&obj);
21102          result7->obj.i = (long) (&obj);
21103       }
21104    return(1 || funcname || hash || result7 || libp) ;
21105 }
21106 
21107 static int G__G__GL_165_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21108 {
21109       {
21110          const TGLColorSet& obj = ((TGLViewer*) G__getstructoffset())->RefLightColorSet();
21111          result7->ref = (long) (&obj);
21112          result7->obj.i = (long) (&obj);
21113       }
21114    return(1 || funcname || hash || result7 || libp) ;
21115 }
21116 
21117 static int G__G__GL_165_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21118 {
21119       {
21120          const TGLColorSet& obj = ((TGLViewer*) G__getstructoffset())->ColorSet();
21121          result7->ref = (long) (&obj);
21122          result7->obj.i = (long) (&obj);
21123       }
21124    return(1 || funcname || hash || result7 || libp) ;
21125 }
21126 
21127 static int G__G__GL_165_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21128 {
21129       ((TGLViewer*) G__getstructoffset())->UseDarkColorSet();
21130       G__setnull(result7);
21131    return(1 || funcname || hash || result7 || libp) ;
21132 }
21133 
21134 static int G__G__GL_165_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21135 {
21136       ((TGLViewer*) G__getstructoffset())->UseLightColorSet();
21137       G__setnull(result7);
21138    return(1 || funcname || hash || result7 || libp) ;
21139 }
21140 
21141 static int G__G__GL_165_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21142 {
21143       ((TGLViewer*) G__getstructoffset())->SwitchColorSet();
21144       G__setnull(result7);
21145    return(1 || funcname || hash || result7 || libp) ;
21146 }
21147 
21148 static int G__G__GL_165_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21149 {
21150       ((TGLViewer*) G__getstructoffset())->UseDefaultColorSet((Bool_t) G__int(libp->para[0]));
21151       G__setnull(result7);
21152    return(1 || funcname || hash || result7 || libp) ;
21153 }
21154 
21155 static int G__G__GL_165_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21156 {
21157       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->IsUsingDefaultColorSet());
21158    return(1 || funcname || hash || result7 || libp) ;
21159 }
21160 
21161 static int G__G__GL_165_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21162 {
21163       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->IsColorSetDark());
21164    return(1 || funcname || hash || result7 || libp) ;
21165 }
21166 
21167 static int G__G__GL_165_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21168 {
21169       ((TGLViewer*) G__getstructoffset())->SetClearColor((Color_t) G__int(libp->para[0]));
21170       G__setnull(result7);
21171    return(1 || funcname || hash || result7 || libp) ;
21172 }
21173 
21174 static int G__G__GL_165_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21175 {
21176       {
21177          const TGLColorSet& obj = TGLViewer::GetDefaultColorSet();
21178          result7->ref = (long) (&obj);
21179          result7->obj.i = (long) (&obj);
21180       }
21181    return(1 || funcname || hash || result7 || libp) ;
21182 }
21183 
21184 static int G__G__GL_165_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21185 {
21186       TGLViewer::UseDefaultColorSetForNewViewers((Bool_t) G__int(libp->para[0]));
21187       G__setnull(result7);
21188    return(1 || funcname || hash || result7 || libp) ;
21189 }
21190 
21191 static int G__G__GL_165_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21192 {
21193       G__letint(result7, 103, (long) TGLViewer::IsUsingDefaultColorSetForNewViewers());
21194    return(1 || funcname || hash || result7 || libp) ;
21195 }
21196 
21197 static int G__G__GL_165_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21198 {
21199       {
21200          const TGLRect& obj = ((const TGLViewer*) G__getstructoffset())->RefViewport();
21201          result7->ref = (long) (&obj);
21202          result7->obj.i = (long) (&obj);
21203       }
21204    return(1 || funcname || hash || result7 || libp) ;
21205 }
21206 
21207 static int G__G__GL_165_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21208 {
21209       G__letint(result7, 105, (long) ((const TGLViewer*) G__getstructoffset())->ViewportDiagonal());
21210    return(1 || funcname || hash || result7 || libp) ;
21211 }
21212 
21213 static int G__G__GL_165_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21214 {
21215       G__letdouble(result7, 102, (double) ((const TGLViewer*) G__getstructoffset())->GetPointScale());
21216    return(1 || funcname || hash || result7 || libp) ;
21217 }
21218 
21219 static int G__G__GL_165_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21220 {
21221       G__letdouble(result7, 102, (double) ((const TGLViewer*) G__getstructoffset())->GetLineScale());
21222    return(1 || funcname || hash || result7 || libp) ;
21223 }
21224 
21225 static int G__G__GL_165_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21226 {
21227       ((TGLViewer*) G__getstructoffset())->SetPointScale((Float_t) G__double(libp->para[0]));
21228       G__setnull(result7);
21229    return(1 || funcname || hash || result7 || libp) ;
21230 }
21231 
21232 static int G__G__GL_165_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21233 {
21234       ((TGLViewer*) G__getstructoffset())->SetLineScale((Float_t) G__double(libp->para[0]));
21235       G__setnull(result7);
21236    return(1 || funcname || hash || result7 || libp) ;
21237 }
21238 
21239 static int G__G__GL_165_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21240 {
21241       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->GetSmoothPoints());
21242    return(1 || funcname || hash || result7 || libp) ;
21243 }
21244 
21245 static int G__G__GL_165_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21246 {
21247       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->GetSmoothLines());
21248    return(1 || funcname || hash || result7 || libp) ;
21249 }
21250 
21251 static int G__G__GL_165_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21252 {
21253       ((TGLViewer*) G__getstructoffset())->SetSmoothPoints((Bool_t) G__int(libp->para[0]));
21254       G__setnull(result7);
21255    return(1 || funcname || hash || result7 || libp) ;
21256 }
21257 
21258 static int G__G__GL_165_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21259 {
21260       ((TGLViewer*) G__getstructoffset())->SetSmoothLines((Bool_t) G__int(libp->para[0]));
21261       G__setnull(result7);
21262    return(1 || funcname || hash || result7 || libp) ;
21263 }
21264 
21265 static int G__G__GL_165_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21266 {
21267       G__letint(result7, 85, (long) ((const TGLViewer*) G__getstructoffset())->GetLightSet());
21268    return(1 || funcname || hash || result7 || libp) ;
21269 }
21270 
21271 static int G__G__GL_165_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21272 {
21273       G__letint(result7, 85, (long) ((const TGLViewer*) G__getstructoffset())->GetClipSet());
21274    return(1 || funcname || hash || result7 || libp) ;
21275 }
21276 
21277 static int G__G__GL_165_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21278 {
21279       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->GetClipAutoUpdate());
21280    return(1 || funcname || hash || result7 || libp) ;
21281 }
21282 
21283 static int G__G__GL_165_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21284 {
21285       ((TGLViewer*) G__getstructoffset())->SetClipAutoUpdate((Bool_t) G__int(libp->para[0]));
21286       G__setnull(result7);
21287    return(1 || funcname || hash || result7 || libp) ;
21288 }
21289 
21290 static int G__G__GL_165_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21291 {
21292       {
21293          const TGLCamera& obj = ((const TGLViewer*) G__getstructoffset())->CurrentCamera();
21294          result7->ref = (long) (&obj);
21295          result7->obj.i = (long) (&obj);
21296       }
21297    return(1 || funcname || hash || result7 || libp) ;
21298 }
21299 
21300 static int G__G__GL_165_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21301 {
21302       {
21303          const TGLCamera& obj = ((TGLViewer*) G__getstructoffset())->RefCamera((TGLViewer::ECameraType) G__int(libp->para[0]));
21304          result7->ref = (long) (&obj);
21305          result7->obj.i = (long) (&obj);
21306       }
21307    return(1 || funcname || hash || result7 || libp) ;
21308 }
21309 
21310 static int G__G__GL_165_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21311 {
21312       ((TGLViewer*) G__getstructoffset())->SetCurrentCamera((TGLViewer::ECameraType) G__int(libp->para[0]));
21313       G__setnull(result7);
21314    return(1 || funcname || hash || result7 || libp) ;
21315 }
21316 
21317 static int G__G__GL_165_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21318 {
21319       ((TGLViewer*) G__getstructoffset())->SetOrthoCamera((TGLViewer::ECameraType) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
21320 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
21321 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
21322       G__setnull(result7);
21323    return(1 || funcname || hash || result7 || libp) ;
21324 }
21325 
21326 static int G__G__GL_165_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21327 {
21328       ((TGLViewer*) G__getstructoffset())->SetPerspectiveCamera((TGLViewer::ECameraType) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
21329 , (Double_t) G__double(libp->para[2]), (Double_t*) G__int(libp->para[3])
21330 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
21331       G__setnull(result7);
21332    return(1 || funcname || hash || result7 || libp) ;
21333 }
21334 
21335 static int G__G__GL_165_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21336 {
21337       ((const TGLViewer*) G__getstructoffset())->GetGuideState(*(Int_t*) G__Intref(&libp->para[0]), *(Bool_t*) G__Boolref(&libp->para[1])
21338 , *(Bool_t*) G__Boolref(&libp->para[2]), (Double_t*) G__int(libp->para[3]));
21339       G__setnull(result7);
21340    return(1 || funcname || hash || result7 || libp) ;
21341 }
21342 
21343 static int G__G__GL_165_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21344 {
21345       ((TGLViewer*) G__getstructoffset())->SetGuideState((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
21346 , (Bool_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
21347       G__setnull(result7);
21348    return(1 || funcname || hash || result7 || libp) ;
21349 }
21350 
21351 static int G__G__GL_165_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21352 {
21353       ((TGLViewer*) G__getstructoffset())->SetDrawCameraCenter((Bool_t) G__int(libp->para[0]));
21354       G__setnull(result7);
21355    return(1 || funcname || hash || result7 || libp) ;
21356 }
21357 
21358 static int G__G__GL_165_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21359 {
21360       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->GetDrawCameraCenter());
21361    return(1 || funcname || hash || result7 || libp) ;
21362 }
21363 
21364 static int G__G__GL_165_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21365 {
21366       ((TGLViewer*) G__getstructoffset())->PickCameraCenter();
21367       G__setnull(result7);
21368    return(1 || funcname || hash || result7 || libp) ;
21369 }
21370 
21371 static int G__G__GL_165_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21372 {
21373       ((TGLViewer*) G__getstructoffset())->PickAnnotate();
21374       G__setnull(result7);
21375    return(1 || funcname || hash || result7 || libp) ;
21376 }
21377 
21378 static int G__G__GL_165_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21379 {
21380       G__letint(result7, 85, (long) ((const TGLViewer*) G__getstructoffset())->GetCameraOverlay());
21381    return(1 || funcname || hash || result7 || libp) ;
21382 }
21383 
21384 static int G__G__GL_165_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21385 {
21386       ((TGLViewer*) G__getstructoffset())->SetCameraOverlay((TGLCameraOverlay*) G__int(libp->para[0]));
21387       G__setnull(result7);
21388    return(1 || funcname || hash || result7 || libp) ;
21389 }
21390 
21391 static int G__G__GL_165_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21392 {
21393       G__letint(result7, 85, (long) ((TGLViewer*) G__getstructoffset())->GetAutoRotator());
21394    return(1 || funcname || hash || result7 || libp) ;
21395 }
21396 
21397 static int G__G__GL_165_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21398 {
21399       ((TGLViewer*) G__getstructoffset())->SetAutoRotator((TGLAutoRotator*) G__int(libp->para[0]));
21400       G__setnull(result7);
21401    return(1 || funcname || hash || result7 || libp) ;
21402 }
21403 
21404 static int G__G__GL_165_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21405 {
21406       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->GetStereo());
21407    return(1 || funcname || hash || result7 || libp) ;
21408 }
21409 
21410 static int G__G__GL_165_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21411 {
21412       G__letdouble(result7, 102, (double) ((const TGLViewer*) G__getstructoffset())->GetStereoZeroParallax());
21413    return(1 || funcname || hash || result7 || libp) ;
21414 }
21415 
21416 static int G__G__GL_165_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21417 {
21418       G__letdouble(result7, 102, (double) ((const TGLViewer*) G__getstructoffset())->GetStereoEyeOffsetFac());
21419    return(1 || funcname || hash || result7 || libp) ;
21420 }
21421 
21422 static int G__G__GL_165_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21423 {
21424       G__letdouble(result7, 102, (double) ((const TGLViewer*) G__getstructoffset())->GetStereoFrustumAsymFac());
21425    return(1 || funcname || hash || result7 || libp) ;
21426 }
21427 
21428 static int G__G__GL_165_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21429 {
21430       ((TGLViewer*) G__getstructoffset())->SetStereo((Bool_t) G__int(libp->para[0]));
21431       G__setnull(result7);
21432    return(1 || funcname || hash || result7 || libp) ;
21433 }
21434 
21435 static int G__G__GL_165_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21436 {
21437       ((TGLViewer*) G__getstructoffset())->SetStereoZeroParallax((Float_t) G__double(libp->para[0]));
21438       G__setnull(result7);
21439    return(1 || funcname || hash || result7 || libp) ;
21440 }
21441 
21442 static int G__G__GL_165_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21443 {
21444       ((TGLViewer*) G__getstructoffset())->SetStereoEyeOffsetFac((Float_t) G__double(libp->para[0]));
21445       G__setnull(result7);
21446    return(1 || funcname || hash || result7 || libp) ;
21447 }
21448 
21449 static int G__G__GL_165_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21450 {
21451       ((TGLViewer*) G__getstructoffset())->SetStereoFrustumAsymFac((Float_t) G__double(libp->para[0]));
21452       G__setnull(result7);
21453    return(1 || funcname || hash || result7 || libp) ;
21454 }
21455 
21456 static int G__G__GL_165_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21457 {
21458       G__letint(result7, 105, (long) ((const TGLViewer*) G__getstructoffset())->GetPushAction());
21459    return(1 || funcname || hash || result7 || libp) ;
21460 }
21461 
21462 static int G__G__GL_165_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21463 {
21464       G__letint(result7, 105, (long) ((const TGLViewer*) G__getstructoffset())->GetDragAction());
21465    return(1 || funcname || hash || result7 || libp) ;
21466 }
21467 
21468 static int G__G__GL_165_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21469 {
21470       G__letint(result7, 85, (long) ((const TGLViewer*) G__getstructoffset())->GetSelected());
21471    return(1 || funcname || hash || result7 || libp) ;
21472 }
21473 
21474 static int G__G__GL_165_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21475 {
21476       G__letdouble(result7, 102, (double) ((const TGLViewer*) G__getstructoffset())->GetMaxSceneDrawTimeHQ());
21477    return(1 || funcname || hash || result7 || libp) ;
21478 }
21479 
21480 static int G__G__GL_165_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21481 {
21482       G__letdouble(result7, 102, (double) ((const TGLViewer*) G__getstructoffset())->GetMaxSceneDrawTimeLQ());
21483    return(1 || funcname || hash || result7 || libp) ;
21484 }
21485 
21486 static int G__G__GL_165_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21487 {
21488       ((TGLViewer*) G__getstructoffset())->SetMaxSceneDrawTimeHQ((Float_t) G__double(libp->para[0]));
21489       G__setnull(result7);
21490    return(1 || funcname || hash || result7 || libp) ;
21491 }
21492 
21493 static int G__G__GL_165_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21494 {
21495       ((TGLViewer*) G__getstructoffset())->SetMaxSceneDrawTimeLQ((Float_t) G__double(libp->para[0]));
21496       G__setnull(result7);
21497    return(1 || funcname || hash || result7 || libp) ;
21498 }
21499 
21500 static int G__G__GL_165_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21501 {
21502    switch (libp->paran) {
21503    case 1:
21504       ((TGLViewer*) G__getstructoffset())->RequestDraw((Short_t) G__int(libp->para[0]));
21505       G__setnull(result7);
21506       break;
21507    case 0:
21508       ((TGLViewer*) G__getstructoffset())->RequestDraw();
21509       G__setnull(result7);
21510       break;
21511    }
21512    return(1 || funcname || hash || result7 || libp) ;
21513 }
21514 
21515 static int G__G__GL_165_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21516 {
21517    switch (libp->paran) {
21518    case 1:
21519       ((TGLViewer*) G__getstructoffset())->DoDraw((Bool_t) G__int(libp->para[0]));
21520       G__setnull(result7);
21521       break;
21522    case 0:
21523       ((TGLViewer*) G__getstructoffset())->DoDraw();
21524       G__setnull(result7);
21525       break;
21526    }
21527    return(1 || funcname || hash || result7 || libp) ;
21528 }
21529 
21530 static int G__G__GL_165_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21531 {
21532       ((TGLViewer*) G__getstructoffset())->DoDrawMono((Bool_t) G__int(libp->para[0]));
21533       G__setnull(result7);
21534    return(1 || funcname || hash || result7 || libp) ;
21535 }
21536 
21537 static int G__G__GL_165_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21538 {
21539       ((TGLViewer*) G__getstructoffset())->DoDrawStereo((Bool_t) G__int(libp->para[0]));
21540       G__setnull(result7);
21541    return(1 || funcname || hash || result7 || libp) ;
21542 }
21543 
21544 static int G__G__GL_165_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21545 {
21546       ((TGLViewer*) G__getstructoffset())->DrawGuides();
21547       G__setnull(result7);
21548    return(1 || funcname || hash || result7 || libp) ;
21549 }
21550 
21551 static int G__G__GL_165_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21552 {
21553       ((TGLViewer*) G__getstructoffset())->DrawDebugInfo();
21554       G__setnull(result7);
21555    return(1 || funcname || hash || result7 || libp) ;
21556 }
21557 
21558 static int G__G__GL_165_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21559 {
21560       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->RequestSelect((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
21561    return(1 || funcname || hash || result7 || libp) ;
21562 }
21563 
21564 static int G__G__GL_165_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21565 {
21566       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->DoSelect((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
21567    return(1 || funcname || hash || result7 || libp) ;
21568 }
21569 
21570 static int G__G__GL_165_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21571 {
21572       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->RequestSecondarySelect((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
21573    return(1 || funcname || hash || result7 || libp) ;
21574 }
21575 
21576 static int G__G__GL_165_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21577 {
21578       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->DoSecondarySelect((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
21579    return(1 || funcname || hash || result7 || libp) ;
21580 }
21581 
21582 static int G__G__GL_165_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21583 {
21584       ((TGLViewer*) G__getstructoffset())->ApplySelection();
21585       G__setnull(result7);
21586    return(1 || funcname || hash || result7 || libp) ;
21587 }
21588 
21589 static int G__G__GL_165_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21590 {
21591       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->RequestOverlaySelect((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
21592    return(1 || funcname || hash || result7 || libp) ;
21593 }
21594 
21595 static int G__G__GL_165_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21596 {
21597       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->DoOverlaySelect((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
21598    return(1 || funcname || hash || result7 || libp) ;
21599 }
21600 
21601 static int G__G__GL_165_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21602 {
21603       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePicture());
21604    return(1 || funcname || hash || result7 || libp) ;
21605 }
21606 
21607 static int G__G__GL_165_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21608 {
21609       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePicture(*(TString*) libp->para[0].ref));
21610    return(1 || funcname || hash || result7 || libp) ;
21611 }
21612 
21613 static int G__G__GL_165_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21614 {
21615       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureUsingBB(*(TString*) libp->para[0].ref));
21616    return(1 || funcname || hash || result7 || libp) ;
21617 }
21618 
21619 static int G__G__GL_165_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21620 {
21621    switch (libp->paran) {
21622    case 4:
21623       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureUsingFBO(*(TString*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
21624 , (Int_t) G__int(libp->para[2]), (Float_t) G__double(libp->para[3])));
21625       break;
21626    case 3:
21627       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureUsingFBO(*(TString*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
21628 , (Int_t) G__int(libp->para[2])));
21629       break;
21630    }
21631    return(1 || funcname || hash || result7 || libp) ;
21632 }
21633 
21634 static int G__G__GL_165_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21635 {
21636    switch (libp->paran) {
21637    case 3:
21638       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureWidth(*(TString*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
21639 , (Bool_t) G__int(libp->para[2])));
21640       break;
21641    case 2:
21642       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureWidth(*(TString*) libp->para[0].ref, (Int_t) G__int(libp->para[1])));
21643       break;
21644    }
21645    return(1 || funcname || hash || result7 || libp) ;
21646 }
21647 
21648 static int G__G__GL_165_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21649 {
21650    switch (libp->paran) {
21651    case 3:
21652       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureHeight(*(TString*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
21653 , (Bool_t) G__int(libp->para[2])));
21654       break;
21655    case 2:
21656       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureHeight(*(TString*) libp->para[0].ref, (Int_t) G__int(libp->para[1])));
21657       break;
21658    }
21659    return(1 || funcname || hash || result7 || libp) ;
21660 }
21661 
21662 static int G__G__GL_165_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21663 {
21664    switch (libp->paran) {
21665    case 3:
21666       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureScale(*(TString*) libp->para[0].ref, (Float_t) G__double(libp->para[1])
21667 , (Bool_t) G__int(libp->para[2])));
21668       break;
21669    case 2:
21670       G__letint(result7, 103, (long) ((TGLViewer*) G__getstructoffset())->SavePictureScale(*(TString*) libp->para[0].ref, (Float_t) G__double(libp->para[1])));
21671       break;
21672    }
21673    return(1 || funcname || hash || result7 || libp) ;
21674 }
21675 
21676 static int G__G__GL_165_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21677 {
21678       G__letint(result7, 67, (long) ((const TGLViewer*) G__getstructoffset())->GetPictureFileName());
21679    return(1 || funcname || hash || result7 || libp) ;
21680 }
21681 
21682 static int G__G__GL_165_0_118(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21683 {
21684       ((TGLViewer*) G__getstructoffset())->SetPictureFileName(*(TString*) libp->para[0].ref);
21685       G__setnull(result7);
21686    return(1 || funcname || hash || result7 || libp) ;
21687 }
21688 
21689 static int G__G__GL_165_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21690 {
21691       G__letdouble(result7, 102, (double) ((const TGLViewer*) G__getstructoffset())->GetFader());
21692    return(1 || funcname || hash || result7 || libp) ;
21693 }
21694 
21695 static int G__G__GL_165_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21696 {
21697       ((TGLViewer*) G__getstructoffset())->SetFader((Float_t) G__double(libp->para[0]));
21698       G__setnull(result7);
21699    return(1 || funcname || hash || result7 || libp) ;
21700 }
21701 
21702 static int G__G__GL_165_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21703 {
21704    switch (libp->paran) {
21705    case 3:
21706       ((TGLViewer*) G__getstructoffset())->AutoFade((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
21707 , (Int_t) G__int(libp->para[2]));
21708       G__setnull(result7);
21709       break;
21710    case 2:
21711       ((TGLViewer*) G__getstructoffset())->AutoFade((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
21712       G__setnull(result7);
21713       break;
21714    case 1:
21715       ((TGLViewer*) G__getstructoffset())->AutoFade((Float_t) G__double(libp->para[0]));
21716       G__setnull(result7);
21717       break;
21718    }
21719    return(1 || funcname || hash || result7 || libp) ;
21720 }
21721 
21722 static int G__G__GL_165_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21723 {
21724    switch (libp->paran) {
21725    case 1:
21726       ((TGLViewer*) G__getstructoffset())->UpdateScene((Bool_t) G__int(libp->para[0]));
21727       G__setnull(result7);
21728       break;
21729    case 0:
21730       ((TGLViewer*) G__getstructoffset())->UpdateScene();
21731       G__setnull(result7);
21732       break;
21733    }
21734    return(1 || funcname || hash || result7 || libp) ;
21735 }
21736 
21737 static int G__G__GL_165_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21738 {
21739       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->GetIgnoreSizesOnUpdate());
21740    return(1 || funcname || hash || result7 || libp) ;
21741 }
21742 
21743 static int G__G__GL_165_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21744 {
21745       ((TGLViewer*) G__getstructoffset())->SetIgnoreSizesOnUpdate((Bool_t) G__int(libp->para[0]));
21746       G__setnull(result7);
21747    return(1 || funcname || hash || result7 || libp) ;
21748 }
21749 
21750 static int G__G__GL_165_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21751 {
21752       ((TGLViewer*) G__getstructoffset())->ResetCurrentCamera();
21753       G__setnull(result7);
21754    return(1 || funcname || hash || result7 || libp) ;
21755 }
21756 
21757 static int G__G__GL_165_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21758 {
21759       G__letint(result7, 103, (long) ((const TGLViewer*) G__getstructoffset())->GetResetCamerasOnUpdate());
21760    return(1 || funcname || hash || result7 || libp) ;
21761 }
21762 
21763 static int G__G__GL_165_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21764 {
21765       ((TGLViewer*) G__getstructoffset())->SetResetCamerasOnUpdate((Bool_t) G__int(libp->para[0]));
21766       G__setnull(result7);
21767    return(1 || funcname || hash || result7 || libp) ;
21768 }
21769 
21770 static int G__G__GL_165_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21771 {
21772       ((TGLViewer*) G__getstructoffset())->PostSceneBuildSetup((Bool_t) G__int(libp->para[0]));
21773       G__setnull(result7);
21774    return(1 || funcname || hash || result7 || libp) ;
21775 }
21776 
21777 static int G__G__GL_165_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21778 {
21779       ((TGLViewer*) G__getstructoffset())->Activated();
21780       G__setnull(result7);
21781    return(1 || funcname || hash || result7 || libp) ;
21782 }
21783 
21784 static int G__G__GL_165_0_130(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21785 {
21786       ((TGLViewer*) G__getstructoffset())->MouseIdle((TGLPhysicalShape*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21787 , (UInt_t) G__int(libp->para[2]));
21788       G__setnull(result7);
21789    return(1 || funcname || hash || result7 || libp) ;
21790 }
21791 
21792 static int G__G__GL_165_0_131(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21793 {
21794       ((TGLViewer*) G__getstructoffset())->MouseOver((TGLPhysicalShape*) G__int(libp->para[0]));
21795       G__setnull(result7);
21796    return(1 || funcname || hash || result7 || libp) ;
21797 }
21798 
21799 static int G__G__GL_165_0_132(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21800 {
21801       ((TGLViewer*) G__getstructoffset())->MouseOver((TGLPhysicalShape*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
21802       G__setnull(result7);
21803    return(1 || funcname || hash || result7 || libp) ;
21804 }
21805 
21806 static int G__G__GL_165_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21807 {
21808       ((TGLViewer*) G__getstructoffset())->MouseOver((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
21809       G__setnull(result7);
21810    return(1 || funcname || hash || result7 || libp) ;
21811 }
21812 
21813 static int G__G__GL_165_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21814 {
21815       ((TGLViewer*) G__getstructoffset())->ReMouseOver((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
21816       G__setnull(result7);
21817    return(1 || funcname || hash || result7 || libp) ;
21818 }
21819 
21820 static int G__G__GL_165_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21821 {
21822       ((TGLViewer*) G__getstructoffset())->UnMouseOver((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
21823       G__setnull(result7);
21824    return(1 || funcname || hash || result7 || libp) ;
21825 }
21826 
21827 static int G__G__GL_165_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21828 {
21829       ((TGLViewer*) G__getstructoffset())->Clicked((TObject*) G__int(libp->para[0]));
21830       G__setnull(result7);
21831    return(1 || funcname || hash || result7 || libp) ;
21832 }
21833 
21834 static int G__G__GL_165_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21835 {
21836       ((TGLViewer*) G__getstructoffset())->Clicked((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21837 , (UInt_t) G__int(libp->para[2]));
21838       G__setnull(result7);
21839    return(1 || funcname || hash || result7 || libp) ;
21840 }
21841 
21842 static int G__G__GL_165_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21843 {
21844       ((TGLViewer*) G__getstructoffset())->ReClicked((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21845 , (UInt_t) G__int(libp->para[2]));
21846       G__setnull(result7);
21847    return(1 || funcname || hash || result7 || libp) ;
21848 }
21849 
21850 static int G__G__GL_165_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21851 {
21852       ((TGLViewer*) G__getstructoffset())->UnClicked((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21853 , (UInt_t) G__int(libp->para[2]));
21854       G__setnull(result7);
21855    return(1 || funcname || hash || result7 || libp) ;
21856 }
21857 
21858 static int G__G__GL_165_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21859 {
21860       ((TGLViewer*) G__getstructoffset())->DoubleClicked();
21861       G__setnull(result7);
21862    return(1 || funcname || hash || result7 || libp) ;
21863 }
21864 
21865 static int G__G__GL_165_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21866 {
21867       G__letint(result7, 85, (long) ((const TGLViewer*) G__getstructoffset())->GetEventHandler());
21868    return(1 || funcname || hash || result7 || libp) ;
21869 }
21870 
21871 static int G__G__GL_165_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21872 {
21873       ((TGLViewer*) G__getstructoffset())->SetEventHandler((TGEventHandler*) G__int(libp->para[0]));
21874       G__setnull(result7);
21875    return(1 || funcname || hash || result7 || libp) ;
21876 }
21877 
21878 static int G__G__GL_165_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21879 {
21880       G__letint(result7, 85, (long) ((const TGLViewer*) G__getstructoffset())->GetGedEditor());
21881    return(1 || funcname || hash || result7 || libp) ;
21882 }
21883 
21884 static int G__G__GL_165_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21885 {
21886       ((TGLViewer*) G__getstructoffset())->SetGedEditor((TGedEditor*) G__int(libp->para[0]));
21887       G__setnull(result7);
21888    return(1 || funcname || hash || result7 || libp) ;
21889 }
21890 
21891 static int G__G__GL_165_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21892 {
21893       ((TGLViewer*) G__getstructoffset())->SelectionChanged();
21894       G__setnull(result7);
21895    return(1 || funcname || hash || result7 || libp) ;
21896 }
21897 
21898 static int G__G__GL_165_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21899 {
21900       ((TGLViewer*) G__getstructoffset())->OverlayDragFinished();
21901       G__setnull(result7);
21902    return(1 || funcname || hash || result7 || libp) ;
21903 }
21904 
21905 static int G__G__GL_165_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21906 {
21907    switch (libp->paran) {
21908    case 1:
21909       ((TGLViewer*) G__getstructoffset())->RefreshPadEditor((TObject*) G__int(libp->para[0]));
21910       G__setnull(result7);
21911       break;
21912    case 0:
21913       ((TGLViewer*) G__getstructoffset())->RefreshPadEditor();
21914       G__setnull(result7);
21915       break;
21916    }
21917    return(1 || funcname || hash || result7 || libp) ;
21918 }
21919 
21920 static int G__G__GL_165_0_149(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21921 {
21922       {
21923          const TGLSelectRecord& obj = ((TGLViewer*) G__getstructoffset())->GetSelRec();
21924          result7->ref = (long) (&obj);
21925          result7->obj.i = (long) (&obj);
21926       }
21927    return(1 || funcname || hash || result7 || libp) ;
21928 }
21929 
21930 static int G__G__GL_165_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21931 {
21932       {
21933          const TGLOvlSelectRecord& obj = ((TGLViewer*) G__getstructoffset())->GetOvlSelRec();
21934          result7->ref = (long) (&obj);
21935          result7->obj.i = (long) (&obj);
21936       }
21937    return(1 || funcname || hash || result7 || libp) ;
21938 }
21939 
21940 static int G__G__GL_165_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21941 {
21942       G__letint(result7, 85, (long) ((const TGLViewer*) G__getstructoffset())->GetCurrentOvlElm());
21943    return(1 || funcname || hash || result7 || libp) ;
21944 }
21945 
21946 static int G__G__GL_165_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21947 {
21948       ((TGLViewer*) G__getstructoffset())->ClearCurrentOvlElm();
21949       G__setnull(result7);
21950    return(1 || funcname || hash || result7 || libp) ;
21951 }
21952 
21953 static int G__G__GL_165_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21954 {
21955       G__letint(result7, 85, (long) TGLViewer::Class());
21956    return(1 || funcname || hash || result7 || libp) ;
21957 }
21958 
21959 static int G__G__GL_165_0_154(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21960 {
21961       G__letint(result7, 67, (long) TGLViewer::Class_Name());
21962    return(1 || funcname || hash || result7 || libp) ;
21963 }
21964 
21965 static int G__G__GL_165_0_155(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21966 {
21967       G__letint(result7, 115, (long) TGLViewer::Class_Version());
21968    return(1 || funcname || hash || result7 || libp) ;
21969 }
21970 
21971 static int G__G__GL_165_0_156(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21972 {
21973       TGLViewer::Dictionary();
21974       G__setnull(result7);
21975    return(1 || funcname || hash || result7 || libp) ;
21976 }
21977 
21978 static int G__G__GL_165_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21979 {
21980       ((TGLViewer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
21981       G__setnull(result7);
21982    return(1 || funcname || hash || result7 || libp) ;
21983 }
21984 
21985 static int G__G__GL_165_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21986 {
21987       G__letint(result7, 67, (long) TGLViewer::DeclFileName());
21988    return(1 || funcname || hash || result7 || libp) ;
21989 }
21990 
21991 static int G__G__GL_165_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21992 {
21993       G__letint(result7, 105, (long) TGLViewer::ImplFileLine());
21994    return(1 || funcname || hash || result7 || libp) ;
21995 }
21996 
21997 static int G__G__GL_165_0_163(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21998 {
21999       G__letint(result7, 67, (long) TGLViewer::ImplFileName());
22000    return(1 || funcname || hash || result7 || libp) ;
22001 }
22002 
22003 static int G__G__GL_165_0_164(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22004 {
22005       G__letint(result7, 105, (long) TGLViewer::DeclFileLine());
22006    return(1 || funcname || hash || result7 || libp) ;
22007 }
22008 
22009 // automatic destructor
22010 typedef TGLViewer G__TTGLViewer;
22011 static int G__G__GL_165_0_165(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22012 {
22013    char* gvp = (char*) G__getgvp();
22014    long soff = G__getstructoffset();
22015    int n = G__getaryconstruct();
22016    //
22017    //has_a_delete: 1
22018    //has_own_delete1arg: 0
22019    //has_own_delete2arg: 0
22020    //
22021    if (!soff) {
22022      return(1);
22023    }
22024    if (n) {
22025      if (gvp == (char*)G__PVOID) {
22026        delete[] (TGLViewer*) soff;
22027      } else {
22028        G__setgvp((long) G__PVOID);
22029        for (int i = n - 1; i >= 0; --i) {
22030          ((TGLViewer*) (soff+(sizeof(TGLViewer)*i)))->~G__TTGLViewer();
22031        }
22032        G__setgvp((long)gvp);
22033      }
22034    } else {
22035      if (gvp == (char*)G__PVOID) {
22036        delete (TGLViewer*) soff;
22037      } else {
22038        G__setgvp((long) G__PVOID);
22039        ((TGLViewer*) (soff))->~G__TTGLViewer();
22040        G__setgvp((long)gvp);
22041      }
22042    }
22043    G__setnull(result7);
22044    return(1 || funcname || hash || result7 || libp) ;
22045 }
22046 
22047 
22048 /* TGLSceneBase */
22049 static int G__G__GL_166_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22050 {
22051       ((TGLSceneBase*) G__getstructoffset())->AddViewer((TGLViewerBase*) G__int(libp->para[0]));
22052       G__setnull(result7);
22053    return(1 || funcname || hash || result7 || libp) ;
22054 }
22055 
22056 static int G__G__GL_166_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22057 {
22058       ((TGLSceneBase*) G__getstructoffset())->RemoveViewer((TGLViewerBase*) G__int(libp->para[0]));
22059       G__setnull(result7);
22060    return(1 || funcname || hash || result7 || libp) ;
22061 }
22062 
22063 static int G__G__GL_166_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22064 {
22065       ((TGLSceneBase*) G__getstructoffset())->TagViewersChanged();
22066       G__setnull(result7);
22067    return(1 || funcname || hash || result7 || libp) ;
22068 }
22069 
22070 static int G__G__GL_166_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22071 {
22072       G__letint(result7, 67, (long) ((const TGLSceneBase*) G__getstructoffset())->GetName());
22073    return(1 || funcname || hash || result7 || libp) ;
22074 }
22075 
22076 static int G__G__GL_166_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22077 {
22078       G__letint(result7, 67, (long) ((const TGLSceneBase*) G__getstructoffset())->GetTitle());
22079    return(1 || funcname || hash || result7 || libp) ;
22080 }
22081 
22082 static int G__G__GL_166_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22083 {
22084       ((TGLSceneBase*) G__getstructoffset())->SetName((const char*) G__int(libp->para[0]));
22085       G__setnull(result7);
22086    return(1 || funcname || hash || result7 || libp) ;
22087 }
22088 
22089 static int G__G__GL_166_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22090 {
22091       ((TGLSceneBase*) G__getstructoffset())->SetTitle((const char*) G__int(libp->para[0]));
22092       G__setnull(result7);
22093    return(1 || funcname || hash || result7 || libp) ;
22094 }
22095 
22096 static int G__G__GL_166_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22097 {
22098       ((TGLSceneBase*) G__getstructoffset())->SetNameTitle((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
22099       G__setnull(result7);
22100    return(1 || funcname || hash || result7 || libp) ;
22101 }
22102 
22103 static int G__G__GL_166_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22104 {
22105       G__letint(result7, 85, (long) ((TGLSceneBase*) G__getstructoffset())->CreateSceneInfo((TGLViewerBase*) G__int(libp->para[0])));
22106    return(1 || funcname || hash || result7 || libp) ;
22107 }
22108 
22109 static int G__G__GL_166_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22110 {
22111       ((TGLSceneBase*) G__getstructoffset())->RebuildSceneInfo(*(TGLRnrCtx*) libp->para[0].ref);
22112       G__setnull(result7);
22113    return(1 || funcname || hash || result7 || libp) ;
22114 }
22115 
22116 static int G__G__GL_166_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22117 {
22118       ((TGLSceneBase*) G__getstructoffset())->UpdateSceneInfo(*(TGLRnrCtx*) libp->para[0].ref);
22119       G__setnull(result7);
22120    return(1 || funcname || hash || result7 || libp) ;
22121 }
22122 
22123 static int G__G__GL_166_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22124 {
22125       ((TGLSceneBase*) G__getstructoffset())->LodifySceneInfo(*(TGLRnrCtx*) libp->para[0].ref);
22126       G__setnull(result7);
22127    return(1 || funcname || hash || result7 || libp) ;
22128 }
22129 
22130 static int G__G__GL_166_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22131 {
22132       ((TGLSceneBase*) G__getstructoffset())->PreDraw(*(TGLRnrCtx*) libp->para[0].ref);
22133       G__setnull(result7);
22134    return(1 || funcname || hash || result7 || libp) ;
22135 }
22136 
22137 static int G__G__GL_166_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22138 {
22139       ((TGLSceneBase*) G__getstructoffset())->PreRender(*(TGLRnrCtx*) libp->para[0].ref);
22140       G__setnull(result7);
22141    return(1 || funcname || hash || result7 || libp) ;
22142 }
22143 
22144 static int G__G__GL_166_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22145 {
22146       ((TGLSceneBase*) G__getstructoffset())->Render(*(TGLRnrCtx*) libp->para[0].ref);
22147       G__setnull(result7);
22148    return(1 || funcname || hash || result7 || libp) ;
22149 }
22150 
22151 static int G__G__GL_166_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22152 {
22153       ((TGLSceneBase*) G__getstructoffset())->RenderOpaque(*(TGLRnrCtx*) libp->para[0].ref);
22154       G__setnull(result7);
22155    return(1 || funcname || hash || result7 || libp) ;
22156 }
22157 
22158 static int G__G__GL_166_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22159 {
22160       ((TGLSceneBase*) G__getstructoffset())->RenderTransp(*(TGLRnrCtx*) libp->para[0].ref);
22161       G__setnull(result7);
22162    return(1 || funcname || hash || result7 || libp) ;
22163 }
22164 
22165 static int G__G__GL_166_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22166 {
22167       ((TGLSceneBase*) G__getstructoffset())->RenderSelOpaque(*(TGLRnrCtx*) libp->para[0].ref);
22168       G__setnull(result7);
22169    return(1 || funcname || hash || result7 || libp) ;
22170 }
22171 
22172 static int G__G__GL_166_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22173 {
22174       ((TGLSceneBase*) G__getstructoffset())->RenderSelTransp(*(TGLRnrCtx*) libp->para[0].ref);
22175       G__setnull(result7);
22176    return(1 || funcname || hash || result7 || libp) ;
22177 }
22178 
22179 static int G__G__GL_166_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22180 {
22181       ((TGLSceneBase*) G__getstructoffset())->PostRender(*(TGLRnrCtx*) libp->para[0].ref);
22182       G__setnull(result7);
22183    return(1 || funcname || hash || result7 || libp) ;
22184 }
22185 
22186 static int G__G__GL_166_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22187 {
22188       ((TGLSceneBase*) G__getstructoffset())->PostDraw(*(TGLRnrCtx*) libp->para[0].ref);
22189       G__setnull(result7);
22190    return(1 || funcname || hash || result7 || libp) ;
22191 }
22192 
22193 static int G__G__GL_166_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22194 {
22195       G__letint(result7, 85, (long) ((const TGLSceneBase*) G__getstructoffset())->FindLogical((TObject*) G__int(libp->para[0])));
22196    return(1 || funcname || hash || result7 || libp) ;
22197 }
22198 
22199 static int G__G__GL_166_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22200 {
22201       G__letint(result7, 103, (long) ((TGLSceneBase*) G__getstructoffset())->ResolveSelectRecord(*(TGLSelectRecord*) libp->para[0].ref, (Int_t) G__int(libp->para[1])));
22202    return(1 || funcname || hash || result7 || libp) ;
22203 }
22204 
22205 static int G__G__GL_166_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22206 {
22207       G__letint(result7, 104, (long) ((const TGLSceneBase*) G__getstructoffset())->GetTimeStamp());
22208    return(1 || funcname || hash || result7 || libp) ;
22209 }
22210 
22211 static int G__G__GL_166_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22212 {
22213       ((TGLSceneBase*) G__getstructoffset())->IncTimeStamp();
22214       G__setnull(result7);
22215    return(1 || funcname || hash || result7 || libp) ;
22216 }
22217 
22218 static int G__G__GL_166_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22219 {
22220       G__letint(result7, 104, (long) ((const TGLSceneBase*) G__getstructoffset())->GetMinorStamp());
22221    return(1 || funcname || hash || result7 || libp) ;
22222 }
22223 
22224 static int G__G__GL_166_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22225 {
22226       ((TGLSceneBase*) G__getstructoffset())->IncMinorStamp();
22227       G__setnull(result7);
22228    return(1 || funcname || hash || result7 || libp) ;
22229 }
22230 
22231 static int G__G__GL_166_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22232 {
22233       G__letint(result7, 115, (long) ((const TGLSceneBase*) G__getstructoffset())->LOD());
22234    return(1 || funcname || hash || result7 || libp) ;
22235 }
22236 
22237 static int G__G__GL_166_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22238 {
22239       ((TGLSceneBase*) G__getstructoffset())->SetLOD((Short_t) G__int(libp->para[0]));
22240       G__setnull(result7);
22241    return(1 || funcname || hash || result7 || libp) ;
22242 }
22243 
22244 static int G__G__GL_166_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22245 {
22246       G__letint(result7, 115, (long) ((const TGLSceneBase*) G__getstructoffset())->Style());
22247    return(1 || funcname || hash || result7 || libp) ;
22248 }
22249 
22250 static int G__G__GL_166_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22251 {
22252       ((TGLSceneBase*) G__getstructoffset())->SetStyle((Short_t) G__int(libp->para[0]));
22253       G__setnull(result7);
22254    return(1 || funcname || hash || result7 || libp) ;
22255 }
22256 
22257 static int G__G__GL_166_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22258 {
22259       G__letint(result7, 85, (long) ((const TGLSceneBase*) G__getstructoffset())->Clip());
22260    return(1 || funcname || hash || result7 || libp) ;
22261 }
22262 
22263 static int G__G__GL_166_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22264 {
22265       ((TGLSceneBase*) G__getstructoffset())->SetClip((TGLClip*) G__int(libp->para[0]));
22266       G__setnull(result7);
22267    return(1 || funcname || hash || result7 || libp) ;
22268 }
22269 
22270 static int G__G__GL_166_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22271 {
22272       G__letint(result7, 103, (long) ((const TGLSceneBase*) G__getstructoffset())->GetSelectable());
22273    return(1 || funcname || hash || result7 || libp) ;
22274 }
22275 
22276 static int G__G__GL_166_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22277 {
22278       ((TGLSceneBase*) G__getstructoffset())->SetSelectable((Bool_t) G__int(libp->para[0]));
22279       G__setnull(result7);
22280    return(1 || funcname || hash || result7 || libp) ;
22281 }
22282 
22283 static int G__G__GL_166_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22284 {
22285       G__letint(result7, 103, (long) ((const TGLSceneBase*) G__getstructoffset())->GetAutoDestruct());
22286    return(1 || funcname || hash || result7 || libp) ;
22287 }
22288 
22289 static int G__G__GL_166_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22290 {
22291       ((TGLSceneBase*) G__getstructoffset())->SetAutoDestruct((Bool_t) G__int(libp->para[0]));
22292       G__setnull(result7);
22293    return(1 || funcname || hash || result7 || libp) ;
22294 }
22295 
22296 static int G__G__GL_166_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22297 {
22298       ((const TGLSceneBase*) G__getstructoffset())->CalcBoundingBox();
22299       G__setnull(result7);
22300    return(1 || funcname || hash || result7 || libp) ;
22301 }
22302 
22303 static int G__G__GL_166_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22304 {
22305       ((TGLSceneBase*) G__getstructoffset())->InvalidateBoundingBox();
22306       G__setnull(result7);
22307    return(1 || funcname || hash || result7 || libp) ;
22308 }
22309 
22310 static int G__G__GL_166_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22311 {
22312       {
22313          const TGLBoundingBox& obj = ((const TGLSceneBase*) G__getstructoffset())->BoundingBox();
22314          result7->ref = (long) (&obj);
22315          result7->obj.i = (long) (&obj);
22316       }
22317    return(1 || funcname || hash || result7 || libp) ;
22318 }
22319 
22320 static int G__G__GL_166_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22321 {
22322       G__letint(result7, 85, (long) TGLSceneBase::Class());
22323    return(1 || funcname || hash || result7 || libp) ;
22324 }
22325 
22326 static int G__G__GL_166_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22327 {
22328       G__letint(result7, 67, (long) TGLSceneBase::Class_Name());
22329    return(1 || funcname || hash || result7 || libp) ;
22330 }
22331 
22332 static int G__G__GL_166_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22333 {
22334       G__letint(result7, 115, (long) TGLSceneBase::Class_Version());
22335    return(1 || funcname || hash || result7 || libp) ;
22336 }
22337 
22338 static int G__G__GL_166_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22339 {
22340       TGLSceneBase::Dictionary();
22341       G__setnull(result7);
22342    return(1 || funcname || hash || result7 || libp) ;
22343 }
22344 
22345 static int G__G__GL_166_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22346 {
22347       ((TGLSceneBase*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
22348       G__setnull(result7);
22349    return(1 || funcname || hash || result7 || libp) ;
22350 }
22351 
22352 static int G__G__GL_166_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22353 {
22354       G__letint(result7, 67, (long) TGLSceneBase::DeclFileName());
22355    return(1 || funcname || hash || result7 || libp) ;
22356 }
22357 
22358 static int G__G__GL_166_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22359 {
22360       G__letint(result7, 105, (long) TGLSceneBase::ImplFileLine());
22361    return(1 || funcname || hash || result7 || libp) ;
22362 }
22363 
22364 static int G__G__GL_166_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22365 {
22366       G__letint(result7, 67, (long) TGLSceneBase::ImplFileName());
22367    return(1 || funcname || hash || result7 || libp) ;
22368 }
22369 
22370 static int G__G__GL_166_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22371 {
22372       G__letint(result7, 105, (long) TGLSceneBase::DeclFileLine());
22373    return(1 || funcname || hash || result7 || libp) ;
22374 }
22375 
22376 // automatic destructor
22377 typedef TGLSceneBase G__TTGLSceneBase;
22378 static int G__G__GL_166_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22379 {
22380    char* gvp = (char*) G__getgvp();
22381    long soff = G__getstructoffset();
22382    int n = G__getaryconstruct();
22383    //
22384    //has_a_delete: 0
22385    //has_own_delete1arg: 0
22386    //has_own_delete2arg: 0
22387    //
22388    if (!soff) {
22389      return(1);
22390    }
22391    if (n) {
22392      if (gvp == (char*)G__PVOID) {
22393        delete[] (TGLSceneBase*) soff;
22394      } else {
22395        G__setgvp((long) G__PVOID);
22396        for (int i = n - 1; i >= 0; --i) {
22397          ((TGLSceneBase*) (soff+(sizeof(TGLSceneBase)*i)))->~G__TTGLSceneBase();
22398        }
22399        G__setgvp((long)gvp);
22400      }
22401    } else {
22402      if (gvp == (char*)G__PVOID) {
22403        delete (TGLSceneBase*) soff;
22404      } else {
22405        G__setgvp((long) G__PVOID);
22406        ((TGLSceneBase*) (soff))->~G__TTGLSceneBase();
22407        G__setgvp((long)gvp);
22408      }
22409    }
22410    G__setnull(result7);
22411    return(1 || funcname || hash || result7 || libp) ;
22412 }
22413 
22414 
22415 /* TGLScene */
22416 static int G__G__GL_167_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22417 {
22418    TGLScene* p = NULL;
22419    char* gvp = (char*) G__getgvp();
22420    int n = G__getaryconstruct();
22421    if (n) {
22422      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22423        p = new TGLScene[n];
22424      } else {
22425        p = new((void*) gvp) TGLScene[n];
22426      }
22427    } else {
22428      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
22429        p = new TGLScene;
22430      } else {
22431        p = new((void*) gvp) TGLScene;
22432      }
22433    }
22434    result7->obj.i = (long) p;
22435    result7->ref = (long) p;
22436    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
22437    return(1 || funcname || hash || result7 || libp) ;
22438 }
22439 
22440 static int G__G__GL_167_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22441 {
22442       ((TGLScene*) G__getstructoffset())->RenderAllPasses(*(TGLRnrCtx*) libp->para[0].ref, *(TGLScene::DrawElementPtrVec_t*) libp->para[1].ref
22443 , (Bool_t) G__int(libp->para[2]));
22444       G__setnull(result7);
22445    return(1 || funcname || hash || result7 || libp) ;
22446 }
22447 
22448 static int G__G__GL_167_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22449 {
22450    switch (libp->paran) {
22451    case 4:
22452       ((TGLScene*) G__getstructoffset())->RenderElements(*(TGLRnrCtx*) libp->para[0].ref, *(TGLScene::DrawElementPtrVec_t*) libp->para[1].ref
22453 , (Bool_t) G__int(libp->para[2]), (TGLPlaneSet_t*) G__int(libp->para[3]));
22454       G__setnull(result7);
22455       break;
22456    case 3:
22457       ((TGLScene*) G__getstructoffset())->RenderElements(*(TGLRnrCtx*) libp->para[0].ref, *(TGLScene::DrawElementPtrVec_t*) libp->para[1].ref
22458 , (Bool_t) G__int(libp->para[2]));
22459       G__setnull(result7);
22460       break;
22461    }
22462    return(1 || funcname || hash || result7 || libp) ;
22463 }
22464 
22465 static int G__G__GL_167_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22466 {
22467       ((TGLScene*) G__getstructoffset())->AdoptLogical(*(TGLLogicalShape*) libp->para[0].ref);
22468       G__setnull(result7);
22469    return(1 || funcname || hash || result7 || libp) ;
22470 }
22471 
22472 static int G__G__GL_167_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22473 {
22474    switch (libp->paran) {
22475    case 2:
22476       G__letint(result7, 103, (long) ((TGLScene*) G__getstructoffset())->DestroyLogical((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
22477       break;
22478    case 1:
22479       G__letint(result7, 103, (long) ((TGLScene*) G__getstructoffset())->DestroyLogical((TObject*) G__int(libp->para[0])));
22480       break;
22481    }
22482    return(1 || funcname || hash || result7 || libp) ;
22483 }
22484 
22485 static int G__G__GL_167_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22486 {
22487       G__letint(result7, 105, (long) ((TGLScene*) G__getstructoffset())->DestroyLogicals());
22488    return(1 || funcname || hash || result7 || libp) ;
22489 }
22490 
22491 static int G__G__GL_167_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22492 {
22493       ((TGLScene*) G__getstructoffset())->AdoptPhysical(*(TGLPhysicalShape*) libp->para[0].ref);
22494       G__setnull(result7);
22495    return(1 || funcname || hash || result7 || libp) ;
22496 }
22497 
22498 static int G__G__GL_167_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22499 {
22500       G__letint(result7, 103, (long) ((TGLScene*) G__getstructoffset())->DestroyPhysical((UInt_t) G__int(libp->para[0])));
22501    return(1 || funcname || hash || result7 || libp) ;
22502 }
22503 
22504 static int G__G__GL_167_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22505 {
22506       G__letint(result7, 105, (long) ((TGLScene*) G__getstructoffset())->DestroyPhysicals());
22507    return(1 || funcname || hash || result7 || libp) ;
22508 }
22509 
22510 static int G__G__GL_167_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22511 {
22512       G__letint(result7, 85, (long) ((const TGLScene*) G__getstructoffset())->FindPhysical((UInt_t) G__int(libp->para[0])));
22513    return(1 || funcname || hash || result7 || libp) ;
22514 }
22515 
22516 static int G__G__GL_167_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22517 {
22518       G__letint(result7, 104, (long) ((TGLScene*) G__getstructoffset())->GetMaxPhysicalID());
22519    return(1 || funcname || hash || result7 || libp) ;
22520 }
22521 
22522 static int G__G__GL_167_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22523 {
22524       G__letint(result7, 103, (long) ((TGLScene*) G__getstructoffset())->BeginUpdate());
22525    return(1 || funcname || hash || result7 || libp) ;
22526 }
22527 
22528 static int G__G__GL_167_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22529 {
22530    switch (libp->paran) {
22531    case 3:
22532       ((TGLScene*) G__getstructoffset())->EndUpdate((Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
22533 , (Bool_t) G__int(libp->para[2]));
22534       G__setnull(result7);
22535       break;
22536    case 2:
22537       ((TGLScene*) G__getstructoffset())->EndUpdate((Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
22538       G__setnull(result7);
22539       break;
22540    case 1:
22541       ((TGLScene*) G__getstructoffset())->EndUpdate((Bool_t) G__int(libp->para[0]));
22542       G__setnull(result7);
22543       break;
22544    case 0:
22545       ((TGLScene*) G__getstructoffset())->EndUpdate();
22546       G__setnull(result7);
22547       break;
22548    }
22549    return(1 || funcname || hash || result7 || libp) ;
22550 }
22551 
22552 static int G__G__GL_167_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22553 {
22554       ((TGLScene*) G__getstructoffset())->UpdateLogical((TObject*) G__int(libp->para[0]));
22555       G__setnull(result7);
22556    return(1 || funcname || hash || result7 || libp) ;
22557 }
22558 
22559 static int G__G__GL_167_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22560 {
22561       ((TGLScene*) G__getstructoffset())->UpdatePhysical((UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
22562 , (UChar_t*) G__int(libp->para[2]));
22563       G__setnull(result7);
22564    return(1 || funcname || hash || result7 || libp) ;
22565 }
22566 
22567 static int G__G__GL_167_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22568 {
22569    switch (libp->paran) {
22570    case 4:
22571       ((TGLScene*) G__getstructoffset())->UpdatePhysical((UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
22572 , (Color_t) G__int(libp->para[2]), (UChar_t) G__int(libp->para[3]));
22573       G__setnull(result7);
22574       break;
22575    case 3:
22576       ((TGLScene*) G__getstructoffset())->UpdatePhysical((UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
22577 , (Color_t) G__int(libp->para[2]));
22578       G__setnull(result7);
22579       break;
22580    case 2:
22581       ((TGLScene*) G__getstructoffset())->UpdatePhysical((UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
22582       G__setnull(result7);
22583       break;
22584    }
22585    return(1 || funcname || hash || result7 || libp) ;
22586 }
22587 
22588 static int G__G__GL_167_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22589 {
22590       ((TGLScene*) G__getstructoffset())->UpdatePhysioLogical((TObject*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
22591 , (UChar_t*) G__int(libp->para[2]));
22592       G__setnull(result7);
22593    return(1 || funcname || hash || result7 || libp) ;
22594 }
22595 
22596 static int G__G__GL_167_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22597 {
22598       ((TGLScene*) G__getstructoffset())->UpdatePhysioLogical((TObject*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
22599 , (Color_t) G__int(libp->para[2]), (UChar_t) G__int(libp->para[3]));
22600       G__setnull(result7);
22601    return(1 || funcname || hash || result7 || libp) ;
22602 }
22603 
22604 static int G__G__GL_167_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22605 {
22606       {
22607          const TGLScene::LogicalShapeMap_t& obj = ((TGLScene*) G__getstructoffset())->RefLogicalShapes();
22608          result7->ref = (long) (&obj);
22609          result7->obj.i = (long) (&obj);
22610       }
22611    return(1 || funcname || hash || result7 || libp) ;
22612 }
22613 
22614 static int G__G__GL_167_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22615 {
22616       G__letint(result7, 104, (long) ((TGLScene*) G__getstructoffset())->BeginSmartRefresh());
22617    return(1 || funcname || hash || result7 || libp) ;
22618 }
22619 
22620 static int G__G__GL_167_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22621 {
22622       ((TGLScene*) G__getstructoffset())->EndSmartRefresh();
22623       G__setnull(result7);
22624    return(1 || funcname || hash || result7 || libp) ;
22625 }
22626 
22627 static int G__G__GL_167_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22628 {
22629       G__letint(result7, 85, (long) ((const TGLScene*) G__getstructoffset())->FindLogicalSmartRefresh((TObject*) G__int(libp->para[0])));
22630    return(1 || funcname || hash || result7 || libp) ;
22631 }
22632 
22633 static int G__G__GL_167_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22634 {
22635       G__letint(result7, 85, (long) ((const TGLScene*) G__getstructoffset())->GetGLCtxIdentity());
22636    return(1 || funcname || hash || result7 || libp) ;
22637 }
22638 
22639 static int G__G__GL_167_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22640 {
22641       G__letint(result7, 104, (long) ((const TGLScene*) G__getstructoffset())->SizeOfScene());
22642    return(1 || funcname || hash || result7 || libp) ;
22643 }
22644 
22645 static int G__G__GL_167_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22646 {
22647       ((const TGLScene*) G__getstructoffset())->DumpMapSizes();
22648       G__setnull(result7);
22649    return(1 || funcname || hash || result7 || libp) ;
22650 }
22651 
22652 static int G__G__GL_167_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22653 {
22654    switch (libp->paran) {
22655    case 3:
22656       TGLScene::RGBAFromColorIdx((Float_t*) G__int(libp->para[0]), (Color_t) G__int(libp->para[1])
22657 , (Char_t) G__int(libp->para[2]));
22658       G__setnull(result7);
22659       break;
22660    case 2:
22661       TGLScene::RGBAFromColorIdx((Float_t*) G__int(libp->para[0]), (Color_t) G__int(libp->para[1]));
22662       G__setnull(result7);
22663       break;
22664    }
22665    return(1 || funcname || hash || result7 || libp) ;
22666 }
22667 
22668 static int G__G__GL_167_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22669 {
22670       G__letint(result7, 103, (long) TGLScene::IsOutside(*(TGLBoundingBox*) libp->para[0].ref, *(TGLPlaneSet_t*) libp->para[1].ref));
22671    return(1 || funcname || hash || result7 || libp) ;
22672 }
22673 
22674 static int G__G__GL_167_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22675 {
22676       G__letint(result7, 85, (long) TGLScene::Class());
22677    return(1 || funcname || hash || result7 || libp) ;
22678 }
22679 
22680 static int G__G__GL_167_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22681 {
22682       G__letint(result7, 67, (long) TGLScene::Class_Name());
22683    return(1 || funcname || hash || result7 || libp) ;
22684 }
22685 
22686 static int G__G__GL_167_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22687 {
22688       G__letint(result7, 115, (long) TGLScene::Class_Version());
22689    return(1 || funcname || hash || result7 || libp) ;
22690 }
22691 
22692 static int G__G__GL_167_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22693 {
22694       TGLScene::Dictionary();
22695       G__setnull(result7);
22696    return(1 || funcname || hash || result7 || libp) ;
22697 }
22698 
22699 static int G__G__GL_167_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22700 {
22701       ((TGLScene*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
22702       G__setnull(result7);
22703    return(1 || funcname || hash || result7 || libp) ;
22704 }
22705 
22706 static int G__G__GL_167_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22707 {
22708       G__letint(result7, 67, (long) TGLScene::DeclFileName());
22709    return(1 || funcname || hash || result7 || libp) ;
22710 }
22711 
22712 static int G__G__GL_167_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22713 {
22714       G__letint(result7, 105, (long) TGLScene::ImplFileLine());
22715    return(1 || funcname || hash || result7 || libp) ;
22716 }
22717 
22718 static int G__G__GL_167_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22719 {
22720       G__letint(result7, 67, (long) TGLScene::ImplFileName());
22721    return(1 || funcname || hash || result7 || libp) ;
22722 }
22723 
22724 static int G__G__GL_167_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22725 {
22726       G__letint(result7, 105, (long) TGLScene::DeclFileLine());
22727    return(1 || funcname || hash || result7 || libp) ;
22728 }
22729 
22730 // automatic destructor
22731 typedef TGLScene G__TTGLScene;
22732 static int G__G__GL_167_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22733 {
22734    char* gvp = (char*) G__getgvp();
22735    long soff = G__getstructoffset();
22736    int n = G__getaryconstruct();
22737    //
22738    //has_a_delete: 0
22739    //has_own_delete1arg: 0
22740    //has_own_delete2arg: 0
22741    //
22742    if (!soff) {
22743      return(1);
22744    }
22745    if (n) {
22746      if (gvp == (char*)G__PVOID) {
22747        delete[] (TGLScene*) soff;
22748      } else {
22749        G__setgvp((long) G__PVOID);
22750        for (int i = n - 1; i >= 0; --i) {
22751          ((TGLScene*) (soff+(sizeof(TGLScene)*i)))->~G__TTGLScene();
22752        }
22753        G__setgvp((long)gvp);
22754      }
22755    } else {
22756      if (gvp == (char*)G__PVOID) {
22757        delete (TGLScene*) soff;
22758      } else {
22759        G__setgvp((long) G__PVOID);
22760        ((TGLScene*) (soff))->~G__TTGLScene();
22761        G__setgvp((long)gvp);
22762      }
22763    }
22764    G__setnull(result7);
22765    return(1 || funcname || hash || result7 || libp) ;
22766 }
22767 
22768 
22769 /* TGLLogicalShape */
22770 static int G__G__GL_168_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22771 {
22772       G__letint(result7, 104, (long) ((const TGLLogicalShape*) G__getstructoffset())->Ref());
22773    return(1 || funcname || hash || result7 || libp) ;
22774 }
22775 
22776 static int G__G__GL_168_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22777 {
22778       ((const TGLLogicalShape*) G__getstructoffset())->AddRef((TGLPhysicalShape*) G__int(libp->para[0]));
22779       G__setnull(result7);
22780    return(1 || funcname || hash || result7 || libp) ;
22781 }
22782 
22783 static int G__G__GL_168_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22784 {
22785       ((const TGLLogicalShape*) G__getstructoffset())->SubRef((TGLPhysicalShape*) G__int(libp->para[0]));
22786       G__setnull(result7);
22787    return(1 || funcname || hash || result7 || libp) ;
22788 }
22789 
22790 static int G__G__GL_168_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22791 {
22792       ((const TGLLogicalShape*) G__getstructoffset())->StrongRef((Bool_t) G__int(libp->para[0]));
22793       G__setnull(result7);
22794    return(1 || funcname || hash || result7 || libp) ;
22795 }
22796 
22797 static int G__G__GL_168_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22798 {
22799       ((TGLLogicalShape*) G__getstructoffset())->DestroyPhysicals();
22800       G__setnull(result7);
22801    return(1 || funcname || hash || result7 || libp) ;
22802 }
22803 
22804 static int G__G__GL_168_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22805 {
22806       G__letint(result7, 104, (long) ((TGLLogicalShape*) G__getstructoffset())->UnrefFirstPhysical());
22807    return(1 || funcname || hash || result7 || libp) ;
22808 }
22809 
22810 static int G__G__GL_168_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22811 {
22812       G__letint(result7, 85, (long) ((const TGLLogicalShape*) G__getstructoffset())->GetFirstPhysical());
22813    return(1 || funcname || hash || result7 || libp) ;
22814 }
22815 
22816 static int G__G__GL_168_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22817 {
22818       G__letint(result7, 85, (long) ((const TGLLogicalShape*) G__getstructoffset())->ID());
22819    return(1 || funcname || hash || result7 || libp) ;
22820 }
22821 
22822 static int G__G__GL_168_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22823 {
22824       G__letint(result7, 85, (long) ((const TGLLogicalShape*) G__getstructoffset())->GetExternal());
22825    return(1 || funcname || hash || result7 || libp) ;
22826 }
22827 
22828 static int G__G__GL_168_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22829 {
22830       G__letint(result7, 85, (long) ((const TGLLogicalShape*) G__getstructoffset())->GetScene());
22831    return(1 || funcname || hash || result7 || libp) ;
22832 }
22833 
22834 static int G__G__GL_168_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22835 {
22836       {
22837          const TGLBoundingBox& obj = ((const TGLLogicalShape*) G__getstructoffset())->BoundingBox();
22838          result7->ref = (long) (&obj);
22839          result7->obj.i = (long) (&obj);
22840       }
22841    return(1 || funcname || hash || result7 || libp) ;
22842 }
22843 
22844 static int G__G__GL_168_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22845 {
22846       ((TGLLogicalShape*) G__getstructoffset())->UpdateBoundingBox();
22847       G__setnull(result7);
22848    return(1 || funcname || hash || result7 || libp) ;
22849 }
22850 
22851 static int G__G__GL_168_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22852 {
22853       ((TGLLogicalShape*) G__getstructoffset())->UpdateBoundingBoxesOfPhysicals();
22854       G__setnull(result7);
22855    return(1 || funcname || hash || result7 || libp) ;
22856 }
22857 
22858 static int G__G__GL_168_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22859 {
22860       G__letint(result7, 103, (long) ((TGLLogicalShape*) G__getstructoffset())->SetDLCache((Bool_t) G__int(libp->para[0])));
22861    return(1 || funcname || hash || result7 || libp) ;
22862 }
22863 
22864 static int G__G__GL_168_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22865 {
22866       G__letint(result7, 103, (long) ((const TGLLogicalShape*) G__getstructoffset())->ShouldDLCache(*(TGLRnrCtx*) libp->para[0].ref));
22867    return(1 || funcname || hash || result7 || libp) ;
22868 }
22869 
22870 static int G__G__GL_168_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22871 {
22872       G__letint(result7, 104, (long) ((const TGLLogicalShape*) G__getstructoffset())->DLOffset((Short_t) G__int(libp->para[0])));
22873    return(1 || funcname || hash || result7 || libp) ;
22874 }
22875 
22876 static int G__G__GL_168_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22877 {
22878       ((TGLLogicalShape*) G__getstructoffset())->DLCacheClear();
22879       G__setnull(result7);
22880    return(1 || funcname || hash || result7 || libp) ;
22881 }
22882 
22883 static int G__G__GL_168_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22884 {
22885       ((TGLLogicalShape*) G__getstructoffset())->DLCacheDrop();
22886       G__setnull(result7);
22887    return(1 || funcname || hash || result7 || libp) ;
22888 }
22889 
22890 static int G__G__GL_168_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22891 {
22892       ((TGLLogicalShape*) G__getstructoffset())->DLCachePurge();
22893       G__setnull(result7);
22894    return(1 || funcname || hash || result7 || libp) ;
22895 }
22896 
22897 static int G__G__GL_168_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22898 {
22899       G__letint(result7, 105, (long) ((const TGLLogicalShape*) G__getstructoffset())->SupportedLODAxes());
22900    return(1 || funcname || hash || result7 || libp) ;
22901 }
22902 
22903 static int G__G__GL_168_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22904 {
22905       G__letint(result7, 115, (long) ((const TGLLogicalShape*) G__getstructoffset())->QuantizeShapeLOD((Short_t) G__int(libp->para[0]), (Short_t) G__int(libp->para[1])));
22906    return(1 || funcname || hash || result7 || libp) ;
22907 }
22908 
22909 static int G__G__GL_168_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22910 {
22911       ((const TGLLogicalShape*) G__getstructoffset())->Draw(*(TGLRnrCtx*) libp->para[0].ref);
22912       G__setnull(result7);
22913    return(1 || funcname || hash || result7 || libp) ;
22914 }
22915 
22916 static int G__G__GL_168_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22917 {
22918       ((const TGLLogicalShape*) G__getstructoffset())->DirectDraw(*(TGLRnrCtx*) libp->para[0].ref);
22919       G__setnull(result7);
22920    return(1 || funcname || hash || result7 || libp) ;
22921 }
22922 
22923 static int G__G__GL_168_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22924 {
22925    switch (libp->paran) {
22926    case 3:
22927       ((const TGLLogicalShape*) G__getstructoffset())->DrawHighlight(*(TGLRnrCtx*) libp->para[0].ref, (TGLPhysicalShape*) G__int(libp->para[1])
22928 , (Int_t) G__int(libp->para[2]));
22929       G__setnull(result7);
22930       break;
22931    case 2:
22932       ((const TGLLogicalShape*) G__getstructoffset())->DrawHighlight(*(TGLRnrCtx*) libp->para[0].ref, (TGLPhysicalShape*) G__int(libp->para[1]));
22933       G__setnull(result7);
22934       break;
22935    }
22936    return(1 || funcname || hash || result7 || libp) ;
22937 }
22938 
22939 static int G__G__GL_168_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22940 {
22941       G__letint(result7, 103, (long) ((const TGLLogicalShape*) G__getstructoffset())->IgnoreSizeForOfInterest());
22942    return(1 || funcname || hash || result7 || libp) ;
22943 }
22944 
22945 static int G__G__GL_168_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22946 {
22947       G__letint(result7, 103, (long) ((const TGLLogicalShape*) G__getstructoffset())->KeepDuringSmartRefresh());
22948    return(1 || funcname || hash || result7 || libp) ;
22949 }
22950 
22951 static int G__G__GL_168_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22952 {
22953       G__letint(result7, 103, (long) ((const TGLLogicalShape*) G__getstructoffset())->SupportsSecondarySelect());
22954    return(1 || funcname || hash || result7 || libp) ;
22955 }
22956 
22957 static int G__G__GL_168_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22958 {
22959       G__letint(result7, 103, (long) ((const TGLLogicalShape*) G__getstructoffset())->AlwaysSecondarySelect());
22960    return(1 || funcname || hash || result7 || libp) ;
22961 }
22962 
22963 static int G__G__GL_168_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22964 {
22965       ((TGLLogicalShape*) G__getstructoffset())->ProcessSelection(*(TGLRnrCtx*) libp->para[0].ref, *(TGLSelectRecord*) libp->para[1].ref);
22966       G__setnull(result7);
22967    return(1 || funcname || hash || result7 || libp) ;
22968 }
22969 
22970 static int G__G__GL_168_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22971 {
22972       ((const TGLLogicalShape*) G__getstructoffset())->InvokeContextMenu(*(TContextMenu*) libp->para[0].ref, (UInt_t) G__int(libp->para[1])
22973 , (UInt_t) G__int(libp->para[2]));
22974       G__setnull(result7);
22975    return(1 || funcname || hash || result7 || libp) ;
22976 }
22977 
22978 static int G__G__GL_168_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22979 {
22980       G__letint(result7, 85, (long) TGLLogicalShape::Class());
22981    return(1 || funcname || hash || result7 || libp) ;
22982 }
22983 
22984 static int G__G__GL_168_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22985 {
22986       G__letint(result7, 67, (long) TGLLogicalShape::Class_Name());
22987    return(1 || funcname || hash || result7 || libp) ;
22988 }
22989 
22990 static int G__G__GL_168_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22991 {
22992       G__letint(result7, 115, (long) TGLLogicalShape::Class_Version());
22993    return(1 || funcname || hash || result7 || libp) ;
22994 }
22995 
22996 static int G__G__GL_168_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22997 {
22998       TGLLogicalShape::Dictionary();
22999       G__setnull(result7);
23000    return(1 || funcname || hash || result7 || libp) ;
23001 }
23002 
23003 static int G__G__GL_168_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23004 {
23005       G__letint(result7, 85, (long) ((const TGLLogicalShape*) G__getstructoffset())->IsA());
23006    return(1 || funcname || hash || result7 || libp) ;
23007 }
23008 
23009 static int G__G__GL_168_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23010 {
23011       ((TGLLogicalShape*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
23012       G__setnull(result7);
23013    return(1 || funcname || hash || result7 || libp) ;
23014 }
23015 
23016 static int G__G__GL_168_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23017 {
23018       ((TGLLogicalShape*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
23019       G__setnull(result7);
23020    return(1 || funcname || hash || result7 || libp) ;
23021 }
23022 
23023 static int G__G__GL_168_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23024 {
23025       ((TGLLogicalShape*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23026       G__setnull(result7);
23027    return(1 || funcname || hash || result7 || libp) ;
23028 }
23029 
23030 static int G__G__GL_168_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23031 {
23032       G__letint(result7, 67, (long) TGLLogicalShape::DeclFileName());
23033    return(1 || funcname || hash || result7 || libp) ;
23034 }
23035 
23036 static int G__G__GL_168_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23037 {
23038       G__letint(result7, 105, (long) TGLLogicalShape::ImplFileLine());
23039    return(1 || funcname || hash || result7 || libp) ;
23040 }
23041 
23042 static int G__G__GL_168_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23043 {
23044       G__letint(result7, 67, (long) TGLLogicalShape::ImplFileName());
23045    return(1 || funcname || hash || result7 || libp) ;
23046 }
23047 
23048 static int G__G__GL_168_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23049 {
23050       G__letint(result7, 105, (long) TGLLogicalShape::DeclFileLine());
23051    return(1 || funcname || hash || result7 || libp) ;
23052 }
23053 
23054 // automatic destructor
23055 typedef TGLLogicalShape G__TTGLLogicalShape;
23056 static int G__G__GL_168_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23057 {
23058    char* gvp = (char*) G__getgvp();
23059    long soff = G__getstructoffset();
23060    int n = G__getaryconstruct();
23061    //
23062    //has_a_delete: 0
23063    //has_own_delete1arg: 0
23064    //has_own_delete2arg: 0
23065    //
23066    if (!soff) {
23067      return(1);
23068    }
23069    if (n) {
23070      if (gvp == (char*)G__PVOID) {
23071        delete[] (TGLLogicalShape*) soff;
23072      } else {
23073        G__setgvp((long) G__PVOID);
23074        for (int i = n - 1; i >= 0; --i) {
23075          ((TGLLogicalShape*) (soff+(sizeof(TGLLogicalShape)*i)))->~G__TTGLLogicalShape();
23076        }
23077        G__setgvp((long)gvp);
23078      }
23079    } else {
23080      if (gvp == (char*)G__PVOID) {
23081        delete (TGLLogicalShape*) soff;
23082      } else {
23083        G__setgvp((long) G__PVOID);
23084        ((TGLLogicalShape*) (soff))->~G__TTGLLogicalShape();
23085        G__setgvp((long)gvp);
23086      }
23087    }
23088    G__setnull(result7);
23089    return(1 || funcname || hash || result7 || libp) ;
23090 }
23091 
23092 
23093 /* TGLObject */
23094 static int G__G__GL_205_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23095 {
23096    switch (libp->paran) {
23097    case 2:
23098       G__letint(result7, 103, (long) ((TGLObject*) G__getstructoffset())->SetModel((TObject*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
23099       break;
23100    case 1:
23101       G__letint(result7, 103, (long) ((TGLObject*) G__getstructoffset())->SetModel((TObject*) G__int(libp->para[0])));
23102       break;
23103    }
23104    return(1 || funcname || hash || result7 || libp) ;
23105 }
23106 
23107 static int G__G__GL_205_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23108 {
23109       ((TGLObject*) G__getstructoffset())->SetBBox();
23110       G__setnull(result7);
23111    return(1 || funcname || hash || result7 || libp) ;
23112 }
23113 
23114 static int G__G__GL_205_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23115 {
23116       G__letint(result7, 85, (long) TGLObject::GetGLRenderer((TClass*) G__int(libp->para[0])));
23117    return(1 || funcname || hash || result7 || libp) ;
23118 }
23119 
23120 static int G__G__GL_205_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23121 {
23122       G__letint(result7, 85, (long) TGLObject::Class());
23123    return(1 || funcname || hash || result7 || libp) ;
23124 }
23125 
23126 static int G__G__GL_205_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23127 {
23128       G__letint(result7, 67, (long) TGLObject::Class_Name());
23129    return(1 || funcname || hash || result7 || libp) ;
23130 }
23131 
23132 static int G__G__GL_205_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23133 {
23134       G__letint(result7, 115, (long) TGLObject::Class_Version());
23135    return(1 || funcname || hash || result7 || libp) ;
23136 }
23137 
23138 static int G__G__GL_205_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23139 {
23140       TGLObject::Dictionary();
23141       G__setnull(result7);
23142    return(1 || funcname || hash || result7 || libp) ;
23143 }
23144 
23145 static int G__G__GL_205_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23146 {
23147       ((TGLObject*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23148       G__setnull(result7);
23149    return(1 || funcname || hash || result7 || libp) ;
23150 }
23151 
23152 static int G__G__GL_205_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23153 {
23154       G__letint(result7, 67, (long) TGLObject::DeclFileName());
23155    return(1 || funcname || hash || result7 || libp) ;
23156 }
23157 
23158 static int G__G__GL_205_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23159 {
23160       G__letint(result7, 105, (long) TGLObject::ImplFileLine());
23161    return(1 || funcname || hash || result7 || libp) ;
23162 }
23163 
23164 static int G__G__GL_205_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23165 {
23166       G__letint(result7, 67, (long) TGLObject::ImplFileName());
23167    return(1 || funcname || hash || result7 || libp) ;
23168 }
23169 
23170 static int G__G__GL_205_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23171 {
23172       G__letint(result7, 105, (long) TGLObject::DeclFileLine());
23173    return(1 || funcname || hash || result7 || libp) ;
23174 }
23175 
23176 // automatic destructor
23177 typedef TGLObject G__TTGLObject;
23178 static int G__G__GL_205_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23179 {
23180    char* gvp = (char*) G__getgvp();
23181    long soff = G__getstructoffset();
23182    int n = G__getaryconstruct();
23183    //
23184    //has_a_delete: 0
23185    //has_own_delete1arg: 0
23186    //has_own_delete2arg: 0
23187    //
23188    if (!soff) {
23189      return(1);
23190    }
23191    if (n) {
23192      if (gvp == (char*)G__PVOID) {
23193        delete[] (TGLObject*) soff;
23194      } else {
23195        G__setgvp((long) G__PVOID);
23196        for (int i = n - 1; i >= 0; --i) {
23197          ((TGLObject*) (soff+(sizeof(TGLObject)*i)))->~G__TTGLObject();
23198        }
23199        G__setgvp((long)gvp);
23200      }
23201    } else {
23202      if (gvp == (char*)G__PVOID) {
23203        delete (TGLObject*) soff;
23204      } else {
23205        G__setgvp((long) G__PVOID);
23206        ((TGLObject*) (soff))->~G__TTGLObject();
23207        G__setgvp((long)gvp);
23208      }
23209    }
23210    G__setnull(result7);
23211    return(1 || funcname || hash || result7 || libp) ;
23212 }
23213 
23214 
23215 /* TGLManip */
23216 static int G__G__GL_225_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23217 {
23218       G__letint(result7, 104, (long) ((const TGLManip*) G__getstructoffset())->GetSelectedWidget());
23219    return(1 || funcname || hash || result7 || libp) ;
23220 }
23221 
23222 static int G__G__GL_225_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23223 {
23224       ((TGLManip*) G__getstructoffset())->SetSelectedWidget((UInt_t) G__int(libp->para[0]));
23225       G__setnull(result7);
23226    return(1 || funcname || hash || result7 || libp) ;
23227 }
23228 
23229 static int G__G__GL_225_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23230 {
23231       G__letint(result7, 103, (long) ((const TGLManip*) G__getstructoffset())->GetActive());
23232    return(1 || funcname || hash || result7 || libp) ;
23233 }
23234 
23235 static int G__G__GL_225_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23236 {
23237       ((TGLManip*) G__getstructoffset())->SetActive((Bool_t) G__int(libp->para[0]));
23238       G__setnull(result7);
23239    return(1 || funcname || hash || result7 || libp) ;
23240 }
23241 
23242 static int G__G__GL_225_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23243 {
23244       ((TGLManip*) G__getstructoffset())->Attach((TGLPhysicalShape*) G__int(libp->para[0]));
23245       G__setnull(result7);
23246    return(1 || funcname || hash || result7 || libp) ;
23247 }
23248 
23249 static int G__G__GL_225_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23250 {
23251       G__letint(result7, 85, (long) ((const TGLManip*) G__getstructoffset())->GetAttached());
23252    return(1 || funcname || hash || result7 || libp) ;
23253 }
23254 
23255 static int G__G__GL_225_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23256 {
23257       ((const TGLManip*) G__getstructoffset())->Draw(*(TGLCamera*) libp->para[0].ref);
23258       G__setnull(result7);
23259    return(1 || funcname || hash || result7 || libp) ;
23260 }
23261 
23262 static int G__G__GL_225_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23263 {
23264       G__letint(result7, 103, (long) ((TGLManip*) G__getstructoffset())->HandleButton(*(Event_t*) libp->para[0].ref, *(TGLCamera*) libp->para[1].ref));
23265    return(1 || funcname || hash || result7 || libp) ;
23266 }
23267 
23268 static int G__G__GL_225_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23269 {
23270       G__letint(result7, 103, (long) ((TGLManip*) G__getstructoffset())->HandleMotion(*(Event_t*) libp->para[0].ref, *(TGLCamera*) libp->para[1].ref));
23271    return(1 || funcname || hash || result7 || libp) ;
23272 }
23273 
23274 static int G__G__GL_225_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23275 {
23276       G__letint(result7, 85, (long) TGLManip::Class());
23277    return(1 || funcname || hash || result7 || libp) ;
23278 }
23279 
23280 static int G__G__GL_225_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23281 {
23282       G__letint(result7, 67, (long) TGLManip::Class_Name());
23283    return(1 || funcname || hash || result7 || libp) ;
23284 }
23285 
23286 static int G__G__GL_225_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23287 {
23288       G__letint(result7, 115, (long) TGLManip::Class_Version());
23289    return(1 || funcname || hash || result7 || libp) ;
23290 }
23291 
23292 static int G__G__GL_225_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23293 {
23294       TGLManip::Dictionary();
23295       G__setnull(result7);
23296    return(1 || funcname || hash || result7 || libp) ;
23297 }
23298 
23299 static int G__G__GL_225_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23300 {
23301       ((TGLManip*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23302       G__setnull(result7);
23303    return(1 || funcname || hash || result7 || libp) ;
23304 }
23305 
23306 static int G__G__GL_225_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23307 {
23308       G__letint(result7, 67, (long) TGLManip::DeclFileName());
23309    return(1 || funcname || hash || result7 || libp) ;
23310 }
23311 
23312 static int G__G__GL_225_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23313 {
23314       G__letint(result7, 105, (long) TGLManip::ImplFileLine());
23315    return(1 || funcname || hash || result7 || libp) ;
23316 }
23317 
23318 static int G__G__GL_225_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23319 {
23320       G__letint(result7, 67, (long) TGLManip::ImplFileName());
23321    return(1 || funcname || hash || result7 || libp) ;
23322 }
23323 
23324 static int G__G__GL_225_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23325 {
23326       G__letint(result7, 105, (long) TGLManip::DeclFileLine());
23327    return(1 || funcname || hash || result7 || libp) ;
23328 }
23329 
23330 // automatic destructor
23331 typedef TGLManip G__TTGLManip;
23332 static int G__G__GL_225_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23333 {
23334    char* gvp = (char*) G__getgvp();
23335    long soff = G__getstructoffset();
23336    int n = G__getaryconstruct();
23337    //
23338    //has_a_delete: 0
23339    //has_own_delete1arg: 0
23340    //has_own_delete2arg: 0
23341    //
23342    if (!soff) {
23343      return(1);
23344    }
23345    if (n) {
23346      if (gvp == (char*)G__PVOID) {
23347        delete[] (TGLManip*) soff;
23348      } else {
23349        G__setgvp((long) G__PVOID);
23350        for (int i = n - 1; i >= 0; --i) {
23351          ((TGLManip*) (soff+(sizeof(TGLManip)*i)))->~G__TTGLManip();
23352        }
23353        G__setgvp((long)gvp);
23354      }
23355    } else {
23356      if (gvp == (char*)G__PVOID) {
23357        delete (TGLManip*) soff;
23358      } else {
23359        G__setgvp((long) G__PVOID);
23360        ((TGLManip*) (soff))->~G__TTGLManip();
23361        G__setgvp((long)gvp);
23362      }
23363    }
23364    G__setnull(result7);
23365    return(1 || funcname || hash || result7 || libp) ;
23366 }
23367 
23368 
23369 /* TGLContext */
23370 static int G__G__GL_229_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23371 {
23372    TGLContext* p = NULL;
23373    char* gvp = (char*) G__getgvp();
23374    switch (libp->paran) {
23375    case 3:
23376      //m: 3
23377      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23378        p = new TGLContext(
23379 (TGLWidget*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
23380 , (TGLContext*) G__int(libp->para[2]));
23381      } else {
23382        p = new((void*) gvp) TGLContext(
23383 (TGLWidget*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
23384 , (TGLContext*) G__int(libp->para[2]));
23385      }
23386      break;
23387    case 2:
23388      //m: 2
23389      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23390        p = new TGLContext((TGLWidget*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
23391      } else {
23392        p = new((void*) gvp) TGLContext((TGLWidget*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
23393      }
23394      break;
23395    case 1:
23396      //m: 1
23397      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23398        p = new TGLContext((TGLWidget*) G__int(libp->para[0]));
23399      } else {
23400        p = new((void*) gvp) TGLContext((TGLWidget*) G__int(libp->para[0]));
23401      }
23402      break;
23403    }
23404    result7->obj.i = (long) p;
23405    result7->ref = (long) p;
23406    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLContext));
23407    return(1 || funcname || hash || result7 || libp) ;
23408 }
23409 
23410 static int G__G__GL_229_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23411 {
23412       G__letint(result7, 85, (long) ((const TGLContext*) G__getstructoffset())->GetIdentity());
23413    return(1 || funcname || hash || result7 || libp) ;
23414 }
23415 
23416 static int G__G__GL_229_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23417 {
23418       G__letint(result7, 103, (long) ((TGLContext*) G__getstructoffset())->MakeCurrent());
23419    return(1 || funcname || hash || result7 || libp) ;
23420 }
23421 
23422 static int G__G__GL_229_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23423 {
23424       G__letint(result7, 103, (long) ((TGLContext*) G__getstructoffset())->ClearCurrent());
23425    return(1 || funcname || hash || result7 || libp) ;
23426 }
23427 
23428 static int G__G__GL_229_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23429 {
23430       ((TGLContext*) G__getstructoffset())->SwapBuffers();
23431       G__setnull(result7);
23432    return(1 || funcname || hash || result7 || libp) ;
23433 }
23434 
23435 static int G__G__GL_229_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23436 {
23437       ((TGLContext*) G__getstructoffset())->SetContext((TGLWidget*) G__int(libp->para[0]), (TGLContext*) G__int(libp->para[1]));
23438       G__setnull(result7);
23439    return(1 || funcname || hash || result7 || libp) ;
23440 }
23441 
23442 static int G__G__GL_229_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23443 {
23444       ((TGLContext*) G__getstructoffset())->Release();
23445       G__setnull(result7);
23446    return(1 || funcname || hash || result7 || libp) ;
23447 }
23448 
23449 static int G__G__GL_229_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23450 {
23451       G__letint(result7, 103, (long) ((const TGLContext*) G__getstructoffset())->IsValid());
23452    return(1 || funcname || hash || result7 || libp) ;
23453 }
23454 
23455 static int G__G__GL_229_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23456 {
23457       G__letint(result7, 85, (long) TGLContext::GetCurrent());
23458    return(1 || funcname || hash || result7 || libp) ;
23459 }
23460 
23461 static int G__G__GL_229_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23462 {
23463       TGLContext::GlewInit();
23464       G__setnull(result7);
23465    return(1 || funcname || hash || result7 || libp) ;
23466 }
23467 
23468 static int G__G__GL_229_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23469 {
23470       G__letint(result7, 85, (long) TGLContext::Class());
23471    return(1 || funcname || hash || result7 || libp) ;
23472 }
23473 
23474 static int G__G__GL_229_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23475 {
23476       G__letint(result7, 67, (long) TGLContext::Class_Name());
23477    return(1 || funcname || hash || result7 || libp) ;
23478 }
23479 
23480 static int G__G__GL_229_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23481 {
23482       G__letint(result7, 115, (long) TGLContext::Class_Version());
23483    return(1 || funcname || hash || result7 || libp) ;
23484 }
23485 
23486 static int G__G__GL_229_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23487 {
23488       TGLContext::Dictionary();
23489       G__setnull(result7);
23490    return(1 || funcname || hash || result7 || libp) ;
23491 }
23492 
23493 static int G__G__GL_229_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23494 {
23495       G__letint(result7, 85, (long) ((const TGLContext*) G__getstructoffset())->IsA());
23496    return(1 || funcname || hash || result7 || libp) ;
23497 }
23498 
23499 static int G__G__GL_229_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23500 {
23501       ((TGLContext*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
23502       G__setnull(result7);
23503    return(1 || funcname || hash || result7 || libp) ;
23504 }
23505 
23506 static int G__G__GL_229_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23507 {
23508       ((TGLContext*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
23509       G__setnull(result7);
23510    return(1 || funcname || hash || result7 || libp) ;
23511 }
23512 
23513 static int G__G__GL_229_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23514 {
23515       ((TGLContext*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23516       G__setnull(result7);
23517    return(1 || funcname || hash || result7 || libp) ;
23518 }
23519 
23520 static int G__G__GL_229_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23521 {
23522       G__letint(result7, 67, (long) TGLContext::DeclFileName());
23523    return(1 || funcname || hash || result7 || libp) ;
23524 }
23525 
23526 static int G__G__GL_229_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23527 {
23528       G__letint(result7, 105, (long) TGLContext::ImplFileLine());
23529    return(1 || funcname || hash || result7 || libp) ;
23530 }
23531 
23532 static int G__G__GL_229_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23533 {
23534       G__letint(result7, 67, (long) TGLContext::ImplFileName());
23535    return(1 || funcname || hash || result7 || libp) ;
23536 }
23537 
23538 static int G__G__GL_229_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23539 {
23540       G__letint(result7, 105, (long) TGLContext::DeclFileLine());
23541    return(1 || funcname || hash || result7 || libp) ;
23542 }
23543 
23544 // automatic destructor
23545 typedef TGLContext G__TTGLContext;
23546 static int G__G__GL_229_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23547 {
23548    char* gvp = (char*) G__getgvp();
23549    long soff = G__getstructoffset();
23550    int n = G__getaryconstruct();
23551    //
23552    //has_a_delete: 0
23553    //has_own_delete1arg: 0
23554    //has_own_delete2arg: 0
23555    //
23556    if (!soff) {
23557      return(1);
23558    }
23559    if (n) {
23560      if (gvp == (char*)G__PVOID) {
23561        delete[] (TGLContext*) soff;
23562      } else {
23563        G__setgvp((long) G__PVOID);
23564        for (int i = n - 1; i >= 0; --i) {
23565          ((TGLContext*) (soff+(sizeof(TGLContext)*i)))->~G__TTGLContext();
23566        }
23567        G__setgvp((long)gvp);
23568      }
23569    } else {
23570      if (gvp == (char*)G__PVOID) {
23571        delete (TGLContext*) soff;
23572      } else {
23573        G__setgvp((long) G__PVOID);
23574        ((TGLContext*) (soff))->~G__TTGLContext();
23575        G__setgvp((long)gvp);
23576      }
23577    }
23578    G__setnull(result7);
23579    return(1 || funcname || hash || result7 || libp) ;
23580 }
23581 
23582 
23583 /* TGLFormat */
23584 static int G__G__GL_230_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23585 {
23586    TGLFormat* p = NULL;
23587    char* gvp = (char*) G__getgvp();
23588    int n = G__getaryconstruct();
23589    if (n) {
23590      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23591        p = new TGLFormat[n];
23592      } else {
23593        p = new((void*) gvp) TGLFormat[n];
23594      }
23595    } else {
23596      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23597        p = new TGLFormat;
23598      } else {
23599        p = new((void*) gvp) TGLFormat;
23600      }
23601    }
23602    result7->obj.i = (long) p;
23603    result7->ref = (long) p;
23604    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFormat));
23605    return(1 || funcname || hash || result7 || libp) ;
23606 }
23607 
23608 static int G__G__GL_230_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23609 {
23610    TGLFormat* p = NULL;
23611    char* gvp = (char*) G__getgvp();
23612    //m: 1
23613    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23614      p = new TGLFormat((TGLFormat::EFormatOptions) G__int(libp->para[0]));
23615    } else {
23616      p = new((void*) gvp) TGLFormat((TGLFormat::EFormatOptions) G__int(libp->para[0]));
23617    }
23618    result7->obj.i = (long) p;
23619    result7->ref = (long) p;
23620    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFormat));
23621    return(1 || funcname || hash || result7 || libp) ;
23622 }
23623 
23624 static int G__G__GL_230_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23625 {
23626       G__letint(result7, 103, (long) ((const TGLFormat*) G__getstructoffset())->operator==(*(TGLFormat*) libp->para[0].ref));
23627    return(1 || funcname || hash || result7 || libp) ;
23628 }
23629 
23630 static int G__G__GL_230_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23631 {
23632       G__letint(result7, 103, (long) ((const TGLFormat*) G__getstructoffset())->operator!=(*(TGLFormat*) libp->para[0].ref));
23633    return(1 || funcname || hash || result7 || libp) ;
23634 }
23635 
23636 static int G__G__GL_230_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23637 {
23638       G__letint(result7, 105, (long) ((const TGLFormat*) G__getstructoffset())->GetDepthSize());
23639    return(1 || funcname || hash || result7 || libp) ;
23640 }
23641 
23642 static int G__G__GL_230_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23643 {
23644       ((TGLFormat*) G__getstructoffset())->SetDepthSize((Int_t) G__int(libp->para[0]));
23645       G__setnull(result7);
23646    return(1 || funcname || hash || result7 || libp) ;
23647 }
23648 
23649 static int G__G__GL_230_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23650 {
23651       G__letint(result7, 103, (long) ((const TGLFormat*) G__getstructoffset())->HasDepth());
23652    return(1 || funcname || hash || result7 || libp) ;
23653 }
23654 
23655 static int G__G__GL_230_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23656 {
23657       G__letint(result7, 105, (long) ((const TGLFormat*) G__getstructoffset())->GetStencilSize());
23658    return(1 || funcname || hash || result7 || libp) ;
23659 }
23660 
23661 static int G__G__GL_230_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23662 {
23663       ((TGLFormat*) G__getstructoffset())->SetStencilSize((Int_t) G__int(libp->para[0]));
23664       G__setnull(result7);
23665    return(1 || funcname || hash || result7 || libp) ;
23666 }
23667 
23668 static int G__G__GL_230_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23669 {
23670       G__letint(result7, 103, (long) ((const TGLFormat*) G__getstructoffset())->HasStencil());
23671    return(1 || funcname || hash || result7 || libp) ;
23672 }
23673 
23674 static int G__G__GL_230_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23675 {
23676       G__letint(result7, 105, (long) ((const TGLFormat*) G__getstructoffset())->GetAccumSize());
23677    return(1 || funcname || hash || result7 || libp) ;
23678 }
23679 
23680 static int G__G__GL_230_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23681 {
23682       ((TGLFormat*) G__getstructoffset())->SetAccumSize((Int_t) G__int(libp->para[0]));
23683       G__setnull(result7);
23684    return(1 || funcname || hash || result7 || libp) ;
23685 }
23686 
23687 static int G__G__GL_230_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23688 {
23689       G__letint(result7, 103, (long) ((const TGLFormat*) G__getstructoffset())->HasAccumBuffer());
23690    return(1 || funcname || hash || result7 || libp) ;
23691 }
23692 
23693 static int G__G__GL_230_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23694 {
23695       G__letint(result7, 103, (long) ((const TGLFormat*) G__getstructoffset())->IsDoubleBuffered());
23696    return(1 || funcname || hash || result7 || libp) ;
23697 }
23698 
23699 static int G__G__GL_230_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23700 {
23701       ((TGLFormat*) G__getstructoffset())->SetDoubleBuffered((Bool_t) G__int(libp->para[0]));
23702       G__setnull(result7);
23703    return(1 || funcname || hash || result7 || libp) ;
23704 }
23705 
23706 static int G__G__GL_230_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23707 {
23708       G__letint(result7, 103, (long) ((const TGLFormat*) G__getstructoffset())->IsStereo());
23709    return(1 || funcname || hash || result7 || libp) ;
23710 }
23711 
23712 static int G__G__GL_230_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23713 {
23714       ((TGLFormat*) G__getstructoffset())->SetStereo((Bool_t) G__int(libp->para[0]));
23715       G__setnull(result7);
23716    return(1 || funcname || hash || result7 || libp) ;
23717 }
23718 
23719 static int G__G__GL_230_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23720 {
23721       G__letint(result7, 105, (long) ((const TGLFormat*) G__getstructoffset())->GetSamples());
23722    return(1 || funcname || hash || result7 || libp) ;
23723 }
23724 
23725 static int G__G__GL_230_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23726 {
23727       ((TGLFormat*) G__getstructoffset())->SetSamples((Int_t) G__int(libp->para[0]));
23728       G__setnull(result7);
23729    return(1 || funcname || hash || result7 || libp) ;
23730 }
23731 
23732 static int G__G__GL_230_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23733 {
23734       G__letint(result7, 103, (long) ((const TGLFormat*) G__getstructoffset())->HasMultiSampling());
23735    return(1 || funcname || hash || result7 || libp) ;
23736 }
23737 
23738 static int G__G__GL_230_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23739 {
23740       G__letint(result7, 85, (long) TGLFormat::Class());
23741    return(1 || funcname || hash || result7 || libp) ;
23742 }
23743 
23744 static int G__G__GL_230_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23745 {
23746       G__letint(result7, 67, (long) TGLFormat::Class_Name());
23747    return(1 || funcname || hash || result7 || libp) ;
23748 }
23749 
23750 static int G__G__GL_230_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23751 {
23752       G__letint(result7, 115, (long) TGLFormat::Class_Version());
23753    return(1 || funcname || hash || result7 || libp) ;
23754 }
23755 
23756 static int G__G__GL_230_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23757 {
23758       TGLFormat::Dictionary();
23759       G__setnull(result7);
23760    return(1 || funcname || hash || result7 || libp) ;
23761 }
23762 
23763 static int G__G__GL_230_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23764 {
23765       G__letint(result7, 85, (long) ((const TGLFormat*) G__getstructoffset())->IsA());
23766    return(1 || funcname || hash || result7 || libp) ;
23767 }
23768 
23769 static int G__G__GL_230_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23770 {
23771       ((TGLFormat*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
23772       G__setnull(result7);
23773    return(1 || funcname || hash || result7 || libp) ;
23774 }
23775 
23776 static int G__G__GL_230_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23777 {
23778       ((TGLFormat*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
23779       G__setnull(result7);
23780    return(1 || funcname || hash || result7 || libp) ;
23781 }
23782 
23783 static int G__G__GL_230_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23784 {
23785       ((TGLFormat*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23786       G__setnull(result7);
23787    return(1 || funcname || hash || result7 || libp) ;
23788 }
23789 
23790 static int G__G__GL_230_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23791 {
23792       G__letint(result7, 67, (long) TGLFormat::DeclFileName());
23793    return(1 || funcname || hash || result7 || libp) ;
23794 }
23795 
23796 static int G__G__GL_230_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23797 {
23798       G__letint(result7, 105, (long) TGLFormat::ImplFileLine());
23799    return(1 || funcname || hash || result7 || libp) ;
23800 }
23801 
23802 static int G__G__GL_230_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23803 {
23804       G__letint(result7, 67, (long) TGLFormat::ImplFileName());
23805    return(1 || funcname || hash || result7 || libp) ;
23806 }
23807 
23808 static int G__G__GL_230_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23809 {
23810       G__letint(result7, 105, (long) TGLFormat::DeclFileLine());
23811    return(1 || funcname || hash || result7 || libp) ;
23812 }
23813 
23814 // automatic copy constructor
23815 static int G__G__GL_230_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23816 
23817 {
23818    TGLFormat* p;
23819    void* tmp = (void*) G__int(libp->para[0]);
23820    p = new TGLFormat(*(TGLFormat*) tmp);
23821    result7->obj.i = (long) p;
23822    result7->ref = (long) p;
23823    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFormat));
23824    return(1 || funcname || hash || result7 || libp) ;
23825 }
23826 
23827 // automatic destructor
23828 typedef TGLFormat G__TTGLFormat;
23829 static int G__G__GL_230_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23830 {
23831    char* gvp = (char*) G__getgvp();
23832    long soff = G__getstructoffset();
23833    int n = G__getaryconstruct();
23834    //
23835    //has_a_delete: 0
23836    //has_own_delete1arg: 0
23837    //has_own_delete2arg: 0
23838    //
23839    if (!soff) {
23840      return(1);
23841    }
23842    if (n) {
23843      if (gvp == (char*)G__PVOID) {
23844        delete[] (TGLFormat*) soff;
23845      } else {
23846        G__setgvp((long) G__PVOID);
23847        for (int i = n - 1; i >= 0; --i) {
23848          ((TGLFormat*) (soff+(sizeof(TGLFormat)*i)))->~G__TTGLFormat();
23849        }
23850        G__setgvp((long)gvp);
23851      }
23852    } else {
23853      if (gvp == (char*)G__PVOID) {
23854        delete (TGLFormat*) soff;
23855      } else {
23856        G__setgvp((long) G__PVOID);
23857        ((TGLFormat*) (soff))->~G__TTGLFormat();
23858        G__setgvp((long)gvp);
23859      }
23860    }
23861    G__setnull(result7);
23862    return(1 || funcname || hash || result7 || libp) ;
23863 }
23864 
23865 // automatic assignment operator
23866 static int G__G__GL_230_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23867 {
23868    TGLFormat* dest = (TGLFormat*) G__getstructoffset();
23869    *dest = *(TGLFormat*) libp->para[0].ref;
23870    const TGLFormat& obj = *dest;
23871    result7->ref = (long) (&obj);
23872    result7->obj.i = (long) (&obj);
23873    return(1 || funcname || hash || result7 || libp) ;
23874 }
23875 
23876 
23877 /* TGLPlotBox */
23878 static int G__G__GL_233_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23879 {
23880    TGLPlotBox* p = NULL;
23881    char* gvp = (char*) G__getgvp();
23882    //m: 3
23883    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
23884      p = new TGLPlotBox(
23885 (Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
23886 , (Bool_t) G__int(libp->para[2]));
23887    } else {
23888      p = new((void*) gvp) TGLPlotBox(
23889 (Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
23890 , (Bool_t) G__int(libp->para[2]));
23891    }
23892    result7->obj.i = (long) p;
23893    result7->ref = (long) p;
23894    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox));
23895    return(1 || funcname || hash || result7 || libp) ;
23896 }
23897 
23898 static int G__G__GL_233_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23899 {
23900       ((const TGLPlotBox*) G__getstructoffset())->DrawBox((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
23901 , *(vector<Double_t>*) libp->para[2].ref, (Bool_t) G__int(libp->para[3]));
23902       G__setnull(result7);
23903    return(1 || funcname || hash || result7 || libp) ;
23904 }
23905 
23906 static int G__G__GL_233_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23907 {
23908       ((TGLPlotBox*) G__getstructoffset())->SetPlotBox(*(Rgl::Range_t*) libp->para[0].ref, *(Rgl::Range_t*) libp->para[1].ref
23909 , *(Rgl::Range_t*) libp->para[2].ref);
23910       G__setnull(result7);
23911    return(1 || funcname || hash || result7 || libp) ;
23912 }
23913 
23914 static int G__G__GL_233_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23915 {
23916       ((TGLPlotBox*) G__getstructoffset())->SetPlotBox(*(Rgl::Range_t*) libp->para[0].ref, (Double_t) G__double(libp->para[1])
23917 , *(Rgl::Range_t*) libp->para[2].ref, (Double_t) G__double(libp->para[3])
23918 , *(Rgl::Range_t*) libp->para[4].ref, (Double_t) G__double(libp->para[5]));
23919       G__setnull(result7);
23920    return(1 || funcname || hash || result7 || libp) ;
23921 }
23922 
23923 static int G__G__GL_233_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23924 {
23925       ((TGLPlotBox*) G__getstructoffset())->SetFrameColor((TColor*) G__int(libp->para[0]));
23926       G__setnull(result7);
23927    return(1 || funcname || hash || result7 || libp) ;
23928 }
23929 
23930 static int G__G__GL_233_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23931 {
23932       G__letint(result7, 105, (long) ((const TGLPlotBox*) G__getstructoffset())->FindFrontPoint());
23933    return(1 || funcname || hash || result7 || libp) ;
23934 }
23935 
23936 static int G__G__GL_233_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23937 {
23938       G__letint(result7, 105, (long) ((const TGLPlotBox*) G__getstructoffset())->GetFrontPoint());
23939    return(1 || funcname || hash || result7 || libp) ;
23940 }
23941 
23942 static int G__G__GL_233_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23943 {
23944       G__letint(result7, 85, (long) ((const TGLPlotBox*) G__getstructoffset())->Get3DBox());
23945    return(1 || funcname || hash || result7 || libp) ;
23946 }
23947 
23948 static int G__G__GL_233_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23949 {
23950       G__letint(result7, 85, (long) ((const TGLPlotBox*) G__getstructoffset())->Get2DBox());
23951    return(1 || funcname || hash || result7 || libp) ;
23952 }
23953 
23954 static int G__G__GL_233_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23955 {
23956       G__letint(result7, 85, (long) TGLPlotBox::Class());
23957    return(1 || funcname || hash || result7 || libp) ;
23958 }
23959 
23960 static int G__G__GL_233_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23961 {
23962       G__letint(result7, 67, (long) TGLPlotBox::Class_Name());
23963    return(1 || funcname || hash || result7 || libp) ;
23964 }
23965 
23966 static int G__G__GL_233_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23967 {
23968       G__letint(result7, 115, (long) TGLPlotBox::Class_Version());
23969    return(1 || funcname || hash || result7 || libp) ;
23970 }
23971 
23972 static int G__G__GL_233_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23973 {
23974       TGLPlotBox::Dictionary();
23975       G__setnull(result7);
23976    return(1 || funcname || hash || result7 || libp) ;
23977 }
23978 
23979 static int G__G__GL_233_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23980 {
23981       G__letint(result7, 85, (long) ((const TGLPlotBox*) G__getstructoffset())->IsA());
23982    return(1 || funcname || hash || result7 || libp) ;
23983 }
23984 
23985 static int G__G__GL_233_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23986 {
23987       ((TGLPlotBox*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
23988       G__setnull(result7);
23989    return(1 || funcname || hash || result7 || libp) ;
23990 }
23991 
23992 static int G__G__GL_233_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23993 {
23994       ((TGLPlotBox*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
23995       G__setnull(result7);
23996    return(1 || funcname || hash || result7 || libp) ;
23997 }
23998 
23999 static int G__G__GL_233_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24000 {
24001       ((TGLPlotBox*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24002       G__setnull(result7);
24003    return(1 || funcname || hash || result7 || libp) ;
24004 }
24005 
24006 static int G__G__GL_233_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24007 {
24008       G__letint(result7, 67, (long) TGLPlotBox::DeclFileName());
24009    return(1 || funcname || hash || result7 || libp) ;
24010 }
24011 
24012 static int G__G__GL_233_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24013 {
24014       G__letint(result7, 105, (long) TGLPlotBox::ImplFileLine());
24015    return(1 || funcname || hash || result7 || libp) ;
24016 }
24017 
24018 static int G__G__GL_233_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24019 {
24020       G__letint(result7, 67, (long) TGLPlotBox::ImplFileName());
24021    return(1 || funcname || hash || result7 || libp) ;
24022 }
24023 
24024 static int G__G__GL_233_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24025 {
24026       G__letint(result7, 105, (long) TGLPlotBox::DeclFileLine());
24027    return(1 || funcname || hash || result7 || libp) ;
24028 }
24029 
24030 // automatic copy constructor
24031 static int G__G__GL_233_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24032 
24033 {
24034    TGLPlotBox* p;
24035    void* tmp = (void*) G__int(libp->para[0]);
24036    p = new TGLPlotBox(*(TGLPlotBox*) tmp);
24037    result7->obj.i = (long) p;
24038    result7->ref = (long) p;
24039    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox));
24040    return(1 || funcname || hash || result7 || libp) ;
24041 }
24042 
24043 // automatic destructor
24044 typedef TGLPlotBox G__TTGLPlotBox;
24045 static int G__G__GL_233_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24046 {
24047    char* gvp = (char*) G__getgvp();
24048    long soff = G__getstructoffset();
24049    int n = G__getaryconstruct();
24050    //
24051    //has_a_delete: 0
24052    //has_own_delete1arg: 0
24053    //has_own_delete2arg: 0
24054    //
24055    if (!soff) {
24056      return(1);
24057    }
24058    if (n) {
24059      if (gvp == (char*)G__PVOID) {
24060        delete[] (TGLPlotBox*) soff;
24061      } else {
24062        G__setgvp((long) G__PVOID);
24063        for (int i = n - 1; i >= 0; --i) {
24064          ((TGLPlotBox*) (soff+(sizeof(TGLPlotBox)*i)))->~G__TTGLPlotBox();
24065        }
24066        G__setgvp((long)gvp);
24067      }
24068    } else {
24069      if (gvp == (char*)G__PVOID) {
24070        delete (TGLPlotBox*) soff;
24071      } else {
24072        G__setgvp((long) G__PVOID);
24073        ((TGLPlotBox*) (soff))->~G__TTGLPlotBox();
24074        G__setgvp((long)gvp);
24075      }
24076    }
24077    G__setnull(result7);
24078    return(1 || funcname || hash || result7 || libp) ;
24079 }
24080 
24081 
24082 /* TGLPlotCamera */
24083 static int G__G__GL_234_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24084 {
24085    TGLPlotCamera* p = NULL;
24086    char* gvp = (char*) G__getgvp();
24087    int n = G__getaryconstruct();
24088    if (n) {
24089      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24090        p = new TGLPlotCamera[n];
24091      } else {
24092        p = new((void*) gvp) TGLPlotCamera[n];
24093      }
24094    } else {
24095      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24096        p = new TGLPlotCamera;
24097      } else {
24098        p = new((void*) gvp) TGLPlotCamera;
24099      }
24100    }
24101    result7->obj.i = (long) p;
24102    result7->ref = (long) p;
24103    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPlotCamera));
24104    return(1 || funcname || hash || result7 || libp) ;
24105 }
24106 
24107 static int G__G__GL_234_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24108 {
24109       ((TGLPlotCamera*) G__getstructoffset())->SetViewport(*(TGLRect*) libp->para[0].ref);
24110       G__setnull(result7);
24111    return(1 || funcname || hash || result7 || libp) ;
24112 }
24113 
24114 static int G__G__GL_234_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24115 {
24116       ((TGLPlotCamera*) G__getstructoffset())->SetViewVolume((TGLVertex3*) G__int(libp->para[0]));
24117       G__setnull(result7);
24118    return(1 || funcname || hash || result7 || libp) ;
24119 }
24120 
24121 static int G__G__GL_234_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24122 {
24123       ((TGLPlotCamera*) G__getstructoffset())->StartRotation((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
24124       G__setnull(result7);
24125    return(1 || funcname || hash || result7 || libp) ;
24126 }
24127 
24128 static int G__G__GL_234_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24129 {
24130       ((TGLPlotCamera*) G__getstructoffset())->RotateCamera((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
24131       G__setnull(result7);
24132    return(1 || funcname || hash || result7 || libp) ;
24133 }
24134 
24135 static int G__G__GL_234_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24136 {
24137       ((TGLPlotCamera*) G__getstructoffset())->StartPan((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
24138       G__setnull(result7);
24139    return(1 || funcname || hash || result7 || libp) ;
24140 }
24141 
24142 static int G__G__GL_234_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24143 {
24144       ((TGLPlotCamera*) G__getstructoffset())->Pan((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
24145       G__setnull(result7);
24146    return(1 || funcname || hash || result7 || libp) ;
24147 }
24148 
24149 static int G__G__GL_234_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24150 {
24151       ((TGLPlotCamera*) G__getstructoffset())->ZoomIn();
24152       G__setnull(result7);
24153    return(1 || funcname || hash || result7 || libp) ;
24154 }
24155 
24156 static int G__G__GL_234_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24157 {
24158       ((TGLPlotCamera*) G__getstructoffset())->ZoomOut();
24159       G__setnull(result7);
24160    return(1 || funcname || hash || result7 || libp) ;
24161 }
24162 
24163 static int G__G__GL_234_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24164 {
24165       ((const TGLPlotCamera*) G__getstructoffset())->SetCamera();
24166       G__setnull(result7);
24167    return(1 || funcname || hash || result7 || libp) ;
24168 }
24169 
24170 static int G__G__GL_234_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24171 {
24172       ((const TGLPlotCamera*) G__getstructoffset())->Apply((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
24173       G__setnull(result7);
24174    return(1 || funcname || hash || result7 || libp) ;
24175 }
24176 
24177 static int G__G__GL_234_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24178 {
24179       G__letint(result7, 103, (long) ((const TGLPlotCamera*) G__getstructoffset())->ViewportChanged());
24180    return(1 || funcname || hash || result7 || libp) ;
24181 }
24182 
24183 static int G__G__GL_234_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24184 {
24185       G__letint(result7, 105, (long) ((const TGLPlotCamera*) G__getstructoffset())->GetX());
24186    return(1 || funcname || hash || result7 || libp) ;
24187 }
24188 
24189 static int G__G__GL_234_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24190 {
24191       G__letint(result7, 105, (long) ((const TGLPlotCamera*) G__getstructoffset())->GetY());
24192    return(1 || funcname || hash || result7 || libp) ;
24193 }
24194 
24195 static int G__G__GL_234_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24196 {
24197       G__letint(result7, 105, (long) ((const TGLPlotCamera*) G__getstructoffset())->GetWidth());
24198    return(1 || funcname || hash || result7 || libp) ;
24199 }
24200 
24201 static int G__G__GL_234_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24202 {
24203       G__letint(result7, 105, (long) ((const TGLPlotCamera*) G__getstructoffset())->GetHeight());
24204    return(1 || funcname || hash || result7 || libp) ;
24205 }
24206 
24207 static int G__G__GL_234_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24208 {
24209       G__letint(result7, 85, (long) TGLPlotCamera::Class());
24210    return(1 || funcname || hash || result7 || libp) ;
24211 }
24212 
24213 static int G__G__GL_234_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24214 {
24215       G__letint(result7, 67, (long) TGLPlotCamera::Class_Name());
24216    return(1 || funcname || hash || result7 || libp) ;
24217 }
24218 
24219 static int G__G__GL_234_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24220 {
24221       G__letint(result7, 115, (long) TGLPlotCamera::Class_Version());
24222    return(1 || funcname || hash || result7 || libp) ;
24223 }
24224 
24225 static int G__G__GL_234_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24226 {
24227       TGLPlotCamera::Dictionary();
24228       G__setnull(result7);
24229    return(1 || funcname || hash || result7 || libp) ;
24230 }
24231 
24232 static int G__G__GL_234_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24233 {
24234       G__letint(result7, 85, (long) ((const TGLPlotCamera*) G__getstructoffset())->IsA());
24235    return(1 || funcname || hash || result7 || libp) ;
24236 }
24237 
24238 static int G__G__GL_234_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24239 {
24240       ((TGLPlotCamera*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
24241       G__setnull(result7);
24242    return(1 || funcname || hash || result7 || libp) ;
24243 }
24244 
24245 static int G__G__GL_234_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24246 {
24247       ((TGLPlotCamera*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
24248       G__setnull(result7);
24249    return(1 || funcname || hash || result7 || libp) ;
24250 }
24251 
24252 static int G__G__GL_234_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24253 {
24254       ((TGLPlotCamera*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24255       G__setnull(result7);
24256    return(1 || funcname || hash || result7 || libp) ;
24257 }
24258 
24259 static int G__G__GL_234_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24260 {
24261       G__letint(result7, 67, (long) TGLPlotCamera::DeclFileName());
24262    return(1 || funcname || hash || result7 || libp) ;
24263 }
24264 
24265 static int G__G__GL_234_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24266 {
24267       G__letint(result7, 105, (long) TGLPlotCamera::ImplFileLine());
24268    return(1 || funcname || hash || result7 || libp) ;
24269 }
24270 
24271 static int G__G__GL_234_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24272 {
24273       G__letint(result7, 67, (long) TGLPlotCamera::ImplFileName());
24274    return(1 || funcname || hash || result7 || libp) ;
24275 }
24276 
24277 static int G__G__GL_234_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24278 {
24279       G__letint(result7, 105, (long) TGLPlotCamera::DeclFileLine());
24280    return(1 || funcname || hash || result7 || libp) ;
24281 }
24282 
24283 // automatic destructor
24284 typedef TGLPlotCamera G__TTGLPlotCamera;
24285 static int G__G__GL_234_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24286 {
24287    char* gvp = (char*) G__getgvp();
24288    long soff = G__getstructoffset();
24289    int n = G__getaryconstruct();
24290    //
24291    //has_a_delete: 0
24292    //has_own_delete1arg: 0
24293    //has_own_delete2arg: 0
24294    //
24295    if (!soff) {
24296      return(1);
24297    }
24298    if (n) {
24299      if (gvp == (char*)G__PVOID) {
24300        delete[] (TGLPlotCamera*) soff;
24301      } else {
24302        G__setgvp((long) G__PVOID);
24303        for (int i = n - 1; i >= 0; --i) {
24304          ((TGLPlotCamera*) (soff+(sizeof(TGLPlotCamera)*i)))->~G__TTGLPlotCamera();
24305        }
24306        G__setgvp((long)gvp);
24307      }
24308    } else {
24309      if (gvp == (char*)G__PVOID) {
24310        delete (TGLPlotCamera*) soff;
24311      } else {
24312        G__setgvp((long) G__PVOID);
24313        ((TGLPlotCamera*) (soff))->~G__TTGLPlotCamera();
24314        G__setgvp((long)gvp);
24315      }
24316    }
24317    G__setnull(result7);
24318    return(1 || funcname || hash || result7 || libp) ;
24319 }
24320 
24321 
24322 /* TGL5DDataSet */
24323 static int G__G__GL_235_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24324 {
24325    TGL5DDataSet* p = NULL;
24326    char* gvp = (char*) G__getgvp();
24327    //m: 1
24328    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24329      p = new TGL5DDataSet((TTree*) G__int(libp->para[0]));
24330    } else {
24331      p = new((void*) gvp) TGL5DDataSet((TTree*) G__int(libp->para[0]));
24332    }
24333    result7->obj.i = (long) p;
24334    result7->ref = (long) p;
24335    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet));
24336    return(1 || funcname || hash || result7 || libp) ;
24337 }
24338 
24339 static int G__G__GL_235_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24340 {
24341       G__letint(result7, 85, (long) ((const TGL5DDataSet*) G__getstructoffset())->GetRealPainter());
24342    return(1 || funcname || hash || result7 || libp) ;
24343 }
24344 
24345 static int G__G__GL_235_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24346 {
24347       ((TGL5DDataSet*) G__getstructoffset())->SelectPoints((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
24348       G__setnull(result7);
24349    return(1 || funcname || hash || result7 || libp) ;
24350 }
24351 
24352 static int G__G__GL_235_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24353 {
24354       G__letint(result7, 104, (long) ((const TGL5DDataSet*) G__getstructoffset())->SelectedSize());
24355    return(1 || funcname || hash || result7 || libp) ;
24356 }
24357 
24358 static int G__G__GL_235_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24359 {
24360       G__letdouble(result7, 100, (double) ((const TGL5DDataSet*) G__getstructoffset())->V1((UInt_t) G__int(libp->para[0])));
24361    return(1 || funcname || hash || result7 || libp) ;
24362 }
24363 
24364 static int G__G__GL_235_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24365 {
24366       G__letdouble(result7, 100, (double) ((const TGL5DDataSet*) G__getstructoffset())->V2((UInt_t) G__int(libp->para[0])));
24367    return(1 || funcname || hash || result7 || libp) ;
24368 }
24369 
24370 static int G__G__GL_235_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24371 {
24372       G__letdouble(result7, 100, (double) ((const TGL5DDataSet*) G__getstructoffset())->V3((UInt_t) G__int(libp->para[0])));
24373    return(1 || funcname || hash || result7 || libp) ;
24374 }
24375 
24376 static int G__G__GL_235_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24377 {
24378       G__letint(result7, 85, (long) ((const TGL5DDataSet*) G__getstructoffset())->GetXAxis());
24379    return(1 || funcname || hash || result7 || libp) ;
24380 }
24381 
24382 static int G__G__GL_235_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24383 {
24384       G__letint(result7, 85, (long) ((const TGL5DDataSet*) G__getstructoffset())->GetYAxis());
24385    return(1 || funcname || hash || result7 || libp) ;
24386 }
24387 
24388 static int G__G__GL_235_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24389 {
24390       G__letint(result7, 85, (long) ((const TGL5DDataSet*) G__getstructoffset())->GetZAxis());
24391    return(1 || funcname || hash || result7 || libp) ;
24392 }
24393 
24394 static int G__G__GL_235_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24395 {
24396       {
24397          const Rgl::Range_t& obj = ((const TGL5DDataSet*) G__getstructoffset())->GetXRange();
24398          result7->ref = (long) (&obj);
24399          result7->obj.i = (long) (&obj);
24400       }
24401    return(1 || funcname || hash || result7 || libp) ;
24402 }
24403 
24404 static int G__G__GL_235_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24405 {
24406       {
24407          const Rgl::Range_t& obj = ((const TGL5DDataSet*) G__getstructoffset())->GetYRange();
24408          result7->ref = (long) (&obj);
24409          result7->obj.i = (long) (&obj);
24410       }
24411    return(1 || funcname || hash || result7 || libp) ;
24412 }
24413 
24414 static int G__G__GL_235_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24415 {
24416       {
24417          const Rgl::Range_t& obj = ((const TGL5DDataSet*) G__getstructoffset())->GetZRange();
24418          result7->ref = (long) (&obj);
24419          result7->obj.i = (long) (&obj);
24420       }
24421    return(1 || funcname || hash || result7 || libp) ;
24422 }
24423 
24424 static int G__G__GL_235_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24425 {
24426       {
24427          const Rgl::Range_t& obj = ((const TGL5DDataSet*) G__getstructoffset())->GetV4Range();
24428          result7->ref = (long) (&obj);
24429          result7->obj.i = (long) (&obj);
24430       }
24431    return(1 || funcname || hash || result7 || libp) ;
24432 }
24433 
24434 static int G__G__GL_235_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24435 {
24436       G__letint(result7, 85, (long) TGL5DDataSet::Class());
24437    return(1 || funcname || hash || result7 || libp) ;
24438 }
24439 
24440 static int G__G__GL_235_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24441 {
24442       G__letint(result7, 67, (long) TGL5DDataSet::Class_Name());
24443    return(1 || funcname || hash || result7 || libp) ;
24444 }
24445 
24446 static int G__G__GL_235_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24447 {
24448       G__letint(result7, 115, (long) TGL5DDataSet::Class_Version());
24449    return(1 || funcname || hash || result7 || libp) ;
24450 }
24451 
24452 static int G__G__GL_235_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24453 {
24454       TGL5DDataSet::Dictionary();
24455       G__setnull(result7);
24456    return(1 || funcname || hash || result7 || libp) ;
24457 }
24458 
24459 static int G__G__GL_235_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24460 {
24461       ((TGL5DDataSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24462       G__setnull(result7);
24463    return(1 || funcname || hash || result7 || libp) ;
24464 }
24465 
24466 static int G__G__GL_235_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24467 {
24468       G__letint(result7, 67, (long) TGL5DDataSet::DeclFileName());
24469    return(1 || funcname || hash || result7 || libp) ;
24470 }
24471 
24472 static int G__G__GL_235_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24473 {
24474       G__letint(result7, 105, (long) TGL5DDataSet::ImplFileLine());
24475    return(1 || funcname || hash || result7 || libp) ;
24476 }
24477 
24478 static int G__G__GL_235_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24479 {
24480       G__letint(result7, 67, (long) TGL5DDataSet::ImplFileName());
24481    return(1 || funcname || hash || result7 || libp) ;
24482 }
24483 
24484 static int G__G__GL_235_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24485 {
24486       G__letint(result7, 105, (long) TGL5DDataSet::DeclFileLine());
24487    return(1 || funcname || hash || result7 || libp) ;
24488 }
24489 
24490 // automatic destructor
24491 typedef TGL5DDataSet G__TTGL5DDataSet;
24492 static int G__G__GL_235_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24493 {
24494    char* gvp = (char*) G__getgvp();
24495    long soff = G__getstructoffset();
24496    int n = G__getaryconstruct();
24497    //
24498    //has_a_delete: 1
24499    //has_own_delete1arg: 0
24500    //has_own_delete2arg: 0
24501    //
24502    if (!soff) {
24503      return(1);
24504    }
24505    if (n) {
24506      if (gvp == (char*)G__PVOID) {
24507        delete[] (TGL5DDataSet*) soff;
24508      } else {
24509        G__setgvp((long) G__PVOID);
24510        for (int i = n - 1; i >= 0; --i) {
24511          ((TGL5DDataSet*) (soff+(sizeof(TGL5DDataSet)*i)))->~G__TTGL5DDataSet();
24512        }
24513        G__setgvp((long)gvp);
24514      }
24515    } else {
24516      if (gvp == (char*)G__PVOID) {
24517        delete (TGL5DDataSet*) soff;
24518      } else {
24519        G__setgvp((long) G__PVOID);
24520        ((TGL5DDataSet*) (soff))->~G__TTGL5DDataSet();
24521        G__setgvp((long)gvp);
24522      }
24523    }
24524    G__setnull(result7);
24525    return(1 || funcname || hash || result7 || libp) ;
24526 }
24527 
24528 
24529 /* TGLBoxCut */
24530 static int G__G__GL_239_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24531 {
24532    TGLBoxCut* p = NULL;
24533    char* gvp = (char*) G__getgvp();
24534    //m: 1
24535    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24536      p = new TGLBoxCut((TGLPlotBox*) G__int(libp->para[0]));
24537    } else {
24538      p = new((void*) gvp) TGLBoxCut((TGLPlotBox*) G__int(libp->para[0]));
24539    }
24540    result7->obj.i = (long) p;
24541    result7->ref = (long) p;
24542    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLBoxCut));
24543    return(1 || funcname || hash || result7 || libp) ;
24544 }
24545 
24546 static int G__G__GL_239_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24547 {
24548       ((TGLBoxCut*) G__getstructoffset())->TurnOnOff();
24549       G__setnull(result7);
24550    return(1 || funcname || hash || result7 || libp) ;
24551 }
24552 
24553 static int G__G__GL_239_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24554 {
24555       G__letint(result7, 103, (long) ((const TGLBoxCut*) G__getstructoffset())->IsActive());
24556    return(1 || funcname || hash || result7 || libp) ;
24557 }
24558 
24559 static int G__G__GL_239_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24560 {
24561       ((TGLBoxCut*) G__getstructoffset())->SetActive((Bool_t) G__int(libp->para[0]));
24562       G__setnull(result7);
24563    return(1 || funcname || hash || result7 || libp) ;
24564 }
24565 
24566 static int G__G__GL_239_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24567 {
24568       ((TGLBoxCut*) G__getstructoffset())->ResetBoxGeometry();
24569       G__setnull(result7);
24570    return(1 || funcname || hash || result7 || libp) ;
24571 }
24572 
24573 static int G__G__GL_239_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24574 {
24575       ((TGLBoxCut*) G__getstructoffset())->SetFactor((Double_t) G__double(libp->para[0]));
24576       G__setnull(result7);
24577    return(1 || funcname || hash || result7 || libp) ;
24578 }
24579 
24580 static int G__G__GL_239_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24581 {
24582       ((const TGLBoxCut*) G__getstructoffset())->DrawBox((Bool_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
24583       G__setnull(result7);
24584    return(1 || funcname || hash || result7 || libp) ;
24585 }
24586 
24587 static int G__G__GL_239_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24588 {
24589       ((TGLBoxCut*) G__getstructoffset())->StartMovement((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
24590       G__setnull(result7);
24591    return(1 || funcname || hash || result7 || libp) ;
24592 }
24593 
24594 static int G__G__GL_239_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24595 {
24596       ((TGLBoxCut*) G__getstructoffset())->MoveBox((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
24597 , (Int_t) G__int(libp->para[2]));
24598       G__setnull(result7);
24599    return(1 || funcname || hash || result7 || libp) ;
24600 }
24601 
24602 static int G__G__GL_239_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24603 {
24604       G__letint(result7, 103, (long) ((const TGLBoxCut*) G__getstructoffset())->IsInCut((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
24605 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
24606 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
24607    return(1 || funcname || hash || result7 || libp) ;
24608 }
24609 
24610 static int G__G__GL_239_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24611 {
24612       {
24613          const Rgl::Range_t* pobj;
24614          const Rgl::Range_t xobj = ((const TGLBoxCut*) G__getstructoffset())->GetXRange();
24615          pobj = new Rgl::Range_t(xobj);
24616          result7->obj.i = (long) ((void*) pobj);
24617          result7->ref = result7->obj.i;
24618          G__store_tempobject(*result7);
24619       }
24620    return(1 || funcname || hash || result7 || libp) ;
24621 }
24622 
24623 static int G__G__GL_239_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24624 {
24625       {
24626          const Rgl::Range_t* pobj;
24627          const Rgl::Range_t xobj = ((const TGLBoxCut*) G__getstructoffset())->GetYRange();
24628          pobj = new Rgl::Range_t(xobj);
24629          result7->obj.i = (long) ((void*) pobj);
24630          result7->ref = result7->obj.i;
24631          G__store_tempobject(*result7);
24632       }
24633    return(1 || funcname || hash || result7 || libp) ;
24634 }
24635 
24636 static int G__G__GL_239_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24637 {
24638       {
24639          const Rgl::Range_t* pobj;
24640          const Rgl::Range_t xobj = ((const TGLBoxCut*) G__getstructoffset())->GetZRange();
24641          pobj = new Rgl::Range_t(xobj);
24642          result7->obj.i = (long) ((void*) pobj);
24643          result7->ref = result7->obj.i;
24644          G__store_tempobject(*result7);
24645       }
24646    return(1 || funcname || hash || result7 || libp) ;
24647 }
24648 
24649 static int G__G__GL_239_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24650 {
24651       G__letint(result7, 85, (long) TGLBoxCut::Class());
24652    return(1 || funcname || hash || result7 || libp) ;
24653 }
24654 
24655 static int G__G__GL_239_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24656 {
24657       G__letint(result7, 67, (long) TGLBoxCut::Class_Name());
24658    return(1 || funcname || hash || result7 || libp) ;
24659 }
24660 
24661 static int G__G__GL_239_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24662 {
24663       G__letint(result7, 115, (long) TGLBoxCut::Class_Version());
24664    return(1 || funcname || hash || result7 || libp) ;
24665 }
24666 
24667 static int G__G__GL_239_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24668 {
24669       TGLBoxCut::Dictionary();
24670       G__setnull(result7);
24671    return(1 || funcname || hash || result7 || libp) ;
24672 }
24673 
24674 static int G__G__GL_239_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24675 {
24676       G__letint(result7, 85, (long) ((const TGLBoxCut*) G__getstructoffset())->IsA());
24677    return(1 || funcname || hash || result7 || libp) ;
24678 }
24679 
24680 static int G__G__GL_239_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24681 {
24682       ((TGLBoxCut*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
24683       G__setnull(result7);
24684    return(1 || funcname || hash || result7 || libp) ;
24685 }
24686 
24687 static int G__G__GL_239_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24688 {
24689       ((TGLBoxCut*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
24690       G__setnull(result7);
24691    return(1 || funcname || hash || result7 || libp) ;
24692 }
24693 
24694 static int G__G__GL_239_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24695 {
24696       ((TGLBoxCut*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24697       G__setnull(result7);
24698    return(1 || funcname || hash || result7 || libp) ;
24699 }
24700 
24701 static int G__G__GL_239_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24702 {
24703       G__letint(result7, 67, (long) TGLBoxCut::DeclFileName());
24704    return(1 || funcname || hash || result7 || libp) ;
24705 }
24706 
24707 static int G__G__GL_239_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24708 {
24709       G__letint(result7, 105, (long) TGLBoxCut::ImplFileLine());
24710    return(1 || funcname || hash || result7 || libp) ;
24711 }
24712 
24713 static int G__G__GL_239_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24714 {
24715       G__letint(result7, 67, (long) TGLBoxCut::ImplFileName());
24716    return(1 || funcname || hash || result7 || libp) ;
24717 }
24718 
24719 static int G__G__GL_239_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24720 {
24721       G__letint(result7, 105, (long) TGLBoxCut::DeclFileLine());
24722    return(1 || funcname || hash || result7 || libp) ;
24723 }
24724 
24725 // automatic copy constructor
24726 static int G__G__GL_239_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24727 
24728 {
24729    TGLBoxCut* p;
24730    void* tmp = (void*) G__int(libp->para[0]);
24731    p = new TGLBoxCut(*(TGLBoxCut*) tmp);
24732    result7->obj.i = (long) p;
24733    result7->ref = (long) p;
24734    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLBoxCut));
24735    return(1 || funcname || hash || result7 || libp) ;
24736 }
24737 
24738 // automatic destructor
24739 typedef TGLBoxCut G__TTGLBoxCut;
24740 static int G__G__GL_239_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24741 {
24742    char* gvp = (char*) G__getgvp();
24743    long soff = G__getstructoffset();
24744    int n = G__getaryconstruct();
24745    //
24746    //has_a_delete: 0
24747    //has_own_delete1arg: 0
24748    //has_own_delete2arg: 0
24749    //
24750    if (!soff) {
24751      return(1);
24752    }
24753    if (n) {
24754      if (gvp == (char*)G__PVOID) {
24755        delete[] (TGLBoxCut*) soff;
24756      } else {
24757        G__setgvp((long) G__PVOID);
24758        for (int i = n - 1; i >= 0; --i) {
24759          ((TGLBoxCut*) (soff+(sizeof(TGLBoxCut)*i)))->~G__TTGLBoxCut();
24760        }
24761        G__setgvp((long)gvp);
24762      }
24763    } else {
24764      if (gvp == (char*)G__PVOID) {
24765        delete (TGLBoxCut*) soff;
24766      } else {
24767        G__setgvp((long) G__PVOID);
24768        ((TGLBoxCut*) (soff))->~G__TTGLBoxCut();
24769        G__setgvp((long)gvp);
24770      }
24771    }
24772    G__setnull(result7);
24773    return(1 || funcname || hash || result7 || libp) ;
24774 }
24775 
24776 
24777 /* TGLTH3Slice */
24778 static int G__G__GL_240_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24779 {
24780    TGLTH3Slice* p = NULL;
24781    char* gvp = (char*) G__getgvp();
24782    //m: 5
24783    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24784      p = new TGLTH3Slice(
24785 *(TString*) libp->para[0].ref, (TH3*) G__int(libp->para[1])
24786 , (TGLPlotCoordinates*) G__int(libp->para[2]), (TGLPlotBox*) G__int(libp->para[3])
24787 , (TGLTH3Slice::ESliceAxis) G__int(libp->para[4]));
24788    } else {
24789      p = new((void*) gvp) TGLTH3Slice(
24790 *(TString*) libp->para[0].ref, (TH3*) G__int(libp->para[1])
24791 , (TGLPlotCoordinates*) G__int(libp->para[2]), (TGLPlotBox*) G__int(libp->para[3])
24792 , (TGLTH3Slice::ESliceAxis) G__int(libp->para[4]));
24793    }
24794    result7->obj.i = (long) p;
24795    result7->ref = (long) p;
24796    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice));
24797    return(1 || funcname || hash || result7 || libp) ;
24798 }
24799 
24800 static int G__G__GL_240_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24801 {
24802    TGLTH3Slice* p = NULL;
24803    char* gvp = (char*) G__getgvp();
24804    //m: 6
24805    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
24806      p = new TGLTH3Slice(
24807 *(TString*) libp->para[0].ref, (TH3*) G__int(libp->para[1])
24808 , (TF3*) G__int(libp->para[2]), (TGLPlotCoordinates*) G__int(libp->para[3])
24809 , (TGLPlotBox*) G__int(libp->para[4]), (TGLTH3Slice::ESliceAxis) G__int(libp->para[5]));
24810    } else {
24811      p = new((void*) gvp) TGLTH3Slice(
24812 *(TString*) libp->para[0].ref, (TH3*) G__int(libp->para[1])
24813 , (TF3*) G__int(libp->para[2]), (TGLPlotCoordinates*) G__int(libp->para[3])
24814 , (TGLPlotBox*) G__int(libp->para[4]), (TGLTH3Slice::ESliceAxis) G__int(libp->para[5]));
24815    }
24816    result7->obj.i = (long) p;
24817    result7->ref = (long) p;
24818    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice));
24819    return(1 || funcname || hash || result7 || libp) ;
24820 }
24821 
24822 static int G__G__GL_240_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24823 {
24824       ((const TGLTH3Slice*) G__getstructoffset())->DrawSlice((Double_t) G__double(libp->para[0]));
24825       G__setnull(result7);
24826    return(1 || funcname || hash || result7 || libp) ;
24827 }
24828 
24829 static int G__G__GL_240_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24830 {
24831    switch (libp->paran) {
24832    case 1:
24833       ((TGLTH3Slice*) G__getstructoffset())->SetSliceWidth((Int_t) G__int(libp->para[0]));
24834       G__setnull(result7);
24835       break;
24836    case 0:
24837       ((TGLTH3Slice*) G__getstructoffset())->SetSliceWidth();
24838       G__setnull(result7);
24839       break;
24840    }
24841    return(1 || funcname || hash || result7 || libp) ;
24842 }
24843 
24844 static int G__G__GL_240_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24845 {
24846       ((TGLTH3Slice*) G__getstructoffset())->SetMinMax(*(Rgl::Range_t*) libp->para[0].ref);
24847       G__setnull(result7);
24848    return(1 || funcname || hash || result7 || libp) ;
24849 }
24850 
24851 static int G__G__GL_240_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24852 {
24853       {
24854          const TGLLevelPalette& obj = ((const TGLTH3Slice*) G__getstructoffset())->GetPalette();
24855          result7->ref = (long) (&obj);
24856          result7->obj.i = (long) (&obj);
24857       }
24858    return(1 || funcname || hash || result7 || libp) ;
24859 }
24860 
24861 static int G__G__GL_240_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24862 {
24863       G__letint(result7, 85, (long) TGLTH3Slice::Class());
24864    return(1 || funcname || hash || result7 || libp) ;
24865 }
24866 
24867 static int G__G__GL_240_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24868 {
24869       G__letint(result7, 67, (long) TGLTH3Slice::Class_Name());
24870    return(1 || funcname || hash || result7 || libp) ;
24871 }
24872 
24873 static int G__G__GL_240_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24874 {
24875       G__letint(result7, 115, (long) TGLTH3Slice::Class_Version());
24876    return(1 || funcname || hash || result7 || libp) ;
24877 }
24878 
24879 static int G__G__GL_240_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24880 {
24881       TGLTH3Slice::Dictionary();
24882       G__setnull(result7);
24883    return(1 || funcname || hash || result7 || libp) ;
24884 }
24885 
24886 static int G__G__GL_240_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24887 {
24888       ((TGLTH3Slice*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
24889       G__setnull(result7);
24890    return(1 || funcname || hash || result7 || libp) ;
24891 }
24892 
24893 static int G__G__GL_240_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24894 {
24895       G__letint(result7, 67, (long) TGLTH3Slice::DeclFileName());
24896    return(1 || funcname || hash || result7 || libp) ;
24897 }
24898 
24899 static int G__G__GL_240_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24900 {
24901       G__letint(result7, 105, (long) TGLTH3Slice::ImplFileLine());
24902    return(1 || funcname || hash || result7 || libp) ;
24903 }
24904 
24905 static int G__G__GL_240_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24906 {
24907       G__letint(result7, 67, (long) TGLTH3Slice::ImplFileName());
24908    return(1 || funcname || hash || result7 || libp) ;
24909 }
24910 
24911 static int G__G__GL_240_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24912 {
24913       G__letint(result7, 105, (long) TGLTH3Slice::DeclFileLine());
24914    return(1 || funcname || hash || result7 || libp) ;
24915 }
24916 
24917 // automatic destructor
24918 typedef TGLTH3Slice G__TTGLTH3Slice;
24919 static int G__G__GL_240_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24920 {
24921    char* gvp = (char*) G__getgvp();
24922    long soff = G__getstructoffset();
24923    int n = G__getaryconstruct();
24924    //
24925    //has_a_delete: 1
24926    //has_own_delete1arg: 0
24927    //has_own_delete2arg: 0
24928    //
24929    if (!soff) {
24930      return(1);
24931    }
24932    if (n) {
24933      if (gvp == (char*)G__PVOID) {
24934        delete[] (TGLTH3Slice*) soff;
24935      } else {
24936        G__setgvp((long) G__PVOID);
24937        for (int i = n - 1; i >= 0; --i) {
24938          ((TGLTH3Slice*) (soff+(sizeof(TGLTH3Slice)*i)))->~G__TTGLTH3Slice();
24939        }
24940        G__setgvp((long)gvp);
24941      }
24942    } else {
24943      if (gvp == (char*)G__PVOID) {
24944        delete (TGLTH3Slice*) soff;
24945      } else {
24946        G__setgvp((long) G__PVOID);
24947        ((TGLTH3Slice*) (soff))->~G__TTGLTH3Slice();
24948        G__setgvp((long)gvp);
24949      }
24950    }
24951    G__setnull(result7);
24952    return(1 || funcname || hash || result7 || libp) ;
24953 }
24954 
24955 
24956 /* TGLPlotPainter */
24957 static int G__G__GL_243_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24958 {
24959       {
24960          const TGLPlotBox& obj = ((const TGLPlotPainter*) G__getstructoffset())->RefBackBox();
24961          result7->ref = (long) (&obj);
24962          result7->obj.i = (long) (&obj);
24963       }
24964    return(1 || funcname || hash || result7 || libp) ;
24965 }
24966 
24967 static int G__G__GL_243_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24968 {
24969       ((const TGLPlotPainter*) G__getstructoffset())->InitGL();
24970       G__setnull(result7);
24971    return(1 || funcname || hash || result7 || libp) ;
24972 }
24973 
24974 static int G__G__GL_243_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24975 {
24976       ((const TGLPlotPainter*) G__getstructoffset())->DeInitGL();
24977       G__setnull(result7);
24978    return(1 || funcname || hash || result7 || libp) ;
24979 }
24980 
24981 static int G__G__GL_243_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24982 {
24983       ((const TGLPlotPainter*) G__getstructoffset())->DrawPlot();
24984       G__setnull(result7);
24985    return(1 || funcname || hash || result7 || libp) ;
24986 }
24987 
24988 static int G__G__GL_243_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24989 {
24990       G__letint(result7, 103, (long) ((TGLPlotPainter*) G__getstructoffset())->InitGeometry());
24991    return(1 || funcname || hash || result7 || libp) ;
24992 }
24993 
24994 static int G__G__GL_243_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24995 {
24996       ((TGLPlotPainter*) G__getstructoffset())->StartPan((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
24997       G__setnull(result7);
24998    return(1 || funcname || hash || result7 || libp) ;
24999 }
25000 
25001 static int G__G__GL_243_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25002 {
25003       ((TGLPlotPainter*) G__getstructoffset())->AddOption(*(TString*) libp->para[0].ref);
25004       G__setnull(result7);
25005    return(1 || funcname || hash || result7 || libp) ;
25006 }
25007 
25008 static int G__G__GL_243_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25009 {
25010       ((TGLPlotPainter*) G__getstructoffset())->ProcessEvent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25011 , (Int_t) G__int(libp->para[2]));
25012       G__setnull(result7);
25013    return(1 || funcname || hash || result7 || libp) ;
25014 }
25015 
25016 static int G__G__GL_243_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25017 {
25018       ((TGLPlotPainter*) G__getstructoffset())->SetPadColor((TColor*) G__int(libp->para[0]));
25019       G__setnull(result7);
25020    return(1 || funcname || hash || result7 || libp) ;
25021 }
25022 
25023 static int G__G__GL_243_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25024 {
25025       ((TGLPlotPainter*) G__getstructoffset())->SetFrameColor((TColor*) G__int(libp->para[0]));
25026       G__setnull(result7);
25027    return(1 || funcname || hash || result7 || libp) ;
25028 }
25029 
25030 static int G__G__GL_243_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25031 {
25032       ((TGLPlotPainter*) G__getstructoffset())->InvalidateSelection();
25033       G__setnull(result7);
25034    return(1 || funcname || hash || result7 || libp) ;
25035 }
25036 
25037 static int G__G__GL_243_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25038 {
25039       G__letint(result7, 103, (long) ((const TGLPlotPainter*) G__getstructoffset())->CutAxisSelected());
25040    return(1 || funcname || hash || result7 || libp) ;
25041 }
25042 
25043 static int G__G__GL_243_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25044 {
25045       G__letint(result7, 85, (long) TGLPlotPainter::Class());
25046    return(1 || funcname || hash || result7 || libp) ;
25047 }
25048 
25049 static int G__G__GL_243_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25050 {
25051       G__letint(result7, 67, (long) TGLPlotPainter::Class_Name());
25052    return(1 || funcname || hash || result7 || libp) ;
25053 }
25054 
25055 static int G__G__GL_243_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25056 {
25057       G__letint(result7, 115, (long) TGLPlotPainter::Class_Version());
25058    return(1 || funcname || hash || result7 || libp) ;
25059 }
25060 
25061 static int G__G__GL_243_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25062 {
25063       TGLPlotPainter::Dictionary();
25064       G__setnull(result7);
25065    return(1 || funcname || hash || result7 || libp) ;
25066 }
25067 
25068 static int G__G__GL_243_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25069 {
25070       ((TGLPlotPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25071       G__setnull(result7);
25072    return(1 || funcname || hash || result7 || libp) ;
25073 }
25074 
25075 static int G__G__GL_243_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25076 {
25077       G__letint(result7, 67, (long) TGLPlotPainter::DeclFileName());
25078    return(1 || funcname || hash || result7 || libp) ;
25079 }
25080 
25081 static int G__G__GL_243_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25082 {
25083       G__letint(result7, 105, (long) TGLPlotPainter::ImplFileLine());
25084    return(1 || funcname || hash || result7 || libp) ;
25085 }
25086 
25087 static int G__G__GL_243_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25088 {
25089       G__letint(result7, 67, (long) TGLPlotPainter::ImplFileName());
25090    return(1 || funcname || hash || result7 || libp) ;
25091 }
25092 
25093 static int G__G__GL_243_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25094 {
25095       G__letint(result7, 105, (long) TGLPlotPainter::DeclFileLine());
25096    return(1 || funcname || hash || result7 || libp) ;
25097 }
25098 
25099 // automatic destructor
25100 typedef TGLPlotPainter G__TTGLPlotPainter;
25101 static int G__G__GL_243_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25102 {
25103    char* gvp = (char*) G__getgvp();
25104    long soff = G__getstructoffset();
25105    int n = G__getaryconstruct();
25106    //
25107    //has_a_delete: 0
25108    //has_own_delete1arg: 0
25109    //has_own_delete2arg: 0
25110    //
25111    if (!soff) {
25112      return(1);
25113    }
25114    if (n) {
25115      if (gvp == (char*)G__PVOID) {
25116        delete[] (TGLPlotPainter*) soff;
25117      } else {
25118        G__setgvp((long) G__PVOID);
25119        for (int i = n - 1; i >= 0; --i) {
25120          ((TGLPlotPainter*) (soff+(sizeof(TGLPlotPainter)*i)))->~G__TTGLPlotPainter();
25121        }
25122        G__setgvp((long)gvp);
25123      }
25124    } else {
25125      if (gvp == (char*)G__PVOID) {
25126        delete (TGLPlotPainter*) soff;
25127      } else {
25128        G__setgvp((long) G__PVOID);
25129        ((TGLPlotPainter*) (soff))->~G__TTGLPlotPainter();
25130        G__setgvp((long)gvp);
25131      }
25132    }
25133    G__setnull(result7);
25134    return(1 || funcname || hash || result7 || libp) ;
25135 }
25136 
25137 
25138 /* TGLPlot3D */
25139 static int G__G__GL_249_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25140 {
25141       G__letint(result7, 85, (long) TGLPlot3D::CreatePlot((TObject*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25142 , (TVirtualPad*) G__int(libp->para[2])));
25143    return(1 || funcname || hash || result7 || libp) ;
25144 }
25145 
25146 static int G__G__GL_249_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25147 {
25148       G__letint(result7, 85, (long) TGLPlot3D::CreatePlot((TObject*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
25149 , (Bool_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
25150 , (Bool_t) G__int(libp->para[4])));
25151    return(1 || funcname || hash || result7 || libp) ;
25152 }
25153 
25154 static int G__G__GL_249_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25155 {
25156       G__letint(result7, 85, (long) TGLPlot3D::Class());
25157    return(1 || funcname || hash || result7 || libp) ;
25158 }
25159 
25160 static int G__G__GL_249_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25161 {
25162       G__letint(result7, 67, (long) TGLPlot3D::Class_Name());
25163    return(1 || funcname || hash || result7 || libp) ;
25164 }
25165 
25166 static int G__G__GL_249_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25167 {
25168       G__letint(result7, 115, (long) TGLPlot3D::Class_Version());
25169    return(1 || funcname || hash || result7 || libp) ;
25170 }
25171 
25172 static int G__G__GL_249_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25173 {
25174       TGLPlot3D::Dictionary();
25175       G__setnull(result7);
25176    return(1 || funcname || hash || result7 || libp) ;
25177 }
25178 
25179 static int G__G__GL_249_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25180 {
25181       ((TGLPlot3D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25182       G__setnull(result7);
25183    return(1 || funcname || hash || result7 || libp) ;
25184 }
25185 
25186 static int G__G__GL_249_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25187 {
25188       G__letint(result7, 67, (long) TGLPlot3D::DeclFileName());
25189    return(1 || funcname || hash || result7 || libp) ;
25190 }
25191 
25192 static int G__G__GL_249_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25193 {
25194       G__letint(result7, 105, (long) TGLPlot3D::ImplFileLine());
25195    return(1 || funcname || hash || result7 || libp) ;
25196 }
25197 
25198 static int G__G__GL_249_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25199 {
25200       G__letint(result7, 67, (long) TGLPlot3D::ImplFileName());
25201    return(1 || funcname || hash || result7 || libp) ;
25202 }
25203 
25204 static int G__G__GL_249_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25205 {
25206       G__letint(result7, 105, (long) TGLPlot3D::DeclFileLine());
25207    return(1 || funcname || hash || result7 || libp) ;
25208 }
25209 
25210 // automatic destructor
25211 typedef TGLPlot3D G__TTGLPlot3D;
25212 static int G__G__GL_249_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25213 {
25214    char* gvp = (char*) G__getgvp();
25215    long soff = G__getstructoffset();
25216    int n = G__getaryconstruct();
25217    //
25218    //has_a_delete: 0
25219    //has_own_delete1arg: 0
25220    //has_own_delete2arg: 0
25221    //
25222    if (!soff) {
25223      return(1);
25224    }
25225    if (n) {
25226      if (gvp == (char*)G__PVOID) {
25227        delete[] (TGLPlot3D*) soff;
25228      } else {
25229        G__setgvp((long) G__PVOID);
25230        for (int i = n - 1; i >= 0; --i) {
25231          ((TGLPlot3D*) (soff+(sizeof(TGLPlot3D)*i)))->~G__TTGLPlot3D();
25232        }
25233        G__setgvp((long)gvp);
25234      }
25235    } else {
25236      if (gvp == (char*)G__PVOID) {
25237        delete (TGLPlot3D*) soff;
25238      } else {
25239        G__setgvp((long) G__PVOID);
25240        ((TGLPlot3D*) (soff))->~G__TTGLPlot3D();
25241        G__setgvp((long)gvp);
25242      }
25243    }
25244    G__setnull(result7);
25245    return(1 || funcname || hash || result7 || libp) ;
25246 }
25247 
25248 
25249 /* TF2GL */
25250 static int G__G__GL_252_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25251 {
25252    TF2GL* p = NULL;
25253    char* gvp = (char*) G__getgvp();
25254    int n = G__getaryconstruct();
25255    if (n) {
25256      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25257        p = new TF2GL[n];
25258      } else {
25259        p = new((void*) gvp) TF2GL[n];
25260      }
25261    } else {
25262      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25263        p = new TF2GL;
25264      } else {
25265        p = new((void*) gvp) TF2GL;
25266      }
25267    }
25268    result7->obj.i = (long) p;
25269    result7->ref = (long) p;
25270    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TF2GL));
25271    return(1 || funcname || hash || result7 || libp) ;
25272 }
25273 
25274 static int G__G__GL_252_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25275 {
25276       G__letint(result7, 85, (long) TF2GL::Class());
25277    return(1 || funcname || hash || result7 || libp) ;
25278 }
25279 
25280 static int G__G__GL_252_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25281 {
25282       G__letint(result7, 67, (long) TF2GL::Class_Name());
25283    return(1 || funcname || hash || result7 || libp) ;
25284 }
25285 
25286 static int G__G__GL_252_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25287 {
25288       G__letint(result7, 115, (long) TF2GL::Class_Version());
25289    return(1 || funcname || hash || result7 || libp) ;
25290 }
25291 
25292 static int G__G__GL_252_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25293 {
25294       TF2GL::Dictionary();
25295       G__setnull(result7);
25296    return(1 || funcname || hash || result7 || libp) ;
25297 }
25298 
25299 static int G__G__GL_252_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25300 {
25301       ((TF2GL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25302       G__setnull(result7);
25303    return(1 || funcname || hash || result7 || libp) ;
25304 }
25305 
25306 static int G__G__GL_252_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25307 {
25308       G__letint(result7, 67, (long) TF2GL::DeclFileName());
25309    return(1 || funcname || hash || result7 || libp) ;
25310 }
25311 
25312 static int G__G__GL_252_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25313 {
25314       G__letint(result7, 105, (long) TF2GL::ImplFileLine());
25315    return(1 || funcname || hash || result7 || libp) ;
25316 }
25317 
25318 static int G__G__GL_252_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25319 {
25320       G__letint(result7, 67, (long) TF2GL::ImplFileName());
25321    return(1 || funcname || hash || result7 || libp) ;
25322 }
25323 
25324 static int G__G__GL_252_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25325 {
25326       G__letint(result7, 105, (long) TF2GL::DeclFileLine());
25327    return(1 || funcname || hash || result7 || libp) ;
25328 }
25329 
25330 // automatic destructor
25331 typedef TF2GL G__TTF2GL;
25332 static int G__G__GL_252_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25333 {
25334    char* gvp = (char*) G__getgvp();
25335    long soff = G__getstructoffset();
25336    int n = G__getaryconstruct();
25337    //
25338    //has_a_delete: 0
25339    //has_own_delete1arg: 0
25340    //has_own_delete2arg: 0
25341    //
25342    if (!soff) {
25343      return(1);
25344    }
25345    if (n) {
25346      if (gvp == (char*)G__PVOID) {
25347        delete[] (TF2GL*) soff;
25348      } else {
25349        G__setgvp((long) G__PVOID);
25350        for (int i = n - 1; i >= 0; --i) {
25351          ((TF2GL*) (soff+(sizeof(TF2GL)*i)))->~G__TTF2GL();
25352        }
25353        G__setgvp((long)gvp);
25354      }
25355    } else {
25356      if (gvp == (char*)G__PVOID) {
25357        delete (TF2GL*) soff;
25358      } else {
25359        G__setgvp((long) G__PVOID);
25360        ((TF2GL*) (soff))->~G__TTF2GL();
25361        G__setgvp((long)gvp);
25362      }
25363    }
25364    G__setnull(result7);
25365    return(1 || funcname || hash || result7 || libp) ;
25366 }
25367 
25368 
25369 /* TGL5DDataSetEditor */
25370 static int G__G__GL_351_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25371 {
25372    TGL5DDataSetEditor* p = NULL;
25373    char* gvp = (char*) G__getgvp();
25374    switch (libp->paran) {
25375    case 5:
25376      //m: 5
25377      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25378        p = new TGL5DDataSetEditor(
25379 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25380 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
25381 , (Pixel_t) G__int(libp->para[4]));
25382      } else {
25383        p = new((void*) gvp) TGL5DDataSetEditor(
25384 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25385 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
25386 , (Pixel_t) G__int(libp->para[4]));
25387      }
25388      break;
25389    case 4:
25390      //m: 4
25391      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25392        p = new TGL5DDataSetEditor(
25393 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25394 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
25395      } else {
25396        p = new((void*) gvp) TGL5DDataSetEditor(
25397 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25398 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
25399      }
25400      break;
25401    case 3:
25402      //m: 3
25403      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25404        p = new TGL5DDataSetEditor(
25405 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25406 , (Int_t) G__int(libp->para[2]));
25407      } else {
25408        p = new((void*) gvp) TGL5DDataSetEditor(
25409 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
25410 , (Int_t) G__int(libp->para[2]));
25411      }
25412      break;
25413    case 2:
25414      //m: 2
25415      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25416        p = new TGL5DDataSetEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
25417      } else {
25418        p = new((void*) gvp) TGL5DDataSetEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
25419      }
25420      break;
25421    case 1:
25422      //m: 1
25423      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25424        p = new TGL5DDataSetEditor((TGWindow*) G__int(libp->para[0]));
25425      } else {
25426        p = new((void*) gvp) TGL5DDataSetEditor((TGWindow*) G__int(libp->para[0]));
25427      }
25428      break;
25429    case 0:
25430      int n = G__getaryconstruct();
25431      if (n) {
25432        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25433          p = new TGL5DDataSetEditor[n];
25434        } else {
25435          p = new((void*) gvp) TGL5DDataSetEditor[n];
25436        }
25437      } else {
25438        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25439          p = new TGL5DDataSetEditor;
25440        } else {
25441          p = new((void*) gvp) TGL5DDataSetEditor;
25442        }
25443      }
25444      break;
25445    }
25446    result7->obj.i = (long) p;
25447    result7->ref = (long) p;
25448    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor));
25449    return(1 || funcname || hash || result7 || libp) ;
25450 }
25451 
25452 static int G__G__GL_351_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25453 {
25454       ((TGL5DDataSetEditor*) G__getstructoffset())->GridParametersChanged();
25455       G__setnull(result7);
25456    return(1 || funcname || hash || result7 || libp) ;
25457 }
25458 
25459 static int G__G__GL_351_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25460 {
25461       ((TGL5DDataSetEditor*) G__getstructoffset())->XSliderChanged();
25462       G__setnull(result7);
25463    return(1 || funcname || hash || result7 || libp) ;
25464 }
25465 
25466 static int G__G__GL_351_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25467 {
25468       ((TGL5DDataSetEditor*) G__getstructoffset())->YSliderChanged();
25469       G__setnull(result7);
25470    return(1 || funcname || hash || result7 || libp) ;
25471 }
25472 
25473 static int G__G__GL_351_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25474 {
25475       ((TGL5DDataSetEditor*) G__getstructoffset())->ZSliderChanged();
25476       G__setnull(result7);
25477    return(1 || funcname || hash || result7 || libp) ;
25478 }
25479 
25480 static int G__G__GL_351_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25481 {
25482       ((TGL5DDataSetEditor*) G__getstructoffset())->XSliderSetMin();
25483       G__setnull(result7);
25484    return(1 || funcname || hash || result7 || libp) ;
25485 }
25486 
25487 static int G__G__GL_351_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25488 {
25489       ((TGL5DDataSetEditor*) G__getstructoffset())->XSliderSetMax();
25490       G__setnull(result7);
25491    return(1 || funcname || hash || result7 || libp) ;
25492 }
25493 
25494 static int G__G__GL_351_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25495 {
25496       ((TGL5DDataSetEditor*) G__getstructoffset())->YSliderSetMin();
25497       G__setnull(result7);
25498    return(1 || funcname || hash || result7 || libp) ;
25499 }
25500 
25501 static int G__G__GL_351_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25502 {
25503       ((TGL5DDataSetEditor*) G__getstructoffset())->YSliderSetMax();
25504       G__setnull(result7);
25505    return(1 || funcname || hash || result7 || libp) ;
25506 }
25507 
25508 static int G__G__GL_351_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25509 {
25510       ((TGL5DDataSetEditor*) G__getstructoffset())->ZSliderSetMin();
25511       G__setnull(result7);
25512    return(1 || funcname || hash || result7 || libp) ;
25513 }
25514 
25515 static int G__G__GL_351_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25516 {
25517       ((TGL5DDataSetEditor*) G__getstructoffset())->ZSliderSetMax();
25518       G__setnull(result7);
25519    return(1 || funcname || hash || result7 || libp) ;
25520 }
25521 
25522 static int G__G__GL_351_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25523 {
25524       ((TGL5DDataSetEditor*) G__getstructoffset())->RollbackGridParameters();
25525       G__setnull(result7);
25526    return(1 || funcname || hash || result7 || libp) ;
25527 }
25528 
25529 static int G__G__GL_351_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25530 {
25531       ((TGL5DDataSetEditor*) G__getstructoffset())->ApplyGridParameters();
25532       G__setnull(result7);
25533    return(1 || funcname || hash || result7 || libp) ;
25534 }
25535 
25536 static int G__G__GL_351_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25537 {
25538       ((TGL5DDataSetEditor*) G__getstructoffset())->HighlightClicked();
25539       G__setnull(result7);
25540    return(1 || funcname || hash || result7 || libp) ;
25541 }
25542 
25543 static int G__G__GL_351_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25544 {
25545       ((TGL5DDataSetEditor*) G__getstructoffset())->SurfaceSelected((Int_t) G__int(libp->para[0]));
25546       G__setnull(result7);
25547    return(1 || funcname || hash || result7 || libp) ;
25548 }
25549 
25550 static int G__G__GL_351_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25551 {
25552       ((TGL5DDataSetEditor*) G__getstructoffset())->VisibleClicked();
25553       G__setnull(result7);
25554    return(1 || funcname || hash || result7 || libp) ;
25555 }
25556 
25557 static int G__G__GL_351_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25558 {
25559       ((TGL5DDataSetEditor*) G__getstructoffset())->ColorChanged((Pixel_t) G__int(libp->para[0]));
25560       G__setnull(result7);
25561    return(1 || funcname || hash || result7 || libp) ;
25562 }
25563 
25564 static int G__G__GL_351_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25565 {
25566       ((TGL5DDataSetEditor*) G__getstructoffset())->AlphaChanged((Int_t) G__int(libp->para[0]));
25567       G__setnull(result7);
25568    return(1 || funcname || hash || result7 || libp) ;
25569 }
25570 
25571 static int G__G__GL_351_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25572 {
25573       ((TGL5DDataSetEditor*) G__getstructoffset())->RemoveSurface();
25574       G__setnull(result7);
25575    return(1 || funcname || hash || result7 || libp) ;
25576 }
25577 
25578 static int G__G__GL_351_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25579 {
25580       ((TGL5DDataSetEditor*) G__getstructoffset())->AddNewSurface();
25581       G__setnull(result7);
25582    return(1 || funcname || hash || result7 || libp) ;
25583 }
25584 
25585 static int G__G__GL_351_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25586 {
25587       ((TGL5DDataSetEditor*) G__getstructoffset())->ApplyAlpha();
25588       G__setnull(result7);
25589    return(1 || funcname || hash || result7 || libp) ;
25590 }
25591 
25592 static int G__G__GL_351_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25593 {
25594       ((TGL5DDataSetEditor*) G__getstructoffset())->ApplyPlanes();
25595       G__setnull(result7);
25596    return(1 || funcname || hash || result7 || libp) ;
25597 }
25598 
25599 static int G__G__GL_351_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25600 {
25601       ((TGL5DDataSetEditor*) G__getstructoffset())->BoxCutToggled();
25602       G__setnull(result7);
25603    return(1 || funcname || hash || result7 || libp) ;
25604 }
25605 
25606 static int G__G__GL_351_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25607 {
25608       ((TGL5DDataSetEditor*) G__getstructoffset())->AlphaChanged();
25609       G__setnull(result7);
25610    return(1 || funcname || hash || result7 || libp) ;
25611 }
25612 
25613 static int G__G__GL_351_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25614 {
25615       ((TGL5DDataSetEditor*) G__getstructoffset())->NContoursChanged();
25616       G__setnull(result7);
25617    return(1 || funcname || hash || result7 || libp) ;
25618 }
25619 
25620 static int G__G__GL_351_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25621 {
25622       G__letint(result7, 85, (long) TGL5DDataSetEditor::Class());
25623    return(1 || funcname || hash || result7 || libp) ;
25624 }
25625 
25626 static int G__G__GL_351_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25627 {
25628       G__letint(result7, 67, (long) TGL5DDataSetEditor::Class_Name());
25629    return(1 || funcname || hash || result7 || libp) ;
25630 }
25631 
25632 static int G__G__GL_351_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25633 {
25634       G__letint(result7, 115, (long) TGL5DDataSetEditor::Class_Version());
25635    return(1 || funcname || hash || result7 || libp) ;
25636 }
25637 
25638 static int G__G__GL_351_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25639 {
25640       TGL5DDataSetEditor::Dictionary();
25641       G__setnull(result7);
25642    return(1 || funcname || hash || result7 || libp) ;
25643 }
25644 
25645 static int G__G__GL_351_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25646 {
25647       ((TGL5DDataSetEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25648       G__setnull(result7);
25649    return(1 || funcname || hash || result7 || libp) ;
25650 }
25651 
25652 static int G__G__GL_351_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25653 {
25654       G__letint(result7, 67, (long) TGL5DDataSetEditor::DeclFileName());
25655    return(1 || funcname || hash || result7 || libp) ;
25656 }
25657 
25658 static int G__G__GL_351_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25659 {
25660       G__letint(result7, 105, (long) TGL5DDataSetEditor::ImplFileLine());
25661    return(1 || funcname || hash || result7 || libp) ;
25662 }
25663 
25664 static int G__G__GL_351_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25665 {
25666       G__letint(result7, 67, (long) TGL5DDataSetEditor::ImplFileName());
25667    return(1 || funcname || hash || result7 || libp) ;
25668 }
25669 
25670 static int G__G__GL_351_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25671 {
25672       G__letint(result7, 105, (long) TGL5DDataSetEditor::DeclFileLine());
25673    return(1 || funcname || hash || result7 || libp) ;
25674 }
25675 
25676 // automatic destructor
25677 typedef TGL5DDataSetEditor G__TTGL5DDataSetEditor;
25678 static int G__G__GL_351_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25679 {
25680    char* gvp = (char*) G__getgvp();
25681    long soff = G__getstructoffset();
25682    int n = G__getaryconstruct();
25683    //
25684    //has_a_delete: 1
25685    //has_own_delete1arg: 0
25686    //has_own_delete2arg: 0
25687    //
25688    if (!soff) {
25689      return(1);
25690    }
25691    if (n) {
25692      if (gvp == (char*)G__PVOID) {
25693        delete[] (TGL5DDataSetEditor*) soff;
25694      } else {
25695        G__setgvp((long) G__PVOID);
25696        for (int i = n - 1; i >= 0; --i) {
25697          ((TGL5DDataSetEditor*) (soff+(sizeof(TGL5DDataSetEditor)*i)))->~G__TTGL5DDataSetEditor();
25698        }
25699        G__setgvp((long)gvp);
25700      }
25701    } else {
25702      if (gvp == (char*)G__PVOID) {
25703        delete (TGL5DDataSetEditor*) soff;
25704      } else {
25705        G__setgvp((long) G__PVOID);
25706        ((TGL5DDataSetEditor*) (soff))->~G__TTGL5DDataSetEditor();
25707        G__setgvp((long)gvp);
25708      }
25709    }
25710    G__setnull(result7);
25711    return(1 || funcname || hash || result7 || libp) ;
25712 }
25713 
25714 
25715 /* TGLParametricEquation */
25716 static int G__G__GL_355_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25717 {
25718    TGLParametricEquation* p = NULL;
25719    char* gvp = (char*) G__getgvp();
25720    //m: 8
25721    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25722      p = new TGLParametricEquation(
25723 *(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref
25724 , *(TString*) libp->para[2].ref, *(TString*) libp->para[3].ref
25725 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
25726 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
25727    } else {
25728      p = new((void*) gvp) TGLParametricEquation(
25729 *(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref
25730 , *(TString*) libp->para[2].ref, *(TString*) libp->para[3].ref
25731 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
25732 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7]));
25733    }
25734    result7->obj.i = (long) p;
25735    result7->ref = (long) p;
25736    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation));
25737    return(1 || funcname || hash || result7 || libp) ;
25738 }
25739 
25740 static int G__G__GL_355_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25741 {
25742    TGLParametricEquation* p = NULL;
25743    char* gvp = (char*) G__getgvp();
25744    //m: 6
25745    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25746      p = new TGLParametricEquation(
25747 *(TString*) libp->para[0].ref, (ParametricEquation_t) G__int(libp->para[1])
25748 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
25749 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
25750    } else {
25751      p = new((void*) gvp) TGLParametricEquation(
25752 *(TString*) libp->para[0].ref, (ParametricEquation_t) G__int(libp->para[1])
25753 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
25754 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
25755    }
25756    result7->obj.i = (long) p;
25757    result7->ref = (long) p;
25758    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation));
25759    return(1 || funcname || hash || result7 || libp) ;
25760 }
25761 
25762 static int G__G__GL_355_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25763 {
25764       {
25765          const Rgl::Range_t* pobj;
25766          const Rgl::Range_t xobj = ((const TGLParametricEquation*) G__getstructoffset())->GetURange();
25767          pobj = new Rgl::Range_t(xobj);
25768          result7->obj.i = (long) ((void*) pobj);
25769          result7->ref = result7->obj.i;
25770          G__store_tempobject(*result7);
25771       }
25772    return(1 || funcname || hash || result7 || libp) ;
25773 }
25774 
25775 static int G__G__GL_355_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25776 {
25777       {
25778          const Rgl::Range_t* pobj;
25779          const Rgl::Range_t xobj = ((const TGLParametricEquation*) G__getstructoffset())->GetVRange();
25780          pobj = new Rgl::Range_t(xobj);
25781          result7->obj.i = (long) ((void*) pobj);
25782          result7->ref = result7->obj.i;
25783          G__store_tempobject(*result7);
25784       }
25785    return(1 || funcname || hash || result7 || libp) ;
25786 }
25787 
25788 static int G__G__GL_355_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25789 {
25790       G__letint(result7, 103, (long) ((const TGLParametricEquation*) G__getstructoffset())->IsConstrained());
25791    return(1 || funcname || hash || result7 || libp) ;
25792 }
25793 
25794 static int G__G__GL_355_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25795 {
25796       ((TGLParametricEquation*) G__getstructoffset())->SetConstrained((Bool_t) G__int(libp->para[0]));
25797       G__setnull(result7);
25798    return(1 || funcname || hash || result7 || libp) ;
25799 }
25800 
25801 static int G__G__GL_355_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25802 {
25803       G__letint(result7, 103, (long) ((const TGLParametricEquation*) G__getstructoffset())->IsModified());
25804    return(1 || funcname || hash || result7 || libp) ;
25805 }
25806 
25807 static int G__G__GL_355_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25808 {
25809       ((TGLParametricEquation*) G__getstructoffset())->SetModified((Bool_t) G__int(libp->para[0]));
25810       G__setnull(result7);
25811    return(1 || funcname || hash || result7 || libp) ;
25812 }
25813 
25814 static int G__G__GL_355_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25815 {
25816       ((const TGLParametricEquation*) G__getstructoffset())->EvalVertex(*(TGLVertex3*) libp->para[0].ref, (Double_t) G__double(libp->para[1])
25817 , (Double_t) G__double(libp->para[2]));
25818       G__setnull(result7);
25819    return(1 || funcname || hash || result7 || libp) ;
25820 }
25821 
25822 static int G__G__GL_355_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25823 {
25824       G__letint(result7, 85, (long) TGLParametricEquation::Class());
25825    return(1 || funcname || hash || result7 || libp) ;
25826 }
25827 
25828 static int G__G__GL_355_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25829 {
25830       G__letint(result7, 67, (long) TGLParametricEquation::Class_Name());
25831    return(1 || funcname || hash || result7 || libp) ;
25832 }
25833 
25834 static int G__G__GL_355_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25835 {
25836       G__letint(result7, 115, (long) TGLParametricEquation::Class_Version());
25837    return(1 || funcname || hash || result7 || libp) ;
25838 }
25839 
25840 static int G__G__GL_355_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25841 {
25842       TGLParametricEquation::Dictionary();
25843       G__setnull(result7);
25844    return(1 || funcname || hash || result7 || libp) ;
25845 }
25846 
25847 static int G__G__GL_355_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25848 {
25849       ((TGLParametricEquation*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25850       G__setnull(result7);
25851    return(1 || funcname || hash || result7 || libp) ;
25852 }
25853 
25854 static int G__G__GL_355_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25855 {
25856       G__letint(result7, 67, (long) TGLParametricEquation::DeclFileName());
25857    return(1 || funcname || hash || result7 || libp) ;
25858 }
25859 
25860 static int G__G__GL_355_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25861 {
25862       G__letint(result7, 105, (long) TGLParametricEquation::ImplFileLine());
25863    return(1 || funcname || hash || result7 || libp) ;
25864 }
25865 
25866 static int G__G__GL_355_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25867 {
25868       G__letint(result7, 67, (long) TGLParametricEquation::ImplFileName());
25869    return(1 || funcname || hash || result7 || libp) ;
25870 }
25871 
25872 static int G__G__GL_355_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25873 {
25874       G__letint(result7, 105, (long) TGLParametricEquation::DeclFileLine());
25875    return(1 || funcname || hash || result7 || libp) ;
25876 }
25877 
25878 // automatic destructor
25879 typedef TGLParametricEquation G__TTGLParametricEquation;
25880 static int G__G__GL_355_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25881 {
25882    char* gvp = (char*) G__getgvp();
25883    long soff = G__getstructoffset();
25884    int n = G__getaryconstruct();
25885    //
25886    //has_a_delete: 1
25887    //has_own_delete1arg: 0
25888    //has_own_delete2arg: 0
25889    //
25890    if (!soff) {
25891      return(1);
25892    }
25893    if (n) {
25894      if (gvp == (char*)G__PVOID) {
25895        delete[] (TGLParametricEquation*) soff;
25896      } else {
25897        G__setgvp((long) G__PVOID);
25898        for (int i = n - 1; i >= 0; --i) {
25899          ((TGLParametricEquation*) (soff+(sizeof(TGLParametricEquation)*i)))->~G__TTGLParametricEquation();
25900        }
25901        G__setgvp((long)gvp);
25902      }
25903    } else {
25904      if (gvp == (char*)G__PVOID) {
25905        delete (TGLParametricEquation*) soff;
25906      } else {
25907        G__setgvp((long) G__PVOID);
25908        ((TGLParametricEquation*) (soff))->~G__TTGLParametricEquation();
25909        G__setgvp((long)gvp);
25910      }
25911    }
25912    G__setnull(result7);
25913    return(1 || funcname || hash || result7 || libp) ;
25914 }
25915 
25916 
25917 /* TGLTH3Composition */
25918 static int G__G__GL_356_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25919 {
25920    TGLTH3Composition* p = NULL;
25921    char* gvp = (char*) G__getgvp();
25922    int n = G__getaryconstruct();
25923    if (n) {
25924      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25925        p = new TGLTH3Composition[n];
25926      } else {
25927        p = new((void*) gvp) TGLTH3Composition[n];
25928      }
25929    } else {
25930      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
25931        p = new TGLTH3Composition;
25932      } else {
25933        p = new((void*) gvp) TGLTH3Composition;
25934      }
25935    }
25936    result7->obj.i = (long) p;
25937    result7->ref = (long) p;
25938    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition));
25939    return(1 || funcname || hash || result7 || libp) ;
25940 }
25941 
25942 static int G__G__GL_356_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25943 {
25944    switch (libp->paran) {
25945    case 2:
25946       ((TGLTH3Composition*) G__getstructoffset())->AddTH3((TH3*) G__int(libp->para[0]), (TGLTH3Composition::ETH3BinShape) G__int(libp->para[1]));
25947       G__setnull(result7);
25948       break;
25949    case 1:
25950       ((TGLTH3Composition*) G__getstructoffset())->AddTH3((TH3*) G__int(libp->para[0]));
25951       G__setnull(result7);
25952       break;
25953    }
25954    return(1 || funcname || hash || result7 || libp) ;
25955 }
25956 
25957 static int G__G__GL_356_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25958 {
25959       G__letint(result7, 85, (long) TGLTH3Composition::Class());
25960    return(1 || funcname || hash || result7 || libp) ;
25961 }
25962 
25963 static int G__G__GL_356_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25964 {
25965       G__letint(result7, 67, (long) TGLTH3Composition::Class_Name());
25966    return(1 || funcname || hash || result7 || libp) ;
25967 }
25968 
25969 static int G__G__GL_356_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25970 {
25971       G__letint(result7, 115, (long) TGLTH3Composition::Class_Version());
25972    return(1 || funcname || hash || result7 || libp) ;
25973 }
25974 
25975 static int G__G__GL_356_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25976 {
25977       TGLTH3Composition::Dictionary();
25978       G__setnull(result7);
25979    return(1 || funcname || hash || result7 || libp) ;
25980 }
25981 
25982 static int G__G__GL_356_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25983 {
25984       ((TGLTH3Composition*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
25985       G__setnull(result7);
25986    return(1 || funcname || hash || result7 || libp) ;
25987 }
25988 
25989 static int G__G__GL_356_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25990 {
25991       G__letint(result7, 67, (long) TGLTH3Composition::DeclFileName());
25992    return(1 || funcname || hash || result7 || libp) ;
25993 }
25994 
25995 static int G__G__GL_356_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
25996 {
25997       G__letint(result7, 105, (long) TGLTH3Composition::ImplFileLine());
25998    return(1 || funcname || hash || result7 || libp) ;
25999 }
26000 
26001 static int G__G__GL_356_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26002 {
26003       G__letint(result7, 67, (long) TGLTH3Composition::ImplFileName());
26004    return(1 || funcname || hash || result7 || libp) ;
26005 }
26006 
26007 static int G__G__GL_356_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26008 {
26009       G__letint(result7, 105, (long) TGLTH3Composition::DeclFileLine());
26010    return(1 || funcname || hash || result7 || libp) ;
26011 }
26012 
26013 // automatic destructor
26014 typedef TGLTH3Composition G__TTGLTH3Composition;
26015 static int G__G__GL_356_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26016 {
26017    char* gvp = (char*) G__getgvp();
26018    long soff = G__getstructoffset();
26019    int n = G__getaryconstruct();
26020    //
26021    //has_a_delete: 1
26022    //has_own_delete1arg: 0
26023    //has_own_delete2arg: 0
26024    //
26025    if (!soff) {
26026      return(1);
26027    }
26028    if (n) {
26029      if (gvp == (char*)G__PVOID) {
26030        delete[] (TGLTH3Composition*) soff;
26031      } else {
26032        G__setgvp((long) G__PVOID);
26033        for (int i = n - 1; i >= 0; --i) {
26034          ((TGLTH3Composition*) (soff+(sizeof(TGLTH3Composition)*i)))->~G__TTGLTH3Composition();
26035        }
26036        G__setgvp((long)gvp);
26037      }
26038    } else {
26039      if (gvp == (char*)G__PVOID) {
26040        delete (TGLTH3Composition*) soff;
26041      } else {
26042        G__setgvp((long) G__PVOID);
26043        ((TGLTH3Composition*) (soff))->~G__TTGLTH3Composition();
26044        G__setgvp((long)gvp);
26045      }
26046    }
26047    G__setnull(result7);
26048    return(1 || funcname || hash || result7 || libp) ;
26049 }
26050 
26051 
26052 /* TGLHistPainter */
26053 static int G__G__GL_357_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26054 {
26055    TGLHistPainter* p = NULL;
26056    char* gvp = (char*) G__getgvp();
26057    //m: 1
26058    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26059      p = new TGLHistPainter((TH1*) G__int(libp->para[0]));
26060    } else {
26061      p = new((void*) gvp) TGLHistPainter((TH1*) G__int(libp->para[0]));
26062    }
26063    result7->obj.i = (long) p;
26064    result7->ref = (long) p;
26065    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter));
26066    return(1 || funcname || hash || result7 || libp) ;
26067 }
26068 
26069 static int G__G__GL_357_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26070 {
26071    TGLHistPainter* p = NULL;
26072    char* gvp = (char*) G__getgvp();
26073    //m: 1
26074    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26075      p = new TGLHistPainter((TGLParametricEquation*) G__int(libp->para[0]));
26076    } else {
26077      p = new((void*) gvp) TGLHistPainter((TGLParametricEquation*) G__int(libp->para[0]));
26078    }
26079    result7->obj.i = (long) p;
26080    result7->ref = (long) p;
26081    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter));
26082    return(1 || funcname || hash || result7 || libp) ;
26083 }
26084 
26085 static int G__G__GL_357_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26086 {
26087    TGLHistPainter* p = NULL;
26088    char* gvp = (char*) G__getgvp();
26089    //m: 1
26090    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26091      p = new TGLHistPainter((TGL5DDataSet*) G__int(libp->para[0]));
26092    } else {
26093      p = new((void*) gvp) TGLHistPainter((TGL5DDataSet*) G__int(libp->para[0]));
26094    }
26095    result7->obj.i = (long) p;
26096    result7->ref = (long) p;
26097    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter));
26098    return(1 || funcname || hash || result7 || libp) ;
26099 }
26100 
26101 static int G__G__GL_357_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26102 {
26103    TGLHistPainter* p = NULL;
26104    char* gvp = (char*) G__getgvp();
26105    //m: 1
26106    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26107      p = new TGLHistPainter((TGLTH3Composition*) G__int(libp->para[0]));
26108    } else {
26109      p = new((void*) gvp) TGLHistPainter((TGLTH3Composition*) G__int(libp->para[0]));
26110    }
26111    result7->obj.i = (long) p;
26112    result7->ref = (long) p;
26113    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter));
26114    return(1 || funcname || hash || result7 || libp) ;
26115 }
26116 
26117 static int G__G__GL_357_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26118 {
26119       G__letint(result7, 85, (long) ((TGLHistPainter*) G__getstructoffset())->GetRealPainter());
26120    return(1 || funcname || hash || result7 || libp) ;
26121 }
26122 
26123 static int G__G__GL_357_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26124 {
26125       G__letint(result7, 85, (long) TGLHistPainter::Class());
26126    return(1 || funcname || hash || result7 || libp) ;
26127 }
26128 
26129 static int G__G__GL_357_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26130 {
26131       G__letint(result7, 67, (long) TGLHistPainter::Class_Name());
26132    return(1 || funcname || hash || result7 || libp) ;
26133 }
26134 
26135 static int G__G__GL_357_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26136 {
26137       G__letint(result7, 115, (long) TGLHistPainter::Class_Version());
26138    return(1 || funcname || hash || result7 || libp) ;
26139 }
26140 
26141 static int G__G__GL_357_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26142 {
26143       TGLHistPainter::Dictionary();
26144       G__setnull(result7);
26145    return(1 || funcname || hash || result7 || libp) ;
26146 }
26147 
26148 static int G__G__GL_357_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26149 {
26150       ((TGLHistPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26151       G__setnull(result7);
26152    return(1 || funcname || hash || result7 || libp) ;
26153 }
26154 
26155 static int G__G__GL_357_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26156 {
26157       G__letint(result7, 67, (long) TGLHistPainter::DeclFileName());
26158    return(1 || funcname || hash || result7 || libp) ;
26159 }
26160 
26161 static int G__G__GL_357_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26162 {
26163       G__letint(result7, 105, (long) TGLHistPainter::ImplFileLine());
26164    return(1 || funcname || hash || result7 || libp) ;
26165 }
26166 
26167 static int G__G__GL_357_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26168 {
26169       G__letint(result7, 67, (long) TGLHistPainter::ImplFileName());
26170    return(1 || funcname || hash || result7 || libp) ;
26171 }
26172 
26173 static int G__G__GL_357_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26174 {
26175       G__letint(result7, 105, (long) TGLHistPainter::DeclFileLine());
26176    return(1 || funcname || hash || result7 || libp) ;
26177 }
26178 
26179 // automatic destructor
26180 typedef TGLHistPainter G__TTGLHistPainter;
26181 static int G__G__GL_357_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26182 {
26183    char* gvp = (char*) G__getgvp();
26184    long soff = G__getstructoffset();
26185    int n = G__getaryconstruct();
26186    //
26187    //has_a_delete: 1
26188    //has_own_delete1arg: 0
26189    //has_own_delete2arg: 0
26190    //
26191    if (!soff) {
26192      return(1);
26193    }
26194    if (n) {
26195      if (gvp == (char*)G__PVOID) {
26196        delete[] (TGLHistPainter*) soff;
26197      } else {
26198        G__setgvp((long) G__PVOID);
26199        for (int i = n - 1; i >= 0; --i) {
26200          ((TGLHistPainter*) (soff+(sizeof(TGLHistPainter)*i)))->~G__TTGLHistPainter();
26201        }
26202        G__setgvp((long)gvp);
26203      }
26204    } else {
26205      if (gvp == (char*)G__PVOID) {
26206        delete (TGLHistPainter*) soff;
26207      } else {
26208        G__setgvp((long) G__PVOID);
26209        ((TGLHistPainter*) (soff))->~G__TTGLHistPainter();
26210        G__setgvp((long)gvp);
26211      }
26212    }
26213    G__setnull(result7);
26214    return(1 || funcname || hash || result7 || libp) ;
26215 }
26216 
26217 
26218 /* TGLAdapter */
26219 static int G__G__GL_368_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26220 {
26221    TGLAdapter* p = NULL;
26222    char* gvp = (char*) G__getgvp();
26223    switch (libp->paran) {
26224    case 1:
26225      //m: 1
26226      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26227        p = new TGLAdapter((Int_t) G__int(libp->para[0]));
26228      } else {
26229        p = new((void*) gvp) TGLAdapter((Int_t) G__int(libp->para[0]));
26230      }
26231      break;
26232    case 0:
26233      int n = G__getaryconstruct();
26234      if (n) {
26235        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26236          p = new TGLAdapter[n];
26237        } else {
26238          p = new((void*) gvp) TGLAdapter[n];
26239        }
26240      } else {
26241        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26242          p = new TGLAdapter;
26243        } else {
26244          p = new((void*) gvp) TGLAdapter;
26245        }
26246      }
26247      break;
26248    }
26249    result7->obj.i = (long) p;
26250    result7->ref = (long) p;
26251    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLAdapter));
26252    return(1 || funcname || hash || result7 || libp) ;
26253 }
26254 
26255 static int G__G__GL_368_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26256 {
26257       ((TGLAdapter*) G__getstructoffset())->SetGLDevice((Int_t) G__int(libp->para[0]));
26258       G__setnull(result7);
26259    return(1 || funcname || hash || result7 || libp) ;
26260 }
26261 
26262 static int G__G__GL_368_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26263 {
26264       ((TGLAdapter*) G__getstructoffset())->ReadGLBuffer();
26265       G__setnull(result7);
26266    return(1 || funcname || hash || result7 || libp) ;
26267 }
26268 
26269 static int G__G__GL_368_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26270 {
26271       ((TGLAdapter*) G__getstructoffset())->SelectOffScreenDevice();
26272       G__setnull(result7);
26273    return(1 || funcname || hash || result7 || libp) ;
26274 }
26275 
26276 static int G__G__GL_368_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26277 {
26278       ((TGLAdapter*) G__getstructoffset())->MarkForDirectCopy((Bool_t) G__int(libp->para[0]));
26279       G__setnull(result7);
26280    return(1 || funcname || hash || result7 || libp) ;
26281 }
26282 
26283 static int G__G__GL_368_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26284 {
26285       G__letint(result7, 85, (long) TGLAdapter::Class());
26286    return(1 || funcname || hash || result7 || libp) ;
26287 }
26288 
26289 static int G__G__GL_368_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26290 {
26291       G__letint(result7, 67, (long) TGLAdapter::Class_Name());
26292    return(1 || funcname || hash || result7 || libp) ;
26293 }
26294 
26295 static int G__G__GL_368_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26296 {
26297       G__letint(result7, 115, (long) TGLAdapter::Class_Version());
26298    return(1 || funcname || hash || result7 || libp) ;
26299 }
26300 
26301 static int G__G__GL_368_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26302 {
26303       TGLAdapter::Dictionary();
26304       G__setnull(result7);
26305    return(1 || funcname || hash || result7 || libp) ;
26306 }
26307 
26308 static int G__G__GL_368_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26309 {
26310       ((TGLAdapter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26311       G__setnull(result7);
26312    return(1 || funcname || hash || result7 || libp) ;
26313 }
26314 
26315 static int G__G__GL_368_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26316 {
26317       G__letint(result7, 67, (long) TGLAdapter::DeclFileName());
26318    return(1 || funcname || hash || result7 || libp) ;
26319 }
26320 
26321 static int G__G__GL_368_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26322 {
26323       G__letint(result7, 105, (long) TGLAdapter::ImplFileLine());
26324    return(1 || funcname || hash || result7 || libp) ;
26325 }
26326 
26327 static int G__G__GL_368_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26328 {
26329       G__letint(result7, 67, (long) TGLAdapter::ImplFileName());
26330    return(1 || funcname || hash || result7 || libp) ;
26331 }
26332 
26333 static int G__G__GL_368_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26334 {
26335       G__letint(result7, 105, (long) TGLAdapter::DeclFileLine());
26336    return(1 || funcname || hash || result7 || libp) ;
26337 }
26338 
26339 // automatic destructor
26340 typedef TGLAdapter G__TTGLAdapter;
26341 static int G__G__GL_368_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26342 {
26343    char* gvp = (char*) G__getgvp();
26344    long soff = G__getstructoffset();
26345    int n = G__getaryconstruct();
26346    //
26347    //has_a_delete: 0
26348    //has_own_delete1arg: 0
26349    //has_own_delete2arg: 0
26350    //
26351    if (!soff) {
26352      return(1);
26353    }
26354    if (n) {
26355      if (gvp == (char*)G__PVOID) {
26356        delete[] (TGLAdapter*) soff;
26357      } else {
26358        G__setgvp((long) G__PVOID);
26359        for (int i = n - 1; i >= 0; --i) {
26360          ((TGLAdapter*) (soff+(sizeof(TGLAdapter)*i)))->~G__TTGLAdapter();
26361        }
26362        G__setgvp((long)gvp);
26363      }
26364    } else {
26365      if (gvp == (char*)G__PVOID) {
26366        delete (TGLAdapter*) soff;
26367      } else {
26368        G__setgvp((long) G__PVOID);
26369        ((TGLAdapter*) (soff))->~G__TTGLAdapter();
26370        G__setgvp((long)gvp);
26371      }
26372    }
26373    G__setnull(result7);
26374    return(1 || funcname || hash || result7 || libp) ;
26375 }
26376 
26377 
26378 /* TGLOvlSelectRecord */
26379 static int G__G__GL_369_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26380 {
26381    TGLOvlSelectRecord* p = NULL;
26382    char* gvp = (char*) G__getgvp();
26383    int n = G__getaryconstruct();
26384    if (n) {
26385      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26386        p = new TGLOvlSelectRecord[n];
26387      } else {
26388        p = new((void*) gvp) TGLOvlSelectRecord[n];
26389      }
26390    } else {
26391      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26392        p = new TGLOvlSelectRecord;
26393      } else {
26394        p = new((void*) gvp) TGLOvlSelectRecord;
26395      }
26396    }
26397    result7->obj.i = (long) p;
26398    result7->ref = (long) p;
26399    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord));
26400    return(1 || funcname || hash || result7 || libp) ;
26401 }
26402 
26403 static int G__G__GL_369_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26404 {
26405    TGLOvlSelectRecord* p = NULL;
26406    char* gvp = (char*) G__getgvp();
26407    //m: 1
26408    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26409      p = new TGLOvlSelectRecord((UInt_t*) G__int(libp->para[0]));
26410    } else {
26411      p = new((void*) gvp) TGLOvlSelectRecord((UInt_t*) G__int(libp->para[0]));
26412    }
26413    result7->obj.i = (long) p;
26414    result7->ref = (long) p;
26415    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord));
26416    return(1 || funcname || hash || result7 || libp) ;
26417 }
26418 
26419 static int G__G__GL_369_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26420 {
26421    TGLOvlSelectRecord* p = NULL;
26422    char* gvp = (char*) G__getgvp();
26423    //m: 1
26424    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26425      p = new TGLOvlSelectRecord(*(TGLOvlSelectRecord*) libp->para[0].ref);
26426    } else {
26427      p = new((void*) gvp) TGLOvlSelectRecord(*(TGLOvlSelectRecord*) libp->para[0].ref);
26428    }
26429    result7->obj.i = (long) p;
26430    result7->ref = (long) p;
26431    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord));
26432    return(1 || funcname || hash || result7 || libp) ;
26433 }
26434 
26435 static int G__G__GL_369_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26436 {
26437       {
26438          const TGLOvlSelectRecord& obj = ((TGLOvlSelectRecord*) G__getstructoffset())->operator=(*(TGLOvlSelectRecord*) libp->para[0].ref);
26439          result7->ref = (long) (&obj);
26440          result7->obj.i = (long) (&obj);
26441       }
26442    return(1 || funcname || hash || result7 || libp) ;
26443 }
26444 
26445 static int G__G__GL_369_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26446 {
26447       G__letint(result7, 85, (long) ((const TGLOvlSelectRecord*) G__getstructoffset())->GetOvlElement());
26448    return(1 || funcname || hash || result7 || libp) ;
26449 }
26450 
26451 static int G__G__GL_369_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26452 {
26453       ((TGLOvlSelectRecord*) G__getstructoffset())->SetOvlElement((TGLOverlayElement*) G__int(libp->para[0]));
26454       G__setnull(result7);
26455    return(1 || funcname || hash || result7 || libp) ;
26456 }
26457 
26458 static int G__G__GL_369_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26459 {
26460       G__letint(result7, 85, (long) TGLOvlSelectRecord::Class());
26461    return(1 || funcname || hash || result7 || libp) ;
26462 }
26463 
26464 static int G__G__GL_369_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26465 {
26466       G__letint(result7, 67, (long) TGLOvlSelectRecord::Class_Name());
26467    return(1 || funcname || hash || result7 || libp) ;
26468 }
26469 
26470 static int G__G__GL_369_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26471 {
26472       G__letint(result7, 115, (long) TGLOvlSelectRecord::Class_Version());
26473    return(1 || funcname || hash || result7 || libp) ;
26474 }
26475 
26476 static int G__G__GL_369_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26477 {
26478       TGLOvlSelectRecord::Dictionary();
26479       G__setnull(result7);
26480    return(1 || funcname || hash || result7 || libp) ;
26481 }
26482 
26483 static int G__G__GL_369_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26484 {
26485       ((TGLOvlSelectRecord*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26486       G__setnull(result7);
26487    return(1 || funcname || hash || result7 || libp) ;
26488 }
26489 
26490 static int G__G__GL_369_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26491 {
26492       G__letint(result7, 67, (long) TGLOvlSelectRecord::DeclFileName());
26493    return(1 || funcname || hash || result7 || libp) ;
26494 }
26495 
26496 static int G__G__GL_369_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26497 {
26498       G__letint(result7, 105, (long) TGLOvlSelectRecord::ImplFileLine());
26499    return(1 || funcname || hash || result7 || libp) ;
26500 }
26501 
26502 static int G__G__GL_369_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26503 {
26504       G__letint(result7, 67, (long) TGLOvlSelectRecord::ImplFileName());
26505    return(1 || funcname || hash || result7 || libp) ;
26506 }
26507 
26508 static int G__G__GL_369_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26509 {
26510       G__letint(result7, 105, (long) TGLOvlSelectRecord::DeclFileLine());
26511    return(1 || funcname || hash || result7 || libp) ;
26512 }
26513 
26514 // automatic destructor
26515 typedef TGLOvlSelectRecord G__TTGLOvlSelectRecord;
26516 static int G__G__GL_369_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26517 {
26518    char* gvp = (char*) G__getgvp();
26519    long soff = G__getstructoffset();
26520    int n = G__getaryconstruct();
26521    //
26522    //has_a_delete: 0
26523    //has_own_delete1arg: 0
26524    //has_own_delete2arg: 0
26525    //
26526    if (!soff) {
26527      return(1);
26528    }
26529    if (n) {
26530      if (gvp == (char*)G__PVOID) {
26531        delete[] (TGLOvlSelectRecord*) soff;
26532      } else {
26533        G__setgvp((long) G__PVOID);
26534        for (int i = n - 1; i >= 0; --i) {
26535          ((TGLOvlSelectRecord*) (soff+(sizeof(TGLOvlSelectRecord)*i)))->~G__TTGLOvlSelectRecord();
26536        }
26537        G__setgvp((long)gvp);
26538      }
26539    } else {
26540      if (gvp == (char*)G__PVOID) {
26541        delete (TGLOvlSelectRecord*) soff;
26542      } else {
26543        G__setgvp((long) G__PVOID);
26544        ((TGLOvlSelectRecord*) (soff))->~G__TTGLOvlSelectRecord();
26545        G__setgvp((long)gvp);
26546      }
26547    }
26548    G__setnull(result7);
26549    return(1 || funcname || hash || result7 || libp) ;
26550 }
26551 
26552 
26553 /* TGLOverlayElement */
26554 static int G__G__GL_370_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26555 {
26556       G__letint(result7, 103, (long) ((TGLOverlayElement*) G__getstructoffset())->MouseEnter(*(TGLOvlSelectRecord*) libp->para[0].ref));
26557    return(1 || funcname || hash || result7 || libp) ;
26558 }
26559 
26560 static int G__G__GL_370_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26561 {
26562       G__letint(result7, 103, (long) ((TGLOverlayElement*) G__getstructoffset())->MouseStillInside(*(TGLOvlSelectRecord*) libp->para[0].ref));
26563    return(1 || funcname || hash || result7 || libp) ;
26564 }
26565 
26566 static int G__G__GL_370_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26567 {
26568       G__letint(result7, 103, (long) ((TGLOverlayElement*) G__getstructoffset())->Handle(*(TGLRnrCtx*) libp->para[0].ref, *(TGLOvlSelectRecord*) libp->para[1].ref
26569 , (Event_t*) G__int(libp->para[2])));
26570    return(1 || funcname || hash || result7 || libp) ;
26571 }
26572 
26573 static int G__G__GL_370_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26574 {
26575       ((TGLOverlayElement*) G__getstructoffset())->MouseLeave();
26576       G__setnull(result7);
26577    return(1 || funcname || hash || result7 || libp) ;
26578 }
26579 
26580 static int G__G__GL_370_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26581 {
26582       ((TGLOverlayElement*) G__getstructoffset())->Render(*(TGLRnrCtx*) libp->para[0].ref);
26583       G__setnull(result7);
26584    return(1 || funcname || hash || result7 || libp) ;
26585 }
26586 
26587 static int G__G__GL_370_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26588 {
26589       G__letint(result7, 105, (long) ((const TGLOverlayElement*) G__getstructoffset())->GetRole());
26590    return(1 || funcname || hash || result7 || libp) ;
26591 }
26592 
26593 static int G__G__GL_370_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26594 {
26595       ((TGLOverlayElement*) G__getstructoffset())->SetRole((TGLOverlayElement::ERole) G__int(libp->para[0]));
26596       G__setnull(result7);
26597    return(1 || funcname || hash || result7 || libp) ;
26598 }
26599 
26600 static int G__G__GL_370_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26601 {
26602       G__letint(result7, 105, (long) ((const TGLOverlayElement*) G__getstructoffset())->GetState());
26603    return(1 || funcname || hash || result7 || libp) ;
26604 }
26605 
26606 static int G__G__GL_370_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26607 {
26608       ((TGLOverlayElement*) G__getstructoffset())->SetState((TGLOverlayElement::EState) G__int(libp->para[0]));
26609       G__setnull(result7);
26610    return(1 || funcname || hash || result7 || libp) ;
26611 }
26612 
26613 static int G__G__GL_370_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26614 {
26615       ((TGLOverlayElement*) G__getstructoffset())->SetBinaryState((Bool_t) G__int(libp->para[0]));
26616       G__setnull(result7);
26617    return(1 || funcname || hash || result7 || libp) ;
26618 }
26619 
26620 static int G__G__GL_370_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26621 {
26622       G__letint(result7, 85, (long) TGLOverlayElement::Class());
26623    return(1 || funcname || hash || result7 || libp) ;
26624 }
26625 
26626 static int G__G__GL_370_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26627 {
26628       G__letint(result7, 67, (long) TGLOverlayElement::Class_Name());
26629    return(1 || funcname || hash || result7 || libp) ;
26630 }
26631 
26632 static int G__G__GL_370_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26633 {
26634       G__letint(result7, 115, (long) TGLOverlayElement::Class_Version());
26635    return(1 || funcname || hash || result7 || libp) ;
26636 }
26637 
26638 static int G__G__GL_370_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26639 {
26640       TGLOverlayElement::Dictionary();
26641       G__setnull(result7);
26642    return(1 || funcname || hash || result7 || libp) ;
26643 }
26644 
26645 static int G__G__GL_370_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26646 {
26647       G__letint(result7, 85, (long) ((const TGLOverlayElement*) G__getstructoffset())->IsA());
26648    return(1 || funcname || hash || result7 || libp) ;
26649 }
26650 
26651 static int G__G__GL_370_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26652 {
26653       ((TGLOverlayElement*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
26654       G__setnull(result7);
26655    return(1 || funcname || hash || result7 || libp) ;
26656 }
26657 
26658 static int G__G__GL_370_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26659 {
26660       ((TGLOverlayElement*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
26661       G__setnull(result7);
26662    return(1 || funcname || hash || result7 || libp) ;
26663 }
26664 
26665 static int G__G__GL_370_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26666 {
26667       ((TGLOverlayElement*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26668       G__setnull(result7);
26669    return(1 || funcname || hash || result7 || libp) ;
26670 }
26671 
26672 static int G__G__GL_370_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26673 {
26674       G__letint(result7, 67, (long) TGLOverlayElement::DeclFileName());
26675    return(1 || funcname || hash || result7 || libp) ;
26676 }
26677 
26678 static int G__G__GL_370_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26679 {
26680       G__letint(result7, 105, (long) TGLOverlayElement::ImplFileLine());
26681    return(1 || funcname || hash || result7 || libp) ;
26682 }
26683 
26684 static int G__G__GL_370_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26685 {
26686       G__letint(result7, 67, (long) TGLOverlayElement::ImplFileName());
26687    return(1 || funcname || hash || result7 || libp) ;
26688 }
26689 
26690 static int G__G__GL_370_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26691 {
26692       G__letint(result7, 105, (long) TGLOverlayElement::DeclFileLine());
26693    return(1 || funcname || hash || result7 || libp) ;
26694 }
26695 
26696 // automatic destructor
26697 typedef TGLOverlayElement G__TTGLOverlayElement;
26698 static int G__G__GL_370_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26699 {
26700    char* gvp = (char*) G__getgvp();
26701    long soff = G__getstructoffset();
26702    int n = G__getaryconstruct();
26703    //
26704    //has_a_delete: 0
26705    //has_own_delete1arg: 0
26706    //has_own_delete2arg: 0
26707    //
26708    if (!soff) {
26709      return(1);
26710    }
26711    if (n) {
26712      if (gvp == (char*)G__PVOID) {
26713        delete[] (TGLOverlayElement*) soff;
26714      } else {
26715        G__setgvp((long) G__PVOID);
26716        for (int i = n - 1; i >= 0; --i) {
26717          ((TGLOverlayElement*) (soff+(sizeof(TGLOverlayElement)*i)))->~G__TTGLOverlayElement();
26718        }
26719        G__setgvp((long)gvp);
26720      }
26721    } else {
26722      if (gvp == (char*)G__PVOID) {
26723        delete (TGLOverlayElement*) soff;
26724      } else {
26725        G__setgvp((long) G__PVOID);
26726        ((TGLOverlayElement*) (soff))->~G__TTGLOverlayElement();
26727        G__setgvp((long)gvp);
26728      }
26729    }
26730    G__setnull(result7);
26731    return(1 || funcname || hash || result7 || libp) ;
26732 }
26733 
26734 
26735 /* TGLOverlayList */
26736 static int G__G__GL_373_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26737 {
26738    TGLOverlayList* p = NULL;
26739    char* gvp = (char*) G__getgvp();
26740    int n = G__getaryconstruct();
26741    if (n) {
26742      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26743        p = new TGLOverlayList[n];
26744      } else {
26745        p = new((void*) gvp) TGLOverlayList[n];
26746      }
26747    } else {
26748      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26749        p = new TGLOverlayList;
26750      } else {
26751        p = new((void*) gvp) TGLOverlayList;
26752      }
26753    }
26754    result7->obj.i = (long) p;
26755    result7->ref = (long) p;
26756    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayList));
26757    return(1 || funcname || hash || result7 || libp) ;
26758 }
26759 
26760 static int G__G__GL_373_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26761 {
26762       G__letint(result7, 85, (long) TGLOverlayList::Class());
26763    return(1 || funcname || hash || result7 || libp) ;
26764 }
26765 
26766 static int G__G__GL_373_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26767 {
26768       G__letint(result7, 67, (long) TGLOverlayList::Class_Name());
26769    return(1 || funcname || hash || result7 || libp) ;
26770 }
26771 
26772 static int G__G__GL_373_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26773 {
26774       G__letint(result7, 115, (long) TGLOverlayList::Class_Version());
26775    return(1 || funcname || hash || result7 || libp) ;
26776 }
26777 
26778 static int G__G__GL_373_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26779 {
26780       TGLOverlayList::Dictionary();
26781       G__setnull(result7);
26782    return(1 || funcname || hash || result7 || libp) ;
26783 }
26784 
26785 static int G__G__GL_373_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26786 {
26787       G__letint(result7, 85, (long) ((const TGLOverlayList*) G__getstructoffset())->IsA());
26788    return(1 || funcname || hash || result7 || libp) ;
26789 }
26790 
26791 static int G__G__GL_373_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26792 {
26793       ((TGLOverlayList*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
26794       G__setnull(result7);
26795    return(1 || funcname || hash || result7 || libp) ;
26796 }
26797 
26798 static int G__G__GL_373_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26799 {
26800       ((TGLOverlayList*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
26801       G__setnull(result7);
26802    return(1 || funcname || hash || result7 || libp) ;
26803 }
26804 
26805 static int G__G__GL_373_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26806 {
26807       ((TGLOverlayList*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
26808       G__setnull(result7);
26809    return(1 || funcname || hash || result7 || libp) ;
26810 }
26811 
26812 static int G__G__GL_373_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26813 {
26814       G__letint(result7, 67, (long) TGLOverlayList::DeclFileName());
26815    return(1 || funcname || hash || result7 || libp) ;
26816 }
26817 
26818 static int G__G__GL_373_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26819 {
26820       G__letint(result7, 105, (long) TGLOverlayList::ImplFileLine());
26821    return(1 || funcname || hash || result7 || libp) ;
26822 }
26823 
26824 static int G__G__GL_373_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26825 {
26826       G__letint(result7, 67, (long) TGLOverlayList::ImplFileName());
26827    return(1 || funcname || hash || result7 || libp) ;
26828 }
26829 
26830 static int G__G__GL_373_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26831 {
26832       G__letint(result7, 105, (long) TGLOverlayList::DeclFileLine());
26833    return(1 || funcname || hash || result7 || libp) ;
26834 }
26835 
26836 // automatic destructor
26837 typedef TGLOverlayList G__TTGLOverlayList;
26838 static int G__G__GL_373_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26839 {
26840    char* gvp = (char*) G__getgvp();
26841    long soff = G__getstructoffset();
26842    int n = G__getaryconstruct();
26843    //
26844    //has_a_delete: 0
26845    //has_own_delete1arg: 0
26846    //has_own_delete2arg: 0
26847    //
26848    if (!soff) {
26849      return(1);
26850    }
26851    if (n) {
26852      if (gvp == (char*)G__PVOID) {
26853        delete[] (TGLOverlayList*) soff;
26854      } else {
26855        G__setgvp((long) G__PVOID);
26856        for (int i = n - 1; i >= 0; --i) {
26857          ((TGLOverlayList*) (soff+(sizeof(TGLOverlayList)*i)))->~G__TTGLOverlayList();
26858        }
26859        G__setgvp((long)gvp);
26860      }
26861    } else {
26862      if (gvp == (char*)G__PVOID) {
26863        delete (TGLOverlayList*) soff;
26864      } else {
26865        G__setgvp((long) G__PVOID);
26866        ((TGLOverlayList*) (soff))->~G__TTGLOverlayList();
26867        G__setgvp((long)gvp);
26868      }
26869    }
26870    G__setnull(result7);
26871    return(1 || funcname || hash || result7 || libp) ;
26872 }
26873 
26874 
26875 /* TGLFontManager */
26876 static int G__G__GL_380_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26877 {
26878    TGLFontManager* p = NULL;
26879    char* gvp = (char*) G__getgvp();
26880    int n = G__getaryconstruct();
26881    if (n) {
26882      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26883        p = new TGLFontManager[n];
26884      } else {
26885        p = new((void*) gvp) TGLFontManager[n];
26886      }
26887    } else {
26888      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
26889        p = new TGLFontManager;
26890      } else {
26891        p = new((void*) gvp) TGLFontManager;
26892      }
26893    }
26894    result7->obj.i = (long) p;
26895    result7->ref = (long) p;
26896    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
26897    return(1 || funcname || hash || result7 || libp) ;
26898 }
26899 
26900 static int G__G__GL_380_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26901 {
26902       ((TGLFontManager*) G__getstructoffset())->RegisterFont((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
26903 , (TGLFont::EMode) G__int(libp->para[2]), *(TGLFont*) libp->para[3].ref);
26904       G__setnull(result7);
26905    return(1 || funcname || hash || result7 || libp) ;
26906 }
26907 
26908 static int G__G__GL_380_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26909 {
26910       ((TGLFontManager*) G__getstructoffset())->RegisterFont((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
26911 , (TGLFont::EMode) G__int(libp->para[2]), *(TGLFont*) libp->para[3].ref);
26912       G__setnull(result7);
26913    return(1 || funcname || hash || result7 || libp) ;
26914 }
26915 
26916 static int G__G__GL_380_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26917 {
26918       ((TGLFontManager*) G__getstructoffset())->ReleaseFont(*(TGLFont*) libp->para[0].ref);
26919       G__setnull(result7);
26920    return(1 || funcname || hash || result7 || libp) ;
26921 }
26922 
26923 static int G__G__GL_380_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26924 {
26925       G__letint(result7, 85, (long) TGLFontManager::GetFontFileArray());
26926    return(1 || funcname || hash || result7 || libp) ;
26927 }
26928 
26929 static int G__G__GL_380_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26930 {
26931       G__letint(result7, 85, (long) TGLFontManager::GetFontSizeArray());
26932    return(1 || funcname || hash || result7 || libp) ;
26933 }
26934 
26935 static int G__G__GL_380_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26936 {
26937       G__letint(result7, 105, (long) TGLFontManager::GetFontSize((Int_t) G__int(libp->para[0])));
26938    return(1 || funcname || hash || result7 || libp) ;
26939 }
26940 
26941 static int G__G__GL_380_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26942 {
26943       G__letint(result7, 105, (long) TGLFontManager::GetFontSize((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
26944 , (Int_t) G__int(libp->para[2])));
26945    return(1 || funcname || hash || result7 || libp) ;
26946 }
26947 
26948 static int G__G__GL_380_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26949 {
26950       G__letint(result7, 67, (long) TGLFontManager::GetFontNameFromId((Int_t) G__int(libp->para[0])));
26951    return(1 || funcname || hash || result7 || libp) ;
26952 }
26953 
26954 static int G__G__GL_380_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26955 {
26956       ((TGLFontManager*) G__getstructoffset())->ClearFontTrash();
26957       G__setnull(result7);
26958    return(1 || funcname || hash || result7 || libp) ;
26959 }
26960 
26961 static int G__G__GL_380_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26962 {
26963       G__letint(result7, 85, (long) TGLFontManager::Class());
26964    return(1 || funcname || hash || result7 || libp) ;
26965 }
26966 
26967 static int G__G__GL_380_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26968 {
26969       G__letint(result7, 67, (long) TGLFontManager::Class_Name());
26970    return(1 || funcname || hash || result7 || libp) ;
26971 }
26972 
26973 static int G__G__GL_380_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26974 {
26975       G__letint(result7, 115, (long) TGLFontManager::Class_Version());
26976    return(1 || funcname || hash || result7 || libp) ;
26977 }
26978 
26979 static int G__G__GL_380_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26980 {
26981       TGLFontManager::Dictionary();
26982       G__setnull(result7);
26983    return(1 || funcname || hash || result7 || libp) ;
26984 }
26985 
26986 static int G__G__GL_380_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26987 {
26988       G__letint(result7, 85, (long) ((const TGLFontManager*) G__getstructoffset())->IsA());
26989    return(1 || funcname || hash || result7 || libp) ;
26990 }
26991 
26992 static int G__G__GL_380_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
26993 {
26994       ((TGLFontManager*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
26995       G__setnull(result7);
26996    return(1 || funcname || hash || result7 || libp) ;
26997 }
26998 
26999 static int G__G__GL_380_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27000 {
27001       ((TGLFontManager*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
27002       G__setnull(result7);
27003    return(1 || funcname || hash || result7 || libp) ;
27004 }
27005 
27006 static int G__G__GL_380_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27007 {
27008       ((TGLFontManager*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
27009       G__setnull(result7);
27010    return(1 || funcname || hash || result7 || libp) ;
27011 }
27012 
27013 static int G__G__GL_380_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27014 {
27015       G__letint(result7, 67, (long) TGLFontManager::DeclFileName());
27016    return(1 || funcname || hash || result7 || libp) ;
27017 }
27018 
27019 static int G__G__GL_380_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27020 {
27021       G__letint(result7, 105, (long) TGLFontManager::ImplFileLine());
27022    return(1 || funcname || hash || result7 || libp) ;
27023 }
27024 
27025 static int G__G__GL_380_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27026 {
27027       G__letint(result7, 67, (long) TGLFontManager::ImplFileName());
27028    return(1 || funcname || hash || result7 || libp) ;
27029 }
27030 
27031 static int G__G__GL_380_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27032 {
27033       G__letint(result7, 105, (long) TGLFontManager::DeclFileLine());
27034    return(1 || funcname || hash || result7 || libp) ;
27035 }
27036 
27037 // automatic destructor
27038 typedef TGLFontManager G__TTGLFontManager;
27039 static int G__G__GL_380_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27040 {
27041    char* gvp = (char*) G__getgvp();
27042    long soff = G__getstructoffset();
27043    int n = G__getaryconstruct();
27044    //
27045    //has_a_delete: 0
27046    //has_own_delete1arg: 0
27047    //has_own_delete2arg: 0
27048    //
27049    if (!soff) {
27050      return(1);
27051    }
27052    if (n) {
27053      if (gvp == (char*)G__PVOID) {
27054        delete[] (TGLFontManager*) soff;
27055      } else {
27056        G__setgvp((long) G__PVOID);
27057        for (int i = n - 1; i >= 0; --i) {
27058          ((TGLFontManager*) (soff+(sizeof(TGLFontManager)*i)))->~G__TTGLFontManager();
27059        }
27060        G__setgvp((long)gvp);
27061      }
27062    } else {
27063      if (gvp == (char*)G__PVOID) {
27064        delete (TGLFontManager*) soff;
27065      } else {
27066        G__setgvp((long) G__PVOID);
27067        ((TGLFontManager*) (soff))->~G__TTGLFontManager();
27068        G__setgvp((long)gvp);
27069      }
27070    }
27071    G__setnull(result7);
27072    return(1 || funcname || hash || result7 || libp) ;
27073 }
27074 
27075 
27076 /* TGLFont */
27077 static int G__G__GL_381_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27078 {
27079    TGLFont* p = NULL;
27080    char* gvp = (char*) G__getgvp();
27081    int n = G__getaryconstruct();
27082    if (n) {
27083      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27084        p = new TGLFont[n];
27085      } else {
27086        p = new((void*) gvp) TGLFont[n];
27087      }
27088    } else {
27089      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27090        p = new TGLFont;
27091      } else {
27092        p = new((void*) gvp) TGLFont;
27093      }
27094    }
27095    result7->obj.i = (long) p;
27096    result7->ref = (long) p;
27097    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFont));
27098    return(1 || funcname || hash || result7 || libp) ;
27099 }
27100 
27101 static int G__G__GL_381_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27102 {
27103    TGLFont* p = NULL;
27104    char* gvp = (char*) G__getgvp();
27105    switch (libp->paran) {
27106    case 5:
27107      //m: 5
27108      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27109        p = new TGLFont(
27110 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
27111 , (TGLFont::EMode) G__int(libp->para[2]), (FTFont*) G__int(libp->para[3])
27112 , (TGLFontManager*) G__int(libp->para[4]));
27113      } else {
27114        p = new((void*) gvp) TGLFont(
27115 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
27116 , (TGLFont::EMode) G__int(libp->para[2]), (FTFont*) G__int(libp->para[3])
27117 , (TGLFontManager*) G__int(libp->para[4]));
27118      }
27119      break;
27120    case 4:
27121      //m: 4
27122      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27123        p = new TGLFont(
27124 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
27125 , (TGLFont::EMode) G__int(libp->para[2]), (FTFont*) G__int(libp->para[3]));
27126      } else {
27127        p = new((void*) gvp) TGLFont(
27128 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
27129 , (TGLFont::EMode) G__int(libp->para[2]), (FTFont*) G__int(libp->para[3]));
27130      }
27131      break;
27132    case 3:
27133      //m: 3
27134      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27135        p = new TGLFont(
27136 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
27137 , (TGLFont::EMode) G__int(libp->para[2]));
27138      } else {
27139        p = new((void*) gvp) TGLFont(
27140 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
27141 , (TGLFont::EMode) G__int(libp->para[2]));
27142      }
27143      break;
27144    }
27145    result7->obj.i = (long) p;
27146    result7->ref = (long) p;
27147    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFont));
27148    return(1 || funcname || hash || result7 || libp) ;
27149 }
27150 
27151 static int G__G__GL_381_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27152 {
27153    TGLFont* p = NULL;
27154    char* gvp = (char*) G__getgvp();
27155    //m: 1
27156    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27157      p = new TGLFont(*(TGLFont*) libp->para[0].ref);
27158    } else {
27159      p = new((void*) gvp) TGLFont(*(TGLFont*) libp->para[0].ref);
27160    }
27161    result7->obj.i = (long) p;
27162    result7->ref = (long) p;
27163    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFont));
27164    return(1 || funcname || hash || result7 || libp) ;
27165 }
27166 
27167 static int G__G__GL_381_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27168 {
27169       ((TGLFont*) G__getstructoffset())->CopyAttributes(*(TGLFont*) libp->para[0].ref);
27170       G__setnull(result7);
27171    return(1 || funcname || hash || result7 || libp) ;
27172 }
27173 
27174 static int G__G__GL_381_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27175 {
27176       G__letint(result7, 105, (long) ((const TGLFont*) G__getstructoffset())->GetSize());
27177    return(1 || funcname || hash || result7 || libp) ;
27178 }
27179 
27180 static int G__G__GL_381_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27181 {
27182       G__letint(result7, 105, (long) ((const TGLFont*) G__getstructoffset())->GetFile());
27183    return(1 || funcname || hash || result7 || libp) ;
27184 }
27185 
27186 static int G__G__GL_381_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27187 {
27188       G__letint(result7, 105, (long) ((const TGLFont*) G__getstructoffset())->GetMode());
27189    return(1 || funcname || hash || result7 || libp) ;
27190 }
27191 
27192 static int G__G__GL_381_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27193 {
27194       G__letint(result7, 105, (long) ((const TGLFont*) G__getstructoffset())->GetTrashCount());
27195    return(1 || funcname || hash || result7 || libp) ;
27196 }
27197 
27198 static int G__G__GL_381_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27199 {
27200       ((const TGLFont*) G__getstructoffset())->SetTrashCount((Int_t) G__int(libp->para[0]));
27201       G__setnull(result7);
27202    return(1 || funcname || hash || result7 || libp) ;
27203 }
27204 
27205 static int G__G__GL_381_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27206 {
27207       G__letint(result7, 105, (long) ((const TGLFont*) G__getstructoffset())->IncTrashCount());
27208    return(1 || funcname || hash || result7 || libp) ;
27209 }
27210 
27211 static int G__G__GL_381_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27212 {
27213       ((TGLFont*) G__getstructoffset())->SetFont((FTFont*) G__int(libp->para[0]));
27214       G__setnull(result7);
27215    return(1 || funcname || hash || result7 || libp) ;
27216 }
27217 
27218 static int G__G__GL_381_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27219 {
27220       G__letint(result7, 85, (long) ((const TGLFont*) G__getstructoffset())->GetFont());
27221    return(1 || funcname || hash || result7 || libp) ;
27222 }
27223 
27224 static int G__G__GL_381_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27225 {
27226       ((TGLFont*) G__getstructoffset())->SetManager((TGLFontManager*) G__int(libp->para[0]));
27227       G__setnull(result7);
27228    return(1 || funcname || hash || result7 || libp) ;
27229 }
27230 
27231 static int G__G__GL_381_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27232 {
27233       G__letint(result7, 85, (long) ((const TGLFont*) G__getstructoffset())->GetManager());
27234    return(1 || funcname || hash || result7 || libp) ;
27235 }
27236 
27237 static int G__G__GL_381_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27238 {
27239       G__letdouble(result7, 102, (double) ((const TGLFont*) G__getstructoffset())->GetDepth());
27240    return(1 || funcname || hash || result7 || libp) ;
27241 }
27242 
27243 static int G__G__GL_381_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27244 {
27245       ((TGLFont*) G__getstructoffset())->SetDepth((Float_t) G__double(libp->para[0]));
27246       G__setnull(result7);
27247    return(1 || funcname || hash || result7 || libp) ;
27248 }
27249 
27250 static int G__G__GL_381_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27251 {
27252       G__letdouble(result7, 102, (double) ((const TGLFont*) G__getstructoffset())->GetAscent());
27253    return(1 || funcname || hash || result7 || libp) ;
27254 }
27255 
27256 static int G__G__GL_381_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27257 {
27258       G__letdouble(result7, 102, (double) ((const TGLFont*) G__getstructoffset())->GetDescent());
27259    return(1 || funcname || hash || result7 || libp) ;
27260 }
27261 
27262 static int G__G__GL_381_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27263 {
27264       G__letdouble(result7, 102, (double) ((const TGLFont*) G__getstructoffset())->GetLineHeight());
27265    return(1 || funcname || hash || result7 || libp) ;
27266 }
27267 
27268 static int G__G__GL_381_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27269 {
27270    switch (libp->paran) {
27271    case 4:
27272       ((const TGLFont*) G__getstructoffset())->MeasureBaseLineParams(*(Float_t*) G__Floatref(&libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1])
27273 , *(Float_t*) G__Floatref(&libp->para[2]), (const char*) G__int(libp->para[3]));
27274       G__setnull(result7);
27275       break;
27276    case 3:
27277       ((const TGLFont*) G__getstructoffset())->MeasureBaseLineParams(*(Float_t*) G__Floatref(&libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1])
27278 , *(Float_t*) G__Floatref(&libp->para[2]));
27279       G__setnull(result7);
27280       break;
27281    }
27282    return(1 || funcname || hash || result7 || libp) ;
27283 }
27284 
27285 static int G__G__GL_381_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27286 {
27287       ((const TGLFont*) G__getstructoffset())->BBox(
27288 (const char*) G__int(libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1])
27289 , *(Float_t*) G__Floatref(&libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3])
27290 , *(Float_t*) G__Floatref(&libp->para[4]), *(Float_t*) G__Floatref(&libp->para[5])
27291 , *(Float_t*) G__Floatref(&libp->para[6]));
27292       G__setnull(result7);
27293    return(1 || funcname || hash || result7 || libp) ;
27294 }
27295 
27296 static int G__G__GL_381_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27297 {
27298       ((const TGLFont*) G__getstructoffset())->Render((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
27299 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
27300 , (Double_t) G__double(libp->para[4]));
27301       G__setnull(result7);
27302    return(1 || funcname || hash || result7 || libp) ;
27303 }
27304 
27305 static int G__G__GL_381_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27306 {
27307       ((const TGLFont*) G__getstructoffset())->Render(*(TString*) libp->para[0].ref);
27308       G__setnull(result7);
27309    return(1 || funcname || hash || result7 || libp) ;
27310 }
27311 
27312 static int G__G__GL_381_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27313 {
27314       ((const TGLFont*) G__getstructoffset())->Render(*(TString*) libp->para[0].ref, (Float_t) G__double(libp->para[1])
27315 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
27316 , (TGLFont::ETextAlignH_e) G__int(libp->para[4]), (TGLFont::ETextAlignV_e) G__int(libp->para[5]));
27317       G__setnull(result7);
27318    return(1 || funcname || hash || result7 || libp) ;
27319 }
27320 
27321 static int G__G__GL_381_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27322 {
27323    switch (libp->paran) {
27324    case 2:
27325       ((const TGLFont*) G__getstructoffset())->PreRender((Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
27326       G__setnull(result7);
27327       break;
27328    case 1:
27329       ((const TGLFont*) G__getstructoffset())->PreRender((Bool_t) G__int(libp->para[0]));
27330       G__setnull(result7);
27331       break;
27332    case 0:
27333       ((const TGLFont*) G__getstructoffset())->PreRender();
27334       G__setnull(result7);
27335       break;
27336    }
27337    return(1 || funcname || hash || result7 || libp) ;
27338 }
27339 
27340 static int G__G__GL_381_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27341 {
27342       ((const TGLFont*) G__getstructoffset())->PostRender();
27343       G__setnull(result7);
27344    return(1 || funcname || hash || result7 || libp) ;
27345 }
27346 
27347 static int G__G__GL_381_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27348 {
27349       G__letint(result7, 103, (long) ((const TGLFont*) G__getstructoffset())->operator<(*(TGLFont*) libp->para[0].ref));
27350    return(1 || funcname || hash || result7 || libp) ;
27351 }
27352 
27353 static int G__G__GL_381_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27354 {
27355       G__letint(result7, 85, (long) TGLFont::Class());
27356    return(1 || funcname || hash || result7 || libp) ;
27357 }
27358 
27359 static int G__G__GL_381_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27360 {
27361       G__letint(result7, 67, (long) TGLFont::Class_Name());
27362    return(1 || funcname || hash || result7 || libp) ;
27363 }
27364 
27365 static int G__G__GL_381_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27366 {
27367       G__letint(result7, 115, (long) TGLFont::Class_Version());
27368    return(1 || funcname || hash || result7 || libp) ;
27369 }
27370 
27371 static int G__G__GL_381_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27372 {
27373       TGLFont::Dictionary();
27374       G__setnull(result7);
27375    return(1 || funcname || hash || result7 || libp) ;
27376 }
27377 
27378 static int G__G__GL_381_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27379 {
27380       G__letint(result7, 85, (long) ((const TGLFont*) G__getstructoffset())->IsA());
27381    return(1 || funcname || hash || result7 || libp) ;
27382 }
27383 
27384 static int G__G__GL_381_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27385 {
27386       ((TGLFont*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
27387       G__setnull(result7);
27388    return(1 || funcname || hash || result7 || libp) ;
27389 }
27390 
27391 static int G__G__GL_381_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27392 {
27393       ((TGLFont*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
27394       G__setnull(result7);
27395    return(1 || funcname || hash || result7 || libp) ;
27396 }
27397 
27398 static int G__G__GL_381_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27399 {
27400       ((TGLFont*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
27401       G__setnull(result7);
27402    return(1 || funcname || hash || result7 || libp) ;
27403 }
27404 
27405 static int G__G__GL_381_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27406 {
27407       G__letint(result7, 67, (long) TGLFont::DeclFileName());
27408    return(1 || funcname || hash || result7 || libp) ;
27409 }
27410 
27411 static int G__G__GL_381_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27412 {
27413       G__letint(result7, 105, (long) TGLFont::ImplFileLine());
27414    return(1 || funcname || hash || result7 || libp) ;
27415 }
27416 
27417 static int G__G__GL_381_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27418 {
27419       G__letint(result7, 67, (long) TGLFont::ImplFileName());
27420    return(1 || funcname || hash || result7 || libp) ;
27421 }
27422 
27423 static int G__G__GL_381_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27424 {
27425       G__letint(result7, 105, (long) TGLFont::DeclFileLine());
27426    return(1 || funcname || hash || result7 || libp) ;
27427 }
27428 
27429 // automatic destructor
27430 typedef TGLFont G__TTGLFont;
27431 static int G__G__GL_381_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27432 {
27433    char* gvp = (char*) G__getgvp();
27434    long soff = G__getstructoffset();
27435    int n = G__getaryconstruct();
27436    //
27437    //has_a_delete: 0
27438    //has_own_delete1arg: 0
27439    //has_own_delete2arg: 0
27440    //
27441    if (!soff) {
27442      return(1);
27443    }
27444    if (n) {
27445      if (gvp == (char*)G__PVOID) {
27446        delete[] (TGLFont*) soff;
27447      } else {
27448        G__setgvp((long) G__PVOID);
27449        for (int i = n - 1; i >= 0; --i) {
27450          ((TGLFont*) (soff+(sizeof(TGLFont)*i)))->~G__TTGLFont();
27451        }
27452        G__setgvp((long)gvp);
27453      }
27454    } else {
27455      if (gvp == (char*)G__PVOID) {
27456        delete (TGLFont*) soff;
27457      } else {
27458        G__setgvp((long) G__PVOID);
27459        ((TGLFont*) (soff))->~G__TTGLFont();
27460        G__setgvp((long)gvp);
27461      }
27462    }
27463    G__setnull(result7);
27464    return(1 || funcname || hash || result7 || libp) ;
27465 }
27466 
27467 
27468 /* TGLViewerBase */
27469 static int G__G__GL_402_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27470 {
27471    TGLViewerBase* p = NULL;
27472    char* gvp = (char*) G__getgvp();
27473    int n = G__getaryconstruct();
27474    if (n) {
27475      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27476        p = new TGLViewerBase[n];
27477      } else {
27478        p = new((void*) gvp) TGLViewerBase[n];
27479      }
27480    } else {
27481      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27482        p = new TGLViewerBase;
27483      } else {
27484        p = new((void*) gvp) TGLViewerBase;
27485      }
27486    }
27487    result7->obj.i = (long) p;
27488    result7->ref = (long) p;
27489    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
27490    return(1 || funcname || hash || result7 || libp) ;
27491 }
27492 
27493 static int G__G__GL_402_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27494 {
27495       G__letint(result7, 85, (long) ((TGLViewerBase*) G__getstructoffset())->AddScene((TGLSceneBase*) G__int(libp->para[0])));
27496    return(1 || funcname || hash || result7 || libp) ;
27497 }
27498 
27499 static int G__G__GL_402_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27500 {
27501       ((TGLViewerBase*) G__getstructoffset())->RemoveScene((TGLSceneBase*) G__int(libp->para[0]));
27502       G__setnull(result7);
27503    return(1 || funcname || hash || result7 || libp) ;
27504 }
27505 
27506 static int G__G__GL_402_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27507 {
27508       ((TGLViewerBase*) G__getstructoffset())->RemoveAllScenes();
27509       G__setnull(result7);
27510    return(1 || funcname || hash || result7 || libp) ;
27511 }
27512 
27513 static int G__G__GL_402_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27514 {
27515       ((TGLViewerBase*) G__getstructoffset())->SceneDestructing((TGLSceneBase*) G__int(libp->para[0]));
27516       G__setnull(result7);
27517    return(1 || funcname || hash || result7 || libp) ;
27518 }
27519 
27520 static int G__G__GL_402_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27521 {
27522       G__letint(result7, 85, (long) ((TGLViewerBase*) G__getstructoffset())->GetSceneInfo((TGLSceneBase*) G__int(libp->para[0])));
27523    return(1 || funcname || hash || result7 || libp) ;
27524 }
27525 
27526 static int G__G__GL_402_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27527 {
27528       G__letint(result7, 85, (long) ((TGLViewerBase*) G__getstructoffset())->FindLogicalInScenes((TObject*) G__int(libp->para[0])));
27529    return(1 || funcname || hash || result7 || libp) ;
27530 }
27531 
27532 static int G__G__GL_402_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27533 {
27534       ((TGLViewerBase*) G__getstructoffset())->AddOverlayElement((TGLOverlayElement*) G__int(libp->para[0]));
27535       G__setnull(result7);
27536    return(1 || funcname || hash || result7 || libp) ;
27537 }
27538 
27539 static int G__G__GL_402_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27540 {
27541       ((TGLViewerBase*) G__getstructoffset())->RemoveOverlayElement((TGLOverlayElement*) G__int(libp->para[0]));
27542       G__setnull(result7);
27543    return(1 || funcname || hash || result7 || libp) ;
27544 }
27545 
27546 static int G__G__GL_402_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27547 {
27548       ((TGLViewerBase*) G__getstructoffset())->DeleteOverlayAnnotations();
27549       G__setnull(result7);
27550    return(1 || funcname || hash || result7 || libp) ;
27551 }
27552 
27553 static int G__G__GL_402_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27554 {
27555       ((TGLViewerBase*) G__getstructoffset())->DeleteOverlayElements((TGLOverlayElement::ERole) G__int(libp->para[0]));
27556       G__setnull(result7);
27557    return(1 || funcname || hash || result7 || libp) ;
27558 }
27559 
27560 static int G__G__GL_402_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27561 {
27562       G__letint(result7, 85, (long) ((const TGLViewerBase*) G__getstructoffset())->Clip());
27563    return(1 || funcname || hash || result7 || libp) ;
27564 }
27565 
27566 static int G__G__GL_402_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27567 {
27568       ((TGLViewerBase*) G__getstructoffset())->SetClip((TGLClip*) G__int(libp->para[0]));
27569       G__setnull(result7);
27570    return(1 || funcname || hash || result7 || libp) ;
27571 }
27572 
27573 static int G__G__GL_402_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27574 {
27575       G__letint(result7, 115, (long) ((const TGLViewerBase*) G__getstructoffset())->LOD());
27576    return(1 || funcname || hash || result7 || libp) ;
27577 }
27578 
27579 static int G__G__GL_402_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27580 {
27581       ((TGLViewerBase*) G__getstructoffset())->SetLOD((Short_t) G__int(libp->para[0]));
27582       G__setnull(result7);
27583    return(1 || funcname || hash || result7 || libp) ;
27584 }
27585 
27586 static int G__G__GL_402_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27587 {
27588       G__letint(result7, 115, (long) ((const TGLViewerBase*) G__getstructoffset())->Style());
27589    return(1 || funcname || hash || result7 || libp) ;
27590 }
27591 
27592 static int G__G__GL_402_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27593 {
27594       ((TGLViewerBase*) G__getstructoffset())->SetStyle((Short_t) G__int(libp->para[0]));
27595       G__setnull(result7);
27596    return(1 || funcname || hash || result7 || libp) ;
27597 }
27598 
27599 static int G__G__GL_402_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27600 {
27601       G__letdouble(result7, 102, (double) ((const TGLViewerBase*) G__getstructoffset())->WFLineW());
27602    return(1 || funcname || hash || result7 || libp) ;
27603 }
27604 
27605 static int G__G__GL_402_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27606 {
27607       ((TGLViewerBase*) G__getstructoffset())->SetWFLineW((Float_t) G__double(libp->para[0]));
27608       G__setnull(result7);
27609    return(1 || funcname || hash || result7 || libp) ;
27610 }
27611 
27612 static int G__G__GL_402_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27613 {
27614       G__letdouble(result7, 102, (double) ((const TGLViewerBase*) G__getstructoffset())->OLLineW());
27615    return(1 || funcname || hash || result7 || libp) ;
27616 }
27617 
27618 static int G__G__GL_402_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27619 {
27620       ((TGLViewerBase*) G__getstructoffset())->SetOLLineW((Float_t) G__double(libp->para[0]));
27621       G__setnull(result7);
27622    return(1 || funcname || hash || result7 || libp) ;
27623 }
27624 
27625 static int G__G__GL_402_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27626 {
27627       ((TGLViewerBase*) G__getstructoffset())->ResetSceneInfos();
27628       G__setnull(result7);
27629    return(1 || funcname || hash || result7 || libp) ;
27630 }
27631 
27632 static int G__G__GL_402_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27633 {
27634       ((TGLViewerBase*) G__getstructoffset())->Changed();
27635       G__setnull(result7);
27636    return(1 || funcname || hash || result7 || libp) ;
27637 }
27638 
27639 static int G__G__GL_402_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27640 {
27641       G__letint(result7, 103, (long) ((const TGLViewerBase*) G__getstructoffset())->IsChanged());
27642    return(1 || funcname || hash || result7 || libp) ;
27643 }
27644 
27645 static int G__G__GL_402_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27646 {
27647       ((TGLViewerBase*) G__getstructoffset())->MergeSceneBBoxes(*(TGLBoundingBox*) libp->para[0].ref);
27648       G__setnull(result7);
27649    return(1 || funcname || hash || result7 || libp) ;
27650 }
27651 
27652 static int G__G__GL_402_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27653 {
27654       ((TGLViewerBase*) G__getstructoffset())->PreRender();
27655       G__setnull(result7);
27656    return(1 || funcname || hash || result7 || libp) ;
27657 }
27658 
27659 static int G__G__GL_402_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27660 {
27661       ((TGLViewerBase*) G__getstructoffset())->Render();
27662       G__setnull(result7);
27663    return(1 || funcname || hash || result7 || libp) ;
27664 }
27665 
27666 static int G__G__GL_402_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27667 {
27668       ((TGLViewerBase*) G__getstructoffset())->RenderNonSelected();
27669       G__setnull(result7);
27670    return(1 || funcname || hash || result7 || libp) ;
27671 }
27672 
27673 static int G__G__GL_402_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27674 {
27675       ((TGLViewerBase*) G__getstructoffset())->RenderSelected();
27676       G__setnull(result7);
27677    return(1 || funcname || hash || result7 || libp) ;
27678 }
27679 
27680 static int G__G__GL_402_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27681 {
27682       ((TGLViewerBase*) G__getstructoffset())->RenderOverlay((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
27683       G__setnull(result7);
27684    return(1 || funcname || hash || result7 || libp) ;
27685 }
27686 
27687 static int G__G__GL_402_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27688 {
27689       ((TGLViewerBase*) G__getstructoffset())->PostRender();
27690       G__setnull(result7);
27691    return(1 || funcname || hash || result7 || libp) ;
27692 }
27693 
27694 static int G__G__GL_402_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27695 {
27696       ((TGLViewerBase*) G__getstructoffset())->PreRenderOverlaySelection();
27697       G__setnull(result7);
27698    return(1 || funcname || hash || result7 || libp) ;
27699 }
27700 
27701 static int G__G__GL_402_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27702 {
27703       ((TGLViewerBase*) G__getstructoffset())->PostRenderOverlaySelection();
27704       G__setnull(result7);
27705    return(1 || funcname || hash || result7 || libp) ;
27706 }
27707 
27708 static int G__G__GL_402_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27709 {
27710       G__letint(result7, 103, (long) ((TGLViewerBase*) G__getstructoffset())->ResolveSelectRecord(*(TGLSelectRecord*) libp->para[0].ref, (Int_t) G__int(libp->para[1])));
27711    return(1 || funcname || hash || result7 || libp) ;
27712 }
27713 
27714 static int G__G__GL_402_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27715 {
27716       G__letint(result7, 103, (long) ((TGLViewerBase*) G__getstructoffset())->FindClosestRecord(*(TGLSelectRecord*) libp->para[0].ref, *(Int_t*) G__Intref(&libp->para[1])));
27717    return(1 || funcname || hash || result7 || libp) ;
27718 }
27719 
27720 static int G__G__GL_402_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27721 {
27722       G__letint(result7, 103, (long) ((TGLViewerBase*) G__getstructoffset())->FindClosestOpaqueRecord(*(TGLSelectRecord*) libp->para[0].ref, *(Int_t*) G__Intref(&libp->para[1])));
27723    return(1 || funcname || hash || result7 || libp) ;
27724 }
27725 
27726 static int G__G__GL_402_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27727 {
27728       G__letint(result7, 103, (long) ((TGLViewerBase*) G__getstructoffset())->FindClosestOverlayRecord(*(TGLOvlSelectRecord*) libp->para[0].ref, *(Int_t*) G__Intref(&libp->para[1])));
27729    return(1 || funcname || hash || result7 || libp) ;
27730 }
27731 
27732 static int G__G__GL_402_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27733 {
27734       G__letint(result7, 85, (long) ((const TGLViewerBase*) G__getstructoffset())->GetRnrCtx());
27735    return(1 || funcname || hash || result7 || libp) ;
27736 }
27737 
27738 static int G__G__GL_402_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27739 {
27740       {
27741          const TGLRnrCtx& obj = ((const TGLViewerBase*) G__getstructoffset())->RnrCtx();
27742          result7->ref = (long) (&obj);
27743          result7->obj.i = (long) (&obj);
27744       }
27745    return(1 || funcname || hash || result7 || libp) ;
27746 }
27747 
27748 static int G__G__GL_402_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27749 {
27750       G__letint(result7, 85, (long) TGLViewerBase::Class());
27751    return(1 || funcname || hash || result7 || libp) ;
27752 }
27753 
27754 static int G__G__GL_402_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27755 {
27756       G__letint(result7, 67, (long) TGLViewerBase::Class_Name());
27757    return(1 || funcname || hash || result7 || libp) ;
27758 }
27759 
27760 static int G__G__GL_402_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27761 {
27762       G__letint(result7, 115, (long) TGLViewerBase::Class_Version());
27763    return(1 || funcname || hash || result7 || libp) ;
27764 }
27765 
27766 static int G__G__GL_402_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27767 {
27768       TGLViewerBase::Dictionary();
27769       G__setnull(result7);
27770    return(1 || funcname || hash || result7 || libp) ;
27771 }
27772 
27773 static int G__G__GL_402_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27774 {
27775       ((TGLViewerBase*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
27776       G__setnull(result7);
27777    return(1 || funcname || hash || result7 || libp) ;
27778 }
27779 
27780 static int G__G__GL_402_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27781 {
27782       G__letint(result7, 67, (long) TGLViewerBase::DeclFileName());
27783    return(1 || funcname || hash || result7 || libp) ;
27784 }
27785 
27786 static int G__G__GL_402_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27787 {
27788       G__letint(result7, 105, (long) TGLViewerBase::ImplFileLine());
27789    return(1 || funcname || hash || result7 || libp) ;
27790 }
27791 
27792 static int G__G__GL_402_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27793 {
27794       G__letint(result7, 67, (long) TGLViewerBase::ImplFileName());
27795    return(1 || funcname || hash || result7 || libp) ;
27796 }
27797 
27798 static int G__G__GL_402_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27799 {
27800       G__letint(result7, 105, (long) TGLViewerBase::DeclFileLine());
27801    return(1 || funcname || hash || result7 || libp) ;
27802 }
27803 
27804 // automatic destructor
27805 typedef TGLViewerBase G__TTGLViewerBase;
27806 static int G__G__GL_402_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27807 {
27808    char* gvp = (char*) G__getgvp();
27809    long soff = G__getstructoffset();
27810    int n = G__getaryconstruct();
27811    //
27812    //has_a_delete: 0
27813    //has_own_delete1arg: 0
27814    //has_own_delete2arg: 0
27815    //
27816    if (!soff) {
27817      return(1);
27818    }
27819    if (n) {
27820      if (gvp == (char*)G__PVOID) {
27821        delete[] (TGLViewerBase*) soff;
27822      } else {
27823        G__setgvp((long) G__PVOID);
27824        for (int i = n - 1; i >= 0; --i) {
27825          ((TGLViewerBase*) (soff+(sizeof(TGLViewerBase)*i)))->~G__TTGLViewerBase();
27826        }
27827        G__setgvp((long)gvp);
27828      }
27829    } else {
27830      if (gvp == (char*)G__PVOID) {
27831        delete (TGLViewerBase*) soff;
27832      } else {
27833        G__setgvp((long) G__PVOID);
27834        ((TGLViewerBase*) (soff))->~G__TTGLViewerBase();
27835        G__setgvp((long)gvp);
27836      }
27837    }
27838    G__setnull(result7);
27839    return(1 || funcname || hash || result7 || libp) ;
27840 }
27841 
27842 
27843 /* TGLAnnotation */
27844 static int G__G__GL_404_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27845 {
27846    TGLAnnotation* p = NULL;
27847    char* gvp = (char*) G__getgvp();
27848    //m: 4
27849    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27850      p = new TGLAnnotation(
27851 (TGLViewerBase*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27852 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
27853    } else {
27854      p = new((void*) gvp) TGLAnnotation(
27855 (TGLViewerBase*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27856 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
27857    }
27858    result7->obj.i = (long) p;
27859    result7->ref = (long) p;
27860    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation));
27861    return(1 || funcname || hash || result7 || libp) ;
27862 }
27863 
27864 static int G__G__GL_404_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27865 {
27866    TGLAnnotation* p = NULL;
27867    char* gvp = (char*) G__getgvp();
27868    //m: 5
27869    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
27870      p = new TGLAnnotation(
27871 (TGLViewerBase*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27872 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
27873 , *((TGLVector3*) G__int(libp->para[4])));
27874    } else {
27875      p = new((void*) gvp) TGLAnnotation(
27876 (TGLViewerBase*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
27877 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
27878 , *((TGLVector3*) G__int(libp->para[4])));
27879    }
27880    result7->obj.i = (long) p;
27881    result7->ref = (long) p;
27882    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation));
27883    return(1 || funcname || hash || result7 || libp) ;
27884 }
27885 
27886 static int G__G__GL_404_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27887 {
27888       ((TGLAnnotation*) G__getstructoffset())->SetText(*(TString*) libp->para[0].ref);
27889       G__setnull(result7);
27890    return(1 || funcname || hash || result7 || libp) ;
27891 }
27892 
27893 static int G__G__GL_404_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27894 {
27895       {
27896          const TString& obj = ((const TGLAnnotation*) G__getstructoffset())->GetText();
27897          result7->ref = (long) (&obj);
27898          result7->obj.i = (long) (&obj);
27899       }
27900    return(1 || funcname || hash || result7 || libp) ;
27901 }
27902 
27903 static int G__G__GL_404_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27904 {
27905       ((TGLAnnotation*) G__getstructoffset())->SetTransparency((Char_t) G__int(libp->para[0]));
27906       G__setnull(result7);
27907    return(1 || funcname || hash || result7 || libp) ;
27908 }
27909 
27910 static int G__G__GL_404_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27911 {
27912       G__letint(result7, 99, (long) ((const TGLAnnotation*) G__getstructoffset())->GetTransparency());
27913    return(1 || funcname || hash || result7 || libp) ;
27914 }
27915 
27916 static int G__G__GL_404_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27917 {
27918       ((TGLAnnotation*) G__getstructoffset())->SetUseColorSet((Bool_t) G__int(libp->para[0]));
27919       G__setnull(result7);
27920    return(1 || funcname || hash || result7 || libp) ;
27921 }
27922 
27923 static int G__G__GL_404_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27924 {
27925       G__letint(result7, 103, (long) ((const TGLAnnotation*) G__getstructoffset())->GetUseColorSet());
27926    return(1 || funcname || hash || result7 || libp) ;
27927 }
27928 
27929 static int G__G__GL_404_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27930 {
27931       ((TGLAnnotation*) G__getstructoffset())->SetBackColor((Color_t) G__int(libp->para[0]));
27932       G__setnull(result7);
27933    return(1 || funcname || hash || result7 || libp) ;
27934 }
27935 
27936 static int G__G__GL_404_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27937 {
27938       G__letint(result7, 115, (long) ((const TGLAnnotation*) G__getstructoffset())->GetBackColor());
27939    return(1 || funcname || hash || result7 || libp) ;
27940 }
27941 
27942 static int G__G__GL_404_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27943 {
27944       ((TGLAnnotation*) G__getstructoffset())->SetTextColor((Color_t) G__int(libp->para[0]));
27945       G__setnull(result7);
27946    return(1 || funcname || hash || result7 || libp) ;
27947 }
27948 
27949 static int G__G__GL_404_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27950 {
27951       G__letint(result7, 115, (long) ((const TGLAnnotation*) G__getstructoffset())->GetTextColor());
27952    return(1 || funcname || hash || result7 || libp) ;
27953 }
27954 
27955 static int G__G__GL_404_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27956 {
27957       ((TGLAnnotation*) G__getstructoffset())->SetTextSize((Float_t) G__double(libp->para[0]));
27958       G__setnull(result7);
27959    return(1 || funcname || hash || result7 || libp) ;
27960 }
27961 
27962 static int G__G__GL_404_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27963 {
27964       G__letdouble(result7, 102, (double) ((const TGLAnnotation*) G__getstructoffset())->GetTextSize());
27965    return(1 || funcname || hash || result7 || libp) ;
27966 }
27967 
27968 static int G__G__GL_404_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27969 {
27970       ((TGLAnnotation*) G__getstructoffset())->SetAllowClose((Bool_t) G__int(libp->para[0]));
27971       G__setnull(result7);
27972    return(1 || funcname || hash || result7 || libp) ;
27973 }
27974 
27975 static int G__G__GL_404_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27976 {
27977       G__letint(result7, 103, (long) ((const TGLAnnotation*) G__getstructoffset())->GetAllowClose());
27978    return(1 || funcname || hash || result7 || libp) ;
27979 }
27980 
27981 static int G__G__GL_404_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27982 {
27983       G__letint(result7, 105, (long) ((const TGLAnnotation*) G__getstructoffset())->GetTextAlign());
27984    return(1 || funcname || hash || result7 || libp) ;
27985 }
27986 
27987 static int G__G__GL_404_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27988 {
27989       ((TGLAnnotation*) G__getstructoffset())->SetTextAlign((TGLFont::ETextAlignH_e) G__int(libp->para[0]));
27990       G__setnull(result7);
27991    return(1 || funcname || hash || result7 || libp) ;
27992 }
27993 
27994 static int G__G__GL_404_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
27995 {
27996       ((TGLAnnotation*) G__getstructoffset())->CloseEditor();
27997       G__setnull(result7);
27998    return(1 || funcname || hash || result7 || libp) ;
27999 }
28000 
28001 static int G__G__GL_404_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28002 {
28003       ((TGLAnnotation*) G__getstructoffset())->UpdateText();
28004       G__setnull(result7);
28005    return(1 || funcname || hash || result7 || libp) ;
28006 }
28007 
28008 static int G__G__GL_404_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28009 {
28010       G__letint(result7, 85, (long) TGLAnnotation::Class());
28011    return(1 || funcname || hash || result7 || libp) ;
28012 }
28013 
28014 static int G__G__GL_404_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28015 {
28016       G__letint(result7, 67, (long) TGLAnnotation::Class_Name());
28017    return(1 || funcname || hash || result7 || libp) ;
28018 }
28019 
28020 static int G__G__GL_404_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28021 {
28022       G__letint(result7, 115, (long) TGLAnnotation::Class_Version());
28023    return(1 || funcname || hash || result7 || libp) ;
28024 }
28025 
28026 static int G__G__GL_404_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28027 {
28028       TGLAnnotation::Dictionary();
28029       G__setnull(result7);
28030    return(1 || funcname || hash || result7 || libp) ;
28031 }
28032 
28033 static int G__G__GL_404_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28034 {
28035       ((TGLAnnotation*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
28036       G__setnull(result7);
28037    return(1 || funcname || hash || result7 || libp) ;
28038 }
28039 
28040 static int G__G__GL_404_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28041 {
28042       G__letint(result7, 67, (long) TGLAnnotation::DeclFileName());
28043    return(1 || funcname || hash || result7 || libp) ;
28044 }
28045 
28046 static int G__G__GL_404_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28047 {
28048       G__letint(result7, 105, (long) TGLAnnotation::ImplFileLine());
28049    return(1 || funcname || hash || result7 || libp) ;
28050 }
28051 
28052 static int G__G__GL_404_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28053 {
28054       G__letint(result7, 67, (long) TGLAnnotation::ImplFileName());
28055    return(1 || funcname || hash || result7 || libp) ;
28056 }
28057 
28058 static int G__G__GL_404_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28059 {
28060       G__letint(result7, 105, (long) TGLAnnotation::DeclFileLine());
28061    return(1 || funcname || hash || result7 || libp) ;
28062 }
28063 
28064 // automatic destructor
28065 typedef TGLAnnotation G__TTGLAnnotation;
28066 static int G__G__GL_404_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28067 {
28068    char* gvp = (char*) G__getgvp();
28069    long soff = G__getstructoffset();
28070    int n = G__getaryconstruct();
28071    //
28072    //has_a_delete: 0
28073    //has_own_delete1arg: 0
28074    //has_own_delete2arg: 0
28075    //
28076    if (!soff) {
28077      return(1);
28078    }
28079    if (n) {
28080      if (gvp == (char*)G__PVOID) {
28081        delete[] (TGLAnnotation*) soff;
28082      } else {
28083        G__setgvp((long) G__PVOID);
28084        for (int i = n - 1; i >= 0; --i) {
28085          ((TGLAnnotation*) (soff+(sizeof(TGLAnnotation)*i)))->~G__TTGLAnnotation();
28086        }
28087        G__setgvp((long)gvp);
28088      }
28089    } else {
28090      if (gvp == (char*)G__PVOID) {
28091        delete (TGLAnnotation*) soff;
28092      } else {
28093        G__setgvp((long) G__PVOID);
28094        ((TGLAnnotation*) (soff))->~G__TTGLAnnotation();
28095        G__setgvp((long)gvp);
28096      }
28097    }
28098    G__setnull(result7);
28099    return(1 || funcname || hash || result7 || libp) ;
28100 }
28101 
28102 
28103 /* TGLAutoRotator */
28104 static int G__G__GL_408_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28105 {
28106    TGLAutoRotator* p = NULL;
28107    char* gvp = (char*) G__getgvp();
28108    //m: 1
28109    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28110      p = new TGLAutoRotator((TGLViewer*) G__int(libp->para[0]));
28111    } else {
28112      p = new((void*) gvp) TGLAutoRotator((TGLViewer*) G__int(libp->para[0]));
28113    }
28114    result7->obj.i = (long) p;
28115    result7->ref = (long) p;
28116    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator));
28117    return(1 || funcname || hash || result7 || libp) ;
28118 }
28119 
28120 static int G__G__GL_408_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28121 {
28122       G__letint(result7, 85, (long) ((const TGLAutoRotator*) G__getstructoffset())->GetCamera());
28123    return(1 || funcname || hash || result7 || libp) ;
28124 }
28125 
28126 static int G__G__GL_408_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28127 {
28128       ((TGLAutoRotator*) G__getstructoffset())->Start();
28129       G__setnull(result7);
28130    return(1 || funcname || hash || result7 || libp) ;
28131 }
28132 
28133 static int G__G__GL_408_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28134 {
28135       ((TGLAutoRotator*) G__getstructoffset())->Stop();
28136       G__setnull(result7);
28137    return(1 || funcname || hash || result7 || libp) ;
28138 }
28139 
28140 static int G__G__GL_408_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28141 {
28142       ((TGLAutoRotator*) G__getstructoffset())->Timeout();
28143       G__setnull(result7);
28144    return(1 || funcname || hash || result7 || libp) ;
28145 }
28146 
28147 static int G__G__GL_408_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28148 {
28149       G__letint(result7, 103, (long) ((const TGLAutoRotator*) G__getstructoffset())->IsRunning());
28150    return(1 || funcname || hash || result7 || libp) ;
28151 }
28152 
28153 static int G__G__GL_408_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28154 {
28155       G__letdouble(result7, 100, (double) ((const TGLAutoRotator*) G__getstructoffset())->GetDt());
28156    return(1 || funcname || hash || result7 || libp) ;
28157 }
28158 
28159 static int G__G__GL_408_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28160 {
28161       ((TGLAutoRotator*) G__getstructoffset())->SetDt((Double_t) G__double(libp->para[0]));
28162       G__setnull(result7);
28163    return(1 || funcname || hash || result7 || libp) ;
28164 }
28165 
28166 static int G__G__GL_408_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28167 {
28168       G__letdouble(result7, 100, (double) ((const TGLAutoRotator*) G__getstructoffset())->GetWPhi());
28169    return(1 || funcname || hash || result7 || libp) ;
28170 }
28171 
28172 static int G__G__GL_408_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28173 {
28174       ((TGLAutoRotator*) G__getstructoffset())->SetWPhi((Double_t) G__double(libp->para[0]));
28175       G__setnull(result7);
28176    return(1 || funcname || hash || result7 || libp) ;
28177 }
28178 
28179 static int G__G__GL_408_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28180 {
28181       G__letdouble(result7, 100, (double) ((const TGLAutoRotator*) G__getstructoffset())->GetWTheta());
28182    return(1 || funcname || hash || result7 || libp) ;
28183 }
28184 
28185 static int G__G__GL_408_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28186 {
28187       ((TGLAutoRotator*) G__getstructoffset())->SetWTheta((Double_t) G__double(libp->para[0]));
28188       G__setnull(result7);
28189    return(1 || funcname || hash || result7 || libp) ;
28190 }
28191 
28192 static int G__G__GL_408_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28193 {
28194       G__letdouble(result7, 100, (double) ((const TGLAutoRotator*) G__getstructoffset())->GetATheta());
28195    return(1 || funcname || hash || result7 || libp) ;
28196 }
28197 
28198 static int G__G__GL_408_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28199 {
28200       ((TGLAutoRotator*) G__getstructoffset())->SetATheta((Double_t) G__double(libp->para[0]));
28201       G__setnull(result7);
28202    return(1 || funcname || hash || result7 || libp) ;
28203 }
28204 
28205 static int G__G__GL_408_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28206 {
28207       G__letdouble(result7, 100, (double) ((const TGLAutoRotator*) G__getstructoffset())->GetWDolly());
28208    return(1 || funcname || hash || result7 || libp) ;
28209 }
28210 
28211 static int G__G__GL_408_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28212 {
28213       ((TGLAutoRotator*) G__getstructoffset())->SetWDolly((Double_t) G__double(libp->para[0]));
28214       G__setnull(result7);
28215    return(1 || funcname || hash || result7 || libp) ;
28216 }
28217 
28218 static int G__G__GL_408_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28219 {
28220       G__letdouble(result7, 100, (double) ((const TGLAutoRotator*) G__getstructoffset())->GetADolly());
28221    return(1 || funcname || hash || result7 || libp) ;
28222 }
28223 
28224 static int G__G__GL_408_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28225 {
28226       ((TGLAutoRotator*) G__getstructoffset())->SetADolly((Double_t) G__double(libp->para[0]));
28227       G__setnull(result7);
28228    return(1 || funcname || hash || result7 || libp) ;
28229 }
28230 
28231 static int G__G__GL_408_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28232 {
28233       G__letint(result7, 85, (long) TGLAutoRotator::Class());
28234    return(1 || funcname || hash || result7 || libp) ;
28235 }
28236 
28237 static int G__G__GL_408_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28238 {
28239       G__letint(result7, 67, (long) TGLAutoRotator::Class_Name());
28240    return(1 || funcname || hash || result7 || libp) ;
28241 }
28242 
28243 static int G__G__GL_408_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28244 {
28245       G__letint(result7, 115, (long) TGLAutoRotator::Class_Version());
28246    return(1 || funcname || hash || result7 || libp) ;
28247 }
28248 
28249 static int G__G__GL_408_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28250 {
28251       TGLAutoRotator::Dictionary();
28252       G__setnull(result7);
28253    return(1 || funcname || hash || result7 || libp) ;
28254 }
28255 
28256 static int G__G__GL_408_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28257 {
28258       ((TGLAutoRotator*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
28259       G__setnull(result7);
28260    return(1 || funcname || hash || result7 || libp) ;
28261 }
28262 
28263 static int G__G__GL_408_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28264 {
28265       G__letint(result7, 67, (long) TGLAutoRotator::DeclFileName());
28266    return(1 || funcname || hash || result7 || libp) ;
28267 }
28268 
28269 static int G__G__GL_408_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28270 {
28271       G__letint(result7, 105, (long) TGLAutoRotator::ImplFileLine());
28272    return(1 || funcname || hash || result7 || libp) ;
28273 }
28274 
28275 static int G__G__GL_408_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28276 {
28277       G__letint(result7, 67, (long) TGLAutoRotator::ImplFileName());
28278    return(1 || funcname || hash || result7 || libp) ;
28279 }
28280 
28281 static int G__G__GL_408_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28282 {
28283       G__letint(result7, 105, (long) TGLAutoRotator::DeclFileLine());
28284    return(1 || funcname || hash || result7 || libp) ;
28285 }
28286 
28287 // automatic destructor
28288 typedef TGLAutoRotator G__TTGLAutoRotator;
28289 static int G__G__GL_408_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28290 {
28291    char* gvp = (char*) G__getgvp();
28292    long soff = G__getstructoffset();
28293    int n = G__getaryconstruct();
28294    //
28295    //has_a_delete: 1
28296    //has_own_delete1arg: 0
28297    //has_own_delete2arg: 0
28298    //
28299    if (!soff) {
28300      return(1);
28301    }
28302    if (n) {
28303      if (gvp == (char*)G__PVOID) {
28304        delete[] (TGLAutoRotator*) soff;
28305      } else {
28306        G__setgvp((long) G__PVOID);
28307        for (int i = n - 1; i >= 0; --i) {
28308          ((TGLAutoRotator*) (soff+(sizeof(TGLAutoRotator)*i)))->~G__TTGLAutoRotator();
28309        }
28310        G__setgvp((long)gvp);
28311      }
28312    } else {
28313      if (gvp == (char*)G__PVOID) {
28314        delete (TGLAutoRotator*) soff;
28315      } else {
28316        G__setgvp((long) G__PVOID);
28317        ((TGLAutoRotator*) (soff))->~G__TTGLAutoRotator();
28318        G__setgvp((long)gvp);
28319      }
28320    }
28321    G__setnull(result7);
28322    return(1 || funcname || hash || result7 || libp) ;
28323 }
28324 
28325 
28326 /* TGLText */
28327 static int G__G__GL_409_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28328 {
28329    TGLText* p = NULL;
28330    char* gvp = (char*) G__getgvp();
28331    int n = G__getaryconstruct();
28332    if (n) {
28333      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28334        p = new TGLText[n];
28335      } else {
28336        p = new((void*) gvp) TGLText[n];
28337      }
28338    } else {
28339      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28340        p = new TGLText;
28341      } else {
28342        p = new((void*) gvp) TGLText;
28343      }
28344    }
28345    result7->obj.i = (long) p;
28346    result7->ref = (long) p;
28347    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLText));
28348    return(1 || funcname || hash || result7 || libp) ;
28349 }
28350 
28351 static int G__G__GL_409_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28352 {
28353    TGLText* p = NULL;
28354    char* gvp = (char*) G__getgvp();
28355    //m: 4
28356    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28357      p = new TGLText(
28358 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
28359 , (Double_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3]));
28360    } else {
28361      p = new((void*) gvp) TGLText(
28362 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
28363 , (Double_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3]));
28364    }
28365    result7->obj.i = (long) p;
28366    result7->ref = (long) p;
28367    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLText));
28368    return(1 || funcname || hash || result7 || libp) ;
28369 }
28370 
28371 static int G__G__GL_409_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28372 {
28373       G__letint(result7, 85, (long) ((TGLText*) G__getstructoffset())->GetFont());
28374    return(1 || funcname || hash || result7 || libp) ;
28375 }
28376 
28377 static int G__G__GL_409_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28378 {
28379       ((TGLText*) G__getstructoffset())->SetGLTextAngles((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
28380 , (Double_t) G__double(libp->para[2]));
28381       G__setnull(result7);
28382    return(1 || funcname || hash || result7 || libp) ;
28383 }
28384 
28385 static int G__G__GL_409_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28386 {
28387       ((TGLText*) G__getstructoffset())->SetGLTextFont((Font_t) G__int(libp->para[0]));
28388       G__setnull(result7);
28389    return(1 || funcname || hash || result7 || libp) ;
28390 }
28391 
28392 static int G__G__GL_409_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28393 {
28394       ((TGLText*) G__getstructoffset())->PaintGLText((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
28395 , (Double_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3]));
28396       G__setnull(result7);
28397    return(1 || funcname || hash || result7 || libp) ;
28398 }
28399 
28400 static int G__G__GL_409_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28401 {
28402       ((TGLText*) G__getstructoffset())->PaintBBox((const char*) G__int(libp->para[0]));
28403       G__setnull(result7);
28404    return(1 || funcname || hash || result7 || libp) ;
28405 }
28406 
28407 static int G__G__GL_409_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28408 {
28409       ((TGLText*) G__getstructoffset())->BBox(
28410 (const char*) G__int(libp->para[0]), *(float*) G__Floatref(&libp->para[1])
28411 , *(float*) G__Floatref(&libp->para[2]), *(float*) G__Floatref(&libp->para[3])
28412 , *(float*) G__Floatref(&libp->para[4]), *(float*) G__Floatref(&libp->para[5])
28413 , *(float*) G__Floatref(&libp->para[6]));
28414       G__setnull(result7);
28415    return(1 || funcname || hash || result7 || libp) ;
28416 }
28417 
28418 static int G__G__GL_409_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28419 {
28420       G__letint(result7, 85, (long) TGLText::Class());
28421    return(1 || funcname || hash || result7 || libp) ;
28422 }
28423 
28424 static int G__G__GL_409_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28425 {
28426       G__letint(result7, 67, (long) TGLText::Class_Name());
28427    return(1 || funcname || hash || result7 || libp) ;
28428 }
28429 
28430 static int G__G__GL_409_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28431 {
28432       G__letint(result7, 115, (long) TGLText::Class_Version());
28433    return(1 || funcname || hash || result7 || libp) ;
28434 }
28435 
28436 static int G__G__GL_409_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28437 {
28438       TGLText::Dictionary();
28439       G__setnull(result7);
28440    return(1 || funcname || hash || result7 || libp) ;
28441 }
28442 
28443 static int G__G__GL_409_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28444 {
28445       ((TGLText*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
28446       G__setnull(result7);
28447    return(1 || funcname || hash || result7 || libp) ;
28448 }
28449 
28450 static int G__G__GL_409_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28451 {
28452       G__letint(result7, 67, (long) TGLText::DeclFileName());
28453    return(1 || funcname || hash || result7 || libp) ;
28454 }
28455 
28456 static int G__G__GL_409_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28457 {
28458       G__letint(result7, 105, (long) TGLText::ImplFileLine());
28459    return(1 || funcname || hash || result7 || libp) ;
28460 }
28461 
28462 static int G__G__GL_409_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28463 {
28464       G__letint(result7, 67, (long) TGLText::ImplFileName());
28465    return(1 || funcname || hash || result7 || libp) ;
28466 }
28467 
28468 static int G__G__GL_409_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28469 {
28470       G__letint(result7, 105, (long) TGLText::DeclFileLine());
28471    return(1 || funcname || hash || result7 || libp) ;
28472 }
28473 
28474 // automatic destructor
28475 typedef TGLText G__TTGLText;
28476 static int G__G__GL_409_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28477 {
28478    char* gvp = (char*) G__getgvp();
28479    long soff = G__getstructoffset();
28480    int n = G__getaryconstruct();
28481    //
28482    //has_a_delete: 0
28483    //has_own_delete1arg: 0
28484    //has_own_delete2arg: 0
28485    //
28486    if (!soff) {
28487      return(1);
28488    }
28489    if (n) {
28490      if (gvp == (char*)G__PVOID) {
28491        delete[] (TGLText*) soff;
28492      } else {
28493        G__setgvp((long) G__PVOID);
28494        for (int i = n - 1; i >= 0; --i) {
28495          ((TGLText*) (soff+(sizeof(TGLText)*i)))->~G__TTGLText();
28496        }
28497        G__setgvp((long)gvp);
28498      }
28499    } else {
28500      if (gvp == (char*)G__PVOID) {
28501        delete (TGLText*) soff;
28502      } else {
28503        G__setgvp((long) G__PVOID);
28504        ((TGLText*) (soff))->~G__TTGLText();
28505        G__setgvp((long)gvp);
28506      }
28507    }
28508    G__setnull(result7);
28509    return(1 || funcname || hash || result7 || libp) ;
28510 }
28511 
28512 
28513 /* TGLAxis */
28514 static int G__G__GL_410_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28515 {
28516    TGLAxis* p = NULL;
28517    char* gvp = (char*) G__getgvp();
28518    int n = G__getaryconstruct();
28519    if (n) {
28520      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28521        p = new TGLAxis[n];
28522      } else {
28523        p = new((void*) gvp) TGLAxis[n];
28524      }
28525    } else {
28526      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28527        p = new TGLAxis;
28528      } else {
28529        p = new((void*) gvp) TGLAxis;
28530      }
28531    }
28532    result7->obj.i = (long) p;
28533    result7->ref = (long) p;
28534    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLAxis));
28535    return(1 || funcname || hash || result7 || libp) ;
28536 }
28537 
28538 static int G__G__GL_410_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28539 {
28540    switch (libp->paran) {
28541    case 6:
28542       ((TGLAxis*) G__getstructoffset())->PaintGLAxis((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
28543 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
28544 , (Int_t) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
28545       G__setnull(result7);
28546       break;
28547    case 5:
28548       ((TGLAxis*) G__getstructoffset())->PaintGLAxis((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
28549 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
28550 , (Int_t) G__int(libp->para[4]));
28551       G__setnull(result7);
28552       break;
28553    }
28554    return(1 || funcname || hash || result7 || libp) ;
28555 }
28556 
28557 static int G__G__GL_410_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28558 {
28559       ((TGLAxis*) G__getstructoffset())->Init();
28560       G__setnull(result7);
28561    return(1 || funcname || hash || result7 || libp) ;
28562 }
28563 
28564 static int G__G__GL_410_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28565 {
28566       ((TGLAxis*) G__getstructoffset())->PaintGLAxisBody();
28567       G__setnull(result7);
28568    return(1 || funcname || hash || result7 || libp) ;
28569 }
28570 
28571 static int G__G__GL_410_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28572 {
28573       ((TGLAxis*) G__getstructoffset())->PaintGLAxisTickMarks();
28574       G__setnull(result7);
28575    return(1 || funcname || hash || result7 || libp) ;
28576 }
28577 
28578 static int G__G__GL_410_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28579 {
28580       ((TGLAxis*) G__getstructoffset())->PaintGLAxisLabels();
28581       G__setnull(result7);
28582    return(1 || funcname || hash || result7 || libp) ;
28583 }
28584 
28585 static int G__G__GL_410_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28586 {
28587    switch (libp->paran) {
28588    case 1:
28589       ((TGLAxis*) G__getstructoffset())->TicksPositions((Option_t*) G__int(libp->para[0]));
28590       G__setnull(result7);
28591       break;
28592    case 0:
28593       ((TGLAxis*) G__getstructoffset())->TicksPositions();
28594       G__setnull(result7);
28595       break;
28596    }
28597    return(1 || funcname || hash || result7 || libp) ;
28598 }
28599 
28600 static int G__G__GL_410_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28601 {
28602       ((TGLAxis*) G__getstructoffset())->TicksPositionsNoOpt();
28603       G__setnull(result7);
28604    return(1 || funcname || hash || result7 || libp) ;
28605 }
28606 
28607 static int G__G__GL_410_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28608 {
28609       ((TGLAxis*) G__getstructoffset())->TicksPositionsOpt();
28610       G__setnull(result7);
28611    return(1 || funcname || hash || result7 || libp) ;
28612 }
28613 
28614 static int G__G__GL_410_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28615 {
28616       ((TGLAxis*) G__getstructoffset())->DoLabels();
28617       G__setnull(result7);
28618    return(1 || funcname || hash || result7 || libp) ;
28619 }
28620 
28621 static int G__G__GL_410_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28622 {
28623       ((TGLAxis*) G__getstructoffset())->SetTickMarksLength((Double_t) G__double(libp->para[0]));
28624       G__setnull(result7);
28625    return(1 || funcname || hash || result7 || libp) ;
28626 }
28627 
28628 static int G__G__GL_410_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28629 {
28630       ((TGLAxis*) G__getstructoffset())->SetTickMarksOrientation((Int_t) G__int(libp->para[0]));
28631       G__setnull(result7);
28632    return(1 || funcname || hash || result7 || libp) ;
28633 }
28634 
28635 static int G__G__GL_410_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28636 {
28637       ((TGLAxis*) G__getstructoffset())->SetLabelsOffset((Double_t) G__double(libp->para[0]));
28638       G__setnull(result7);
28639    return(1 || funcname || hash || result7 || libp) ;
28640 }
28641 
28642 static int G__G__GL_410_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28643 {
28644       ((TGLAxis*) G__getstructoffset())->SetLabelsSize((Double_t) G__double(libp->para[0]));
28645       G__setnull(result7);
28646    return(1 || funcname || hash || result7 || libp) ;
28647 }
28648 
28649 static int G__G__GL_410_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28650 {
28651       ((TGLAxis*) G__getstructoffset())->SetGridLength((Double_t) G__double(libp->para[0]));
28652       G__setnull(result7);
28653    return(1 || funcname || hash || result7 || libp) ;
28654 }
28655 
28656 static int G__G__GL_410_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28657 {
28658       ((TGLAxis*) G__getstructoffset())->SetLabelsAngles((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
28659 , (Double_t) G__double(libp->para[2]));
28660       G__setnull(result7);
28661    return(1 || funcname || hash || result7 || libp) ;
28662 }
28663 
28664 static int G__G__GL_410_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28665 {
28666       G__letint(result7, 85, (long) TGLAxis::Class());
28667    return(1 || funcname || hash || result7 || libp) ;
28668 }
28669 
28670 static int G__G__GL_410_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28671 {
28672       G__letint(result7, 67, (long) TGLAxis::Class_Name());
28673    return(1 || funcname || hash || result7 || libp) ;
28674 }
28675 
28676 static int G__G__GL_410_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28677 {
28678       G__letint(result7, 115, (long) TGLAxis::Class_Version());
28679    return(1 || funcname || hash || result7 || libp) ;
28680 }
28681 
28682 static int G__G__GL_410_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28683 {
28684       TGLAxis::Dictionary();
28685       G__setnull(result7);
28686    return(1 || funcname || hash || result7 || libp) ;
28687 }
28688 
28689 static int G__G__GL_410_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28690 {
28691       ((TGLAxis*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
28692       G__setnull(result7);
28693    return(1 || funcname || hash || result7 || libp) ;
28694 }
28695 
28696 static int G__G__GL_410_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28697 {
28698       G__letint(result7, 67, (long) TGLAxis::DeclFileName());
28699    return(1 || funcname || hash || result7 || libp) ;
28700 }
28701 
28702 static int G__G__GL_410_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28703 {
28704       G__letint(result7, 105, (long) TGLAxis::ImplFileLine());
28705    return(1 || funcname || hash || result7 || libp) ;
28706 }
28707 
28708 static int G__G__GL_410_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28709 {
28710       G__letint(result7, 67, (long) TGLAxis::ImplFileName());
28711    return(1 || funcname || hash || result7 || libp) ;
28712 }
28713 
28714 static int G__G__GL_410_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28715 {
28716       G__letint(result7, 105, (long) TGLAxis::DeclFileLine());
28717    return(1 || funcname || hash || result7 || libp) ;
28718 }
28719 
28720 // automatic destructor
28721 typedef TGLAxis G__TTGLAxis;
28722 static int G__G__GL_410_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28723 {
28724    char* gvp = (char*) G__getgvp();
28725    long soff = G__getstructoffset();
28726    int n = G__getaryconstruct();
28727    //
28728    //has_a_delete: 0
28729    //has_own_delete1arg: 0
28730    //has_own_delete2arg: 0
28731    //
28732    if (!soff) {
28733      return(1);
28734    }
28735    if (n) {
28736      if (gvp == (char*)G__PVOID) {
28737        delete[] (TGLAxis*) soff;
28738      } else {
28739        G__setgvp((long) G__PVOID);
28740        for (int i = n - 1; i >= 0; --i) {
28741          ((TGLAxis*) (soff+(sizeof(TGLAxis)*i)))->~G__TTGLAxis();
28742        }
28743        G__setgvp((long)gvp);
28744      }
28745    } else {
28746      if (gvp == (char*)G__PVOID) {
28747        delete (TGLAxis*) soff;
28748      } else {
28749        G__setgvp((long) G__PVOID);
28750        ((TGLAxis*) (soff))->~G__TTGLAxis();
28751        G__setgvp((long)gvp);
28752      }
28753    }
28754    G__setnull(result7);
28755    return(1 || funcname || hash || result7 || libp) ;
28756 }
28757 
28758 
28759 /* TGLAxisPainter */
28760 static int G__G__GL_412_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28761 {
28762    TGLAxisPainter* p = NULL;
28763    char* gvp = (char*) G__getgvp();
28764    int n = G__getaryconstruct();
28765    if (n) {
28766      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28767        p = new TGLAxisPainter[n];
28768      } else {
28769        p = new((void*) gvp) TGLAxisPainter[n];
28770      }
28771    } else {
28772      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
28773        p = new TGLAxisPainter;
28774      } else {
28775        p = new((void*) gvp) TGLAxisPainter;
28776      }
28777    }
28778    result7->obj.i = (long) p;
28779    result7->ref = (long) p;
28780    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter));
28781    return(1 || funcname || hash || result7 || libp) ;
28782 }
28783 
28784 static int G__G__GL_412_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28785 {
28786       G__letint(result7, 105, (long) ((const TGLAxisPainter*) G__getstructoffset())->GetTMNDim());
28787    return(1 || funcname || hash || result7 || libp) ;
28788 }
28789 
28790 static int G__G__GL_412_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28791 {
28792       ((TGLAxisPainter*) G__getstructoffset())->SetTMNDim((Int_t) G__int(libp->para[0]));
28793       G__setnull(result7);
28794    return(1 || funcname || hash || result7 || libp) ;
28795 }
28796 
28797 static int G__G__GL_412_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28798 {
28799       {
28800          const TGLVector3& obj = ((TGLAxisPainter*) G__getstructoffset())->RefDir();
28801          result7->ref = (long) (&obj);
28802          result7->obj.i = (long) (&obj);
28803       }
28804    return(1 || funcname || hash || result7 || libp) ;
28805 }
28806 
28807 static int G__G__GL_412_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28808 {
28809       {
28810          const TGLVector3& obj = ((TGLAxisPainter*) G__getstructoffset())->RefTMOff((Int_t) G__int(libp->para[0]));
28811          result7->ref = (long) (&obj);
28812          result7->obj.i = (long) (&obj);
28813       }
28814    return(1 || funcname || hash || result7 || libp) ;
28815 }
28816 
28817 static int G__G__GL_412_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28818 {
28819       G__letint(result7, 105, (long) ((const TGLAxisPainter*) G__getstructoffset())->GetFontMode());
28820    return(1 || funcname || hash || result7 || libp) ;
28821 }
28822 
28823 static int G__G__GL_412_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28824 {
28825       ((TGLAxisPainter*) G__getstructoffset())->SetFontMode((TGLFont::EMode) G__int(libp->para[0]));
28826       G__setnull(result7);
28827    return(1 || funcname || hash || result7 || libp) ;
28828 }
28829 
28830 static int G__G__GL_412_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28831 {
28832       ((TGLAxisPainter*) G__getstructoffset())->SetLabelPixelFontSize((Int_t) G__int(libp->para[0]));
28833       G__setnull(result7);
28834    return(1 || funcname || hash || result7 || libp) ;
28835 }
28836 
28837 static int G__G__GL_412_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28838 {
28839       G__letint(result7, 105, (long) ((const TGLAxisPainter*) G__getstructoffset())->GetLabelPixelFontSize());
28840    return(1 || funcname || hash || result7 || libp) ;
28841 }
28842 
28843 static int G__G__GL_412_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28844 {
28845       ((TGLAxisPainter*) G__getstructoffset())->SetTitlePixelFontSize((Int_t) G__int(libp->para[0]));
28846       G__setnull(result7);
28847    return(1 || funcname || hash || result7 || libp) ;
28848 }
28849 
28850 static int G__G__GL_412_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28851 {
28852       G__letint(result7, 105, (long) ((const TGLAxisPainter*) G__getstructoffset())->GetTitlePixelFontSize());
28853    return(1 || funcname || hash || result7 || libp) ;
28854 }
28855 
28856 static int G__G__GL_412_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28857 {
28858       {
28859          const TGLVector3& obj = ((TGLAxisPainter*) G__getstructoffset())->RefTitlePos();
28860          result7->ref = (long) (&obj);
28861          result7->obj.i = (long) (&obj);
28862       }
28863    return(1 || funcname || hash || result7 || libp) ;
28864 }
28865 
28866 static int G__G__GL_412_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28867 {
28868       ((TGLAxisPainter*) G__getstructoffset())->SetLabelAlign((TGLFont::ETextAlignH_e) G__int(libp->para[0]), (TGLFont::ETextAlignV_e) G__int(libp->para[1]));
28869       G__setnull(result7);
28870    return(1 || funcname || hash || result7 || libp) ;
28871 }
28872 
28873 static int G__G__GL_412_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28874 {
28875       {
28876          const TGLAxisPainter::LabVec_t& obj = ((TGLAxisPainter*) G__getstructoffset())->RefLabVec();
28877          result7->ref = (long) (&obj);
28878          result7->obj.i = (long) (&obj);
28879       }
28880    return(1 || funcname || hash || result7 || libp) ;
28881 }
28882 
28883 static int G__G__GL_412_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28884 {
28885       {
28886          const TGLAxisPainter::TMVec_t& obj = ((TGLAxisPainter*) G__getstructoffset())->RefTMVec();
28887          result7->ref = (long) (&obj);
28888          result7->obj.i = (long) (&obj);
28889       }
28890    return(1 || funcname || hash || result7 || libp) ;
28891 }
28892 
28893 static int G__G__GL_412_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28894 {
28895       ((TGLAxisPainter*) G__getstructoffset())->SetAttAxis((TAttAxis*) G__int(libp->para[0]));
28896       G__setnull(result7);
28897    return(1 || funcname || hash || result7 || libp) ;
28898 }
28899 
28900 static int G__G__GL_412_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28901 {
28902       G__letint(result7, 85, (long) ((TGLAxisPainter*) G__getstructoffset())->GetAttAxis());
28903    return(1 || funcname || hash || result7 || libp) ;
28904 }
28905 
28906 static int G__G__GL_412_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28907 {
28908       ((TGLAxisPainter*) G__getstructoffset())->SetUseAxisColors((Bool_t) G__int(libp->para[0]));
28909       G__setnull(result7);
28910    return(1 || funcname || hash || result7 || libp) ;
28911 }
28912 
28913 static int G__G__GL_412_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28914 {
28915       G__letint(result7, 103, (long) ((const TGLAxisPainter*) G__getstructoffset())->GetUseAxisColors());
28916    return(1 || funcname || hash || result7 || libp) ;
28917 }
28918 
28919 static int G__G__GL_412_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28920 {
28921    switch (libp->paran) {
28922    case 4:
28923       ((TGLAxisPainter*) G__getstructoffset())->SetLabelFont(*(TGLRnrCtx*) libp->para[0].ref, (const char*) G__int(libp->para[1])
28924 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
28925       G__setnull(result7);
28926       break;
28927    case 3:
28928       ((TGLAxisPainter*) G__getstructoffset())->SetLabelFont(*(TGLRnrCtx*) libp->para[0].ref, (const char*) G__int(libp->para[1])
28929 , (Int_t) G__int(libp->para[2]));
28930       G__setnull(result7);
28931       break;
28932    case 2:
28933       ((TGLAxisPainter*) G__getstructoffset())->SetLabelFont(*(TGLRnrCtx*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
28934       G__setnull(result7);
28935       break;
28936    }
28937    return(1 || funcname || hash || result7 || libp) ;
28938 }
28939 
28940 static int G__G__GL_412_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28941 {
28942    switch (libp->paran) {
28943    case 4:
28944       ((TGLAxisPainter*) G__getstructoffset())->SetTitleFont(*(TGLRnrCtx*) libp->para[0].ref, (const char*) G__int(libp->para[1])
28945 , (Int_t) G__int(libp->para[2]), (Double_t) G__double(libp->para[3]));
28946       G__setnull(result7);
28947       break;
28948    case 3:
28949       ((TGLAxisPainter*) G__getstructoffset())->SetTitleFont(*(TGLRnrCtx*) libp->para[0].ref, (const char*) G__int(libp->para[1])
28950 , (Int_t) G__int(libp->para[2]));
28951       G__setnull(result7);
28952       break;
28953    case 2:
28954       ((TGLAxisPainter*) G__getstructoffset())->SetTitleFont(*(TGLRnrCtx*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
28955       G__setnull(result7);
28956       break;
28957    }
28958    return(1 || funcname || hash || result7 || libp) ;
28959 }
28960 
28961 static int G__G__GL_412_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28962 {
28963       ((TGLAxisPainter*) G__getstructoffset())->SetTextFormat((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
28964 , (Double_t) G__double(libp->para[2]));
28965       G__setnull(result7);
28966    return(1 || funcname || hash || result7 || libp) ;
28967 }
28968 
28969 static int G__G__GL_412_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28970 {
28971       ((const TGLAxisPainter*) G__getstructoffset())->RnrText(*(TString*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
28972 , (TGLFont::ETextAlignH_e) G__int(libp->para[2]), (TGLFont::ETextAlignV_e) G__int(libp->para[3])
28973 , *(TGLFont*) libp->para[4].ref);
28974       G__setnull(result7);
28975    return(1 || funcname || hash || result7 || libp) ;
28976 }
28977 
28978 static int G__G__GL_412_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28979 {
28980       ((const TGLAxisPainter*) G__getstructoffset())->RnrTitle(*(TString*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref
28981 , (TGLFont::ETextAlignH_e) G__int(libp->para[2]), (TGLFont::ETextAlignV_e) G__int(libp->para[3]));
28982       G__setnull(result7);
28983    return(1 || funcname || hash || result7 || libp) ;
28984 }
28985 
28986 static int G__G__GL_412_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28987 {
28988       ((const TGLAxisPainter*) G__getstructoffset())->RnrLabels();
28989       G__setnull(result7);
28990    return(1 || funcname || hash || result7 || libp) ;
28991 }
28992 
28993 static int G__G__GL_412_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
28994 {
28995       ((const TGLAxisPainter*) G__getstructoffset())->RnrLines();
28996       G__setnull(result7);
28997    return(1 || funcname || hash || result7 || libp) ;
28998 }
28999 
29000 static int G__G__GL_412_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29001 {
29002       ((TGLAxisPainter*) G__getstructoffset())->PaintAxis(*(TGLRnrCtx*) libp->para[0].ref, (TAxis*) G__int(libp->para[1]));
29003       G__setnull(result7);
29004    return(1 || funcname || hash || result7 || libp) ;
29005 }
29006 
29007 static int G__G__GL_412_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29008 {
29009       G__letint(result7, 85, (long) TGLAxisPainter::Class());
29010    return(1 || funcname || hash || result7 || libp) ;
29011 }
29012 
29013 static int G__G__GL_412_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29014 {
29015       G__letint(result7, 67, (long) TGLAxisPainter::Class_Name());
29016    return(1 || funcname || hash || result7 || libp) ;
29017 }
29018 
29019 static int G__G__GL_412_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29020 {
29021       G__letint(result7, 115, (long) TGLAxisPainter::Class_Version());
29022    return(1 || funcname || hash || result7 || libp) ;
29023 }
29024 
29025 static int G__G__GL_412_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29026 {
29027       TGLAxisPainter::Dictionary();
29028       G__setnull(result7);
29029    return(1 || funcname || hash || result7 || libp) ;
29030 }
29031 
29032 static int G__G__GL_412_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29033 {
29034       G__letint(result7, 85, (long) ((const TGLAxisPainter*) G__getstructoffset())->IsA());
29035    return(1 || funcname || hash || result7 || libp) ;
29036 }
29037 
29038 static int G__G__GL_412_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29039 {
29040       ((TGLAxisPainter*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
29041       G__setnull(result7);
29042    return(1 || funcname || hash || result7 || libp) ;
29043 }
29044 
29045 static int G__G__GL_412_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29046 {
29047       ((TGLAxisPainter*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
29048       G__setnull(result7);
29049    return(1 || funcname || hash || result7 || libp) ;
29050 }
29051 
29052 static int G__G__GL_412_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29053 {
29054       ((TGLAxisPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
29055       G__setnull(result7);
29056    return(1 || funcname || hash || result7 || libp) ;
29057 }
29058 
29059 static int G__G__GL_412_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29060 {
29061       G__letint(result7, 67, (long) TGLAxisPainter::DeclFileName());
29062    return(1 || funcname || hash || result7 || libp) ;
29063 }
29064 
29065 static int G__G__GL_412_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29066 {
29067       G__letint(result7, 105, (long) TGLAxisPainter::ImplFileLine());
29068    return(1 || funcname || hash || result7 || libp) ;
29069 }
29070 
29071 static int G__G__GL_412_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29072 {
29073       G__letint(result7, 67, (long) TGLAxisPainter::ImplFileName());
29074    return(1 || funcname || hash || result7 || libp) ;
29075 }
29076 
29077 static int G__G__GL_412_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29078 {
29079       G__letint(result7, 105, (long) TGLAxisPainter::DeclFileLine());
29080    return(1 || funcname || hash || result7 || libp) ;
29081 }
29082 
29083 // automatic destructor
29084 typedef TGLAxisPainter G__TTGLAxisPainter;
29085 static int G__G__GL_412_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29086 {
29087    char* gvp = (char*) G__getgvp();
29088    long soff = G__getstructoffset();
29089    int n = G__getaryconstruct();
29090    //
29091    //has_a_delete: 0
29092    //has_own_delete1arg: 0
29093    //has_own_delete2arg: 0
29094    //
29095    if (!soff) {
29096      return(1);
29097    }
29098    if (n) {
29099      if (gvp == (char*)G__PVOID) {
29100        delete[] (TGLAxisPainter*) soff;
29101      } else {
29102        G__setgvp((long) G__PVOID);
29103        for (int i = n - 1; i >= 0; --i) {
29104          ((TGLAxisPainter*) (soff+(sizeof(TGLAxisPainter)*i)))->~G__TTGLAxisPainter();
29105        }
29106        G__setgvp((long)gvp);
29107      }
29108    } else {
29109      if (gvp == (char*)G__PVOID) {
29110        delete (TGLAxisPainter*) soff;
29111      } else {
29112        G__setgvp((long) G__PVOID);
29113        ((TGLAxisPainter*) (soff))->~G__TTGLAxisPainter();
29114        G__setgvp((long)gvp);
29115      }
29116    }
29117    G__setnull(result7);
29118    return(1 || funcname || hash || result7 || libp) ;
29119 }
29120 
29121 
29122 /* TGLAxisPainterBox */
29123 static int G__G__GL_423_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29124 {
29125    TGLAxisPainterBox* p = NULL;
29126    char* gvp = (char*) G__getgvp();
29127    int n = G__getaryconstruct();
29128    if (n) {
29129      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29130        p = new TGLAxisPainterBox[n];
29131      } else {
29132        p = new((void*) gvp) TGLAxisPainterBox[n];
29133      }
29134    } else {
29135      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29136        p = new TGLAxisPainterBox;
29137      } else {
29138        p = new((void*) gvp) TGLAxisPainterBox;
29139      }
29140    }
29141    result7->obj.i = (long) p;
29142    result7->ref = (long) p;
29143    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainterBox));
29144    return(1 || funcname || hash || result7 || libp) ;
29145 }
29146 
29147 static int G__G__GL_423_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29148 {
29149       ((TGLAxisPainterBox*) G__getstructoffset())->SetAxis3DTitlePos(*(TGLRnrCtx*) libp->para[0].ref);
29150       G__setnull(result7);
29151    return(1 || funcname || hash || result7 || libp) ;
29152 }
29153 
29154 static int G__G__GL_423_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29155 {
29156       ((TGLAxisPainterBox*) G__getstructoffset())->DrawAxis3D(*(TGLRnrCtx*) libp->para[0].ref);
29157       G__setnull(result7);
29158    return(1 || funcname || hash || result7 || libp) ;
29159 }
29160 
29161 static int G__G__GL_423_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29162 {
29163       ((TGLAxisPainterBox*) G__getstructoffset())->PlotStandard(*(TGLRnrCtx*) libp->para[0].ref, (TH1*) G__int(libp->para[1])
29164 , *(TGLBoundingBox*) libp->para[2].ref);
29165       G__setnull(result7);
29166    return(1 || funcname || hash || result7 || libp) ;
29167 }
29168 
29169 static int G__G__GL_423_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29170 {
29171       G__letint(result7, 85, (long) TGLAxisPainterBox::Class());
29172    return(1 || funcname || hash || result7 || libp) ;
29173 }
29174 
29175 static int G__G__GL_423_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29176 {
29177       G__letint(result7, 67, (long) TGLAxisPainterBox::Class_Name());
29178    return(1 || funcname || hash || result7 || libp) ;
29179 }
29180 
29181 static int G__G__GL_423_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29182 {
29183       G__letint(result7, 115, (long) TGLAxisPainterBox::Class_Version());
29184    return(1 || funcname || hash || result7 || libp) ;
29185 }
29186 
29187 static int G__G__GL_423_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29188 {
29189       TGLAxisPainterBox::Dictionary();
29190       G__setnull(result7);
29191    return(1 || funcname || hash || result7 || libp) ;
29192 }
29193 
29194 static int G__G__GL_423_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29195 {
29196       ((TGLAxisPainterBox*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
29197       G__setnull(result7);
29198    return(1 || funcname || hash || result7 || libp) ;
29199 }
29200 
29201 static int G__G__GL_423_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29202 {
29203       G__letint(result7, 67, (long) TGLAxisPainterBox::DeclFileName());
29204    return(1 || funcname || hash || result7 || libp) ;
29205 }
29206 
29207 static int G__G__GL_423_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29208 {
29209       G__letint(result7, 105, (long) TGLAxisPainterBox::ImplFileLine());
29210    return(1 || funcname || hash || result7 || libp) ;
29211 }
29212 
29213 static int G__G__GL_423_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29214 {
29215       G__letint(result7, 67, (long) TGLAxisPainterBox::ImplFileName());
29216    return(1 || funcname || hash || result7 || libp) ;
29217 }
29218 
29219 static int G__G__GL_423_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29220 {
29221       G__letint(result7, 105, (long) TGLAxisPainterBox::DeclFileLine());
29222    return(1 || funcname || hash || result7 || libp) ;
29223 }
29224 
29225 // automatic destructor
29226 typedef TGLAxisPainterBox G__TTGLAxisPainterBox;
29227 static int G__G__GL_423_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29228 {
29229    char* gvp = (char*) G__getgvp();
29230    long soff = G__getstructoffset();
29231    int n = G__getaryconstruct();
29232    //
29233    //has_a_delete: 0
29234    //has_own_delete1arg: 0
29235    //has_own_delete2arg: 0
29236    //
29237    if (!soff) {
29238      return(1);
29239    }
29240    if (n) {
29241      if (gvp == (char*)G__PVOID) {
29242        delete[] (TGLAxisPainterBox*) soff;
29243      } else {
29244        G__setgvp((long) G__PVOID);
29245        for (int i = n - 1; i >= 0; --i) {
29246          ((TGLAxisPainterBox*) (soff+(sizeof(TGLAxisPainterBox)*i)))->~G__TTGLAxisPainterBox();
29247        }
29248        G__setgvp((long)gvp);
29249      }
29250    } else {
29251      if (gvp == (char*)G__PVOID) {
29252        delete (TGLAxisPainterBox*) soff;
29253      } else {
29254        G__setgvp((long) G__PVOID);
29255        ((TGLAxisPainterBox*) (soff))->~G__TTGLAxisPainterBox();
29256        G__setgvp((long)gvp);
29257      }
29258    }
29259    G__setnull(result7);
29260    return(1 || funcname || hash || result7 || libp) ;
29261 }
29262 
29263 
29264 /* TGLBoxPainter */
29265 static int G__G__GL_425_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29266 {
29267    TGLBoxPainter* p = NULL;
29268    char* gvp = (char*) G__getgvp();
29269    //m: 3
29270    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29271      p = new TGLBoxPainter(
29272 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
29273 , (TGLPlotCoordinates*) G__int(libp->para[2]));
29274    } else {
29275      p = new((void*) gvp) TGLBoxPainter(
29276 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
29277 , (TGLPlotCoordinates*) G__int(libp->para[2]));
29278    }
29279    result7->obj.i = (long) p;
29280    result7->ref = (long) p;
29281    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter));
29282    return(1 || funcname || hash || result7 || libp) ;
29283 }
29284 
29285 static int G__G__GL_425_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29286 {
29287       G__letint(result7, 85, (long) TGLBoxPainter::Class());
29288    return(1 || funcname || hash || result7 || libp) ;
29289 }
29290 
29291 static int G__G__GL_425_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29292 {
29293       G__letint(result7, 67, (long) TGLBoxPainter::Class_Name());
29294    return(1 || funcname || hash || result7 || libp) ;
29295 }
29296 
29297 static int G__G__GL_425_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29298 {
29299       G__letint(result7, 115, (long) TGLBoxPainter::Class_Version());
29300    return(1 || funcname || hash || result7 || libp) ;
29301 }
29302 
29303 static int G__G__GL_425_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29304 {
29305       TGLBoxPainter::Dictionary();
29306       G__setnull(result7);
29307    return(1 || funcname || hash || result7 || libp) ;
29308 }
29309 
29310 static int G__G__GL_425_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29311 {
29312       ((TGLBoxPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
29313       G__setnull(result7);
29314    return(1 || funcname || hash || result7 || libp) ;
29315 }
29316 
29317 static int G__G__GL_425_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29318 {
29319       G__letint(result7, 67, (long) TGLBoxPainter::DeclFileName());
29320    return(1 || funcname || hash || result7 || libp) ;
29321 }
29322 
29323 static int G__G__GL_425_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29324 {
29325       G__letint(result7, 105, (long) TGLBoxPainter::ImplFileLine());
29326    return(1 || funcname || hash || result7 || libp) ;
29327 }
29328 
29329 static int G__G__GL_425_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29330 {
29331       G__letint(result7, 67, (long) TGLBoxPainter::ImplFileName());
29332    return(1 || funcname || hash || result7 || libp) ;
29333 }
29334 
29335 static int G__G__GL_425_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29336 {
29337       G__letint(result7, 105, (long) TGLBoxPainter::DeclFileLine());
29338    return(1 || funcname || hash || result7 || libp) ;
29339 }
29340 
29341 // automatic destructor
29342 typedef TGLBoxPainter G__TTGLBoxPainter;
29343 static int G__G__GL_425_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29344 {
29345    char* gvp = (char*) G__getgvp();
29346    long soff = G__getstructoffset();
29347    int n = G__getaryconstruct();
29348    //
29349    //has_a_delete: 0
29350    //has_own_delete1arg: 0
29351    //has_own_delete2arg: 0
29352    //
29353    if (!soff) {
29354      return(1);
29355    }
29356    if (n) {
29357      if (gvp == (char*)G__PVOID) {
29358        delete[] (TGLBoxPainter*) soff;
29359      } else {
29360        G__setgvp((long) G__PVOID);
29361        for (int i = n - 1; i >= 0; --i) {
29362          ((TGLBoxPainter*) (soff+(sizeof(TGLBoxPainter)*i)))->~G__TTGLBoxPainter();
29363        }
29364        G__setgvp((long)gvp);
29365      }
29366    } else {
29367      if (gvp == (char*)G__PVOID) {
29368        delete (TGLBoxPainter*) soff;
29369      } else {
29370        G__setgvp((long) G__PVOID);
29371        ((TGLBoxPainter*) (soff))->~G__TTGLBoxPainter();
29372        G__setgvp((long)gvp);
29373      }
29374    }
29375    G__setnull(result7);
29376    return(1 || funcname || hash || result7 || libp) ;
29377 }
29378 
29379 
29380 /* TGLCameraGuide */
29381 static int G__G__GL_427_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29382 {
29383    TGLCameraGuide* p = NULL;
29384    char* gvp = (char*) G__getgvp();
29385    switch (libp->paran) {
29386    case 5:
29387      //m: 5
29388      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29389        p = new TGLCameraGuide(
29390 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
29391 , (Float_t) G__double(libp->para[2]), (TGLOverlayElement::ERole) G__int(libp->para[3])
29392 , (TGLOverlayElement::EState) G__int(libp->para[4]));
29393      } else {
29394        p = new((void*) gvp) TGLCameraGuide(
29395 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
29396 , (Float_t) G__double(libp->para[2]), (TGLOverlayElement::ERole) G__int(libp->para[3])
29397 , (TGLOverlayElement::EState) G__int(libp->para[4]));
29398      }
29399      break;
29400    case 4:
29401      //m: 4
29402      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29403        p = new TGLCameraGuide(
29404 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
29405 , (Float_t) G__double(libp->para[2]), (TGLOverlayElement::ERole) G__int(libp->para[3]));
29406      } else {
29407        p = new((void*) gvp) TGLCameraGuide(
29408 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
29409 , (Float_t) G__double(libp->para[2]), (TGLOverlayElement::ERole) G__int(libp->para[3]));
29410      }
29411      break;
29412    case 3:
29413      //m: 3
29414      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29415        p = new TGLCameraGuide(
29416 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
29417 , (Float_t) G__double(libp->para[2]));
29418      } else {
29419        p = new((void*) gvp) TGLCameraGuide(
29420 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
29421 , (Float_t) G__double(libp->para[2]));
29422      }
29423      break;
29424    }
29425    result7->obj.i = (long) p;
29426    result7->ref = (long) p;
29427    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLCameraGuide));
29428    return(1 || funcname || hash || result7 || libp) ;
29429 }
29430 
29431 static int G__G__GL_427_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29432 {
29433       ((TGLCameraGuide*) G__getstructoffset())->SetX((Float_t) G__double(libp->para[0]));
29434       G__setnull(result7);
29435    return(1 || funcname || hash || result7 || libp) ;
29436 }
29437 
29438 static int G__G__GL_427_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29439 {
29440       ((TGLCameraGuide*) G__getstructoffset())->SetY((Float_t) G__double(libp->para[0]));
29441       G__setnull(result7);
29442    return(1 || funcname || hash || result7 || libp) ;
29443 }
29444 
29445 static int G__G__GL_427_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29446 {
29447       ((TGLCameraGuide*) G__getstructoffset())->SetXY((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
29448       G__setnull(result7);
29449    return(1 || funcname || hash || result7 || libp) ;
29450 }
29451 
29452 static int G__G__GL_427_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29453 {
29454       ((TGLCameraGuide*) G__getstructoffset())->SetSize((Float_t) G__double(libp->para[0]));
29455       G__setnull(result7);
29456    return(1 || funcname || hash || result7 || libp) ;
29457 }
29458 
29459 static int G__G__GL_427_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29460 {
29461       G__letint(result7, 85, (long) TGLCameraGuide::Class());
29462    return(1 || funcname || hash || result7 || libp) ;
29463 }
29464 
29465 static int G__G__GL_427_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29466 {
29467       G__letint(result7, 67, (long) TGLCameraGuide::Class_Name());
29468    return(1 || funcname || hash || result7 || libp) ;
29469 }
29470 
29471 static int G__G__GL_427_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29472 {
29473       G__letint(result7, 115, (long) TGLCameraGuide::Class_Version());
29474    return(1 || funcname || hash || result7 || libp) ;
29475 }
29476 
29477 static int G__G__GL_427_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29478 {
29479       TGLCameraGuide::Dictionary();
29480       G__setnull(result7);
29481    return(1 || funcname || hash || result7 || libp) ;
29482 }
29483 
29484 static int G__G__GL_427_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29485 {
29486       ((TGLCameraGuide*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
29487       G__setnull(result7);
29488    return(1 || funcname || hash || result7 || libp) ;
29489 }
29490 
29491 static int G__G__GL_427_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29492 {
29493       G__letint(result7, 67, (long) TGLCameraGuide::DeclFileName());
29494    return(1 || funcname || hash || result7 || libp) ;
29495 }
29496 
29497 static int G__G__GL_427_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29498 {
29499       G__letint(result7, 105, (long) TGLCameraGuide::ImplFileLine());
29500    return(1 || funcname || hash || result7 || libp) ;
29501 }
29502 
29503 static int G__G__GL_427_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29504 {
29505       G__letint(result7, 67, (long) TGLCameraGuide::ImplFileName());
29506    return(1 || funcname || hash || result7 || libp) ;
29507 }
29508 
29509 static int G__G__GL_427_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29510 {
29511       G__letint(result7, 105, (long) TGLCameraGuide::DeclFileLine());
29512    return(1 || funcname || hash || result7 || libp) ;
29513 }
29514 
29515 // automatic destructor
29516 typedef TGLCameraGuide G__TTGLCameraGuide;
29517 static int G__G__GL_427_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29518 {
29519    char* gvp = (char*) G__getgvp();
29520    long soff = G__getstructoffset();
29521    int n = G__getaryconstruct();
29522    //
29523    //has_a_delete: 0
29524    //has_own_delete1arg: 0
29525    //has_own_delete2arg: 0
29526    //
29527    if (!soff) {
29528      return(1);
29529    }
29530    if (n) {
29531      if (gvp == (char*)G__PVOID) {
29532        delete[] (TGLCameraGuide*) soff;
29533      } else {
29534        G__setgvp((long) G__PVOID);
29535        for (int i = n - 1; i >= 0; --i) {
29536          ((TGLCameraGuide*) (soff+(sizeof(TGLCameraGuide)*i)))->~G__TTGLCameraGuide();
29537        }
29538        G__setgvp((long)gvp);
29539      }
29540    } else {
29541      if (gvp == (char*)G__PVOID) {
29542        delete (TGLCameraGuide*) soff;
29543      } else {
29544        G__setgvp((long) G__PVOID);
29545        ((TGLCameraGuide*) (soff))->~G__TTGLCameraGuide();
29546        G__setgvp((long)gvp);
29547      }
29548    }
29549    G__setnull(result7);
29550    return(1 || funcname || hash || result7 || libp) ;
29551 }
29552 
29553 
29554 /* TGLCameraOverlay */
29555 static int G__G__GL_429_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29556 {
29557    TGLCameraOverlay* p = NULL;
29558    char* gvp = (char*) G__getgvp();
29559    switch (libp->paran) {
29560    case 2:
29561      //m: 2
29562      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29563        p = new TGLCameraOverlay((Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
29564      } else {
29565        p = new((void*) gvp) TGLCameraOverlay((Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
29566      }
29567      break;
29568    case 1:
29569      //m: 1
29570      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29571        p = new TGLCameraOverlay((Bool_t) G__int(libp->para[0]));
29572      } else {
29573        p = new((void*) gvp) TGLCameraOverlay((Bool_t) G__int(libp->para[0]));
29574      }
29575      break;
29576    case 0:
29577      int n = G__getaryconstruct();
29578      if (n) {
29579        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29580          p = new TGLCameraOverlay[n];
29581        } else {
29582          p = new((void*) gvp) TGLCameraOverlay[n];
29583        }
29584      } else {
29585        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29586          p = new TGLCameraOverlay;
29587        } else {
29588          p = new((void*) gvp) TGLCameraOverlay;
29589        }
29590      }
29591      break;
29592    }
29593    result7->obj.i = (long) p;
29594    result7->ref = (long) p;
29595    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay));
29596    return(1 || funcname || hash || result7 || libp) ;
29597 }
29598 
29599 static int G__G__GL_429_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29600 {
29601       {
29602          const TGLPlane& obj = ((TGLCameraOverlay*) G__getstructoffset())->RefExternalRefPlane();
29603          result7->ref = (long) (&obj);
29604          result7->obj.i = (long) (&obj);
29605       }
29606    return(1 || funcname || hash || result7 || libp) ;
29607 }
29608 
29609 static int G__G__GL_429_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29610 {
29611       ((TGLCameraOverlay*) G__getstructoffset())->UseExternalRefPlane((Bool_t) G__int(libp->para[0]));
29612       G__setnull(result7);
29613    return(1 || funcname || hash || result7 || libp) ;
29614 }
29615 
29616 static int G__G__GL_429_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29617 {
29618       G__letint(result7, 103, (long) ((const TGLCameraOverlay*) G__getstructoffset())->GetUseExternalRefPlane());
29619    return(1 || funcname || hash || result7 || libp) ;
29620 }
29621 
29622 static int G__G__GL_429_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29623 {
29624       G__letint(result7, 105, (long) ((const TGLCameraOverlay*) G__getstructoffset())->GetPerspectiveMode());
29625    return(1 || funcname || hash || result7 || libp) ;
29626 }
29627 
29628 static int G__G__GL_429_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29629 {
29630       ((TGLCameraOverlay*) G__getstructoffset())->SetPerspectiveMode((TGLCameraOverlay::EMode) G__int(libp->para[0]));
29631       G__setnull(result7);
29632    return(1 || funcname || hash || result7 || libp) ;
29633 }
29634 
29635 static int G__G__GL_429_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29636 {
29637       G__letint(result7, 105, (long) ((const TGLCameraOverlay*) G__getstructoffset())->GetOrthographicMode());
29638    return(1 || funcname || hash || result7 || libp) ;
29639 }
29640 
29641 static int G__G__GL_429_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29642 {
29643       ((TGLCameraOverlay*) G__getstructoffset())->SetOrthographicMode((TGLCameraOverlay::EMode) G__int(libp->para[0]));
29644       G__setnull(result7);
29645    return(1 || funcname || hash || result7 || libp) ;
29646 }
29647 
29648 static int G__G__GL_429_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29649 {
29650       G__letint(result7, 103, (long) ((const TGLCameraOverlay*) G__getstructoffset())->GetShowOrthographic());
29651    return(1 || funcname || hash || result7 || libp) ;
29652 }
29653 
29654 static int G__G__GL_429_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29655 {
29656       ((TGLCameraOverlay*) G__getstructoffset())->SetShowOrthographic((Bool_t) G__int(libp->para[0]));
29657       G__setnull(result7);
29658    return(1 || funcname || hash || result7 || libp) ;
29659 }
29660 
29661 static int G__G__GL_429_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29662 {
29663       G__letint(result7, 103, (long) ((const TGLCameraOverlay*) G__getstructoffset())->GetShowPerspective());
29664    return(1 || funcname || hash || result7 || libp) ;
29665 }
29666 
29667 static int G__G__GL_429_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29668 {
29669       ((TGLCameraOverlay*) G__getstructoffset())->SetShowPerspective((Bool_t) G__int(libp->para[0]));
29670       G__setnull(result7);
29671    return(1 || funcname || hash || result7 || libp) ;
29672 }
29673 
29674 static int G__G__GL_429_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29675 {
29676       ((TGLCameraOverlay*) G__getstructoffset())->SetFrustum(*(TGLCamera*) libp->para[0].ref);
29677       G__setnull(result7);
29678    return(1 || funcname || hash || result7 || libp) ;
29679 }
29680 
29681 static int G__G__GL_429_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29682 {
29683       G__letint(result7, 85, (long) ((TGLCameraOverlay*) G__getstructoffset())->GetAttAxis());
29684    return(1 || funcname || hash || result7 || libp) ;
29685 }
29686 
29687 static int G__G__GL_429_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29688 {
29689       G__letint(result7, 85, (long) TGLCameraOverlay::Class());
29690    return(1 || funcname || hash || result7 || libp) ;
29691 }
29692 
29693 static int G__G__GL_429_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29694 {
29695       G__letint(result7, 67, (long) TGLCameraOverlay::Class_Name());
29696    return(1 || funcname || hash || result7 || libp) ;
29697 }
29698 
29699 static int G__G__GL_429_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29700 {
29701       G__letint(result7, 115, (long) TGLCameraOverlay::Class_Version());
29702    return(1 || funcname || hash || result7 || libp) ;
29703 }
29704 
29705 static int G__G__GL_429_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29706 {
29707       TGLCameraOverlay::Dictionary();
29708       G__setnull(result7);
29709    return(1 || funcname || hash || result7 || libp) ;
29710 }
29711 
29712 static int G__G__GL_429_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29713 {
29714       ((TGLCameraOverlay*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
29715       G__setnull(result7);
29716    return(1 || funcname || hash || result7 || libp) ;
29717 }
29718 
29719 static int G__G__GL_429_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29720 {
29721       G__letint(result7, 67, (long) TGLCameraOverlay::DeclFileName());
29722    return(1 || funcname || hash || result7 || libp) ;
29723 }
29724 
29725 static int G__G__GL_429_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29726 {
29727       G__letint(result7, 105, (long) TGLCameraOverlay::ImplFileLine());
29728    return(1 || funcname || hash || result7 || libp) ;
29729 }
29730 
29731 static int G__G__GL_429_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29732 {
29733       G__letint(result7, 67, (long) TGLCameraOverlay::ImplFileName());
29734    return(1 || funcname || hash || result7 || libp) ;
29735 }
29736 
29737 static int G__G__GL_429_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29738 {
29739       G__letint(result7, 105, (long) TGLCameraOverlay::DeclFileLine());
29740    return(1 || funcname || hash || result7 || libp) ;
29741 }
29742 
29743 // automatic destructor
29744 typedef TGLCameraOverlay G__TTGLCameraOverlay;
29745 static int G__G__GL_429_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29746 {
29747    char* gvp = (char*) G__getgvp();
29748    long soff = G__getstructoffset();
29749    int n = G__getaryconstruct();
29750    //
29751    //has_a_delete: 0
29752    //has_own_delete1arg: 0
29753    //has_own_delete2arg: 0
29754    //
29755    if (!soff) {
29756      return(1);
29757    }
29758    if (n) {
29759      if (gvp == (char*)G__PVOID) {
29760        delete[] (TGLCameraOverlay*) soff;
29761      } else {
29762        G__setgvp((long) G__PVOID);
29763        for (int i = n - 1; i >= 0; --i) {
29764          ((TGLCameraOverlay*) (soff+(sizeof(TGLCameraOverlay)*i)))->~G__TTGLCameraOverlay();
29765        }
29766        G__setgvp((long)gvp);
29767      }
29768    } else {
29769      if (gvp == (char*)G__PVOID) {
29770        delete (TGLCameraOverlay*) soff;
29771      } else {
29772        G__setgvp((long) G__PVOID);
29773        ((TGLCameraOverlay*) (soff))->~G__TTGLCameraOverlay();
29774        G__setgvp((long)gvp);
29775      }
29776    }
29777    G__setnull(result7);
29778    return(1 || funcname || hash || result7 || libp) ;
29779 }
29780 
29781 
29782 /* TGLPShapeRef */
29783 static int G__G__GL_431_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29784 {
29785    TGLPShapeRef* p = NULL;
29786    char* gvp = (char*) G__getgvp();
29787    int n = G__getaryconstruct();
29788    if (n) {
29789      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29790        p = new TGLPShapeRef[n];
29791      } else {
29792        p = new((void*) gvp) TGLPShapeRef[n];
29793      }
29794    } else {
29795      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29796        p = new TGLPShapeRef;
29797      } else {
29798        p = new((void*) gvp) TGLPShapeRef;
29799      }
29800    }
29801    result7->obj.i = (long) p;
29802    result7->ref = (long) p;
29803    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef));
29804    return(1 || funcname || hash || result7 || libp) ;
29805 }
29806 
29807 static int G__G__GL_431_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29808 {
29809    TGLPShapeRef* p = NULL;
29810    char* gvp = (char*) G__getgvp();
29811    //m: 1
29812    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29813      p = new TGLPShapeRef((TGLPhysicalShape*) G__int(libp->para[0]));
29814    } else {
29815      p = new((void*) gvp) TGLPShapeRef((TGLPhysicalShape*) G__int(libp->para[0]));
29816    }
29817    result7->obj.i = (long) p;
29818    result7->ref = (long) p;
29819    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef));
29820    return(1 || funcname || hash || result7 || libp) ;
29821 }
29822 
29823 static int G__G__GL_431_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29824 {
29825       G__letint(result7, 85, (long) ((const TGLPShapeRef*) G__getstructoffset())->GetPShape());
29826    return(1 || funcname || hash || result7 || libp) ;
29827 }
29828 
29829 static int G__G__GL_431_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29830 {
29831       ((TGLPShapeRef*) G__getstructoffset())->SetPShape((TGLPhysicalShape*) G__int(libp->para[0]));
29832       G__setnull(result7);
29833    return(1 || funcname || hash || result7 || libp) ;
29834 }
29835 
29836 static int G__G__GL_431_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29837 {
29838       ((TGLPShapeRef*) G__getstructoffset())->PShapeModified();
29839       G__setnull(result7);
29840    return(1 || funcname || hash || result7 || libp) ;
29841 }
29842 
29843 static int G__G__GL_431_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29844 {
29845       G__letint(result7, 85, (long) TGLPShapeRef::Class());
29846    return(1 || funcname || hash || result7 || libp) ;
29847 }
29848 
29849 static int G__G__GL_431_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29850 {
29851       G__letint(result7, 67, (long) TGLPShapeRef::Class_Name());
29852    return(1 || funcname || hash || result7 || libp) ;
29853 }
29854 
29855 static int G__G__GL_431_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29856 {
29857       G__letint(result7, 115, (long) TGLPShapeRef::Class_Version());
29858    return(1 || funcname || hash || result7 || libp) ;
29859 }
29860 
29861 static int G__G__GL_431_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29862 {
29863       TGLPShapeRef::Dictionary();
29864       G__setnull(result7);
29865    return(1 || funcname || hash || result7 || libp) ;
29866 }
29867 
29868 static int G__G__GL_431_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29869 {
29870       G__letint(result7, 85, (long) ((const TGLPShapeRef*) G__getstructoffset())->IsA());
29871    return(1 || funcname || hash || result7 || libp) ;
29872 }
29873 
29874 static int G__G__GL_431_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29875 {
29876       ((TGLPShapeRef*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
29877       G__setnull(result7);
29878    return(1 || funcname || hash || result7 || libp) ;
29879 }
29880 
29881 static int G__G__GL_431_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29882 {
29883       ((TGLPShapeRef*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
29884       G__setnull(result7);
29885    return(1 || funcname || hash || result7 || libp) ;
29886 }
29887 
29888 static int G__G__GL_431_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29889 {
29890       ((TGLPShapeRef*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
29891       G__setnull(result7);
29892    return(1 || funcname || hash || result7 || libp) ;
29893 }
29894 
29895 static int G__G__GL_431_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29896 {
29897       G__letint(result7, 67, (long) TGLPShapeRef::DeclFileName());
29898    return(1 || funcname || hash || result7 || libp) ;
29899 }
29900 
29901 static int G__G__GL_431_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29902 {
29903       G__letint(result7, 105, (long) TGLPShapeRef::ImplFileLine());
29904    return(1 || funcname || hash || result7 || libp) ;
29905 }
29906 
29907 static int G__G__GL_431_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29908 {
29909       G__letint(result7, 67, (long) TGLPShapeRef::ImplFileName());
29910    return(1 || funcname || hash || result7 || libp) ;
29911 }
29912 
29913 static int G__G__GL_431_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29914 {
29915       G__letint(result7, 105, (long) TGLPShapeRef::DeclFileLine());
29916    return(1 || funcname || hash || result7 || libp) ;
29917 }
29918 
29919 // automatic destructor
29920 typedef TGLPShapeRef G__TTGLPShapeRef;
29921 static int G__G__GL_431_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29922 {
29923    char* gvp = (char*) G__getgvp();
29924    long soff = G__getstructoffset();
29925    int n = G__getaryconstruct();
29926    //
29927    //has_a_delete: 0
29928    //has_own_delete1arg: 0
29929    //has_own_delete2arg: 0
29930    //
29931    if (!soff) {
29932      return(1);
29933    }
29934    if (n) {
29935      if (gvp == (char*)G__PVOID) {
29936        delete[] (TGLPShapeRef*) soff;
29937      } else {
29938        G__setgvp((long) G__PVOID);
29939        for (int i = n - 1; i >= 0; --i) {
29940          ((TGLPShapeRef*) (soff+(sizeof(TGLPShapeRef)*i)))->~G__TTGLPShapeRef();
29941        }
29942        G__setgvp((long)gvp);
29943      }
29944    } else {
29945      if (gvp == (char*)G__PVOID) {
29946        delete (TGLPShapeRef*) soff;
29947      } else {
29948        G__setgvp((long) G__PVOID);
29949        ((TGLPShapeRef*) (soff))->~G__TTGLPShapeRef();
29950        G__setgvp((long)gvp);
29951      }
29952    }
29953    G__setnull(result7);
29954    return(1 || funcname || hash || result7 || libp) ;
29955 }
29956 
29957 
29958 /* TGLManipSet */
29959 static int G__G__GL_433_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29960 {
29961    TGLManipSet* p = NULL;
29962    char* gvp = (char*) G__getgvp();
29963    int n = G__getaryconstruct();
29964    if (n) {
29965      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29966        p = new TGLManipSet[n];
29967      } else {
29968        p = new((void*) gvp) TGLManipSet[n];
29969      }
29970    } else {
29971      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
29972        p = new TGLManipSet;
29973      } else {
29974        p = new((void*) gvp) TGLManipSet;
29975      }
29976    }
29977    result7->obj.i = (long) p;
29978    result7->ref = (long) p;
29979    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLManipSet));
29980    return(1 || funcname || hash || result7 || libp) ;
29981 }
29982 
29983 static int G__G__GL_433_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29984 {
29985       G__letint(result7, 85, (long) ((const TGLManipSet*) G__getstructoffset())->GetCurrentManip());
29986    return(1 || funcname || hash || result7 || libp) ;
29987 }
29988 
29989 static int G__G__GL_433_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29990 {
29991       G__letint(result7, 105, (long) ((const TGLManipSet*) G__getstructoffset())->GetManipType());
29992    return(1 || funcname || hash || result7 || libp) ;
29993 }
29994 
29995 static int G__G__GL_433_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
29996 {
29997       ((TGLManipSet*) G__getstructoffset())->SetManipType((Int_t) G__int(libp->para[0]));
29998       G__setnull(result7);
29999    return(1 || funcname || hash || result7 || libp) ;
30000 }
30001 
30002 static int G__G__GL_433_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30003 {
30004       G__letint(result7, 103, (long) ((const TGLManipSet*) G__getstructoffset())->GetDrawBBox());
30005    return(1 || funcname || hash || result7 || libp) ;
30006 }
30007 
30008 static int G__G__GL_433_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30009 {
30010       ((TGLManipSet*) G__getstructoffset())->SetDrawBBox((Bool_t) G__int(libp->para[0]));
30011       G__setnull(result7);
30012    return(1 || funcname || hash || result7 || libp) ;
30013 }
30014 
30015 static int G__G__GL_433_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30016 {
30017       G__letint(result7, 85, (long) TGLManipSet::Class());
30018    return(1 || funcname || hash || result7 || libp) ;
30019 }
30020 
30021 static int G__G__GL_433_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30022 {
30023       G__letint(result7, 67, (long) TGLManipSet::Class_Name());
30024    return(1 || funcname || hash || result7 || libp) ;
30025 }
30026 
30027 static int G__G__GL_433_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30028 {
30029       G__letint(result7, 115, (long) TGLManipSet::Class_Version());
30030    return(1 || funcname || hash || result7 || libp) ;
30031 }
30032 
30033 static int G__G__GL_433_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30034 {
30035       TGLManipSet::Dictionary();
30036       G__setnull(result7);
30037    return(1 || funcname || hash || result7 || libp) ;
30038 }
30039 
30040 static int G__G__GL_433_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30041 {
30042       ((TGLManipSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30043       G__setnull(result7);
30044    return(1 || funcname || hash || result7 || libp) ;
30045 }
30046 
30047 static int G__G__GL_433_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30048 {
30049       G__letint(result7, 67, (long) TGLManipSet::DeclFileName());
30050    return(1 || funcname || hash || result7 || libp) ;
30051 }
30052 
30053 static int G__G__GL_433_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30054 {
30055       G__letint(result7, 105, (long) TGLManipSet::ImplFileLine());
30056    return(1 || funcname || hash || result7 || libp) ;
30057 }
30058 
30059 static int G__G__GL_433_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30060 {
30061       G__letint(result7, 67, (long) TGLManipSet::ImplFileName());
30062    return(1 || funcname || hash || result7 || libp) ;
30063 }
30064 
30065 static int G__G__GL_433_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30066 {
30067       G__letint(result7, 105, (long) TGLManipSet::DeclFileLine());
30068    return(1 || funcname || hash || result7 || libp) ;
30069 }
30070 
30071 // automatic destructor
30072 typedef TGLManipSet G__TTGLManipSet;
30073 static int G__G__GL_433_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30074 {
30075    char* gvp = (char*) G__getgvp();
30076    long soff = G__getstructoffset();
30077    int n = G__getaryconstruct();
30078    //
30079    //has_a_delete: 0
30080    //has_own_delete1arg: 0
30081    //has_own_delete2arg: 0
30082    //
30083    if (!soff) {
30084      return(1);
30085    }
30086    if (n) {
30087      if (gvp == (char*)G__PVOID) {
30088        delete[] (TGLManipSet*) soff;
30089      } else {
30090        G__setgvp((long) G__PVOID);
30091        for (int i = n - 1; i >= 0; --i) {
30092          ((TGLManipSet*) (soff+(sizeof(TGLManipSet)*i)))->~G__TTGLManipSet();
30093        }
30094        G__setgvp((long)gvp);
30095      }
30096    } else {
30097      if (gvp == (char*)G__PVOID) {
30098        delete (TGLManipSet*) soff;
30099      } else {
30100        G__setgvp((long) G__PVOID);
30101        ((TGLManipSet*) (soff))->~G__TTGLManipSet();
30102        G__setgvp((long)gvp);
30103      }
30104    }
30105    G__setnull(result7);
30106    return(1 || funcname || hash || result7 || libp) ;
30107 }
30108 
30109 
30110 /* TGLClip */
30111 static int G__G__GL_434_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30112 {
30113       ((TGLClip*) G__getstructoffset())->Setup(*(TGLBoundingBox*) libp->para[0].ref);
30114       G__setnull(result7);
30115    return(1 || funcname || hash || result7 || libp) ;
30116 }
30117 
30118 static int G__G__GL_434_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30119 {
30120       ((TGLClip*) G__getstructoffset())->Setup(*(TGLVector3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
30121       G__setnull(result7);
30122    return(1 || funcname || hash || result7 || libp) ;
30123 }
30124 
30125 static int G__G__GL_434_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30126 {
30127       G__letint(result7, 105, (long) ((const TGLClip*) G__getstructoffset())->GetMode());
30128    return(1 || funcname || hash || result7 || libp) ;
30129 }
30130 
30131 static int G__G__GL_434_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30132 {
30133       ((TGLClip*) G__getstructoffset())->SetMode((TGLClip::EMode) G__int(libp->para[0]));
30134       G__setnull(result7);
30135    return(1 || funcname || hash || result7 || libp) ;
30136 }
30137 
30138 static int G__G__GL_434_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30139 {
30140       G__letint(result7, 104, (long) ((const TGLClip*) G__getstructoffset())->TimeStamp());
30141    return(1 || funcname || hash || result7 || libp) ;
30142 }
30143 
30144 static int G__G__GL_434_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30145 {
30146       ((TGLClip*) G__getstructoffset())->IncTimeStamp();
30147       G__setnull(result7);
30148    return(1 || funcname || hash || result7 || libp) ;
30149 }
30150 
30151 static int G__G__GL_434_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30152 {
30153       G__letint(result7, 103, (long) ((const TGLClip*) G__getstructoffset())->IsValid());
30154    return(1 || funcname || hash || result7 || libp) ;
30155 }
30156 
30157 static int G__G__GL_434_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30158 {
30159       ((TGLClip*) G__getstructoffset())->Invalidate();
30160       G__setnull(result7);
30161    return(1 || funcname || hash || result7 || libp) ;
30162 }
30163 
30164 static int G__G__GL_434_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30165 {
30166       ((const TGLClip*) G__getstructoffset())->PlaneSet(*(TGLPlaneSet_t*) libp->para[0].ref);
30167       G__setnull(result7);
30168    return(1 || funcname || hash || result7 || libp) ;
30169 }
30170 
30171 static int G__G__GL_434_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30172 {
30173       G__letint(result7, 85, (long) TGLClip::Class());
30174    return(1 || funcname || hash || result7 || libp) ;
30175 }
30176 
30177 static int G__G__GL_434_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30178 {
30179       G__letint(result7, 67, (long) TGLClip::Class_Name());
30180    return(1 || funcname || hash || result7 || libp) ;
30181 }
30182 
30183 static int G__G__GL_434_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30184 {
30185       G__letint(result7, 115, (long) TGLClip::Class_Version());
30186    return(1 || funcname || hash || result7 || libp) ;
30187 }
30188 
30189 static int G__G__GL_434_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30190 {
30191       TGLClip::Dictionary();
30192       G__setnull(result7);
30193    return(1 || funcname || hash || result7 || libp) ;
30194 }
30195 
30196 static int G__G__GL_434_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30197 {
30198       ((TGLClip*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30199       G__setnull(result7);
30200    return(1 || funcname || hash || result7 || libp) ;
30201 }
30202 
30203 static int G__G__GL_434_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30204 {
30205       G__letint(result7, 67, (long) TGLClip::DeclFileName());
30206    return(1 || funcname || hash || result7 || libp) ;
30207 }
30208 
30209 static int G__G__GL_434_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30210 {
30211       G__letint(result7, 105, (long) TGLClip::ImplFileLine());
30212    return(1 || funcname || hash || result7 || libp) ;
30213 }
30214 
30215 static int G__G__GL_434_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30216 {
30217       G__letint(result7, 67, (long) TGLClip::ImplFileName());
30218    return(1 || funcname || hash || result7 || libp) ;
30219 }
30220 
30221 static int G__G__GL_434_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30222 {
30223       G__letint(result7, 105, (long) TGLClip::DeclFileLine());
30224    return(1 || funcname || hash || result7 || libp) ;
30225 }
30226 
30227 // automatic destructor
30228 typedef TGLClip G__TTGLClip;
30229 static int G__G__GL_434_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30230 {
30231    char* gvp = (char*) G__getgvp();
30232    long soff = G__getstructoffset();
30233    int n = G__getaryconstruct();
30234    //
30235    //has_a_delete: 0
30236    //has_own_delete1arg: 0
30237    //has_own_delete2arg: 0
30238    //
30239    if (!soff) {
30240      return(1);
30241    }
30242    if (n) {
30243      if (gvp == (char*)G__PVOID) {
30244        delete[] (TGLClip*) soff;
30245      } else {
30246        G__setgvp((long) G__PVOID);
30247        for (int i = n - 1; i >= 0; --i) {
30248          ((TGLClip*) (soff+(sizeof(TGLClip)*i)))->~G__TTGLClip();
30249        }
30250        G__setgvp((long)gvp);
30251      }
30252    } else {
30253      if (gvp == (char*)G__PVOID) {
30254        delete (TGLClip*) soff;
30255      } else {
30256        G__setgvp((long) G__PVOID);
30257        ((TGLClip*) (soff))->~G__TTGLClip();
30258        G__setgvp((long)gvp);
30259      }
30260    }
30261    G__setnull(result7);
30262    return(1 || funcname || hash || result7 || libp) ;
30263 }
30264 
30265 
30266 /* TGLClipPlane */
30267 static int G__G__GL_436_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30268 {
30269    TGLClipPlane* p = NULL;
30270    char* gvp = (char*) G__getgvp();
30271    int n = G__getaryconstruct();
30272    if (n) {
30273      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30274        p = new TGLClipPlane[n];
30275      } else {
30276        p = new((void*) gvp) TGLClipPlane[n];
30277      }
30278    } else {
30279      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30280        p = new TGLClipPlane;
30281      } else {
30282        p = new((void*) gvp) TGLClipPlane;
30283      }
30284    }
30285    result7->obj.i = (long) p;
30286    result7->ref = (long) p;
30287    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLClipPlane));
30288    return(1 || funcname || hash || result7 || libp) ;
30289 }
30290 
30291 static int G__G__GL_436_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30292 {
30293       ((TGLClipPlane*) G__getstructoffset())->Set(*(TGLPlane*) libp->para[0].ref);
30294       G__setnull(result7);
30295    return(1 || funcname || hash || result7 || libp) ;
30296 }
30297 
30298 static int G__G__GL_436_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30299 {
30300       G__letint(result7, 85, (long) TGLClipPlane::Class());
30301    return(1 || funcname || hash || result7 || libp) ;
30302 }
30303 
30304 static int G__G__GL_436_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30305 {
30306       G__letint(result7, 67, (long) TGLClipPlane::Class_Name());
30307    return(1 || funcname || hash || result7 || libp) ;
30308 }
30309 
30310 static int G__G__GL_436_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30311 {
30312       G__letint(result7, 115, (long) TGLClipPlane::Class_Version());
30313    return(1 || funcname || hash || result7 || libp) ;
30314 }
30315 
30316 static int G__G__GL_436_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30317 {
30318       TGLClipPlane::Dictionary();
30319       G__setnull(result7);
30320    return(1 || funcname || hash || result7 || libp) ;
30321 }
30322 
30323 static int G__G__GL_436_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30324 {
30325       ((TGLClipPlane*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30326       G__setnull(result7);
30327    return(1 || funcname || hash || result7 || libp) ;
30328 }
30329 
30330 static int G__G__GL_436_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30331 {
30332       G__letint(result7, 67, (long) TGLClipPlane::DeclFileName());
30333    return(1 || funcname || hash || result7 || libp) ;
30334 }
30335 
30336 static int G__G__GL_436_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30337 {
30338       G__letint(result7, 105, (long) TGLClipPlane::ImplFileLine());
30339    return(1 || funcname || hash || result7 || libp) ;
30340 }
30341 
30342 static int G__G__GL_436_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30343 {
30344       G__letint(result7, 67, (long) TGLClipPlane::ImplFileName());
30345    return(1 || funcname || hash || result7 || libp) ;
30346 }
30347 
30348 static int G__G__GL_436_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30349 {
30350       G__letint(result7, 105, (long) TGLClipPlane::DeclFileLine());
30351    return(1 || funcname || hash || result7 || libp) ;
30352 }
30353 
30354 // automatic destructor
30355 typedef TGLClipPlane G__TTGLClipPlane;
30356 static int G__G__GL_436_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30357 {
30358    char* gvp = (char*) G__getgvp();
30359    long soff = G__getstructoffset();
30360    int n = G__getaryconstruct();
30361    //
30362    //has_a_delete: 0
30363    //has_own_delete1arg: 0
30364    //has_own_delete2arg: 0
30365    //
30366    if (!soff) {
30367      return(1);
30368    }
30369    if (n) {
30370      if (gvp == (char*)G__PVOID) {
30371        delete[] (TGLClipPlane*) soff;
30372      } else {
30373        G__setgvp((long) G__PVOID);
30374        for (int i = n - 1; i >= 0; --i) {
30375          ((TGLClipPlane*) (soff+(sizeof(TGLClipPlane)*i)))->~G__TTGLClipPlane();
30376        }
30377        G__setgvp((long)gvp);
30378      }
30379    } else {
30380      if (gvp == (char*)G__PVOID) {
30381        delete (TGLClipPlane*) soff;
30382      } else {
30383        G__setgvp((long) G__PVOID);
30384        ((TGLClipPlane*) (soff))->~G__TTGLClipPlane();
30385        G__setgvp((long)gvp);
30386      }
30387    }
30388    G__setnull(result7);
30389    return(1 || funcname || hash || result7 || libp) ;
30390 }
30391 
30392 
30393 /* TGLClipBox */
30394 static int G__G__GL_437_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30395 {
30396    TGLClipBox* p = NULL;
30397    char* gvp = (char*) G__getgvp();
30398    int n = G__getaryconstruct();
30399    if (n) {
30400      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30401        p = new TGLClipBox[n];
30402      } else {
30403        p = new((void*) gvp) TGLClipBox[n];
30404      }
30405    } else {
30406      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30407        p = new TGLClipBox;
30408      } else {
30409        p = new((void*) gvp) TGLClipBox;
30410      }
30411    }
30412    result7->obj.i = (long) p;
30413    result7->ref = (long) p;
30414    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLClipBox));
30415    return(1 || funcname || hash || result7 || libp) ;
30416 }
30417 
30418 static int G__G__GL_437_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30419 {
30420       G__letint(result7, 85, (long) TGLClipBox::Class());
30421    return(1 || funcname || hash || result7 || libp) ;
30422 }
30423 
30424 static int G__G__GL_437_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30425 {
30426       G__letint(result7, 67, (long) TGLClipBox::Class_Name());
30427    return(1 || funcname || hash || result7 || libp) ;
30428 }
30429 
30430 static int G__G__GL_437_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30431 {
30432       G__letint(result7, 115, (long) TGLClipBox::Class_Version());
30433    return(1 || funcname || hash || result7 || libp) ;
30434 }
30435 
30436 static int G__G__GL_437_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30437 {
30438       TGLClipBox::Dictionary();
30439       G__setnull(result7);
30440    return(1 || funcname || hash || result7 || libp) ;
30441 }
30442 
30443 static int G__G__GL_437_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30444 {
30445       ((TGLClipBox*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30446       G__setnull(result7);
30447    return(1 || funcname || hash || result7 || libp) ;
30448 }
30449 
30450 static int G__G__GL_437_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30451 {
30452       G__letint(result7, 67, (long) TGLClipBox::DeclFileName());
30453    return(1 || funcname || hash || result7 || libp) ;
30454 }
30455 
30456 static int G__G__GL_437_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30457 {
30458       G__letint(result7, 105, (long) TGLClipBox::ImplFileLine());
30459    return(1 || funcname || hash || result7 || libp) ;
30460 }
30461 
30462 static int G__G__GL_437_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30463 {
30464       G__letint(result7, 67, (long) TGLClipBox::ImplFileName());
30465    return(1 || funcname || hash || result7 || libp) ;
30466 }
30467 
30468 static int G__G__GL_437_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30469 {
30470       G__letint(result7, 105, (long) TGLClipBox::DeclFileLine());
30471    return(1 || funcname || hash || result7 || libp) ;
30472 }
30473 
30474 // automatic destructor
30475 typedef TGLClipBox G__TTGLClipBox;
30476 static int G__G__GL_437_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30477 {
30478    char* gvp = (char*) G__getgvp();
30479    long soff = G__getstructoffset();
30480    int n = G__getaryconstruct();
30481    //
30482    //has_a_delete: 0
30483    //has_own_delete1arg: 0
30484    //has_own_delete2arg: 0
30485    //
30486    if (!soff) {
30487      return(1);
30488    }
30489    if (n) {
30490      if (gvp == (char*)G__PVOID) {
30491        delete[] (TGLClipBox*) soff;
30492      } else {
30493        G__setgvp((long) G__PVOID);
30494        for (int i = n - 1; i >= 0; --i) {
30495          ((TGLClipBox*) (soff+(sizeof(TGLClipBox)*i)))->~G__TTGLClipBox();
30496        }
30497        G__setgvp((long)gvp);
30498      }
30499    } else {
30500      if (gvp == (char*)G__PVOID) {
30501        delete (TGLClipBox*) soff;
30502      } else {
30503        G__setgvp((long) G__PVOID);
30504        ((TGLClipBox*) (soff))->~G__TTGLClipBox();
30505        G__setgvp((long)gvp);
30506      }
30507    }
30508    G__setnull(result7);
30509    return(1 || funcname || hash || result7 || libp) ;
30510 }
30511 
30512 
30513 /* TGLClipSet */
30514 static int G__G__GL_438_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30515 {
30516    TGLClipSet* p = NULL;
30517    char* gvp = (char*) G__getgvp();
30518    int n = G__getaryconstruct();
30519    if (n) {
30520      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30521        p = new TGLClipSet[n];
30522      } else {
30523        p = new((void*) gvp) TGLClipSet[n];
30524      }
30525    } else {
30526      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30527        p = new TGLClipSet;
30528      } else {
30529        p = new((void*) gvp) TGLClipSet;
30530      }
30531    }
30532    result7->obj.i = (long) p;
30533    result7->ref = (long) p;
30534    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLClipSet));
30535    return(1 || funcname || hash || result7 || libp) ;
30536 }
30537 
30538 static int G__G__GL_438_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30539 {
30540       G__letint(result7, 103, (long) ((const TGLClipSet*) G__getstructoffset())->IsClipping());
30541    return(1 || funcname || hash || result7 || libp) ;
30542 }
30543 
30544 static int G__G__GL_438_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30545 {
30546       G__letint(result7, 85, (long) ((const TGLClipSet*) G__getstructoffset())->GetCurrentClip());
30547    return(1 || funcname || hash || result7 || libp) ;
30548 }
30549 
30550 static int G__G__GL_438_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30551 {
30552       ((const TGLClipSet*) G__getstructoffset())->FillPlaneSet(*(TGLPlaneSet_t*) libp->para[0].ref);
30553       G__setnull(result7);
30554    return(1 || funcname || hash || result7 || libp) ;
30555 }
30556 
30557 static int G__G__GL_438_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30558 {
30559       ((TGLClipSet*) G__getstructoffset())->SetupClips(*(TGLBoundingBox*) libp->para[0].ref);
30560       G__setnull(result7);
30561    return(1 || funcname || hash || result7 || libp) ;
30562 }
30563 
30564 static int G__G__GL_438_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30565 {
30566       ((TGLClipSet*) G__getstructoffset())->SetupCurrentClip(*(TGLBoundingBox*) libp->para[0].ref);
30567       G__setnull(result7);
30568    return(1 || funcname || hash || result7 || libp) ;
30569 }
30570 
30571 static int G__G__GL_438_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30572 {
30573       ((TGLClipSet*) G__getstructoffset())->SetupCurrentClipIfInvalid(*(TGLBoundingBox*) libp->para[0].ref);
30574       G__setnull(result7);
30575    return(1 || funcname || hash || result7 || libp) ;
30576 }
30577 
30578 static int G__G__GL_438_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30579 {
30580       ((TGLClipSet*) G__getstructoffset())->InvalidateClips();
30581       G__setnull(result7);
30582    return(1 || funcname || hash || result7 || libp) ;
30583 }
30584 
30585 static int G__G__GL_438_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30586 {
30587       ((TGLClipSet*) G__getstructoffset())->InvalidateCurrentClip();
30588       G__setnull(result7);
30589    return(1 || funcname || hash || result7 || libp) ;
30590 }
30591 
30592 static int G__G__GL_438_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30593 {
30594       ((const TGLClipSet*) G__getstructoffset())->GetClipState((EClipType) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
30595       G__setnull(result7);
30596    return(1 || funcname || hash || result7 || libp) ;
30597 }
30598 
30599 static int G__G__GL_438_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30600 {
30601       ((TGLClipSet*) G__getstructoffset())->SetClipState((EClipType) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
30602       G__setnull(result7);
30603    return(1 || funcname || hash || result7 || libp) ;
30604 }
30605 
30606 static int G__G__GL_438_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30607 {
30608       G__letint(result7, 105, (long) ((const TGLClipSet*) G__getstructoffset())->GetClipType());
30609    return(1 || funcname || hash || result7 || libp) ;
30610 }
30611 
30612 static int G__G__GL_438_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30613 {
30614       ((TGLClipSet*) G__getstructoffset())->SetClipType((EClipType) G__int(libp->para[0]));
30615       G__setnull(result7);
30616    return(1 || funcname || hash || result7 || libp) ;
30617 }
30618 
30619 static int G__G__GL_438_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30620 {
30621       G__letint(result7, 103, (long) ((const TGLClipSet*) G__getstructoffset())->GetAutoUpdate());
30622    return(1 || funcname || hash || result7 || libp) ;
30623 }
30624 
30625 static int G__G__GL_438_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30626 {
30627       ((TGLClipSet*) G__getstructoffset())->SetAutoUpdate((Bool_t) G__int(libp->para[0]));
30628       G__setnull(result7);
30629    return(1 || funcname || hash || result7 || libp) ;
30630 }
30631 
30632 static int G__G__GL_438_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30633 {
30634       G__letint(result7, 103, (long) ((const TGLClipSet*) G__getstructoffset())->GetShowManip());
30635    return(1 || funcname || hash || result7 || libp) ;
30636 }
30637 
30638 static int G__G__GL_438_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30639 {
30640       ((TGLClipSet*) G__getstructoffset())->SetShowManip((Bool_t) G__int(libp->para[0]));
30641       G__setnull(result7);
30642    return(1 || funcname || hash || result7 || libp) ;
30643 }
30644 
30645 static int G__G__GL_438_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30646 {
30647       G__letint(result7, 103, (long) ((const TGLClipSet*) G__getstructoffset())->GetShowClip());
30648    return(1 || funcname || hash || result7 || libp) ;
30649 }
30650 
30651 static int G__G__GL_438_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30652 {
30653       ((TGLClipSet*) G__getstructoffset())->SetShowClip((Bool_t) G__int(libp->para[0]));
30654       G__setnull(result7);
30655    return(1 || funcname || hash || result7 || libp) ;
30656 }
30657 
30658 static int G__G__GL_438_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30659 {
30660       G__letint(result7, 85, (long) TGLClipSet::Class());
30661    return(1 || funcname || hash || result7 || libp) ;
30662 }
30663 
30664 static int G__G__GL_438_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30665 {
30666       G__letint(result7, 67, (long) TGLClipSet::Class_Name());
30667    return(1 || funcname || hash || result7 || libp) ;
30668 }
30669 
30670 static int G__G__GL_438_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30671 {
30672       G__letint(result7, 115, (long) TGLClipSet::Class_Version());
30673    return(1 || funcname || hash || result7 || libp) ;
30674 }
30675 
30676 static int G__G__GL_438_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30677 {
30678       TGLClipSet::Dictionary();
30679       G__setnull(result7);
30680    return(1 || funcname || hash || result7 || libp) ;
30681 }
30682 
30683 static int G__G__GL_438_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30684 {
30685       ((TGLClipSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30686       G__setnull(result7);
30687    return(1 || funcname || hash || result7 || libp) ;
30688 }
30689 
30690 static int G__G__GL_438_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30691 {
30692       G__letint(result7, 67, (long) TGLClipSet::DeclFileName());
30693    return(1 || funcname || hash || result7 || libp) ;
30694 }
30695 
30696 static int G__G__GL_438_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30697 {
30698       G__letint(result7, 105, (long) TGLClipSet::ImplFileLine());
30699    return(1 || funcname || hash || result7 || libp) ;
30700 }
30701 
30702 static int G__G__GL_438_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30703 {
30704       G__letint(result7, 67, (long) TGLClipSet::ImplFileName());
30705    return(1 || funcname || hash || result7 || libp) ;
30706 }
30707 
30708 static int G__G__GL_438_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30709 {
30710       G__letint(result7, 105, (long) TGLClipSet::DeclFileLine());
30711    return(1 || funcname || hash || result7 || libp) ;
30712 }
30713 
30714 // automatic destructor
30715 typedef TGLClipSet G__TTGLClipSet;
30716 static int G__G__GL_438_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30717 {
30718    char* gvp = (char*) G__getgvp();
30719    long soff = G__getstructoffset();
30720    int n = G__getaryconstruct();
30721    //
30722    //has_a_delete: 0
30723    //has_own_delete1arg: 0
30724    //has_own_delete2arg: 0
30725    //
30726    if (!soff) {
30727      return(1);
30728    }
30729    if (n) {
30730      if (gvp == (char*)G__PVOID) {
30731        delete[] (TGLClipSet*) soff;
30732      } else {
30733        G__setgvp((long) G__PVOID);
30734        for (int i = n - 1; i >= 0; --i) {
30735          ((TGLClipSet*) (soff+(sizeof(TGLClipSet)*i)))->~G__TTGLClipSet();
30736        }
30737        G__setgvp((long)gvp);
30738      }
30739    } else {
30740      if (gvp == (char*)G__PVOID) {
30741        delete (TGLClipSet*) soff;
30742      } else {
30743        G__setgvp((long) G__PVOID);
30744        ((TGLClipSet*) (soff))->~G__TTGLClipSet();
30745        G__setgvp((long)gvp);
30746      }
30747    }
30748    G__setnull(result7);
30749    return(1 || funcname || hash || result7 || libp) ;
30750 }
30751 
30752 
30753 /* TGLClipSetSubEditor */
30754 static int G__G__GL_441_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30755 {
30756    TGLClipSetSubEditor* p = NULL;
30757    char* gvp = (char*) G__getgvp();
30758    //m: 1
30759    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30760      p = new TGLClipSetSubEditor((TGWindow*) G__int(libp->para[0]));
30761    } else {
30762      p = new((void*) gvp) TGLClipSetSubEditor((TGWindow*) G__int(libp->para[0]));
30763    }
30764    result7->obj.i = (long) p;
30765    result7->ref = (long) p;
30766    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor));
30767    return(1 || funcname || hash || result7 || libp) ;
30768 }
30769 
30770 static int G__G__GL_441_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30771 {
30772       ((TGLClipSetSubEditor*) G__getstructoffset())->SetModel((TGLClipSet*) G__int(libp->para[0]));
30773       G__setnull(result7);
30774    return(1 || funcname || hash || result7 || libp) ;
30775 }
30776 
30777 static int G__G__GL_441_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30778 {
30779       ((TGLClipSetSubEditor*) G__getstructoffset())->Changed();
30780       G__setnull(result7);
30781    return(1 || funcname || hash || result7 || libp) ;
30782 }
30783 
30784 static int G__G__GL_441_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30785 {
30786       ((TGLClipSetSubEditor*) G__getstructoffset())->ClipValueChanged();
30787       G__setnull(result7);
30788    return(1 || funcname || hash || result7 || libp) ;
30789 }
30790 
30791 static int G__G__GL_441_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30792 {
30793       ((TGLClipSetSubEditor*) G__getstructoffset())->ClipTypeChanged((Int_t) G__int(libp->para[0]));
30794       G__setnull(result7);
30795    return(1 || funcname || hash || result7 || libp) ;
30796 }
30797 
30798 static int G__G__GL_441_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30799 {
30800       ((TGLClipSetSubEditor*) G__getstructoffset())->UpdateViewerClip();
30801       G__setnull(result7);
30802    return(1 || funcname || hash || result7 || libp) ;
30803 }
30804 
30805 static int G__G__GL_441_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30806 {
30807       ((TGLClipSetSubEditor*) G__getstructoffset())->ResetViewerClip();
30808       G__setnull(result7);
30809    return(1 || funcname || hash || result7 || libp) ;
30810 }
30811 
30812 static int G__G__GL_441_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30813 {
30814       G__letint(result7, 85, (long) TGLClipSetSubEditor::Class());
30815    return(1 || funcname || hash || result7 || libp) ;
30816 }
30817 
30818 static int G__G__GL_441_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30819 {
30820       G__letint(result7, 67, (long) TGLClipSetSubEditor::Class_Name());
30821    return(1 || funcname || hash || result7 || libp) ;
30822 }
30823 
30824 static int G__G__GL_441_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30825 {
30826       G__letint(result7, 115, (long) TGLClipSetSubEditor::Class_Version());
30827    return(1 || funcname || hash || result7 || libp) ;
30828 }
30829 
30830 static int G__G__GL_441_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30831 {
30832       TGLClipSetSubEditor::Dictionary();
30833       G__setnull(result7);
30834    return(1 || funcname || hash || result7 || libp) ;
30835 }
30836 
30837 static int G__G__GL_441_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30838 {
30839       ((TGLClipSetSubEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
30840       G__setnull(result7);
30841    return(1 || funcname || hash || result7 || libp) ;
30842 }
30843 
30844 static int G__G__GL_441_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30845 {
30846       G__letint(result7, 67, (long) TGLClipSetSubEditor::DeclFileName());
30847    return(1 || funcname || hash || result7 || libp) ;
30848 }
30849 
30850 static int G__G__GL_441_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30851 {
30852       G__letint(result7, 105, (long) TGLClipSetSubEditor::ImplFileLine());
30853    return(1 || funcname || hash || result7 || libp) ;
30854 }
30855 
30856 static int G__G__GL_441_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30857 {
30858       G__letint(result7, 67, (long) TGLClipSetSubEditor::ImplFileName());
30859    return(1 || funcname || hash || result7 || libp) ;
30860 }
30861 
30862 static int G__G__GL_441_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30863 {
30864       G__letint(result7, 105, (long) TGLClipSetSubEditor::DeclFileLine());
30865    return(1 || funcname || hash || result7 || libp) ;
30866 }
30867 
30868 // automatic destructor
30869 typedef TGLClipSetSubEditor G__TTGLClipSetSubEditor;
30870 static int G__G__GL_441_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30871 {
30872    char* gvp = (char*) G__getgvp();
30873    long soff = G__getstructoffset();
30874    int n = G__getaryconstruct();
30875    //
30876    //has_a_delete: 1
30877    //has_own_delete1arg: 0
30878    //has_own_delete2arg: 0
30879    //
30880    if (!soff) {
30881      return(1);
30882    }
30883    if (n) {
30884      if (gvp == (char*)G__PVOID) {
30885        delete[] (TGLClipSetSubEditor*) soff;
30886      } else {
30887        G__setgvp((long) G__PVOID);
30888        for (int i = n - 1; i >= 0; --i) {
30889          ((TGLClipSetSubEditor*) (soff+(sizeof(TGLClipSetSubEditor)*i)))->~G__TTGLClipSetSubEditor();
30890        }
30891        G__setgvp((long)gvp);
30892      }
30893    } else {
30894      if (gvp == (char*)G__PVOID) {
30895        delete (TGLClipSetSubEditor*) soff;
30896      } else {
30897        G__setgvp((long) G__PVOID);
30898        ((TGLClipSetSubEditor*) (soff))->~G__TTGLClipSetSubEditor();
30899        G__setgvp((long)gvp);
30900      }
30901    }
30902    G__setnull(result7);
30903    return(1 || funcname || hash || result7 || libp) ;
30904 }
30905 
30906 
30907 /* TGLClipSetEditor */
30908 static int G__G__GL_442_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30909 {
30910    TGLClipSetEditor* p = NULL;
30911    char* gvp = (char*) G__getgvp();
30912    switch (libp->paran) {
30913    case 5:
30914      //m: 5
30915      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30916        p = new TGLClipSetEditor(
30917 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
30918 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
30919 , (Pixel_t) G__int(libp->para[4]));
30920      } else {
30921        p = new((void*) gvp) TGLClipSetEditor(
30922 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
30923 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
30924 , (Pixel_t) G__int(libp->para[4]));
30925      }
30926      break;
30927    case 4:
30928      //m: 4
30929      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30930        p = new TGLClipSetEditor(
30931 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
30932 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
30933      } else {
30934        p = new((void*) gvp) TGLClipSetEditor(
30935 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
30936 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
30937      }
30938      break;
30939    case 3:
30940      //m: 3
30941      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30942        p = new TGLClipSetEditor(
30943 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
30944 , (Int_t) G__int(libp->para[2]));
30945      } else {
30946        p = new((void*) gvp) TGLClipSetEditor(
30947 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
30948 , (Int_t) G__int(libp->para[2]));
30949      }
30950      break;
30951    case 2:
30952      //m: 2
30953      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30954        p = new TGLClipSetEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
30955      } else {
30956        p = new((void*) gvp) TGLClipSetEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
30957      }
30958      break;
30959    case 1:
30960      //m: 1
30961      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30962        p = new TGLClipSetEditor((TGWindow*) G__int(libp->para[0]));
30963      } else {
30964        p = new((void*) gvp) TGLClipSetEditor((TGWindow*) G__int(libp->para[0]));
30965      }
30966      break;
30967    case 0:
30968      int n = G__getaryconstruct();
30969      if (n) {
30970        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30971          p = new TGLClipSetEditor[n];
30972        } else {
30973          p = new((void*) gvp) TGLClipSetEditor[n];
30974        }
30975      } else {
30976        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
30977          p = new TGLClipSetEditor;
30978        } else {
30979          p = new((void*) gvp) TGLClipSetEditor;
30980        }
30981      }
30982      break;
30983    }
30984    result7->obj.i = (long) p;
30985    result7->ref = (long) p;
30986    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor));
30987    return(1 || funcname || hash || result7 || libp) ;
30988 }
30989 
30990 static int G__G__GL_442_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30991 {
30992       G__letint(result7, 85, (long) TGLClipSetEditor::Class());
30993    return(1 || funcname || hash || result7 || libp) ;
30994 }
30995 
30996 static int G__G__GL_442_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
30997 {
30998       G__letint(result7, 67, (long) TGLClipSetEditor::Class_Name());
30999    return(1 || funcname || hash || result7 || libp) ;
31000 }
31001 
31002 static int G__G__GL_442_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31003 {
31004       G__letint(result7, 115, (long) TGLClipSetEditor::Class_Version());
31005    return(1 || funcname || hash || result7 || libp) ;
31006 }
31007 
31008 static int G__G__GL_442_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31009 {
31010       TGLClipSetEditor::Dictionary();
31011       G__setnull(result7);
31012    return(1 || funcname || hash || result7 || libp) ;
31013 }
31014 
31015 static int G__G__GL_442_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31016 {
31017       ((TGLClipSetEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31018       G__setnull(result7);
31019    return(1 || funcname || hash || result7 || libp) ;
31020 }
31021 
31022 static int G__G__GL_442_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31023 {
31024       G__letint(result7, 67, (long) TGLClipSetEditor::DeclFileName());
31025    return(1 || funcname || hash || result7 || libp) ;
31026 }
31027 
31028 static int G__G__GL_442_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31029 {
31030       G__letint(result7, 105, (long) TGLClipSetEditor::ImplFileLine());
31031    return(1 || funcname || hash || result7 || libp) ;
31032 }
31033 
31034 static int G__G__GL_442_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31035 {
31036       G__letint(result7, 67, (long) TGLClipSetEditor::ImplFileName());
31037    return(1 || funcname || hash || result7 || libp) ;
31038 }
31039 
31040 static int G__G__GL_442_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31041 {
31042       G__letint(result7, 105, (long) TGLClipSetEditor::DeclFileLine());
31043    return(1 || funcname || hash || result7 || libp) ;
31044 }
31045 
31046 // automatic destructor
31047 typedef TGLClipSetEditor G__TTGLClipSetEditor;
31048 static int G__G__GL_442_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31049 {
31050    char* gvp = (char*) G__getgvp();
31051    long soff = G__getstructoffset();
31052    int n = G__getaryconstruct();
31053    //
31054    //has_a_delete: 1
31055    //has_own_delete1arg: 0
31056    //has_own_delete2arg: 0
31057    //
31058    if (!soff) {
31059      return(1);
31060    }
31061    if (n) {
31062      if (gvp == (char*)G__PVOID) {
31063        delete[] (TGLClipSetEditor*) soff;
31064      } else {
31065        G__setgvp((long) G__PVOID);
31066        for (int i = n - 1; i >= 0; --i) {
31067          ((TGLClipSetEditor*) (soff+(sizeof(TGLClipSetEditor)*i)))->~G__TTGLClipSetEditor();
31068        }
31069        G__setgvp((long)gvp);
31070      }
31071    } else {
31072      if (gvp == (char*)G__PVOID) {
31073        delete (TGLClipSetEditor*) soff;
31074      } else {
31075        G__setgvp((long) G__PVOID);
31076        ((TGLClipSetEditor*) (soff))->~G__TTGLClipSetEditor();
31077        G__setgvp((long)gvp);
31078      }
31079    }
31080    G__setnull(result7);
31081    return(1 || funcname || hash || result7 || libp) ;
31082 }
31083 
31084 
31085 /* TGLContextIdentity */
31086 static int G__G__GL_443_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31087 {
31088    TGLContextIdentity* p = NULL;
31089    char* gvp = (char*) G__getgvp();
31090    int n = G__getaryconstruct();
31091    if (n) {
31092      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31093        p = new TGLContextIdentity[n];
31094      } else {
31095        p = new((void*) gvp) TGLContextIdentity[n];
31096      }
31097    } else {
31098      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31099        p = new TGLContextIdentity;
31100      } else {
31101        p = new((void*) gvp) TGLContextIdentity;
31102      }
31103    }
31104    result7->obj.i = (long) p;
31105    result7->ref = (long) p;
31106    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity));
31107    return(1 || funcname || hash || result7 || libp) ;
31108 }
31109 
31110 static int G__G__GL_443_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31111 {
31112       ((TGLContextIdentity*) G__getstructoffset())->AddRef((TGLContext*) G__int(libp->para[0]));
31113       G__setnull(result7);
31114    return(1 || funcname || hash || result7 || libp) ;
31115 }
31116 
31117 static int G__G__GL_443_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31118 {
31119       ((TGLContextIdentity*) G__getstructoffset())->Release((TGLContext*) G__int(libp->para[0]));
31120       G__setnull(result7);
31121    return(1 || funcname || hash || result7 || libp) ;
31122 }
31123 
31124 static int G__G__GL_443_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31125 {
31126       ((TGLContextIdentity*) G__getstructoffset())->AddClientRef();
31127       G__setnull(result7);
31128    return(1 || funcname || hash || result7 || libp) ;
31129 }
31130 
31131 static int G__G__GL_443_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31132 {
31133       ((TGLContextIdentity*) G__getstructoffset())->ReleaseClient();
31134       G__setnull(result7);
31135    return(1 || funcname || hash || result7 || libp) ;
31136 }
31137 
31138 static int G__G__GL_443_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31139 {
31140       G__letint(result7, 105, (long) ((const TGLContextIdentity*) G__getstructoffset())->GetRefCnt());
31141    return(1 || funcname || hash || result7 || libp) ;
31142 }
31143 
31144 static int G__G__GL_443_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31145 {
31146       G__letint(result7, 105, (long) ((const TGLContextIdentity*) G__getstructoffset())->GetClientRefCnt());
31147    return(1 || funcname || hash || result7 || libp) ;
31148 }
31149 
31150 static int G__G__GL_443_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31151 {
31152       G__letint(result7, 103, (long) ((const TGLContextIdentity*) G__getstructoffset())->IsValid());
31153    return(1 || funcname || hash || result7 || libp) ;
31154 }
31155 
31156 static int G__G__GL_443_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31157 {
31158       ((TGLContextIdentity*) G__getstructoffset())->RegisterDLNameRangeToWipe((UInt_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
31159       G__setnull(result7);
31160    return(1 || funcname || hash || result7 || libp) ;
31161 }
31162 
31163 static int G__G__GL_443_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31164 {
31165       ((TGLContextIdentity*) G__getstructoffset())->DeleteGLResources();
31166       G__setnull(result7);
31167    return(1 || funcname || hash || result7 || libp) ;
31168 }
31169 
31170 static int G__G__GL_443_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31171 {
31172       G__letint(result7, 85, (long) TGLContextIdentity::GetCurrent());
31173    return(1 || funcname || hash || result7 || libp) ;
31174 }
31175 
31176 static int G__G__GL_443_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31177 {
31178       G__letint(result7, 85, (long) TGLContextIdentity::GetDefaultIdentity());
31179    return(1 || funcname || hash || result7 || libp) ;
31180 }
31181 
31182 static int G__G__GL_443_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31183 {
31184       G__letint(result7, 85, (long) TGLContextIdentity::GetDefaultContextAny());
31185    return(1 || funcname || hash || result7 || libp) ;
31186 }
31187 
31188 static int G__G__GL_443_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31189 {
31190       G__letint(result7, 85, (long) ((TGLContextIdentity*) G__getstructoffset())->GetFontManager());
31191    return(1 || funcname || hash || result7 || libp) ;
31192 }
31193 
31194 static int G__G__GL_443_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31195 {
31196       G__letint(result7, 85, (long) TGLContextIdentity::Class());
31197    return(1 || funcname || hash || result7 || libp) ;
31198 }
31199 
31200 static int G__G__GL_443_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31201 {
31202       G__letint(result7, 67, (long) TGLContextIdentity::Class_Name());
31203    return(1 || funcname || hash || result7 || libp) ;
31204 }
31205 
31206 static int G__G__GL_443_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31207 {
31208       G__letint(result7, 115, (long) TGLContextIdentity::Class_Version());
31209    return(1 || funcname || hash || result7 || libp) ;
31210 }
31211 
31212 static int G__G__GL_443_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31213 {
31214       TGLContextIdentity::Dictionary();
31215       G__setnull(result7);
31216    return(1 || funcname || hash || result7 || libp) ;
31217 }
31218 
31219 static int G__G__GL_443_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31220 {
31221       G__letint(result7, 85, (long) ((const TGLContextIdentity*) G__getstructoffset())->IsA());
31222    return(1 || funcname || hash || result7 || libp) ;
31223 }
31224 
31225 static int G__G__GL_443_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31226 {
31227       ((TGLContextIdentity*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
31228       G__setnull(result7);
31229    return(1 || funcname || hash || result7 || libp) ;
31230 }
31231 
31232 static int G__G__GL_443_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31233 {
31234       ((TGLContextIdentity*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
31235       G__setnull(result7);
31236    return(1 || funcname || hash || result7 || libp) ;
31237 }
31238 
31239 static int G__G__GL_443_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31240 {
31241       ((TGLContextIdentity*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31242       G__setnull(result7);
31243    return(1 || funcname || hash || result7 || libp) ;
31244 }
31245 
31246 static int G__G__GL_443_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31247 {
31248       G__letint(result7, 67, (long) TGLContextIdentity::DeclFileName());
31249    return(1 || funcname || hash || result7 || libp) ;
31250 }
31251 
31252 static int G__G__GL_443_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31253 {
31254       G__letint(result7, 105, (long) TGLContextIdentity::ImplFileLine());
31255    return(1 || funcname || hash || result7 || libp) ;
31256 }
31257 
31258 static int G__G__GL_443_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31259 {
31260       G__letint(result7, 67, (long) TGLContextIdentity::ImplFileName());
31261    return(1 || funcname || hash || result7 || libp) ;
31262 }
31263 
31264 static int G__G__GL_443_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31265 {
31266       G__letint(result7, 105, (long) TGLContextIdentity::DeclFileLine());
31267    return(1 || funcname || hash || result7 || libp) ;
31268 }
31269 
31270 // automatic copy constructor
31271 static int G__G__GL_443_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31272 
31273 {
31274    TGLContextIdentity* p;
31275    void* tmp = (void*) G__int(libp->para[0]);
31276    p = new TGLContextIdentity(*(TGLContextIdentity*) tmp);
31277    result7->obj.i = (long) p;
31278    result7->ref = (long) p;
31279    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity));
31280    return(1 || funcname || hash || result7 || libp) ;
31281 }
31282 
31283 // automatic destructor
31284 typedef TGLContextIdentity G__TTGLContextIdentity;
31285 static int G__G__GL_443_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31286 {
31287    char* gvp = (char*) G__getgvp();
31288    long soff = G__getstructoffset();
31289    int n = G__getaryconstruct();
31290    //
31291    //has_a_delete: 0
31292    //has_own_delete1arg: 0
31293    //has_own_delete2arg: 0
31294    //
31295    if (!soff) {
31296      return(1);
31297    }
31298    if (n) {
31299      if (gvp == (char*)G__PVOID) {
31300        delete[] (TGLContextIdentity*) soff;
31301      } else {
31302        G__setgvp((long) G__PVOID);
31303        for (int i = n - 1; i >= 0; --i) {
31304          ((TGLContextIdentity*) (soff+(sizeof(TGLContextIdentity)*i)))->~G__TTGLContextIdentity();
31305        }
31306        G__setgvp((long)gvp);
31307      }
31308    } else {
31309      if (gvp == (char*)G__PVOID) {
31310        delete (TGLContextIdentity*) soff;
31311      } else {
31312        G__setgvp((long) G__PVOID);
31313        ((TGLContextIdentity*) (soff))->~G__TTGLContextIdentity();
31314        G__setgvp((long)gvp);
31315      }
31316    }
31317    G__setnull(result7);
31318    return(1 || funcname || hash || result7 || libp) ;
31319 }
31320 
31321 // automatic assignment operator
31322 static int G__G__GL_443_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31323 {
31324    TGLContextIdentity* dest = (TGLContextIdentity*) G__getstructoffset();
31325    *dest = *(TGLContextIdentity*) libp->para[0].ref;
31326    const TGLContextIdentity& obj = *dest;
31327    result7->ref = (long) (&obj);
31328    result7->obj.i = (long) (&obj);
31329    return(1 || funcname || hash || result7 || libp) ;
31330 }
31331 
31332 
31333 /* TGLWidget */
31334 static int G__G__GL_446_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31335 {
31336       G__letint(result7, 85, (long) TGLWidget::CreateDummy());
31337    return(1 || funcname || hash || result7 || libp) ;
31338 }
31339 
31340 static int G__G__GL_446_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31341 {
31342       G__letint(result7, 85, (long) TGLWidget::Create((TGWindow*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
31343 , (Bool_t) G__int(libp->para[2]), (TGLPaintDevice*) G__int(libp->para[3])
31344 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
31345    return(1 || funcname || hash || result7 || libp) ;
31346 }
31347 
31348 static int G__G__GL_446_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31349 {
31350       G__letint(result7, 85, (long) TGLWidget::Create(
31351 *(TGLFormat*) libp->para[0].ref, (TGWindow*) G__int(libp->para[1])
31352 , (Bool_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
31353 , (TGLPaintDevice*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
31354 , (UInt_t) G__int(libp->para[6])));
31355    return(1 || funcname || hash || result7 || libp) ;
31356 }
31357 
31358 static int G__G__GL_446_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31359 {
31360       ((TGLWidget*) G__getstructoffset())->InitGL();
31361       G__setnull(result7);
31362    return(1 || funcname || hash || result7 || libp) ;
31363 }
31364 
31365 static int G__G__GL_446_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31366 {
31367       ((TGLWidget*) G__getstructoffset())->PaintGL();
31368       G__setnull(result7);
31369    return(1 || funcname || hash || result7 || libp) ;
31370 }
31371 
31372 static int G__G__GL_446_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31373 {
31374       G__letint(result7, 103, (long) ((TGLWidget*) G__getstructoffset())->ClearCurrent());
31375    return(1 || funcname || hash || result7 || libp) ;
31376 }
31377 
31378 static int G__G__GL_446_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31379 {
31380       ((TGLWidget*) G__getstructoffset())->SetFormat();
31381       G__setnull(result7);
31382    return(1 || funcname || hash || result7 || libp) ;
31383 }
31384 
31385 static int G__G__GL_446_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31386 {
31387       G__letint(result7, 85, (long) ((const TGLWidget*) G__getstructoffset())->GetEventHandler());
31388    return(1 || funcname || hash || result7 || libp) ;
31389 }
31390 
31391 static int G__G__GL_446_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31392 {
31393       ((TGLWidget*) G__getstructoffset())->SetEventHandler((TGEventHandler*) G__int(libp->para[0]));
31394       G__setnull(result7);
31395    return(1 || funcname || hash || result7 || libp) ;
31396 }
31397 
31398 static int G__G__GL_446_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31399 {
31400       G__letint(result7, 85, (long) TGLWidget::Class());
31401    return(1 || funcname || hash || result7 || libp) ;
31402 }
31403 
31404 static int G__G__GL_446_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31405 {
31406       G__letint(result7, 67, (long) TGLWidget::Class_Name());
31407    return(1 || funcname || hash || result7 || libp) ;
31408 }
31409 
31410 static int G__G__GL_446_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31411 {
31412       G__letint(result7, 115, (long) TGLWidget::Class_Version());
31413    return(1 || funcname || hash || result7 || libp) ;
31414 }
31415 
31416 static int G__G__GL_446_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31417 {
31418       TGLWidget::Dictionary();
31419       G__setnull(result7);
31420    return(1 || funcname || hash || result7 || libp) ;
31421 }
31422 
31423 static int G__G__GL_446_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31424 {
31425       ((TGLWidget*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31426       G__setnull(result7);
31427    return(1 || funcname || hash || result7 || libp) ;
31428 }
31429 
31430 static int G__G__GL_446_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31431 {
31432       G__letint(result7, 67, (long) TGLWidget::DeclFileName());
31433    return(1 || funcname || hash || result7 || libp) ;
31434 }
31435 
31436 static int G__G__GL_446_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31437 {
31438       G__letint(result7, 105, (long) TGLWidget::ImplFileLine());
31439    return(1 || funcname || hash || result7 || libp) ;
31440 }
31441 
31442 static int G__G__GL_446_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31443 {
31444       G__letint(result7, 67, (long) TGLWidget::ImplFileName());
31445    return(1 || funcname || hash || result7 || libp) ;
31446 }
31447 
31448 static int G__G__GL_446_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31449 {
31450       G__letint(result7, 105, (long) TGLWidget::DeclFileLine());
31451    return(1 || funcname || hash || result7 || libp) ;
31452 }
31453 
31454 // automatic destructor
31455 typedef TGLWidget G__TTGLWidget;
31456 static int G__G__GL_446_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31457 {
31458    char* gvp = (char*) G__getgvp();
31459    long soff = G__getstructoffset();
31460    int n = G__getaryconstruct();
31461    //
31462    //has_a_delete: 1
31463    //has_own_delete1arg: 0
31464    //has_own_delete2arg: 0
31465    //
31466    if (!soff) {
31467      return(1);
31468    }
31469    if (n) {
31470      if (gvp == (char*)G__PVOID) {
31471        delete[] (TGLWidget*) soff;
31472      } else {
31473        G__setgvp((long) G__PVOID);
31474        for (int i = n - 1; i >= 0; --i) {
31475          ((TGLWidget*) (soff+(sizeof(TGLWidget)*i)))->~G__TTGLWidget();
31476        }
31477        G__setgvp((long)gvp);
31478      }
31479    } else {
31480      if (gvp == (char*)G__PVOID) {
31481        delete (TGLWidget*) soff;
31482      } else {
31483        G__setgvp((long) G__PVOID);
31484        ((TGLWidget*) (soff))->~G__TTGLWidget();
31485        G__setgvp((long)gvp);
31486      }
31487    }
31488    G__setnull(result7);
31489    return(1 || funcname || hash || result7 || libp) ;
31490 }
31491 
31492 
31493 /* TGLCylinder */
31494 static int G__G__GL_457_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31495 {
31496    TGLCylinder* p = NULL;
31497    char* gvp = (char*) G__getgvp();
31498    //m: 1
31499    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31500      p = new TGLCylinder(*(TBuffer3DTube*) libp->para[0].ref);
31501    } else {
31502      p = new((void*) gvp) TGLCylinder(*(TBuffer3DTube*) libp->para[0].ref);
31503    }
31504    result7->obj.i = (long) p;
31505    result7->ref = (long) p;
31506    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLCylinder));
31507    return(1 || funcname || hash || result7 || libp) ;
31508 }
31509 
31510 static int G__G__GL_457_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31511 {
31512       G__letint(result7, 85, (long) TGLCylinder::Class());
31513    return(1 || funcname || hash || result7 || libp) ;
31514 }
31515 
31516 static int G__G__GL_457_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31517 {
31518       G__letint(result7, 67, (long) TGLCylinder::Class_Name());
31519    return(1 || funcname || hash || result7 || libp) ;
31520 }
31521 
31522 static int G__G__GL_457_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31523 {
31524       G__letint(result7, 115, (long) TGLCylinder::Class_Version());
31525    return(1 || funcname || hash || result7 || libp) ;
31526 }
31527 
31528 static int G__G__GL_457_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31529 {
31530       TGLCylinder::Dictionary();
31531       G__setnull(result7);
31532    return(1 || funcname || hash || result7 || libp) ;
31533 }
31534 
31535 static int G__G__GL_457_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31536 {
31537       ((TGLCylinder*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31538       G__setnull(result7);
31539    return(1 || funcname || hash || result7 || libp) ;
31540 }
31541 
31542 static int G__G__GL_457_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31543 {
31544       G__letint(result7, 67, (long) TGLCylinder::DeclFileName());
31545    return(1 || funcname || hash || result7 || libp) ;
31546 }
31547 
31548 static int G__G__GL_457_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31549 {
31550       G__letint(result7, 105, (long) TGLCylinder::ImplFileLine());
31551    return(1 || funcname || hash || result7 || libp) ;
31552 }
31553 
31554 static int G__G__GL_457_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31555 {
31556       G__letint(result7, 67, (long) TGLCylinder::ImplFileName());
31557    return(1 || funcname || hash || result7 || libp) ;
31558 }
31559 
31560 static int G__G__GL_457_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31561 {
31562       G__letint(result7, 105, (long) TGLCylinder::DeclFileLine());
31563    return(1 || funcname || hash || result7 || libp) ;
31564 }
31565 
31566 // automatic destructor
31567 typedef TGLCylinder G__TTGLCylinder;
31568 static int G__G__GL_457_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31569 {
31570    char* gvp = (char*) G__getgvp();
31571    long soff = G__getstructoffset();
31572    int n = G__getaryconstruct();
31573    //
31574    //has_a_delete: 0
31575    //has_own_delete1arg: 0
31576    //has_own_delete2arg: 0
31577    //
31578    if (!soff) {
31579      return(1);
31580    }
31581    if (n) {
31582      if (gvp == (char*)G__PVOID) {
31583        delete[] (TGLCylinder*) soff;
31584      } else {
31585        G__setgvp((long) G__PVOID);
31586        for (int i = n - 1; i >= 0; --i) {
31587          ((TGLCylinder*) (soff+(sizeof(TGLCylinder)*i)))->~G__TTGLCylinder();
31588        }
31589        G__setgvp((long)gvp);
31590      }
31591    } else {
31592      if (gvp == (char*)G__PVOID) {
31593        delete (TGLCylinder*) soff;
31594      } else {
31595        G__setgvp((long) G__PVOID);
31596        ((TGLCylinder*) (soff))->~G__TTGLCylinder();
31597        G__setgvp((long)gvp);
31598      }
31599    }
31600    G__setnull(result7);
31601    return(1 || funcname || hash || result7 || libp) ;
31602 }
31603 
31604 
31605 /* TGLLockable */
31606 static int G__G__GL_458_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31607 {
31608    TGLLockable* p = NULL;
31609    char* gvp = (char*) G__getgvp();
31610    int n = G__getaryconstruct();
31611    if (n) {
31612      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31613        p = new TGLLockable[n];
31614      } else {
31615        p = new((void*) gvp) TGLLockable[n];
31616      }
31617    } else {
31618      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31619        p = new TGLLockable;
31620      } else {
31621        p = new((void*) gvp) TGLLockable;
31622      }
31623    }
31624    result7->obj.i = (long) p;
31625    result7->ref = (long) p;
31626    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLLockable));
31627    return(1 || funcname || hash || result7 || libp) ;
31628 }
31629 
31630 static int G__G__GL_458_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31631 {
31632       G__letint(result7, 67, (long) ((const TGLLockable*) G__getstructoffset())->LockIdStr());
31633    return(1 || funcname || hash || result7 || libp) ;
31634 }
31635 
31636 static int G__G__GL_458_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31637 {
31638       G__letint(result7, 103, (long) ((const TGLLockable*) G__getstructoffset())->TakeLock((TGLLockable::ELock) G__int(libp->para[0])));
31639    return(1 || funcname || hash || result7 || libp) ;
31640 }
31641 
31642 static int G__G__GL_458_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31643 {
31644       G__letint(result7, 103, (long) ((const TGLLockable*) G__getstructoffset())->ReleaseLock((TGLLockable::ELock) G__int(libp->para[0])));
31645    return(1 || funcname || hash || result7 || libp) ;
31646 }
31647 
31648 static int G__G__GL_458_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31649 {
31650       G__letint(result7, 103, (long) ((const TGLLockable*) G__getstructoffset())->IsLocked());
31651    return(1 || funcname || hash || result7 || libp) ;
31652 }
31653 
31654 static int G__G__GL_458_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31655 {
31656       G__letint(result7, 105, (long) ((const TGLLockable*) G__getstructoffset())->CurrentLock());
31657    return(1 || funcname || hash || result7 || libp) ;
31658 }
31659 
31660 static int G__G__GL_458_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31661 {
31662       G__letint(result7, 103, (long) ((const TGLLockable*) G__getstructoffset())->IsDrawOrSelectLock());
31663    return(1 || funcname || hash || result7 || libp) ;
31664 }
31665 
31666 static int G__G__GL_458_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31667 {
31668       G__letint(result7, 67, (long) TGLLockable::LockName((TGLLockable::ELock) G__int(libp->para[0])));
31669    return(1 || funcname || hash || result7 || libp) ;
31670 }
31671 
31672 static int G__G__GL_458_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31673 {
31674       G__letint(result7, 103, (long) TGLLockable::LockValid((TGLLockable::ELock) G__int(libp->para[0])));
31675    return(1 || funcname || hash || result7 || libp) ;
31676 }
31677 
31678 static int G__G__GL_458_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31679 {
31680       G__letint(result7, 85, (long) TGLLockable::Class());
31681    return(1 || funcname || hash || result7 || libp) ;
31682 }
31683 
31684 static int G__G__GL_458_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31685 {
31686       G__letint(result7, 67, (long) TGLLockable::Class_Name());
31687    return(1 || funcname || hash || result7 || libp) ;
31688 }
31689 
31690 static int G__G__GL_458_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31691 {
31692       G__letint(result7, 115, (long) TGLLockable::Class_Version());
31693    return(1 || funcname || hash || result7 || libp) ;
31694 }
31695 
31696 static int G__G__GL_458_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31697 {
31698       TGLLockable::Dictionary();
31699       G__setnull(result7);
31700    return(1 || funcname || hash || result7 || libp) ;
31701 }
31702 
31703 static int G__G__GL_458_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31704 {
31705       G__letint(result7, 85, (long) ((const TGLLockable*) G__getstructoffset())->IsA());
31706    return(1 || funcname || hash || result7 || libp) ;
31707 }
31708 
31709 static int G__G__GL_458_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31710 {
31711       ((TGLLockable*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
31712       G__setnull(result7);
31713    return(1 || funcname || hash || result7 || libp) ;
31714 }
31715 
31716 static int G__G__GL_458_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31717 {
31718       ((TGLLockable*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
31719       G__setnull(result7);
31720    return(1 || funcname || hash || result7 || libp) ;
31721 }
31722 
31723 static int G__G__GL_458_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31724 {
31725       ((TGLLockable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
31726       G__setnull(result7);
31727    return(1 || funcname || hash || result7 || libp) ;
31728 }
31729 
31730 static int G__G__GL_458_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31731 {
31732       G__letint(result7, 67, (long) TGLLockable::DeclFileName());
31733    return(1 || funcname || hash || result7 || libp) ;
31734 }
31735 
31736 static int G__G__GL_458_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31737 {
31738       G__letint(result7, 105, (long) TGLLockable::ImplFileLine());
31739    return(1 || funcname || hash || result7 || libp) ;
31740 }
31741 
31742 static int G__G__GL_458_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31743 {
31744       G__letint(result7, 67, (long) TGLLockable::ImplFileName());
31745    return(1 || funcname || hash || result7 || libp) ;
31746 }
31747 
31748 static int G__G__GL_458_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31749 {
31750       G__letint(result7, 105, (long) TGLLockable::DeclFileLine());
31751    return(1 || funcname || hash || result7 || libp) ;
31752 }
31753 
31754 // automatic destructor
31755 typedef TGLLockable G__TTGLLockable;
31756 static int G__G__GL_458_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31757 {
31758    char* gvp = (char*) G__getgvp();
31759    long soff = G__getstructoffset();
31760    int n = G__getaryconstruct();
31761    //
31762    //has_a_delete: 0
31763    //has_own_delete1arg: 0
31764    //has_own_delete2arg: 0
31765    //
31766    if (!soff) {
31767      return(1);
31768    }
31769    if (n) {
31770      if (gvp == (char*)G__PVOID) {
31771        delete[] (TGLLockable*) soff;
31772      } else {
31773        G__setgvp((long) G__PVOID);
31774        for (int i = n - 1; i >= 0; --i) {
31775          ((TGLLockable*) (soff+(sizeof(TGLLockable)*i)))->~G__TTGLLockable();
31776        }
31777        G__setgvp((long)gvp);
31778      }
31779    } else {
31780      if (gvp == (char*)G__PVOID) {
31781        delete (TGLLockable*) soff;
31782      } else {
31783        G__setgvp((long) G__PVOID);
31784        ((TGLLockable*) (soff))->~G__TTGLLockable();
31785        G__setgvp((long)gvp);
31786      }
31787    }
31788    G__setnull(result7);
31789    return(1 || funcname || hash || result7 || libp) ;
31790 }
31791 
31792 
31793 /* TGLSceneInfo */
31794 static int G__G__GL_461_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31795 {
31796    TGLSceneInfo* p = NULL;
31797    char* gvp = (char*) G__getgvp();
31798    switch (libp->paran) {
31799    case 2:
31800      //m: 2
31801      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31802        p = new TGLSceneInfo((TGLViewerBase*) G__int(libp->para[0]), (TGLSceneBase*) G__int(libp->para[1]));
31803      } else {
31804        p = new((void*) gvp) TGLSceneInfo((TGLViewerBase*) G__int(libp->para[0]), (TGLSceneBase*) G__int(libp->para[1]));
31805      }
31806      break;
31807    case 1:
31808      //m: 1
31809      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31810        p = new TGLSceneInfo((TGLViewerBase*) G__int(libp->para[0]));
31811      } else {
31812        p = new((void*) gvp) TGLSceneInfo((TGLViewerBase*) G__int(libp->para[0]));
31813      }
31814      break;
31815    case 0:
31816      int n = G__getaryconstruct();
31817      if (n) {
31818        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31819          p = new TGLSceneInfo[n];
31820        } else {
31821          p = new((void*) gvp) TGLSceneInfo[n];
31822        }
31823      } else {
31824        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
31825          p = new TGLSceneInfo;
31826        } else {
31827          p = new((void*) gvp) TGLSceneInfo;
31828        }
31829      }
31830      break;
31831    }
31832    result7->obj.i = (long) p;
31833    result7->ref = (long) p;
31834    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo));
31835    return(1 || funcname || hash || result7 || libp) ;
31836 }
31837 
31838 static int G__G__GL_461_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31839 {
31840       G__letint(result7, 85, (long) ((const TGLSceneInfo*) G__getstructoffset())->GetViewer());
31841    return(1 || funcname || hash || result7 || libp) ;
31842 }
31843 
31844 static int G__G__GL_461_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31845 {
31846       {
31847          const TGLViewerBase& obj = ((const TGLSceneInfo*) G__getstructoffset())->RefViewer();
31848          result7->ref = (long) (&obj);
31849          result7->obj.i = (long) (&obj);
31850       }
31851    return(1 || funcname || hash || result7 || libp) ;
31852 }
31853 
31854 static int G__G__GL_461_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31855 {
31856       G__letint(result7, 85, (long) ((const TGLSceneInfo*) G__getstructoffset())->GetScene());
31857    return(1 || funcname || hash || result7 || libp) ;
31858 }
31859 
31860 static int G__G__GL_461_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31861 {
31862       {
31863          const TGLSceneBase& obj = ((const TGLSceneInfo*) G__getstructoffset())->RefScene();
31864          result7->ref = (long) (&obj);
31865          result7->obj.i = (long) (&obj);
31866       }
31867    return(1 || funcname || hash || result7 || libp) ;
31868 }
31869 
31870 static int G__G__GL_461_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31871 {
31872       G__letint(result7, 103, (long) ((const TGLSceneInfo*) G__getstructoffset())->GetActive());
31873    return(1 || funcname || hash || result7 || libp) ;
31874 }
31875 
31876 static int G__G__GL_461_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31877 {
31878       ((TGLSceneInfo*) G__getstructoffset())->SetActive((Bool_t) G__int(libp->para[0]));
31879       G__setnull(result7);
31880    return(1 || funcname || hash || result7 || libp) ;
31881 }
31882 
31883 static int G__G__GL_461_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31884 {
31885       ((TGLSceneInfo*) G__getstructoffset())->SetupTransformsAndBBox();
31886       G__setnull(result7);
31887    return(1 || funcname || hash || result7 || libp) ;
31888 }
31889 
31890 static int G__G__GL_461_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31891 {
31892       {
31893          const TGLBoundingBox& obj = ((TGLSceneInfo*) G__getstructoffset())->GetTransformedBBox();
31894          result7->ref = (long) (&obj);
31895          result7->obj.i = (long) (&obj);
31896       }
31897    return(1 || funcname || hash || result7 || libp) ;
31898 }
31899 
31900 static int G__G__GL_461_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31901 {
31902       ((TGLSceneInfo*) G__getstructoffset())->SetSceneTrans(*(TGLMatrix*) libp->para[0].ref);
31903       G__setnull(result7);
31904    return(1 || funcname || hash || result7 || libp) ;
31905 }
31906 
31907 static int G__G__GL_461_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31908 {
31909       G__letint(result7, 103, (long) ((const TGLSceneInfo*) G__getstructoffset())->ViewCheck());
31910    return(1 || funcname || hash || result7 || libp) ;
31911 }
31912 
31913 static int G__G__GL_461_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31914 {
31915       ((TGLSceneInfo*) G__getstructoffset())->ViewCheck((Bool_t) G__int(libp->para[0]));
31916       G__setnull(result7);
31917    return(1 || funcname || hash || result7 || libp) ;
31918 }
31919 
31920 static int G__G__GL_461_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31921 {
31922       G__letint(result7, 103, (long) ((const TGLSceneInfo*) G__getstructoffset())->IsInFrustum());
31923    return(1 || funcname || hash || result7 || libp) ;
31924 }
31925 
31926 static int G__G__GL_461_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31927 {
31928       ((TGLSceneInfo*) G__getstructoffset())->InFrustum((Bool_t) G__int(libp->para[0]));
31929       G__setnull(result7);
31930    return(1 || funcname || hash || result7 || libp) ;
31931 }
31932 
31933 static int G__G__GL_461_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31934 {
31935       G__letint(result7, 103, (long) ((const TGLSceneInfo*) G__getstructoffset())->IsInClip());
31936    return(1 || funcname || hash || result7 || libp) ;
31937 }
31938 
31939 static int G__G__GL_461_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31940 {
31941       ((TGLSceneInfo*) G__getstructoffset())->InClip((Bool_t) G__int(libp->para[0]));
31942       G__setnull(result7);
31943    return(1 || funcname || hash || result7 || libp) ;
31944 }
31945 
31946 static int G__G__GL_461_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31947 {
31948       G__letint(result7, 99, (long) ((const TGLSceneInfo*) G__getstructoffset())->ClipMode());
31949    return(1 || funcname || hash || result7 || libp) ;
31950 }
31951 
31952 static int G__G__GL_461_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31953 {
31954       ((TGLSceneInfo*) G__getstructoffset())->ClipMode((Char_t) G__int(libp->para[0]));
31955       G__setnull(result7);
31956    return(1 || funcname || hash || result7 || libp) ;
31957 }
31958 
31959 static int G__G__GL_461_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31960 {
31961       G__letint(result7, 103, (long) ((const TGLSceneInfo*) G__getstructoffset())->ShouldClip());
31962    return(1 || funcname || hash || result7 || libp) ;
31963 }
31964 
31965 static int G__G__GL_461_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31966 {
31967       G__letint(result7, 103, (long) ((const TGLSceneInfo*) G__getstructoffset())->IsVisible());
31968    return(1 || funcname || hash || result7 || libp) ;
31969 }
31970 
31971 static int G__G__GL_461_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31972 {
31973       {
31974          const vector<TGLPlane>& obj = ((TGLSceneInfo*) G__getstructoffset())->FrustumPlanes();
31975          result7->ref = (long) (&obj);
31976          result7->obj.i = (long) (&obj);
31977       }
31978    return(1 || funcname || hash || result7 || libp) ;
31979 }
31980 
31981 static int G__G__GL_461_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31982 {
31983       {
31984          const vector<TGLPlane>& obj = ((TGLSceneInfo*) G__getstructoffset())->ClipPlanes();
31985          result7->ref = (long) (&obj);
31986          result7->obj.i = (long) (&obj);
31987       }
31988    return(1 || funcname || hash || result7 || libp) ;
31989 }
31990 
31991 static int G__G__GL_461_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31992 {
31993       G__letint(result7, 115, (long) ((const TGLSceneInfo*) G__getstructoffset())->LOD());
31994    return(1 || funcname || hash || result7 || libp) ;
31995 }
31996 
31997 static int G__G__GL_461_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
31998 {
31999       ((TGLSceneInfo*) G__getstructoffset())->SetLOD((Short_t) G__int(libp->para[0]));
32000       G__setnull(result7);
32001    return(1 || funcname || hash || result7 || libp) ;
32002 }
32003 
32004 static int G__G__GL_461_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32005 {
32006       G__letint(result7, 115, (long) ((const TGLSceneInfo*) G__getstructoffset())->Style());
32007    return(1 || funcname || hash || result7 || libp) ;
32008 }
32009 
32010 static int G__G__GL_461_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32011 {
32012       ((TGLSceneInfo*) G__getstructoffset())->SetStyle((Short_t) G__int(libp->para[0]));
32013       G__setnull(result7);
32014    return(1 || funcname || hash || result7 || libp) ;
32015 }
32016 
32017 static int G__G__GL_461_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32018 {
32019       G__letdouble(result7, 102, (double) ((const TGLSceneInfo*) G__getstructoffset())->WFLineW());
32020    return(1 || funcname || hash || result7 || libp) ;
32021 }
32022 
32023 static int G__G__GL_461_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32024 {
32025       ((TGLSceneInfo*) G__getstructoffset())->SetWFLineW((Float_t) G__double(libp->para[0]));
32026       G__setnull(result7);
32027    return(1 || funcname || hash || result7 || libp) ;
32028 }
32029 
32030 static int G__G__GL_461_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32031 {
32032       G__letdouble(result7, 102, (double) ((const TGLSceneInfo*) G__getstructoffset())->OLLineW());
32033    return(1 || funcname || hash || result7 || libp) ;
32034 }
32035 
32036 static int G__G__GL_461_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32037 {
32038       ((TGLSceneInfo*) G__getstructoffset())->SetOLLineW((Float_t) G__double(libp->para[0]));
32039       G__setnull(result7);
32040    return(1 || funcname || hash || result7 || libp) ;
32041 }
32042 
32043 static int G__G__GL_461_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32044 {
32045       G__letint(result7, 85, (long) ((const TGLSceneInfo*) G__getstructoffset())->Clip());
32046    return(1 || funcname || hash || result7 || libp) ;
32047 }
32048 
32049 static int G__G__GL_461_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32050 {
32051       ((TGLSceneInfo*) G__getstructoffset())->SetClip((TGLClip*) G__int(libp->para[0]));
32052       G__setnull(result7);
32053    return(1 || funcname || hash || result7 || libp) ;
32054 }
32055 
32056 static int G__G__GL_461_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32057 {
32058       G__letint(result7, 115, (long) ((const TGLSceneInfo*) G__getstructoffset())->LastLOD());
32059    return(1 || funcname || hash || result7 || libp) ;
32060 }
32061 
32062 static int G__G__GL_461_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32063 {
32064       ((TGLSceneInfo*) G__getstructoffset())->SetLastLOD((Short_t) G__int(libp->para[0]));
32065       G__setnull(result7);
32066    return(1 || funcname || hash || result7 || libp) ;
32067 }
32068 
32069 static int G__G__GL_461_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32070 {
32071       G__letint(result7, 115, (long) ((const TGLSceneInfo*) G__getstructoffset())->LastStyle());
32072    return(1 || funcname || hash || result7 || libp) ;
32073 }
32074 
32075 static int G__G__GL_461_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32076 {
32077       ((TGLSceneInfo*) G__getstructoffset())->SetLastStyle((Short_t) G__int(libp->para[0]));
32078       G__setnull(result7);
32079    return(1 || funcname || hash || result7 || libp) ;
32080 }
32081 
32082 static int G__G__GL_461_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32083 {
32084       G__letdouble(result7, 102, (double) ((const TGLSceneInfo*) G__getstructoffset())->LastWFLineW());
32085    return(1 || funcname || hash || result7 || libp) ;
32086 }
32087 
32088 static int G__G__GL_461_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32089 {
32090       ((TGLSceneInfo*) G__getstructoffset())->SetLastWFLineW((Float_t) G__double(libp->para[0]));
32091       G__setnull(result7);
32092    return(1 || funcname || hash || result7 || libp) ;
32093 }
32094 
32095 static int G__G__GL_461_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32096 {
32097       G__letdouble(result7, 102, (double) ((const TGLSceneInfo*) G__getstructoffset())->LastOLLineW());
32098    return(1 || funcname || hash || result7 || libp) ;
32099 }
32100 
32101 static int G__G__GL_461_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32102 {
32103       ((TGLSceneInfo*) G__getstructoffset())->SetLastOLLineW((Float_t) G__double(libp->para[0]));
32104       G__setnull(result7);
32105    return(1 || funcname || hash || result7 || libp) ;
32106 }
32107 
32108 static int G__G__GL_461_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32109 {
32110       G__letint(result7, 85, (long) ((const TGLSceneInfo*) G__getstructoffset())->LastClip());
32111    return(1 || funcname || hash || result7 || libp) ;
32112 }
32113 
32114 static int G__G__GL_461_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32115 {
32116       ((TGLSceneInfo*) G__getstructoffset())->SetLastClip((TGLClip*) G__int(libp->para[0]));
32117       G__setnull(result7);
32118    return(1 || funcname || hash || result7 || libp) ;
32119 }
32120 
32121 static int G__G__GL_461_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32122 {
32123       G__letint(result7, 85, (long) ((const TGLSceneInfo*) G__getstructoffset())->LastCamera());
32124    return(1 || funcname || hash || result7 || libp) ;
32125 }
32126 
32127 static int G__G__GL_461_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32128 {
32129       ((TGLSceneInfo*) G__getstructoffset())->SetLastCamera((TGLCamera*) G__int(libp->para[0]));
32130       G__setnull(result7);
32131    return(1 || funcname || hash || result7 || libp) ;
32132 }
32133 
32134 static int G__G__GL_461_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32135 {
32136       G__letint(result7, 104, (long) ((const TGLSceneInfo*) G__getstructoffset())->SceneStamp());
32137    return(1 || funcname || hash || result7 || libp) ;
32138 }
32139 
32140 static int G__G__GL_461_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32141 {
32142       ((TGLSceneInfo*) G__getstructoffset())->SetSceneStamp((UInt_t) G__int(libp->para[0]));
32143       G__setnull(result7);
32144    return(1 || funcname || hash || result7 || libp) ;
32145 }
32146 
32147 static int G__G__GL_461_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32148 {
32149       ((TGLSceneInfo*) G__getstructoffset())->ResetSceneStamp();
32150       G__setnull(result7);
32151    return(1 || funcname || hash || result7 || libp) ;
32152 }
32153 
32154 static int G__G__GL_461_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32155 {
32156       G__letint(result7, 104, (long) ((const TGLSceneInfo*) G__getstructoffset())->ClipStamp());
32157    return(1 || funcname || hash || result7 || libp) ;
32158 }
32159 
32160 static int G__G__GL_461_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32161 {
32162       ((TGLSceneInfo*) G__getstructoffset())->SetClipStamp((UInt_t) G__int(libp->para[0]));
32163       G__setnull(result7);
32164    return(1 || funcname || hash || result7 || libp) ;
32165 }
32166 
32167 static int G__G__GL_461_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32168 {
32169       ((TGLSceneInfo*) G__getstructoffset())->ResetClipStamp();
32170       G__setnull(result7);
32171    return(1 || funcname || hash || result7 || libp) ;
32172 }
32173 
32174 static int G__G__GL_461_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32175 {
32176       G__letint(result7, 104, (long) ((const TGLSceneInfo*) G__getstructoffset())->CameraStamp());
32177    return(1 || funcname || hash || result7 || libp) ;
32178 }
32179 
32180 static int G__G__GL_461_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32181 {
32182       ((TGLSceneInfo*) G__getstructoffset())->SetCameraStamp((UInt_t) G__int(libp->para[0]));
32183       G__setnull(result7);
32184    return(1 || funcname || hash || result7 || libp) ;
32185 }
32186 
32187 static int G__G__GL_461_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32188 {
32189       ((TGLSceneInfo*) G__getstructoffset())->ResetCameraStamp();
32190       G__setnull(result7);
32191    return(1 || funcname || hash || result7 || libp) ;
32192 }
32193 
32194 static int G__G__GL_461_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32195 {
32196       G__letint(result7, 103, (long) ((const TGLSceneInfo*) G__getstructoffset())->HasUpdateTimeouted());
32197    return(1 || funcname || hash || result7 || libp) ;
32198 }
32199 
32200 static int G__G__GL_461_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32201 {
32202       ((TGLSceneInfo*) G__getstructoffset())->UpdateTimeouted();
32203       G__setnull(result7);
32204    return(1 || funcname || hash || result7 || libp) ;
32205 }
32206 
32207 static int G__G__GL_461_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32208 {
32209       ((TGLSceneInfo*) G__getstructoffset())->ResetUpdateTimeouted();
32210       G__setnull(result7);
32211    return(1 || funcname || hash || result7 || libp) ;
32212 }
32213 
32214 static int G__G__GL_461_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32215 {
32216       G__letint(result7, 85, (long) TGLSceneInfo::Class());
32217    return(1 || funcname || hash || result7 || libp) ;
32218 }
32219 
32220 static int G__G__GL_461_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32221 {
32222       G__letint(result7, 67, (long) TGLSceneInfo::Class_Name());
32223    return(1 || funcname || hash || result7 || libp) ;
32224 }
32225 
32226 static int G__G__GL_461_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32227 {
32228       G__letint(result7, 115, (long) TGLSceneInfo::Class_Version());
32229    return(1 || funcname || hash || result7 || libp) ;
32230 }
32231 
32232 static int G__G__GL_461_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32233 {
32234       TGLSceneInfo::Dictionary();
32235       G__setnull(result7);
32236    return(1 || funcname || hash || result7 || libp) ;
32237 }
32238 
32239 static int G__G__GL_461_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32240 {
32241       G__letint(result7, 85, (long) ((const TGLSceneInfo*) G__getstructoffset())->IsA());
32242    return(1 || funcname || hash || result7 || libp) ;
32243 }
32244 
32245 static int G__G__GL_461_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32246 {
32247       ((TGLSceneInfo*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
32248       G__setnull(result7);
32249    return(1 || funcname || hash || result7 || libp) ;
32250 }
32251 
32252 static int G__G__GL_461_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32253 {
32254       ((TGLSceneInfo*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
32255       G__setnull(result7);
32256    return(1 || funcname || hash || result7 || libp) ;
32257 }
32258 
32259 static int G__G__GL_461_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32260 {
32261       ((TGLSceneInfo*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
32262       G__setnull(result7);
32263    return(1 || funcname || hash || result7 || libp) ;
32264 }
32265 
32266 static int G__G__GL_461_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32267 {
32268       G__letint(result7, 67, (long) TGLSceneInfo::DeclFileName());
32269    return(1 || funcname || hash || result7 || libp) ;
32270 }
32271 
32272 static int G__G__GL_461_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32273 {
32274       G__letint(result7, 105, (long) TGLSceneInfo::ImplFileLine());
32275    return(1 || funcname || hash || result7 || libp) ;
32276 }
32277 
32278 static int G__G__GL_461_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32279 {
32280       G__letint(result7, 67, (long) TGLSceneInfo::ImplFileName());
32281    return(1 || funcname || hash || result7 || libp) ;
32282 }
32283 
32284 static int G__G__GL_461_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32285 {
32286       G__letint(result7, 105, (long) TGLSceneInfo::DeclFileLine());
32287    return(1 || funcname || hash || result7 || libp) ;
32288 }
32289 
32290 // automatic destructor
32291 typedef TGLSceneInfo G__TTGLSceneInfo;
32292 static int G__G__GL_461_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32293 {
32294    char* gvp = (char*) G__getgvp();
32295    long soff = G__getstructoffset();
32296    int n = G__getaryconstruct();
32297    //
32298    //has_a_delete: 0
32299    //has_own_delete1arg: 0
32300    //has_own_delete2arg: 0
32301    //
32302    if (!soff) {
32303      return(1);
32304    }
32305    if (n) {
32306      if (gvp == (char*)G__PVOID) {
32307        delete[] (TGLSceneInfo*) soff;
32308      } else {
32309        G__setgvp((long) G__PVOID);
32310        for (int i = n - 1; i >= 0; --i) {
32311          ((TGLSceneInfo*) (soff+(sizeof(TGLSceneInfo)*i)))->~G__TTGLSceneInfo();
32312        }
32313        G__setgvp((long)gvp);
32314      }
32315    } else {
32316      if (gvp == (char*)G__PVOID) {
32317        delete (TGLSceneInfo*) soff;
32318      } else {
32319        G__setgvp((long) G__PVOID);
32320        ((TGLSceneInfo*) (soff))->~G__TTGLSceneInfo();
32321        G__setgvp((long)gvp);
32322      }
32323    }
32324    G__setnull(result7);
32325    return(1 || funcname || hash || result7 || libp) ;
32326 }
32327 
32328 
32329 /* TGLStopwatch */
32330 static int G__G__GL_472_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32331 {
32332    TGLStopwatch* p = NULL;
32333    char* gvp = (char*) G__getgvp();
32334    int n = G__getaryconstruct();
32335    if (n) {
32336      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32337        p = new TGLStopwatch[n];
32338      } else {
32339        p = new((void*) gvp) TGLStopwatch[n];
32340      }
32341    } else {
32342      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32343        p = new TGLStopwatch;
32344      } else {
32345        p = new((void*) gvp) TGLStopwatch;
32346      }
32347    }
32348    result7->obj.i = (long) p;
32349    result7->ref = (long) p;
32350    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLStopwatch));
32351    return(1 || funcname || hash || result7 || libp) ;
32352 }
32353 
32354 static int G__G__GL_472_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32355 {
32356       ((TGLStopwatch*) G__getstructoffset())->Start();
32357       G__setnull(result7);
32358    return(1 || funcname || hash || result7 || libp) ;
32359 }
32360 
32361 static int G__G__GL_472_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32362 {
32363       G__letdouble(result7, 100, (double) ((const TGLStopwatch*) G__getstructoffset())->Lap());
32364    return(1 || funcname || hash || result7 || libp) ;
32365 }
32366 
32367 static int G__G__GL_472_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32368 {
32369       G__letdouble(result7, 100, (double) ((TGLStopwatch*) G__getstructoffset())->End());
32370    return(1 || funcname || hash || result7 || libp) ;
32371 }
32372 
32373 static int G__G__GL_472_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32374 {
32375       G__letdouble(result7, 100, (double) ((const TGLStopwatch*) G__getstructoffset())->LastRun());
32376    return(1 || funcname || hash || result7 || libp) ;
32377 }
32378 
32379 static int G__G__GL_472_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32380 {
32381       G__letint(result7, 85, (long) TGLStopwatch::Class());
32382    return(1 || funcname || hash || result7 || libp) ;
32383 }
32384 
32385 static int G__G__GL_472_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32386 {
32387       G__letint(result7, 67, (long) TGLStopwatch::Class_Name());
32388    return(1 || funcname || hash || result7 || libp) ;
32389 }
32390 
32391 static int G__G__GL_472_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32392 {
32393       G__letint(result7, 115, (long) TGLStopwatch::Class_Version());
32394    return(1 || funcname || hash || result7 || libp) ;
32395 }
32396 
32397 static int G__G__GL_472_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32398 {
32399       TGLStopwatch::Dictionary();
32400       G__setnull(result7);
32401    return(1 || funcname || hash || result7 || libp) ;
32402 }
32403 
32404 static int G__G__GL_472_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32405 {
32406       G__letint(result7, 85, (long) ((const TGLStopwatch*) G__getstructoffset())->IsA());
32407    return(1 || funcname || hash || result7 || libp) ;
32408 }
32409 
32410 static int G__G__GL_472_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32411 {
32412       ((TGLStopwatch*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
32413       G__setnull(result7);
32414    return(1 || funcname || hash || result7 || libp) ;
32415 }
32416 
32417 static int G__G__GL_472_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32418 {
32419       ((TGLStopwatch*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
32420       G__setnull(result7);
32421    return(1 || funcname || hash || result7 || libp) ;
32422 }
32423 
32424 static int G__G__GL_472_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32425 {
32426       ((TGLStopwatch*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
32427       G__setnull(result7);
32428    return(1 || funcname || hash || result7 || libp) ;
32429 }
32430 
32431 static int G__G__GL_472_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32432 {
32433       G__letint(result7, 67, (long) TGLStopwatch::DeclFileName());
32434    return(1 || funcname || hash || result7 || libp) ;
32435 }
32436 
32437 static int G__G__GL_472_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32438 {
32439       G__letint(result7, 105, (long) TGLStopwatch::ImplFileLine());
32440    return(1 || funcname || hash || result7 || libp) ;
32441 }
32442 
32443 static int G__G__GL_472_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32444 {
32445       G__letint(result7, 67, (long) TGLStopwatch::ImplFileName());
32446    return(1 || funcname || hash || result7 || libp) ;
32447 }
32448 
32449 static int G__G__GL_472_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32450 {
32451       G__letint(result7, 105, (long) TGLStopwatch::DeclFileLine());
32452    return(1 || funcname || hash || result7 || libp) ;
32453 }
32454 
32455 // automatic copy constructor
32456 static int G__G__GL_472_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32457 
32458 {
32459    TGLStopwatch* p;
32460    void* tmp = (void*) G__int(libp->para[0]);
32461    p = new TGLStopwatch(*(TGLStopwatch*) tmp);
32462    result7->obj.i = (long) p;
32463    result7->ref = (long) p;
32464    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLStopwatch));
32465    return(1 || funcname || hash || result7 || libp) ;
32466 }
32467 
32468 // automatic destructor
32469 typedef TGLStopwatch G__TTGLStopwatch;
32470 static int G__G__GL_472_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32471 {
32472    char* gvp = (char*) G__getgvp();
32473    long soff = G__getstructoffset();
32474    int n = G__getaryconstruct();
32475    //
32476    //has_a_delete: 0
32477    //has_own_delete1arg: 0
32478    //has_own_delete2arg: 0
32479    //
32480    if (!soff) {
32481      return(1);
32482    }
32483    if (n) {
32484      if (gvp == (char*)G__PVOID) {
32485        delete[] (TGLStopwatch*) soff;
32486      } else {
32487        G__setgvp((long) G__PVOID);
32488        for (int i = n - 1; i >= 0; --i) {
32489          ((TGLStopwatch*) (soff+(sizeof(TGLStopwatch)*i)))->~G__TTGLStopwatch();
32490        }
32491        G__setgvp((long)gvp);
32492      }
32493    } else {
32494      if (gvp == (char*)G__PVOID) {
32495        delete (TGLStopwatch*) soff;
32496      } else {
32497        G__setgvp((long) G__PVOID);
32498        ((TGLStopwatch*) (soff))->~G__TTGLStopwatch();
32499        G__setgvp((long)gvp);
32500      }
32501    }
32502    G__setnull(result7);
32503    return(1 || funcname || hash || result7 || libp) ;
32504 }
32505 
32506 // automatic assignment operator
32507 static int G__G__GL_472_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32508 {
32509    TGLStopwatch* dest = (TGLStopwatch*) G__getstructoffset();
32510    *dest = *(TGLStopwatch*) libp->para[0].ref;
32511    const TGLStopwatch& obj = *dest;
32512    result7->ref = (long) (&obj);
32513    result7->obj.i = (long) (&obj);
32514    return(1 || funcname || hash || result7 || libp) ;
32515 }
32516 
32517 
32518 /* TGLSelectBuffer */
32519 static int G__G__GL_473_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32520 {
32521    TGLSelectBuffer* p = NULL;
32522    char* gvp = (char*) G__getgvp();
32523    int n = G__getaryconstruct();
32524    if (n) {
32525      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32526        p = new TGLSelectBuffer[n];
32527      } else {
32528        p = new((void*) gvp) TGLSelectBuffer[n];
32529      }
32530    } else {
32531      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32532        p = new TGLSelectBuffer;
32533      } else {
32534        p = new((void*) gvp) TGLSelectBuffer;
32535      }
32536    }
32537    result7->obj.i = (long) p;
32538    result7->ref = (long) p;
32539    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer));
32540    return(1 || funcname || hash || result7 || libp) ;
32541 }
32542 
32543 static int G__G__GL_473_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32544 {
32545       G__letint(result7, 105, (long) ((const TGLSelectBuffer*) G__getstructoffset())->GetBufSize());
32546    return(1 || funcname || hash || result7 || libp) ;
32547 }
32548 
32549 static int G__G__GL_473_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32550 {
32551       G__letint(result7, 72, (long) ((const TGLSelectBuffer*) G__getstructoffset())->GetBuf());
32552    return(1 || funcname || hash || result7 || libp) ;
32553 }
32554 
32555 static int G__G__GL_473_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32556 {
32557       G__letint(result7, 105, (long) ((const TGLSelectBuffer*) G__getstructoffset())->GetNRecords());
32558    return(1 || funcname || hash || result7 || libp) ;
32559 }
32560 
32561 static int G__G__GL_473_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32562 {
32563       G__letint(result7, 103, (long) ((TGLSelectBuffer*) G__getstructoffset())->CanGrow());
32564    return(1 || funcname || hash || result7 || libp) ;
32565 }
32566 
32567 static int G__G__GL_473_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32568 {
32569       ((TGLSelectBuffer*) G__getstructoffset())->Grow();
32570       G__setnull(result7);
32571    return(1 || funcname || hash || result7 || libp) ;
32572 }
32573 
32574 static int G__G__GL_473_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32575 {
32576       ((TGLSelectBuffer*) G__getstructoffset())->ProcessResult((Int_t) G__int(libp->para[0]));
32577       G__setnull(result7);
32578    return(1 || funcname || hash || result7 || libp) ;
32579 }
32580 
32581 static int G__G__GL_473_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32582 {
32583       G__letint(result7, 72, (long) ((TGLSelectBuffer*) G__getstructoffset())->RawRecord((Int_t) G__int(libp->para[0])));
32584    return(1 || funcname || hash || result7 || libp) ;
32585 }
32586 
32587 static int G__G__GL_473_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32588 {
32589       ((TGLSelectBuffer*) G__getstructoffset())->SelectRecord(*(TGLSelectRecordBase*) libp->para[0].ref, (Int_t) G__int(libp->para[1]));
32590       G__setnull(result7);
32591    return(1 || funcname || hash || result7 || libp) ;
32592 }
32593 
32594 static int G__G__GL_473_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32595 {
32596       G__letint(result7, 85, (long) TGLSelectBuffer::Class());
32597    return(1 || funcname || hash || result7 || libp) ;
32598 }
32599 
32600 static int G__G__GL_473_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32601 {
32602       G__letint(result7, 67, (long) TGLSelectBuffer::Class_Name());
32603    return(1 || funcname || hash || result7 || libp) ;
32604 }
32605 
32606 static int G__G__GL_473_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32607 {
32608       G__letint(result7, 115, (long) TGLSelectBuffer::Class_Version());
32609    return(1 || funcname || hash || result7 || libp) ;
32610 }
32611 
32612 static int G__G__GL_473_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32613 {
32614       TGLSelectBuffer::Dictionary();
32615       G__setnull(result7);
32616    return(1 || funcname || hash || result7 || libp) ;
32617 }
32618 
32619 static int G__G__GL_473_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32620 {
32621       G__letint(result7, 85, (long) ((const TGLSelectBuffer*) G__getstructoffset())->IsA());
32622    return(1 || funcname || hash || result7 || libp) ;
32623 }
32624 
32625 static int G__G__GL_473_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32626 {
32627       ((TGLSelectBuffer*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
32628       G__setnull(result7);
32629    return(1 || funcname || hash || result7 || libp) ;
32630 }
32631 
32632 static int G__G__GL_473_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32633 {
32634       ((TGLSelectBuffer*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
32635       G__setnull(result7);
32636    return(1 || funcname || hash || result7 || libp) ;
32637 }
32638 
32639 static int G__G__GL_473_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32640 {
32641       ((TGLSelectBuffer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
32642       G__setnull(result7);
32643    return(1 || funcname || hash || result7 || libp) ;
32644 }
32645 
32646 static int G__G__GL_473_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32647 {
32648       G__letint(result7, 67, (long) TGLSelectBuffer::DeclFileName());
32649    return(1 || funcname || hash || result7 || libp) ;
32650 }
32651 
32652 static int G__G__GL_473_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32653 {
32654       G__letint(result7, 105, (long) TGLSelectBuffer::ImplFileLine());
32655    return(1 || funcname || hash || result7 || libp) ;
32656 }
32657 
32658 static int G__G__GL_473_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32659 {
32660       G__letint(result7, 67, (long) TGLSelectBuffer::ImplFileName());
32661    return(1 || funcname || hash || result7 || libp) ;
32662 }
32663 
32664 static int G__G__GL_473_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32665 {
32666       G__letint(result7, 105, (long) TGLSelectBuffer::DeclFileLine());
32667    return(1 || funcname || hash || result7 || libp) ;
32668 }
32669 
32670 // automatic copy constructor
32671 static int G__G__GL_473_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32672 
32673 {
32674    TGLSelectBuffer* p;
32675    void* tmp = (void*) G__int(libp->para[0]);
32676    p = new TGLSelectBuffer(*(TGLSelectBuffer*) tmp);
32677    result7->obj.i = (long) p;
32678    result7->ref = (long) p;
32679    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer));
32680    return(1 || funcname || hash || result7 || libp) ;
32681 }
32682 
32683 // automatic destructor
32684 typedef TGLSelectBuffer G__TTGLSelectBuffer;
32685 static int G__G__GL_473_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32686 {
32687    char* gvp = (char*) G__getgvp();
32688    long soff = G__getstructoffset();
32689    int n = G__getaryconstruct();
32690    //
32691    //has_a_delete: 0
32692    //has_own_delete1arg: 0
32693    //has_own_delete2arg: 0
32694    //
32695    if (!soff) {
32696      return(1);
32697    }
32698    if (n) {
32699      if (gvp == (char*)G__PVOID) {
32700        delete[] (TGLSelectBuffer*) soff;
32701      } else {
32702        G__setgvp((long) G__PVOID);
32703        for (int i = n - 1; i >= 0; --i) {
32704          ((TGLSelectBuffer*) (soff+(sizeof(TGLSelectBuffer)*i)))->~G__TTGLSelectBuffer();
32705        }
32706        G__setgvp((long)gvp);
32707      }
32708    } else {
32709      if (gvp == (char*)G__PVOID) {
32710        delete (TGLSelectBuffer*) soff;
32711      } else {
32712        G__setgvp((long) G__PVOID);
32713        ((TGLSelectBuffer*) (soff))->~G__TTGLSelectBuffer();
32714        G__setgvp((long)gvp);
32715      }
32716    }
32717    G__setnull(result7);
32718    return(1 || funcname || hash || result7 || libp) ;
32719 }
32720 
32721 // automatic assignment operator
32722 static int G__G__GL_473_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32723 {
32724    TGLSelectBuffer* dest = (TGLSelectBuffer*) G__getstructoffset();
32725    *dest = *(TGLSelectBuffer*) libp->para[0].ref;
32726    const TGLSelectBuffer& obj = *dest;
32727    result7->ref = (long) (&obj);
32728    result7->obj.i = (long) (&obj);
32729    return(1 || funcname || hash || result7 || libp) ;
32730 }
32731 
32732 
32733 /* TGLSelectRecordBase */
32734 static int G__G__GL_482_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32735 {
32736    TGLSelectRecordBase* p = NULL;
32737    char* gvp = (char*) G__getgvp();
32738    int n = G__getaryconstruct();
32739    if (n) {
32740      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32741        p = new TGLSelectRecordBase[n];
32742      } else {
32743        p = new((void*) gvp) TGLSelectRecordBase[n];
32744      }
32745    } else {
32746      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32747        p = new TGLSelectRecordBase;
32748      } else {
32749        p = new((void*) gvp) TGLSelectRecordBase;
32750      }
32751    }
32752    result7->obj.i = (long) p;
32753    result7->ref = (long) p;
32754    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase));
32755    return(1 || funcname || hash || result7 || libp) ;
32756 }
32757 
32758 static int G__G__GL_482_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32759 {
32760    TGLSelectRecordBase* p = NULL;
32761    char* gvp = (char*) G__getgvp();
32762    //m: 1
32763    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32764      p = new TGLSelectRecordBase((UInt_t*) G__int(libp->para[0]));
32765    } else {
32766      p = new((void*) gvp) TGLSelectRecordBase((UInt_t*) G__int(libp->para[0]));
32767    }
32768    result7->obj.i = (long) p;
32769    result7->ref = (long) p;
32770    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase));
32771    return(1 || funcname || hash || result7 || libp) ;
32772 }
32773 
32774 static int G__G__GL_482_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32775 {
32776    TGLSelectRecordBase* p = NULL;
32777    char* gvp = (char*) G__getgvp();
32778    //m: 1
32779    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
32780      p = new TGLSelectRecordBase(*(TGLSelectRecordBase*) libp->para[0].ref);
32781    } else {
32782      p = new((void*) gvp) TGLSelectRecordBase(*(TGLSelectRecordBase*) libp->para[0].ref);
32783    }
32784    result7->obj.i = (long) p;
32785    result7->ref = (long) p;
32786    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase));
32787    return(1 || funcname || hash || result7 || libp) ;
32788 }
32789 
32790 static int G__G__GL_482_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32791 {
32792       {
32793          const TGLSelectRecordBase& obj = ((TGLSelectRecordBase*) G__getstructoffset())->operator=(*(TGLSelectRecordBase*) libp->para[0].ref);
32794          result7->ref = (long) (&obj);
32795          result7->obj.i = (long) (&obj);
32796       }
32797    return(1 || funcname || hash || result7 || libp) ;
32798 }
32799 
32800 static int G__G__GL_482_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32801 {
32802       ((TGLSelectRecordBase*) G__getstructoffset())->SetRawOnly((UInt_t*) G__int(libp->para[0]));
32803       G__setnull(result7);
32804    return(1 || funcname || hash || result7 || libp) ;
32805 }
32806 
32807 static int G__G__GL_482_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32808 {
32809       ((TGLSelectRecordBase*) G__getstructoffset())->Set((UInt_t*) G__int(libp->para[0]));
32810       G__setnull(result7);
32811    return(1 || funcname || hash || result7 || libp) ;
32812 }
32813 
32814 static int G__G__GL_482_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32815 {
32816       ((TGLSelectRecordBase*) G__getstructoffset())->Reset();
32817       G__setnull(result7);
32818    return(1 || funcname || hash || result7 || libp) ;
32819 }
32820 
32821 static int G__G__GL_482_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32822 {
32823       G__letint(result7, 105, (long) ((const TGLSelectRecordBase*) G__getstructoffset())->GetN());
32824    return(1 || funcname || hash || result7 || libp) ;
32825 }
32826 
32827 static int G__G__GL_482_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32828 {
32829       G__letint(result7, 72, (long) ((const TGLSelectRecordBase*) G__getstructoffset())->GetItems());
32830    return(1 || funcname || hash || result7 || libp) ;
32831 }
32832 
32833 static int G__G__GL_482_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32834 {
32835       G__letint(result7, 104, (long) ((const TGLSelectRecordBase*) G__getstructoffset())->GetItem((Int_t) G__int(libp->para[0])));
32836    return(1 || funcname || hash || result7 || libp) ;
32837 }
32838 
32839 static int G__G__GL_482_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32840 {
32841       G__letdouble(result7, 102, (double) ((const TGLSelectRecordBase*) G__getstructoffset())->GetMinZ());
32842    return(1 || funcname || hash || result7 || libp) ;
32843 }
32844 
32845 static int G__G__GL_482_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32846 {
32847       G__letdouble(result7, 102, (double) ((const TGLSelectRecordBase*) G__getstructoffset())->GetMaxZ());
32848    return(1 || funcname || hash || result7 || libp) ;
32849 }
32850 
32851 static int G__G__GL_482_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32852 {
32853       G__letint(result7, 104, (long) ((const TGLSelectRecordBase*) G__getstructoffset())->GetCurrItem());
32854    return(1 || funcname || hash || result7 || libp) ;
32855 }
32856 
32857 static int G__G__GL_482_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32858 {
32859       G__letint(result7, 105, (long) ((const TGLSelectRecordBase*) G__getstructoffset())->GetNLeft());
32860    return(1 || funcname || hash || result7 || libp) ;
32861 }
32862 
32863 static int G__G__GL_482_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32864 {
32865       ((TGLSelectRecordBase*) G__getstructoffset())->NextPos();
32866       G__setnull(result7);
32867    return(1 || funcname || hash || result7 || libp) ;
32868 }
32869 
32870 static int G__G__GL_482_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32871 {
32872       ((TGLSelectRecordBase*) G__getstructoffset())->PrevPos();
32873       G__setnull(result7);
32874    return(1 || funcname || hash || result7 || libp) ;
32875 }
32876 
32877 static int G__G__GL_482_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32878 {
32879       ((TGLSelectRecordBase*) G__getstructoffset())->ResetPos();
32880       G__setnull(result7);
32881    return(1 || funcname || hash || result7 || libp) ;
32882 }
32883 
32884 static int G__G__GL_482_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32885 {
32886       G__letint(result7, 85, (long) TGLSelectRecordBase::Class());
32887    return(1 || funcname || hash || result7 || libp) ;
32888 }
32889 
32890 static int G__G__GL_482_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32891 {
32892       G__letint(result7, 67, (long) TGLSelectRecordBase::Class_Name());
32893    return(1 || funcname || hash || result7 || libp) ;
32894 }
32895 
32896 static int G__G__GL_482_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32897 {
32898       G__letint(result7, 115, (long) TGLSelectRecordBase::Class_Version());
32899    return(1 || funcname || hash || result7 || libp) ;
32900 }
32901 
32902 static int G__G__GL_482_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32903 {
32904       TGLSelectRecordBase::Dictionary();
32905       G__setnull(result7);
32906    return(1 || funcname || hash || result7 || libp) ;
32907 }
32908 
32909 static int G__G__GL_482_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32910 {
32911       G__letint(result7, 85, (long) ((const TGLSelectRecordBase*) G__getstructoffset())->IsA());
32912    return(1 || funcname || hash || result7 || libp) ;
32913 }
32914 
32915 static int G__G__GL_482_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32916 {
32917       ((TGLSelectRecordBase*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
32918       G__setnull(result7);
32919    return(1 || funcname || hash || result7 || libp) ;
32920 }
32921 
32922 static int G__G__GL_482_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32923 {
32924       ((TGLSelectRecordBase*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
32925       G__setnull(result7);
32926    return(1 || funcname || hash || result7 || libp) ;
32927 }
32928 
32929 static int G__G__GL_482_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32930 {
32931       ((TGLSelectRecordBase*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
32932       G__setnull(result7);
32933    return(1 || funcname || hash || result7 || libp) ;
32934 }
32935 
32936 static int G__G__GL_482_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32937 {
32938       G__letint(result7, 67, (long) TGLSelectRecordBase::DeclFileName());
32939    return(1 || funcname || hash || result7 || libp) ;
32940 }
32941 
32942 static int G__G__GL_482_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32943 {
32944       G__letint(result7, 105, (long) TGLSelectRecordBase::ImplFileLine());
32945    return(1 || funcname || hash || result7 || libp) ;
32946 }
32947 
32948 static int G__G__GL_482_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32949 {
32950       G__letint(result7, 67, (long) TGLSelectRecordBase::ImplFileName());
32951    return(1 || funcname || hash || result7 || libp) ;
32952 }
32953 
32954 static int G__G__GL_482_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32955 {
32956       G__letint(result7, 105, (long) TGLSelectRecordBase::DeclFileLine());
32957    return(1 || funcname || hash || result7 || libp) ;
32958 }
32959 
32960 // automatic destructor
32961 typedef TGLSelectRecordBase G__TTGLSelectRecordBase;
32962 static int G__G__GL_482_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
32963 {
32964    char* gvp = (char*) G__getgvp();
32965    long soff = G__getstructoffset();
32966    int n = G__getaryconstruct();
32967    //
32968    //has_a_delete: 0
32969    //has_own_delete1arg: 0
32970    //has_own_delete2arg: 0
32971    //
32972    if (!soff) {
32973      return(1);
32974    }
32975    if (n) {
32976      if (gvp == (char*)G__PVOID) {
32977        delete[] (TGLSelectRecordBase*) soff;
32978      } else {
32979        G__setgvp((long) G__PVOID);
32980        for (int i = n - 1; i >= 0; --i) {
32981          ((TGLSelectRecordBase*) (soff+(sizeof(TGLSelectRecordBase)*i)))->~G__TTGLSelectRecordBase();
32982        }
32983        G__setgvp((long)gvp);
32984      }
32985    } else {
32986      if (gvp == (char*)G__PVOID) {
32987        delete (TGLSelectRecordBase*) soff;
32988      } else {
32989        G__setgvp((long) G__PVOID);
32990        ((TGLSelectRecordBase*) (soff))->~G__TTGLSelectRecordBase();
32991        G__setgvp((long)gvp);
32992      }
32993    }
32994    G__setnull(result7);
32995    return(1 || funcname || hash || result7 || libp) ;
32996 }
32997 
32998 
32999 /* TGLPerspectiveCamera */
33000 static int G__G__GL_489_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33001 {
33002    TGLPerspectiveCamera* p = NULL;
33003    char* gvp = (char*) G__getgvp();
33004    //m: 2
33005    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33006      p = new TGLPerspectiveCamera(*(TGLVector3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
33007    } else {
33008      p = new((void*) gvp) TGLPerspectiveCamera(*(TGLVector3*) libp->para[0].ref, *(TGLVector3*) libp->para[1].ref);
33009    }
33010    result7->obj.i = (long) p;
33011    result7->ref = (long) p;
33012    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera));
33013    return(1 || funcname || hash || result7 || libp) ;
33014 }
33015 
33016 static int G__G__GL_489_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33017 {
33018       G__letdouble(result7, 100, (double) ((const TGLPerspectiveCamera*) G__getstructoffset())->GetFOV());
33019    return(1 || funcname || hash || result7 || libp) ;
33020 }
33021 
33022 static int G__G__GL_489_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33023 {
33024       G__letint(result7, 85, (long) TGLPerspectiveCamera::Class());
33025    return(1 || funcname || hash || result7 || libp) ;
33026 }
33027 
33028 static int G__G__GL_489_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33029 {
33030       G__letint(result7, 67, (long) TGLPerspectiveCamera::Class_Name());
33031    return(1 || funcname || hash || result7 || libp) ;
33032 }
33033 
33034 static int G__G__GL_489_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33035 {
33036       G__letint(result7, 115, (long) TGLPerspectiveCamera::Class_Version());
33037    return(1 || funcname || hash || result7 || libp) ;
33038 }
33039 
33040 static int G__G__GL_489_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33041 {
33042       TGLPerspectiveCamera::Dictionary();
33043       G__setnull(result7);
33044    return(1 || funcname || hash || result7 || libp) ;
33045 }
33046 
33047 static int G__G__GL_489_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33048 {
33049       ((TGLPerspectiveCamera*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
33050       G__setnull(result7);
33051    return(1 || funcname || hash || result7 || libp) ;
33052 }
33053 
33054 static int G__G__GL_489_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33055 {
33056       G__letint(result7, 67, (long) TGLPerspectiveCamera::DeclFileName());
33057    return(1 || funcname || hash || result7 || libp) ;
33058 }
33059 
33060 static int G__G__GL_489_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33061 {
33062       G__letint(result7, 105, (long) TGLPerspectiveCamera::ImplFileLine());
33063    return(1 || funcname || hash || result7 || libp) ;
33064 }
33065 
33066 static int G__G__GL_489_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33067 {
33068       G__letint(result7, 67, (long) TGLPerspectiveCamera::ImplFileName());
33069    return(1 || funcname || hash || result7 || libp) ;
33070 }
33071 
33072 static int G__G__GL_489_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33073 {
33074       G__letint(result7, 105, (long) TGLPerspectiveCamera::DeclFileLine());
33075    return(1 || funcname || hash || result7 || libp) ;
33076 }
33077 
33078 // automatic destructor
33079 typedef TGLPerspectiveCamera G__TTGLPerspectiveCamera;
33080 static int G__G__GL_489_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33081 {
33082    char* gvp = (char*) G__getgvp();
33083    long soff = G__getstructoffset();
33084    int n = G__getaryconstruct();
33085    //
33086    //has_a_delete: 0
33087    //has_own_delete1arg: 0
33088    //has_own_delete2arg: 0
33089    //
33090    if (!soff) {
33091      return(1);
33092    }
33093    if (n) {
33094      if (gvp == (char*)G__PVOID) {
33095        delete[] (TGLPerspectiveCamera*) soff;
33096      } else {
33097        G__setgvp((long) G__PVOID);
33098        for (int i = n - 1; i >= 0; --i) {
33099          ((TGLPerspectiveCamera*) (soff+(sizeof(TGLPerspectiveCamera)*i)))->~G__TTGLPerspectiveCamera();
33100        }
33101        G__setgvp((long)gvp);
33102      }
33103    } else {
33104      if (gvp == (char*)G__PVOID) {
33105        delete (TGLPerspectiveCamera*) soff;
33106      } else {
33107        G__setgvp((long) G__PVOID);
33108        ((TGLPerspectiveCamera*) (soff))->~G__TTGLPerspectiveCamera();
33109        G__setgvp((long)gvp);
33110      }
33111    }
33112    G__setnull(result7);
33113    return(1 || funcname || hash || result7 || libp) ;
33114 }
33115 
33116 
33117 /* TGLOrthoCamera */
33118 static int G__G__GL_490_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33119 {
33120    TGLOrthoCamera* p = NULL;
33121    char* gvp = (char*) G__getgvp();
33122    //m: 3
33123    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33124      p = new TGLOrthoCamera(
33125 (TGLOrthoCamera::EType) G__int(libp->para[0]), *(TGLVector3*) libp->para[1].ref
33126 , *(TGLVector3*) libp->para[2].ref);
33127    } else {
33128      p = new((void*) gvp) TGLOrthoCamera(
33129 (TGLOrthoCamera::EType) G__int(libp->para[0]), *(TGLVector3*) libp->para[1].ref
33130 , *(TGLVector3*) libp->para[2].ref);
33131    }
33132    result7->obj.i = (long) p;
33133    result7->ref = (long) p;
33134    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera));
33135    return(1 || funcname || hash || result7 || libp) ;
33136 }
33137 
33138 static int G__G__GL_490_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33139 {
33140       ((TGLOrthoCamera*) G__getstructoffset())->SetEnableRotate((Bool_t) G__int(libp->para[0]));
33141       G__setnull(result7);
33142    return(1 || funcname || hash || result7 || libp) ;
33143 }
33144 
33145 static int G__G__GL_490_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33146 {
33147       G__letint(result7, 103, (long) ((const TGLOrthoCamera*) G__getstructoffset())->GetEnableRotate());
33148    return(1 || funcname || hash || result7 || libp) ;
33149 }
33150 
33151 static int G__G__GL_490_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33152 {
33153       G__letdouble(result7, 100, (double) ((const TGLOrthoCamera*) G__getstructoffset())->GetZoomMin());
33154    return(1 || funcname || hash || result7 || libp) ;
33155 }
33156 
33157 static int G__G__GL_490_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33158 {
33159       G__letdouble(result7, 100, (double) ((const TGLOrthoCamera*) G__getstructoffset())->GetZoomMax());
33160    return(1 || funcname || hash || result7 || libp) ;
33161 }
33162 
33163 static int G__G__GL_490_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33164 {
33165       ((TGLOrthoCamera*) G__getstructoffset())->SetZoomMin((Double_t) G__double(libp->para[0]));
33166       G__setnull(result7);
33167    return(1 || funcname || hash || result7 || libp) ;
33168 }
33169 
33170 static int G__G__GL_490_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33171 {
33172       ((TGLOrthoCamera*) G__getstructoffset())->SetZoomMax((Double_t) G__double(libp->para[0]));
33173       G__setnull(result7);
33174    return(1 || funcname || hash || result7 || libp) ;
33175 }
33176 
33177 static int G__G__GL_490_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33178 {
33179       ((TGLOrthoCamera*) G__getstructoffset())->SetZoomMinMax((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
33180       G__setnull(result7);
33181    return(1 || funcname || hash || result7 || libp) ;
33182 }
33183 
33184 static int G__G__GL_490_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33185 {
33186       ((TGLOrthoCamera*) G__getstructoffset())->SetDollyToZoom((Bool_t) G__int(libp->para[0]));
33187       G__setnull(result7);
33188    return(1 || funcname || hash || result7 || libp) ;
33189 }
33190 
33191 static int G__G__GL_490_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33192 {
33193       G__letint(result7, 103, (long) ((const TGLOrthoCamera*) G__getstructoffset())->GetDollyToZoom());
33194    return(1 || funcname || hash || result7 || libp) ;
33195 }
33196 
33197 static int G__G__GL_490_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33198 {
33199       G__letint(result7, 85, (long) TGLOrthoCamera::Class());
33200    return(1 || funcname || hash || result7 || libp) ;
33201 }
33202 
33203 static int G__G__GL_490_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33204 {
33205       G__letint(result7, 67, (long) TGLOrthoCamera::Class_Name());
33206    return(1 || funcname || hash || result7 || libp) ;
33207 }
33208 
33209 static int G__G__GL_490_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33210 {
33211       G__letint(result7, 115, (long) TGLOrthoCamera::Class_Version());
33212    return(1 || funcname || hash || result7 || libp) ;
33213 }
33214 
33215 static int G__G__GL_490_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33216 {
33217       TGLOrthoCamera::Dictionary();
33218       G__setnull(result7);
33219    return(1 || funcname || hash || result7 || libp) ;
33220 }
33221 
33222 static int G__G__GL_490_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33223 {
33224       ((TGLOrthoCamera*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
33225       G__setnull(result7);
33226    return(1 || funcname || hash || result7 || libp) ;
33227 }
33228 
33229 static int G__G__GL_490_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33230 {
33231       G__letint(result7, 67, (long) TGLOrthoCamera::DeclFileName());
33232    return(1 || funcname || hash || result7 || libp) ;
33233 }
33234 
33235 static int G__G__GL_490_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33236 {
33237       G__letint(result7, 105, (long) TGLOrthoCamera::ImplFileLine());
33238    return(1 || funcname || hash || result7 || libp) ;
33239 }
33240 
33241 static int G__G__GL_490_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33242 {
33243       G__letint(result7, 67, (long) TGLOrthoCamera::ImplFileName());
33244    return(1 || funcname || hash || result7 || libp) ;
33245 }
33246 
33247 static int G__G__GL_490_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33248 {
33249       G__letint(result7, 105, (long) TGLOrthoCamera::DeclFileLine());
33250    return(1 || funcname || hash || result7 || libp) ;
33251 }
33252 
33253 // automatic destructor
33254 typedef TGLOrthoCamera G__TTGLOrthoCamera;
33255 static int G__G__GL_490_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33256 {
33257    char* gvp = (char*) G__getgvp();
33258    long soff = G__getstructoffset();
33259    int n = G__getaryconstruct();
33260    //
33261    //has_a_delete: 0
33262    //has_own_delete1arg: 0
33263    //has_own_delete2arg: 0
33264    //
33265    if (!soff) {
33266      return(1);
33267    }
33268    if (n) {
33269      if (gvp == (char*)G__PVOID) {
33270        delete[] (TGLOrthoCamera*) soff;
33271      } else {
33272        G__setgvp((long) G__PVOID);
33273        for (int i = n - 1; i >= 0; --i) {
33274          ((TGLOrthoCamera*) (soff+(sizeof(TGLOrthoCamera)*i)))->~G__TTGLOrthoCamera();
33275        }
33276        G__setgvp((long)gvp);
33277      }
33278    } else {
33279      if (gvp == (char*)G__PVOID) {
33280        delete (TGLOrthoCamera*) soff;
33281      } else {
33282        G__setgvp((long) G__PVOID);
33283        ((TGLOrthoCamera*) (soff))->~G__TTGLOrthoCamera();
33284        G__setgvp((long)gvp);
33285      }
33286    }
33287    G__setnull(result7);
33288    return(1 || funcname || hash || result7 || libp) ;
33289 }
33290 
33291 
33292 /* TGLViewerEditor */
33293 static int G__G__GL_502_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33294 {
33295    TGLViewerEditor* p = NULL;
33296    char* gvp = (char*) G__getgvp();
33297    switch (libp->paran) {
33298    case 5:
33299      //m: 5
33300      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33301        p = new TGLViewerEditor(
33302 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
33303 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
33304 , (Pixel_t) G__int(libp->para[4]));
33305      } else {
33306        p = new((void*) gvp) TGLViewerEditor(
33307 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
33308 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
33309 , (Pixel_t) G__int(libp->para[4]));
33310      }
33311      break;
33312    case 4:
33313      //m: 4
33314      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33315        p = new TGLViewerEditor(
33316 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
33317 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
33318      } else {
33319        p = new((void*) gvp) TGLViewerEditor(
33320 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
33321 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
33322      }
33323      break;
33324    case 3:
33325      //m: 3
33326      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33327        p = new TGLViewerEditor(
33328 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
33329 , (Int_t) G__int(libp->para[2]));
33330      } else {
33331        p = new((void*) gvp) TGLViewerEditor(
33332 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
33333 , (Int_t) G__int(libp->para[2]));
33334      }
33335      break;
33336    case 2:
33337      //m: 2
33338      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33339        p = new TGLViewerEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
33340      } else {
33341        p = new((void*) gvp) TGLViewerEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
33342      }
33343      break;
33344    case 1:
33345      //m: 1
33346      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33347        p = new TGLViewerEditor((TGWindow*) G__int(libp->para[0]));
33348      } else {
33349        p = new((void*) gvp) TGLViewerEditor((TGWindow*) G__int(libp->para[0]));
33350      }
33351      break;
33352    case 0:
33353      int n = G__getaryconstruct();
33354      if (n) {
33355        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33356          p = new TGLViewerEditor[n];
33357        } else {
33358          p = new((void*) gvp) TGLViewerEditor[n];
33359        }
33360      } else {
33361        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33362          p = new TGLViewerEditor;
33363        } else {
33364          p = new((void*) gvp) TGLViewerEditor;
33365        }
33366      }
33367      break;
33368    }
33369    result7->obj.i = (long) p;
33370    result7->ref = (long) p;
33371    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor));
33372    return(1 || funcname || hash || result7 || libp) ;
33373 }
33374 
33375 static int G__G__GL_502_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33376 {
33377       ((TGLViewerEditor*) G__getstructoffset())->ViewerRedraw();
33378       G__setnull(result7);
33379    return(1 || funcname || hash || result7 || libp) ;
33380 }
33381 
33382 static int G__G__GL_502_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33383 {
33384       ((TGLViewerEditor*) G__getstructoffset())->SetGuides();
33385       G__setnull(result7);
33386    return(1 || funcname || hash || result7 || libp) ;
33387 }
33388 
33389 static int G__G__GL_502_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33390 {
33391       ((TGLViewerEditor*) G__getstructoffset())->DoClearColor((Pixel_t) G__int(libp->para[0]));
33392       G__setnull(result7);
33393    return(1 || funcname || hash || result7 || libp) ;
33394 }
33395 
33396 static int G__G__GL_502_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33397 {
33398       ((TGLViewerEditor*) G__getstructoffset())->DoIgnoreSizesOnUpdate();
33399       G__setnull(result7);
33400    return(1 || funcname || hash || result7 || libp) ;
33401 }
33402 
33403 static int G__G__GL_502_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33404 {
33405       ((TGLViewerEditor*) G__getstructoffset())->DoResetCamerasOnUpdate();
33406       G__setnull(result7);
33407    return(1 || funcname || hash || result7 || libp) ;
33408 }
33409 
33410 static int G__G__GL_502_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33411 {
33412       ((TGLViewerEditor*) G__getstructoffset())->DoUpdateScene();
33413       G__setnull(result7);
33414    return(1 || funcname || hash || result7 || libp) ;
33415 }
33416 
33417 static int G__G__GL_502_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33418 {
33419       ((TGLViewerEditor*) G__getstructoffset())->DoCameraHome();
33420       G__setnull(result7);
33421    return(1 || funcname || hash || result7 || libp) ;
33422 }
33423 
33424 static int G__G__GL_502_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33425 {
33426       ((TGLViewerEditor*) G__getstructoffset())->UpdateMaxDrawTimes();
33427       G__setnull(result7);
33428    return(1 || funcname || hash || result7 || libp) ;
33429 }
33430 
33431 static int G__G__GL_502_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33432 {
33433       ((TGLViewerEditor*) G__getstructoffset())->UpdatePointLineStuff();
33434       G__setnull(result7);
33435    return(1 || funcname || hash || result7 || libp) ;
33436 }
33437 
33438 static int G__G__GL_502_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33439 {
33440       ((TGLViewerEditor*) G__getstructoffset())->DoCameraCenterExt();
33441       G__setnull(result7);
33442    return(1 || funcname || hash || result7 || libp) ;
33443 }
33444 
33445 static int G__G__GL_502_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33446 {
33447       ((TGLViewerEditor*) G__getstructoffset())->DoCaptureCenter();
33448       G__setnull(result7);
33449    return(1 || funcname || hash || result7 || libp) ;
33450 }
33451 
33452 static int G__G__GL_502_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33453 {
33454       ((TGLViewerEditor*) G__getstructoffset())->DoAnnotation();
33455       G__setnull(result7);
33456    return(1 || funcname || hash || result7 || libp) ;
33457 }
33458 
33459 static int G__G__GL_502_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33460 {
33461       ((TGLViewerEditor*) G__getstructoffset())->DoDrawCameraCenter();
33462       G__setnull(result7);
33463    return(1 || funcname || hash || result7 || libp) ;
33464 }
33465 
33466 static int G__G__GL_502_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33467 {
33468       ((TGLViewerEditor*) G__getstructoffset())->UpdateCameraCenter();
33469       G__setnull(result7);
33470    return(1 || funcname || hash || result7 || libp) ;
33471 }
33472 
33473 static int G__G__GL_502_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33474 {
33475       ((TGLViewerEditor*) G__getstructoffset())->UpdateViewerAxes((Int_t) G__int(libp->para[0]));
33476       G__setnull(result7);
33477    return(1 || funcname || hash || result7 || libp) ;
33478 }
33479 
33480 static int G__G__GL_502_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33481 {
33482       ((TGLViewerEditor*) G__getstructoffset())->UpdateViewerReference();
33483       G__setnull(result7);
33484    return(1 || funcname || hash || result7 || libp) ;
33485 }
33486 
33487 static int G__G__GL_502_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33488 {
33489       ((TGLViewerEditor*) G__getstructoffset())->DoCameraOverlay();
33490       G__setnull(result7);
33491    return(1 || funcname || hash || result7 || libp) ;
33492 }
33493 
33494 static int G__G__GL_502_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33495 {
33496       ((TGLViewerEditor*) G__getstructoffset())->UpdateRotator();
33497       G__setnull(result7);
33498    return(1 || funcname || hash || result7 || libp) ;
33499 }
33500 
33501 static int G__G__GL_502_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33502 {
33503       ((TGLViewerEditor*) G__getstructoffset())->DoRotatorStart();
33504       G__setnull(result7);
33505    return(1 || funcname || hash || result7 || libp) ;
33506 }
33507 
33508 static int G__G__GL_502_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33509 {
33510       ((TGLViewerEditor*) G__getstructoffset())->DoRotatorStop();
33511       G__setnull(result7);
33512    return(1 || funcname || hash || result7 || libp) ;
33513 }
33514 
33515 static int G__G__GL_502_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33516 {
33517       ((TGLViewerEditor*) G__getstructoffset())->UpdateStereo();
33518       G__setnull(result7);
33519    return(1 || funcname || hash || result7 || libp) ;
33520 }
33521 
33522 static int G__G__GL_502_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33523 {
33524       ((TGLViewerEditor*) G__getstructoffset())->DetachFromPad();
33525       G__setnull(result7);
33526    return(1 || funcname || hash || result7 || libp) ;
33527 }
33528 
33529 static int G__G__GL_502_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33530 {
33531    switch (libp->paran) {
33532    case 5:
33533       G__letint(result7, 85, (long) TGLViewerEditor::MakeLabeledNEntry((TGCompositeFrame*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
33534 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
33535 , (Int_t) G__int(libp->para[4])));
33536       break;
33537    case 4:
33538       G__letint(result7, 85, (long) TGLViewerEditor::MakeLabeledNEntry((TGCompositeFrame*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
33539 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
33540       break;
33541    case 3:
33542       G__letint(result7, 85, (long) TGLViewerEditor::MakeLabeledNEntry((TGCompositeFrame*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
33543 , (Int_t) G__int(libp->para[2])));
33544       break;
33545    }
33546    return(1 || funcname || hash || result7 || libp) ;
33547 }
33548 
33549 static int G__G__GL_502_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33550 {
33551       G__letint(result7, 85, (long) TGLViewerEditor::Class());
33552    return(1 || funcname || hash || result7 || libp) ;
33553 }
33554 
33555 static int G__G__GL_502_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33556 {
33557       G__letint(result7, 67, (long) TGLViewerEditor::Class_Name());
33558    return(1 || funcname || hash || result7 || libp) ;
33559 }
33560 
33561 static int G__G__GL_502_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33562 {
33563       G__letint(result7, 115, (long) TGLViewerEditor::Class_Version());
33564    return(1 || funcname || hash || result7 || libp) ;
33565 }
33566 
33567 static int G__G__GL_502_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33568 {
33569       TGLViewerEditor::Dictionary();
33570       G__setnull(result7);
33571    return(1 || funcname || hash || result7 || libp) ;
33572 }
33573 
33574 static int G__G__GL_502_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33575 {
33576       ((TGLViewerEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
33577       G__setnull(result7);
33578    return(1 || funcname || hash || result7 || libp) ;
33579 }
33580 
33581 static int G__G__GL_502_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33582 {
33583       G__letint(result7, 67, (long) TGLViewerEditor::DeclFileName());
33584    return(1 || funcname || hash || result7 || libp) ;
33585 }
33586 
33587 static int G__G__GL_502_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33588 {
33589       G__letint(result7, 105, (long) TGLViewerEditor::ImplFileLine());
33590    return(1 || funcname || hash || result7 || libp) ;
33591 }
33592 
33593 static int G__G__GL_502_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33594 {
33595       G__letint(result7, 67, (long) TGLViewerEditor::ImplFileName());
33596    return(1 || funcname || hash || result7 || libp) ;
33597 }
33598 
33599 static int G__G__GL_502_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33600 {
33601       G__letint(result7, 105, (long) TGLViewerEditor::DeclFileLine());
33602    return(1 || funcname || hash || result7 || libp) ;
33603 }
33604 
33605 // automatic destructor
33606 typedef TGLViewerEditor G__TTGLViewerEditor;
33607 static int G__G__GL_502_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33608 {
33609    char* gvp = (char*) G__getgvp();
33610    long soff = G__getstructoffset();
33611    int n = G__getaryconstruct();
33612    //
33613    //has_a_delete: 1
33614    //has_own_delete1arg: 0
33615    //has_own_delete2arg: 0
33616    //
33617    if (!soff) {
33618      return(1);
33619    }
33620    if (n) {
33621      if (gvp == (char*)G__PVOID) {
33622        delete[] (TGLViewerEditor*) soff;
33623      } else {
33624        G__setgvp((long) G__PVOID);
33625        for (int i = n - 1; i >= 0; --i) {
33626          ((TGLViewerEditor*) (soff+(sizeof(TGLViewerEditor)*i)))->~G__TTGLViewerEditor();
33627        }
33628        G__setgvp((long)gvp);
33629      }
33630    } else {
33631      if (gvp == (char*)G__PVOID) {
33632        delete (TGLViewerEditor*) soff;
33633      } else {
33634        G__setgvp((long) G__PVOID);
33635        ((TGLViewerEditor*) (soff))->~G__TTGLViewerEditor();
33636        G__setgvp((long)gvp);
33637      }
33638    }
33639    G__setnull(result7);
33640    return(1 || funcname || hash || result7 || libp) ;
33641 }
33642 
33643 
33644 /* TGLLightSet */
33645 static int G__G__GL_503_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33646 {
33647    TGLLightSet* p = NULL;
33648    char* gvp = (char*) G__getgvp();
33649    int n = G__getaryconstruct();
33650    if (n) {
33651      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33652        p = new TGLLightSet[n];
33653      } else {
33654        p = new((void*) gvp) TGLLightSet[n];
33655      }
33656    } else {
33657      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33658        p = new TGLLightSet;
33659      } else {
33660        p = new((void*) gvp) TGLLightSet;
33661      }
33662    }
33663    result7->obj.i = (long) p;
33664    result7->ref = (long) p;
33665    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLLightSet));
33666    return(1 || funcname || hash || result7 || libp) ;
33667 }
33668 
33669 static int G__G__GL_503_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33670 {
33671       ((TGLLightSet*) G__getstructoffset())->ToggleLight((TGLLightSet::ELight) G__int(libp->para[0]));
33672       G__setnull(result7);
33673    return(1 || funcname || hash || result7 || libp) ;
33674 }
33675 
33676 static int G__G__GL_503_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33677 {
33678       ((TGLLightSet*) G__getstructoffset())->SetLight((TGLLightSet::ELight) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
33679       G__setnull(result7);
33680    return(1 || funcname || hash || result7 || libp) ;
33681 }
33682 
33683 static int G__G__GL_503_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33684 {
33685       G__letint(result7, 104, (long) ((TGLLightSet*) G__getstructoffset())->GetLightState());
33686    return(1 || funcname || hash || result7 || libp) ;
33687 }
33688 
33689 static int G__G__GL_503_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33690 {
33691       G__letint(result7, 103, (long) ((const TGLLightSet*) G__getstructoffset())->GetUseSpecular());
33692    return(1 || funcname || hash || result7 || libp) ;
33693 }
33694 
33695 static int G__G__GL_503_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33696 {
33697       ((TGLLightSet*) G__getstructoffset())->SetUseSpecular((Bool_t) G__int(libp->para[0]));
33698       G__setnull(result7);
33699    return(1 || funcname || hash || result7 || libp) ;
33700 }
33701 
33702 static int G__G__GL_503_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33703 {
33704       G__letdouble(result7, 102, (double) ((const TGLLightSet*) G__getstructoffset())->GetFrontPower());
33705    return(1 || funcname || hash || result7 || libp) ;
33706 }
33707 
33708 static int G__G__GL_503_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33709 {
33710       G__letdouble(result7, 102, (double) ((const TGLLightSet*) G__getstructoffset())->GetSidePower());
33711    return(1 || funcname || hash || result7 || libp) ;
33712 }
33713 
33714 static int G__G__GL_503_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33715 {
33716       G__letdouble(result7, 102, (double) ((const TGLLightSet*) G__getstructoffset())->GetSpecularPower());
33717    return(1 || funcname || hash || result7 || libp) ;
33718 }
33719 
33720 static int G__G__GL_503_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33721 {
33722       ((TGLLightSet*) G__getstructoffset())->SetFrontPower((Float_t) G__double(libp->para[0]));
33723       G__setnull(result7);
33724    return(1 || funcname || hash || result7 || libp) ;
33725 }
33726 
33727 static int G__G__GL_503_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33728 {
33729       ((TGLLightSet*) G__getstructoffset())->SetSidePower((Float_t) G__double(libp->para[0]));
33730       G__setnull(result7);
33731    return(1 || funcname || hash || result7 || libp) ;
33732 }
33733 
33734 static int G__G__GL_503_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33735 {
33736       ((TGLLightSet*) G__getstructoffset())->SetSpecularPower((Float_t) G__double(libp->para[0]));
33737       G__setnull(result7);
33738    return(1 || funcname || hash || result7 || libp) ;
33739 }
33740 
33741 static int G__G__GL_503_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33742 {
33743    switch (libp->paran) {
33744    case 3:
33745       ((TGLLightSet*) G__getstructoffset())->StdSetupLights(*(TGLBoundingBox*) libp->para[0].ref, *(TGLCamera*) libp->para[1].ref
33746 , (Bool_t) G__int(libp->para[2]));
33747       G__setnull(result7);
33748       break;
33749    case 2:
33750       ((TGLLightSet*) G__getstructoffset())->StdSetupLights(*(TGLBoundingBox*) libp->para[0].ref, *(TGLCamera*) libp->para[1].ref);
33751       G__setnull(result7);
33752       break;
33753    }
33754    return(1 || funcname || hash || result7 || libp) ;
33755 }
33756 
33757 static int G__G__GL_503_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33758 {
33759       G__letint(result7, 85, (long) TGLLightSet::Class());
33760    return(1 || funcname || hash || result7 || libp) ;
33761 }
33762 
33763 static int G__G__GL_503_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33764 {
33765       G__letint(result7, 67, (long) TGLLightSet::Class_Name());
33766    return(1 || funcname || hash || result7 || libp) ;
33767 }
33768 
33769 static int G__G__GL_503_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33770 {
33771       G__letint(result7, 115, (long) TGLLightSet::Class_Version());
33772    return(1 || funcname || hash || result7 || libp) ;
33773 }
33774 
33775 static int G__G__GL_503_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33776 {
33777       TGLLightSet::Dictionary();
33778       G__setnull(result7);
33779    return(1 || funcname || hash || result7 || libp) ;
33780 }
33781 
33782 static int G__G__GL_503_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33783 {
33784       ((TGLLightSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
33785       G__setnull(result7);
33786    return(1 || funcname || hash || result7 || libp) ;
33787 }
33788 
33789 static int G__G__GL_503_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33790 {
33791       G__letint(result7, 67, (long) TGLLightSet::DeclFileName());
33792    return(1 || funcname || hash || result7 || libp) ;
33793 }
33794 
33795 static int G__G__GL_503_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33796 {
33797       G__letint(result7, 105, (long) TGLLightSet::ImplFileLine());
33798    return(1 || funcname || hash || result7 || libp) ;
33799 }
33800 
33801 static int G__G__GL_503_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33802 {
33803       G__letint(result7, 67, (long) TGLLightSet::ImplFileName());
33804    return(1 || funcname || hash || result7 || libp) ;
33805 }
33806 
33807 static int G__G__GL_503_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33808 {
33809       G__letint(result7, 105, (long) TGLLightSet::DeclFileLine());
33810    return(1 || funcname || hash || result7 || libp) ;
33811 }
33812 
33813 // automatic destructor
33814 typedef TGLLightSet G__TTGLLightSet;
33815 static int G__G__GL_503_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33816 {
33817    char* gvp = (char*) G__getgvp();
33818    long soff = G__getstructoffset();
33819    int n = G__getaryconstruct();
33820    //
33821    //has_a_delete: 1
33822    //has_own_delete1arg: 0
33823    //has_own_delete2arg: 0
33824    //
33825    if (!soff) {
33826      return(1);
33827    }
33828    if (n) {
33829      if (gvp == (char*)G__PVOID) {
33830        delete[] (TGLLightSet*) soff;
33831      } else {
33832        G__setgvp((long) G__PVOID);
33833        for (int i = n - 1; i >= 0; --i) {
33834          ((TGLLightSet*) (soff+(sizeof(TGLLightSet)*i)))->~G__TTGLLightSet();
33835        }
33836        G__setgvp((long)gvp);
33837      }
33838    } else {
33839      if (gvp == (char*)G__PVOID) {
33840        delete (TGLLightSet*) soff;
33841      } else {
33842        G__setgvp((long) G__PVOID);
33843        ((TGLLightSet*) (soff))->~G__TTGLLightSet();
33844        G__setgvp((long)gvp);
33845      }
33846    }
33847    G__setnull(result7);
33848    return(1 || funcname || hash || result7 || libp) ;
33849 }
33850 
33851 
33852 /* TGLPShapeObj */
33853 static int G__G__GL_504_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33854 {
33855    TGLPShapeObj* p = NULL;
33856    char* gvp = (char*) G__getgvp();
33857    int n = G__getaryconstruct();
33858    if (n) {
33859      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33860        p = new TGLPShapeObj[n];
33861      } else {
33862        p = new((void*) gvp) TGLPShapeObj[n];
33863      }
33864    } else {
33865      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33866        p = new TGLPShapeObj;
33867      } else {
33868        p = new((void*) gvp) TGLPShapeObj;
33869      }
33870    }
33871    result7->obj.i = (long) p;
33872    result7->ref = (long) p;
33873    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj));
33874    return(1 || funcname || hash || result7 || libp) ;
33875 }
33876 
33877 static int G__G__GL_504_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33878 {
33879    TGLPShapeObj* p = NULL;
33880    char* gvp = (char*) G__getgvp();
33881    //m: 2
33882    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
33883      p = new TGLPShapeObj((TGLPhysicalShape*) G__int(libp->para[0]), (TGLViewer*) G__int(libp->para[1]));
33884    } else {
33885      p = new((void*) gvp) TGLPShapeObj((TGLPhysicalShape*) G__int(libp->para[0]), (TGLViewer*) G__int(libp->para[1]));
33886    }
33887    result7->obj.i = (long) p;
33888    result7->ref = (long) p;
33889    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj));
33890    return(1 || funcname || hash || result7 || libp) ;
33891 }
33892 
33893 static int G__G__GL_504_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33894 {
33895       G__letint(result7, 85, (long) TGLPShapeObj::Class());
33896    return(1 || funcname || hash || result7 || libp) ;
33897 }
33898 
33899 static int G__G__GL_504_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33900 {
33901       G__letint(result7, 67, (long) TGLPShapeObj::Class_Name());
33902    return(1 || funcname || hash || result7 || libp) ;
33903 }
33904 
33905 static int G__G__GL_504_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33906 {
33907       G__letint(result7, 115, (long) TGLPShapeObj::Class_Version());
33908    return(1 || funcname || hash || result7 || libp) ;
33909 }
33910 
33911 static int G__G__GL_504_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33912 {
33913       TGLPShapeObj::Dictionary();
33914       G__setnull(result7);
33915    return(1 || funcname || hash || result7 || libp) ;
33916 }
33917 
33918 static int G__G__GL_504_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33919 {
33920       ((TGLPShapeObj*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
33921       G__setnull(result7);
33922    return(1 || funcname || hash || result7 || libp) ;
33923 }
33924 
33925 static int G__G__GL_504_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33926 {
33927       G__letint(result7, 67, (long) TGLPShapeObj::DeclFileName());
33928    return(1 || funcname || hash || result7 || libp) ;
33929 }
33930 
33931 static int G__G__GL_504_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33932 {
33933       G__letint(result7, 105, (long) TGLPShapeObj::ImplFileLine());
33934    return(1 || funcname || hash || result7 || libp) ;
33935 }
33936 
33937 static int G__G__GL_504_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33938 {
33939       G__letint(result7, 67, (long) TGLPShapeObj::ImplFileName());
33940    return(1 || funcname || hash || result7 || libp) ;
33941 }
33942 
33943 static int G__G__GL_504_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33944 {
33945       G__letint(result7, 105, (long) TGLPShapeObj::DeclFileLine());
33946    return(1 || funcname || hash || result7 || libp) ;
33947 }
33948 
33949 // automatic destructor
33950 typedef TGLPShapeObj G__TTGLPShapeObj;
33951 static int G__G__GL_504_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33952 {
33953    char* gvp = (char*) G__getgvp();
33954    long soff = G__getstructoffset();
33955    int n = G__getaryconstruct();
33956    //
33957    //has_a_delete: 1
33958    //has_own_delete1arg: 0
33959    //has_own_delete2arg: 0
33960    //
33961    if (!soff) {
33962      return(1);
33963    }
33964    if (n) {
33965      if (gvp == (char*)G__PVOID) {
33966        delete[] (TGLPShapeObj*) soff;
33967      } else {
33968        G__setgvp((long) G__PVOID);
33969        for (int i = n - 1; i >= 0; --i) {
33970          ((TGLPShapeObj*) (soff+(sizeof(TGLPShapeObj)*i)))->~G__TTGLPShapeObj();
33971        }
33972        G__setgvp((long)gvp);
33973      }
33974    } else {
33975      if (gvp == (char*)G__PVOID) {
33976        delete (TGLPShapeObj*) soff;
33977      } else {
33978        G__setgvp((long) G__PVOID);
33979        ((TGLPShapeObj*) (soff))->~G__TTGLPShapeObj();
33980        G__setgvp((long)gvp);
33981      }
33982    }
33983    G__setnull(result7);
33984    return(1 || funcname || hash || result7 || libp) ;
33985 }
33986 
33987 
33988 /* TGLOutput */
33989 static int G__G__GL_505_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
33990 {
33991    switch (libp->paran) {
33992    case 3:
33993       G__letint(result7, 103, (long) TGLOutput::Capture(*(TGLViewer*) libp->para[0].ref, (TGLOutput::EFormat) G__int(libp->para[1])
33994 , (const char*) G__int(libp->para[2])));
33995       break;
33996    case 2:
33997       G__letint(result7, 103, (long) TGLOutput::Capture(*(TGLViewer*) libp->para[0].ref, (TGLOutput::EFormat) G__int(libp->para[1])));
33998       break;
33999    }
34000    return(1 || funcname || hash || result7 || libp) ;
34001 }
34002 
34003 static int G__G__GL_505_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34004 {
34005       TGLOutput::StartEmbeddedPS();
34006       G__setnull(result7);
34007    return(1 || funcname || hash || result7 || libp) ;
34008 }
34009 
34010 static int G__G__GL_505_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34011 {
34012       TGLOutput::CloseEmbeddedPS();
34013       G__setnull(result7);
34014    return(1 || funcname || hash || result7 || libp) ;
34015 }
34016 
34017 static int G__G__GL_505_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34018 {
34019       TGLOutput::Capture(*(TGLViewer*) libp->para[0].ref);
34020       G__setnull(result7);
34021    return(1 || funcname || hash || result7 || libp) ;
34022 }
34023 
34024 static int G__G__GL_505_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34025 {
34026       G__letint(result7, 85, (long) TGLOutput::Class());
34027    return(1 || funcname || hash || result7 || libp) ;
34028 }
34029 
34030 static int G__G__GL_505_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34031 {
34032       G__letint(result7, 67, (long) TGLOutput::Class_Name());
34033    return(1 || funcname || hash || result7 || libp) ;
34034 }
34035 
34036 static int G__G__GL_505_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34037 {
34038       G__letint(result7, 115, (long) TGLOutput::Class_Version());
34039    return(1 || funcname || hash || result7 || libp) ;
34040 }
34041 
34042 static int G__G__GL_505_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34043 {
34044       TGLOutput::Dictionary();
34045       G__setnull(result7);
34046    return(1 || funcname || hash || result7 || libp) ;
34047 }
34048 
34049 static int G__G__GL_505_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34050 {
34051       G__letint(result7, 85, (long) ((const TGLOutput*) G__getstructoffset())->IsA());
34052    return(1 || funcname || hash || result7 || libp) ;
34053 }
34054 
34055 static int G__G__GL_505_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34056 {
34057       ((TGLOutput*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
34058       G__setnull(result7);
34059    return(1 || funcname || hash || result7 || libp) ;
34060 }
34061 
34062 static int G__G__GL_505_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34063 {
34064       ((TGLOutput*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
34065       G__setnull(result7);
34066    return(1 || funcname || hash || result7 || libp) ;
34067 }
34068 
34069 static int G__G__GL_505_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34070 {
34071       ((TGLOutput*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
34072       G__setnull(result7);
34073    return(1 || funcname || hash || result7 || libp) ;
34074 }
34075 
34076 static int G__G__GL_505_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34077 {
34078       G__letint(result7, 67, (long) TGLOutput::DeclFileName());
34079    return(1 || funcname || hash || result7 || libp) ;
34080 }
34081 
34082 static int G__G__GL_505_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34083 {
34084       G__letint(result7, 105, (long) TGLOutput::ImplFileLine());
34085    return(1 || funcname || hash || result7 || libp) ;
34086 }
34087 
34088 static int G__G__GL_505_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34089 {
34090       G__letint(result7, 67, (long) TGLOutput::ImplFileName());
34091    return(1 || funcname || hash || result7 || libp) ;
34092 }
34093 
34094 static int G__G__GL_505_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34095 {
34096       G__letint(result7, 105, (long) TGLOutput::DeclFileLine());
34097    return(1 || funcname || hash || result7 || libp) ;
34098 }
34099 
34100 // automatic default constructor
34101 static int G__G__GL_505_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34102 {
34103    TGLOutput *p;
34104    char* gvp = (char*) G__getgvp();
34105    int n = G__getaryconstruct();
34106    if (n) {
34107      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34108        p = new TGLOutput[n];
34109      } else {
34110        p = new((void*) gvp) TGLOutput[n];
34111      }
34112    } else {
34113      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34114        p = new TGLOutput;
34115      } else {
34116        p = new((void*) gvp) TGLOutput;
34117      }
34118    }
34119    result7->obj.i = (long) p;
34120    result7->ref = (long) p;
34121    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLOutput));
34122    return(1 || funcname || hash || result7 || libp) ;
34123 }
34124 
34125 // automatic copy constructor
34126 static int G__G__GL_505_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34127 
34128 {
34129    TGLOutput* p;
34130    void* tmp = (void*) G__int(libp->para[0]);
34131    p = new TGLOutput(*(TGLOutput*) tmp);
34132    result7->obj.i = (long) p;
34133    result7->ref = (long) p;
34134    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLOutput));
34135    return(1 || funcname || hash || result7 || libp) ;
34136 }
34137 
34138 // automatic destructor
34139 typedef TGLOutput G__TTGLOutput;
34140 static int G__G__GL_505_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34141 {
34142    char* gvp = (char*) G__getgvp();
34143    long soff = G__getstructoffset();
34144    int n = G__getaryconstruct();
34145    //
34146    //has_a_delete: 0
34147    //has_own_delete1arg: 0
34148    //has_own_delete2arg: 0
34149    //
34150    if (!soff) {
34151      return(1);
34152    }
34153    if (n) {
34154      if (gvp == (char*)G__PVOID) {
34155        delete[] (TGLOutput*) soff;
34156      } else {
34157        G__setgvp((long) G__PVOID);
34158        for (int i = n - 1; i >= 0; --i) {
34159          ((TGLOutput*) (soff+(sizeof(TGLOutput)*i)))->~G__TTGLOutput();
34160        }
34161        G__setgvp((long)gvp);
34162      }
34163    } else {
34164      if (gvp == (char*)G__PVOID) {
34165        delete (TGLOutput*) soff;
34166      } else {
34167        G__setgvp((long) G__PVOID);
34168        ((TGLOutput*) (soff))->~G__TTGLOutput();
34169        G__setgvp((long)gvp);
34170      }
34171    }
34172    G__setnull(result7);
34173    return(1 || funcname || hash || result7 || libp) ;
34174 }
34175 
34176 // automatic assignment operator
34177 static int G__G__GL_505_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34178 {
34179    TGLOutput* dest = (TGLOutput*) G__getstructoffset();
34180    *dest = *(TGLOutput*) libp->para[0].ref;
34181    const TGLOutput& obj = *dest;
34182    result7->ref = (long) (&obj);
34183    result7->obj.i = (long) (&obj);
34184    return(1 || funcname || hash || result7 || libp) ;
34185 }
34186 
34187 
34188 /* TGLEventHandler */
34189 static int G__G__GL_506_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34190 {
34191    TGLEventHandler* p = NULL;
34192    char* gvp = (char*) G__getgvp();
34193    //m: 2
34194    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34195      p = new TGLEventHandler((TGWindow*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
34196    } else {
34197      p = new((void*) gvp) TGLEventHandler((TGWindow*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
34198    }
34199    result7->obj.i = (long) p;
34200    result7->ref = (long) p;
34201    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler));
34202    return(1 || funcname || hash || result7 || libp) ;
34203 }
34204 
34205 static int G__G__GL_506_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34206 {
34207       G__letint(result7, 103, (long) ((TGLEventHandler*) G__getstructoffset())->HandleExpose((Event_t*) G__int(libp->para[0])));
34208    return(1 || funcname || hash || result7 || libp) ;
34209 }
34210 
34211 static int G__G__GL_506_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34212 {
34213       ((TGLEventHandler*) G__getstructoffset())->StartMouseTimer();
34214       G__setnull(result7);
34215    return(1 || funcname || hash || result7 || libp) ;
34216 }
34217 
34218 static int G__G__GL_506_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34219 {
34220       ((TGLEventHandler*) G__getstructoffset())->StopMouseTimer();
34221       G__setnull(result7);
34222    return(1 || funcname || hash || result7 || libp) ;
34223 }
34224 
34225 static int G__G__GL_506_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34226 {
34227       ((TGLEventHandler*) G__getstructoffset())->ClearMouseOver();
34228       G__setnull(result7);
34229    return(1 || funcname || hash || result7 || libp) ;
34230 }
34231 
34232 static int G__G__GL_506_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34233 {
34234       ((TGLEventHandler*) G__getstructoffset())->PopupContextMenu((TGLPhysicalShape*) G__int(libp->para[0]), (Event_t*) G__int(libp->para[1])
34235 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
34236       G__setnull(result7);
34237    return(1 || funcname || hash || result7 || libp) ;
34238 }
34239 
34240 static int G__G__GL_506_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34241 {
34242       ((TGLEventHandler*) G__getstructoffset())->TriggerTooltip((const char*) G__int(libp->para[0]));
34243       G__setnull(result7);
34244    return(1 || funcname || hash || result7 || libp) ;
34245 }
34246 
34247 static int G__G__GL_506_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34248 {
34249       ((TGLEventHandler*) G__getstructoffset())->RemoveTooltip();
34250       G__setnull(result7);
34251    return(1 || funcname || hash || result7 || libp) ;
34252 }
34253 
34254 static int G__G__GL_506_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34255 {
34256       ((TGLEventHandler*) G__getstructoffset())->SetMouseOverSelectDelay((Int_t) G__int(libp->para[0]));
34257       G__setnull(result7);
34258    return(1 || funcname || hash || result7 || libp) ;
34259 }
34260 
34261 static int G__G__GL_506_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34262 {
34263       ((TGLEventHandler*) G__getstructoffset())->SetMouseOverTooltipDelay((Int_t) G__int(libp->para[0]));
34264       G__setnull(result7);
34265    return(1 || funcname || hash || result7 || libp) ;
34266 }
34267 
34268 static int G__G__GL_506_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34269 {
34270       G__letint(result7, 105, (long) ((const TGLEventHandler*) G__getstructoffset())->GetTooltipPixelTolerance());
34271    return(1 || funcname || hash || result7 || libp) ;
34272 }
34273 
34274 static int G__G__GL_506_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34275 {
34276       ((TGLEventHandler*) G__getstructoffset())->SetTooltipPixelTolerance((Int_t) G__int(libp->para[0]));
34277       G__setnull(result7);
34278    return(1 || funcname || hash || result7 || libp) ;
34279 }
34280 
34281 static int G__G__GL_506_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34282 {
34283       G__letint(result7, 105, (long) ((const TGLEventHandler*) G__getstructoffset())->GetSecSelType());
34284    return(1 || funcname || hash || result7 || libp) ;
34285 }
34286 
34287 static int G__G__GL_506_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34288 {
34289       ((TGLEventHandler*) G__getstructoffset())->SetSecSelType((Int_t) G__int(libp->para[0]));
34290       G__setnull(result7);
34291    return(1 || funcname || hash || result7 || libp) ;
34292 }
34293 
34294 static int G__G__GL_506_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34295 {
34296       G__letint(result7, 103, (long) ((const TGLEventHandler*) G__getstructoffset())->GetDoInternalSelection());
34297    return(1 || funcname || hash || result7 || libp) ;
34298 }
34299 
34300 static int G__G__GL_506_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34301 {
34302       ((TGLEventHandler*) G__getstructoffset())->SetDoInternalSelection((Bool_t) G__int(libp->para[0]));
34303       G__setnull(result7);
34304    return(1 || funcname || hash || result7 || libp) ;
34305 }
34306 
34307 static int G__G__GL_506_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34308 {
34309       G__letint(result7, 85, (long) TGLEventHandler::Class());
34310    return(1 || funcname || hash || result7 || libp) ;
34311 }
34312 
34313 static int G__G__GL_506_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34314 {
34315       G__letint(result7, 67, (long) TGLEventHandler::Class_Name());
34316    return(1 || funcname || hash || result7 || libp) ;
34317 }
34318 
34319 static int G__G__GL_506_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34320 {
34321       G__letint(result7, 115, (long) TGLEventHandler::Class_Version());
34322    return(1 || funcname || hash || result7 || libp) ;
34323 }
34324 
34325 static int G__G__GL_506_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34326 {
34327       TGLEventHandler::Dictionary();
34328       G__setnull(result7);
34329    return(1 || funcname || hash || result7 || libp) ;
34330 }
34331 
34332 static int G__G__GL_506_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34333 {
34334       ((TGLEventHandler*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
34335       G__setnull(result7);
34336    return(1 || funcname || hash || result7 || libp) ;
34337 }
34338 
34339 static int G__G__GL_506_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34340 {
34341       G__letint(result7, 67, (long) TGLEventHandler::DeclFileName());
34342    return(1 || funcname || hash || result7 || libp) ;
34343 }
34344 
34345 static int G__G__GL_506_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34346 {
34347       G__letint(result7, 105, (long) TGLEventHandler::ImplFileLine());
34348    return(1 || funcname || hash || result7 || libp) ;
34349 }
34350 
34351 static int G__G__GL_506_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34352 {
34353       G__letint(result7, 67, (long) TGLEventHandler::ImplFileName());
34354    return(1 || funcname || hash || result7 || libp) ;
34355 }
34356 
34357 static int G__G__GL_506_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34358 {
34359       G__letint(result7, 105, (long) TGLEventHandler::DeclFileLine());
34360    return(1 || funcname || hash || result7 || libp) ;
34361 }
34362 
34363 // automatic destructor
34364 typedef TGLEventHandler G__TTGLEventHandler;
34365 static int G__G__GL_506_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34366 {
34367    char* gvp = (char*) G__getgvp();
34368    long soff = G__getstructoffset();
34369    int n = G__getaryconstruct();
34370    //
34371    //has_a_delete: 1
34372    //has_own_delete1arg: 0
34373    //has_own_delete2arg: 0
34374    //
34375    if (!soff) {
34376      return(1);
34377    }
34378    if (n) {
34379      if (gvp == (char*)G__PVOID) {
34380        delete[] (TGLEventHandler*) soff;
34381      } else {
34382        G__setgvp((long) G__PVOID);
34383        for (int i = n - 1; i >= 0; --i) {
34384          ((TGLEventHandler*) (soff+(sizeof(TGLEventHandler)*i)))->~G__TTGLEventHandler();
34385        }
34386        G__setgvp((long)gvp);
34387      }
34388    } else {
34389      if (gvp == (char*)G__PVOID) {
34390        delete (TGLEventHandler*) soff;
34391      } else {
34392        G__setgvp((long) G__PVOID);
34393        ((TGLEventHandler*) (soff))->~G__TTGLEventHandler();
34394        G__setgvp((long)gvp);
34395      }
34396    }
34397    G__setnull(result7);
34398    return(1 || funcname || hash || result7 || libp) ;
34399 }
34400 
34401 
34402 /* TGLFaderHelper */
34403 static int G__G__GL_511_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34404 {
34405    TGLFaderHelper* p = NULL;
34406    char* gvp = (char*) G__getgvp();
34407    int n = G__getaryconstruct();
34408    if (n) {
34409      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34410        p = new TGLFaderHelper[n];
34411      } else {
34412        p = new((void*) gvp) TGLFaderHelper[n];
34413      }
34414    } else {
34415      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34416        p = new TGLFaderHelper;
34417      } else {
34418        p = new((void*) gvp) TGLFaderHelper;
34419      }
34420    }
34421    result7->obj.i = (long) p;
34422    result7->ref = (long) p;
34423    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFaderHelper));
34424    return(1 || funcname || hash || result7 || libp) ;
34425 }
34426 
34427 static int G__G__GL_511_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34428 {
34429    TGLFaderHelper* p = NULL;
34430    char* gvp = (char*) G__getgvp();
34431    //m: 4
34432    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34433      p = new TGLFaderHelper(
34434 (TGLViewer*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
34435 , (Float_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3]));
34436    } else {
34437      p = new((void*) gvp) TGLFaderHelper(
34438 (TGLViewer*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
34439 , (Float_t) G__double(libp->para[2]), (Int_t) G__int(libp->para[3]));
34440    }
34441    result7->obj.i = (long) p;
34442    result7->ref = (long) p;
34443    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFaderHelper));
34444    return(1 || funcname || hash || result7 || libp) ;
34445 }
34446 
34447 static int G__G__GL_511_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34448 {
34449       ((TGLFaderHelper*) G__getstructoffset())->MakeFadeStep();
34450       G__setnull(result7);
34451    return(1 || funcname || hash || result7 || libp) ;
34452 }
34453 
34454 static int G__G__GL_511_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34455 {
34456       G__letint(result7, 85, (long) TGLFaderHelper::Class());
34457    return(1 || funcname || hash || result7 || libp) ;
34458 }
34459 
34460 static int G__G__GL_511_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34461 {
34462       G__letint(result7, 67, (long) TGLFaderHelper::Class_Name());
34463    return(1 || funcname || hash || result7 || libp) ;
34464 }
34465 
34466 static int G__G__GL_511_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34467 {
34468       G__letint(result7, 115, (long) TGLFaderHelper::Class_Version());
34469    return(1 || funcname || hash || result7 || libp) ;
34470 }
34471 
34472 static int G__G__GL_511_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34473 {
34474       TGLFaderHelper::Dictionary();
34475       G__setnull(result7);
34476    return(1 || funcname || hash || result7 || libp) ;
34477 }
34478 
34479 static int G__G__GL_511_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34480 {
34481       G__letint(result7, 85, (long) ((const TGLFaderHelper*) G__getstructoffset())->IsA());
34482    return(1 || funcname || hash || result7 || libp) ;
34483 }
34484 
34485 static int G__G__GL_511_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34486 {
34487       ((TGLFaderHelper*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
34488       G__setnull(result7);
34489    return(1 || funcname || hash || result7 || libp) ;
34490 }
34491 
34492 static int G__G__GL_511_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34493 {
34494       ((TGLFaderHelper*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
34495       G__setnull(result7);
34496    return(1 || funcname || hash || result7 || libp) ;
34497 }
34498 
34499 static int G__G__GL_511_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34500 {
34501       ((TGLFaderHelper*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
34502       G__setnull(result7);
34503    return(1 || funcname || hash || result7 || libp) ;
34504 }
34505 
34506 static int G__G__GL_511_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34507 {
34508       G__letint(result7, 67, (long) TGLFaderHelper::DeclFileName());
34509    return(1 || funcname || hash || result7 || libp) ;
34510 }
34511 
34512 static int G__G__GL_511_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34513 {
34514       G__letint(result7, 105, (long) TGLFaderHelper::ImplFileLine());
34515    return(1 || funcname || hash || result7 || libp) ;
34516 }
34517 
34518 static int G__G__GL_511_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34519 {
34520       G__letint(result7, 67, (long) TGLFaderHelper::ImplFileName());
34521    return(1 || funcname || hash || result7 || libp) ;
34522 }
34523 
34524 static int G__G__GL_511_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34525 {
34526       G__letint(result7, 105, (long) TGLFaderHelper::DeclFileLine());
34527    return(1 || funcname || hash || result7 || libp) ;
34528 }
34529 
34530 // automatic destructor
34531 typedef TGLFaderHelper G__TTGLFaderHelper;
34532 static int G__G__GL_511_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34533 {
34534    char* gvp = (char*) G__getgvp();
34535    long soff = G__getstructoffset();
34536    int n = G__getaryconstruct();
34537    //
34538    //has_a_delete: 0
34539    //has_own_delete1arg: 0
34540    //has_own_delete2arg: 0
34541    //
34542    if (!soff) {
34543      return(1);
34544    }
34545    if (n) {
34546      if (gvp == (char*)G__PVOID) {
34547        delete[] (TGLFaderHelper*) soff;
34548      } else {
34549        G__setgvp((long) G__PVOID);
34550        for (int i = n - 1; i >= 0; --i) {
34551          ((TGLFaderHelper*) (soff+(sizeof(TGLFaderHelper)*i)))->~G__TTGLFaderHelper();
34552        }
34553        G__setgvp((long)gvp);
34554      }
34555    } else {
34556      if (gvp == (char*)G__PVOID) {
34557        delete (TGLFaderHelper*) soff;
34558      } else {
34559        G__setgvp((long) G__PVOID);
34560        ((TGLFaderHelper*) (soff))->~G__TTGLFaderHelper();
34561        G__setgvp((long)gvp);
34562      }
34563    }
34564    G__setnull(result7);
34565    return(1 || funcname || hash || result7 || libp) ;
34566 }
34567 
34568 
34569 /* TGLEmbeddedViewer */
34570 static int G__G__GL_513_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34571 {
34572    TGLEmbeddedViewer* p = NULL;
34573    char* gvp = (char*) G__getgvp();
34574    switch (libp->paran) {
34575    case 3:
34576      //m: 3
34577      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34578        p = new TGLEmbeddedViewer(
34579 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
34580 , (Int_t) G__int(libp->para[2]));
34581      } else {
34582        p = new((void*) gvp) TGLEmbeddedViewer(
34583 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
34584 , (Int_t) G__int(libp->para[2]));
34585      }
34586      break;
34587    case 2:
34588      //m: 2
34589      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34590        p = new TGLEmbeddedViewer((TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1]));
34591      } else {
34592        p = new((void*) gvp) TGLEmbeddedViewer((TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1]));
34593      }
34594      break;
34595    case 1:
34596      //m: 1
34597      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34598        p = new TGLEmbeddedViewer((TGWindow*) G__int(libp->para[0]));
34599      } else {
34600        p = new((void*) gvp) TGLEmbeddedViewer((TGWindow*) G__int(libp->para[0]));
34601      }
34602      break;
34603    }
34604    result7->obj.i = (long) p;
34605    result7->ref = (long) p;
34606    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer));
34607    return(1 || funcname || hash || result7 || libp) ;
34608 }
34609 
34610 static int G__G__GL_513_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34611 {
34612    TGLEmbeddedViewer* p = NULL;
34613    char* gvp = (char*) G__getgvp();
34614    switch (libp->paran) {
34615    case 4:
34616      //m: 4
34617      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34618        p = new TGLEmbeddedViewer(
34619 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
34620 , (TGedEditor*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
34621      } else {
34622        p = new((void*) gvp) TGLEmbeddedViewer(
34623 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
34624 , (TGedEditor*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
34625      }
34626      break;
34627    case 3:
34628      //m: 3
34629      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34630        p = new TGLEmbeddedViewer(
34631 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
34632 , (TGedEditor*) G__int(libp->para[2]));
34633      } else {
34634        p = new((void*) gvp) TGLEmbeddedViewer(
34635 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
34636 , (TGedEditor*) G__int(libp->para[2]));
34637      }
34638      break;
34639    }
34640    result7->obj.i = (long) p;
34641    result7->ref = (long) p;
34642    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer));
34643    return(1 || funcname || hash || result7 || libp) ;
34644 }
34645 
34646 static int G__G__GL_513_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34647 {
34648       G__letint(result7, 85, (long) ((const TGLEmbeddedViewer*) G__getstructoffset())->GetFrame());
34649    return(1 || funcname || hash || result7 || libp) ;
34650 }
34651 
34652 static int G__G__GL_513_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34653 {
34654       G__letint(result7, 85, (long) ((TGLEmbeddedViewer*) G__getstructoffset())->GetOrthoXOYCamera());
34655    return(1 || funcname || hash || result7 || libp) ;
34656 }
34657 
34658 static int G__G__GL_513_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34659 {
34660       G__letint(result7, 85, (long) ((TGLEmbeddedViewer*) G__getstructoffset())->GetOrthoXOZCamera());
34661    return(1 || funcname || hash || result7 || libp) ;
34662 }
34663 
34664 static int G__G__GL_513_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34665 {
34666       G__letint(result7, 85, (long) ((TGLEmbeddedViewer*) G__getstructoffset())->GetOrthoZOYCamera());
34667    return(1 || funcname || hash || result7 || libp) ;
34668 }
34669 
34670 static int G__G__GL_513_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34671 {
34672       G__letint(result7, 85, (long) TGLEmbeddedViewer::Class());
34673    return(1 || funcname || hash || result7 || libp) ;
34674 }
34675 
34676 static int G__G__GL_513_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34677 {
34678       G__letint(result7, 67, (long) TGLEmbeddedViewer::Class_Name());
34679    return(1 || funcname || hash || result7 || libp) ;
34680 }
34681 
34682 static int G__G__GL_513_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34683 {
34684       G__letint(result7, 115, (long) TGLEmbeddedViewer::Class_Version());
34685    return(1 || funcname || hash || result7 || libp) ;
34686 }
34687 
34688 static int G__G__GL_513_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34689 {
34690       TGLEmbeddedViewer::Dictionary();
34691       G__setnull(result7);
34692    return(1 || funcname || hash || result7 || libp) ;
34693 }
34694 
34695 static int G__G__GL_513_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34696 {
34697       ((TGLEmbeddedViewer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
34698       G__setnull(result7);
34699    return(1 || funcname || hash || result7 || libp) ;
34700 }
34701 
34702 static int G__G__GL_513_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34703 {
34704       G__letint(result7, 67, (long) TGLEmbeddedViewer::DeclFileName());
34705    return(1 || funcname || hash || result7 || libp) ;
34706 }
34707 
34708 static int G__G__GL_513_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34709 {
34710       G__letint(result7, 105, (long) TGLEmbeddedViewer::ImplFileLine());
34711    return(1 || funcname || hash || result7 || libp) ;
34712 }
34713 
34714 static int G__G__GL_513_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34715 {
34716       G__letint(result7, 67, (long) TGLEmbeddedViewer::ImplFileName());
34717    return(1 || funcname || hash || result7 || libp) ;
34718 }
34719 
34720 static int G__G__GL_513_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34721 {
34722       G__letint(result7, 105, (long) TGLEmbeddedViewer::DeclFileLine());
34723    return(1 || funcname || hash || result7 || libp) ;
34724 }
34725 
34726 // automatic destructor
34727 typedef TGLEmbeddedViewer G__TTGLEmbeddedViewer;
34728 static int G__G__GL_513_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34729 {
34730    char* gvp = (char*) G__getgvp();
34731    long soff = G__getstructoffset();
34732    int n = G__getaryconstruct();
34733    //
34734    //has_a_delete: 1
34735    //has_own_delete1arg: 0
34736    //has_own_delete2arg: 0
34737    //
34738    if (!soff) {
34739      return(1);
34740    }
34741    if (n) {
34742      if (gvp == (char*)G__PVOID) {
34743        delete[] (TGLEmbeddedViewer*) soff;
34744      } else {
34745        G__setgvp((long) G__PVOID);
34746        for (int i = n - 1; i >= 0; --i) {
34747          ((TGLEmbeddedViewer*) (soff+(sizeof(TGLEmbeddedViewer)*i)))->~G__TTGLEmbeddedViewer();
34748        }
34749        G__setgvp((long)gvp);
34750      }
34751    } else {
34752      if (gvp == (char*)G__PVOID) {
34753        delete (TGLEmbeddedViewer*) soff;
34754      } else {
34755        G__setgvp((long) G__PVOID);
34756        ((TGLEmbeddedViewer*) (soff))->~G__TTGLEmbeddedViewer();
34757        G__setgvp((long)gvp);
34758      }
34759    }
34760    G__setnull(result7);
34761    return(1 || funcname || hash || result7 || libp) ;
34762 }
34763 
34764 
34765 /* TGLFaceSet */
34766 static int G__G__GL_516_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34767 {
34768    TGLFaceSet* p = NULL;
34769    char* gvp = (char*) G__getgvp();
34770    //m: 1
34771    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34772      p = new TGLFaceSet(*(TBuffer3D*) libp->para[0].ref);
34773    } else {
34774      p = new((void*) gvp) TGLFaceSet(*(TBuffer3D*) libp->para[0].ref);
34775    }
34776    result7->obj.i = (long) p;
34777    result7->ref = (long) p;
34778    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFaceSet));
34779    return(1 || funcname || hash || result7 || libp) ;
34780 }
34781 
34782 static int G__G__GL_516_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34783 {
34784       ((TGLFaceSet*) G__getstructoffset())->SetFromMesh((RootCsg::TBaseMesh*) G__int(libp->para[0]));
34785       G__setnull(result7);
34786    return(1 || funcname || hash || result7 || libp) ;
34787 }
34788 
34789 static int G__G__GL_516_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34790 {
34791       ((TGLFaceSet*) G__getstructoffset())->CalculateNormals();
34792       G__setnull(result7);
34793    return(1 || funcname || hash || result7 || libp) ;
34794 }
34795 
34796 static int G__G__GL_516_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34797 {
34798       ((TGLFaceSet*) G__getstructoffset())->EnforceTriangles();
34799       G__setnull(result7);
34800    return(1 || funcname || hash || result7 || libp) ;
34801 }
34802 
34803 static int G__G__GL_516_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34804 {
34805       {
34806          const vector<Double_t>& obj = ((TGLFaceSet*) G__getstructoffset())->GetVertices();
34807          result7->ref = (long) (&obj);
34808          result7->obj.i = (long) (&obj);
34809       }
34810    return(1 || funcname || hash || result7 || libp) ;
34811 }
34812 
34813 static int G__G__GL_516_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34814 {
34815       {
34816          const vector<Double_t>& obj = ((TGLFaceSet*) G__getstructoffset())->GetNormals();
34817          result7->ref = (long) (&obj);
34818          result7->obj.i = (long) (&obj);
34819       }
34820    return(1 || funcname || hash || result7 || libp) ;
34821 }
34822 
34823 static int G__G__GL_516_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34824 {
34825       {
34826          const vector<Int_t>& obj = ((TGLFaceSet*) G__getstructoffset())->GetPolyDesc();
34827          result7->ref = (long) (&obj);
34828          result7->obj.i = (long) (&obj);
34829       }
34830    return(1 || funcname || hash || result7 || libp) ;
34831 }
34832 
34833 static int G__G__GL_516_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34834 {
34835       G__letint(result7, 104, (long) ((TGLFaceSet*) G__getstructoffset())->GetNbPols());
34836    return(1 || funcname || hash || result7 || libp) ;
34837 }
34838 
34839 static int G__G__GL_516_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34840 {
34841       G__letint(result7, 103, (long) TGLFaceSet::GetEnforceTriangles());
34842    return(1 || funcname || hash || result7 || libp) ;
34843 }
34844 
34845 static int G__G__GL_516_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34846 {
34847       TGLFaceSet::SetEnforceTriangles((Bool_t) G__int(libp->para[0]));
34848       G__setnull(result7);
34849    return(1 || funcname || hash || result7 || libp) ;
34850 }
34851 
34852 static int G__G__GL_516_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34853 {
34854       G__letint(result7, 85, (long) TGLFaceSet::Class());
34855    return(1 || funcname || hash || result7 || libp) ;
34856 }
34857 
34858 static int G__G__GL_516_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34859 {
34860       G__letint(result7, 67, (long) TGLFaceSet::Class_Name());
34861    return(1 || funcname || hash || result7 || libp) ;
34862 }
34863 
34864 static int G__G__GL_516_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34865 {
34866       G__letint(result7, 115, (long) TGLFaceSet::Class_Version());
34867    return(1 || funcname || hash || result7 || libp) ;
34868 }
34869 
34870 static int G__G__GL_516_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34871 {
34872       TGLFaceSet::Dictionary();
34873       G__setnull(result7);
34874    return(1 || funcname || hash || result7 || libp) ;
34875 }
34876 
34877 static int G__G__GL_516_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34878 {
34879       ((TGLFaceSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
34880       G__setnull(result7);
34881    return(1 || funcname || hash || result7 || libp) ;
34882 }
34883 
34884 static int G__G__GL_516_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34885 {
34886       G__letint(result7, 67, (long) TGLFaceSet::DeclFileName());
34887    return(1 || funcname || hash || result7 || libp) ;
34888 }
34889 
34890 static int G__G__GL_516_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34891 {
34892       G__letint(result7, 105, (long) TGLFaceSet::ImplFileLine());
34893    return(1 || funcname || hash || result7 || libp) ;
34894 }
34895 
34896 static int G__G__GL_516_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34897 {
34898       G__letint(result7, 67, (long) TGLFaceSet::ImplFileName());
34899    return(1 || funcname || hash || result7 || libp) ;
34900 }
34901 
34902 static int G__G__GL_516_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34903 {
34904       G__letint(result7, 105, (long) TGLFaceSet::DeclFileLine());
34905    return(1 || funcname || hash || result7 || libp) ;
34906 }
34907 
34908 // automatic destructor
34909 typedef TGLFaceSet G__TTGLFaceSet;
34910 static int G__G__GL_516_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34911 {
34912    char* gvp = (char*) G__getgvp();
34913    long soff = G__getstructoffset();
34914    int n = G__getaryconstruct();
34915    //
34916    //has_a_delete: 0
34917    //has_own_delete1arg: 0
34918    //has_own_delete2arg: 0
34919    //
34920    if (!soff) {
34921      return(1);
34922    }
34923    if (n) {
34924      if (gvp == (char*)G__PVOID) {
34925        delete[] (TGLFaceSet*) soff;
34926      } else {
34927        G__setgvp((long) G__PVOID);
34928        for (int i = n - 1; i >= 0; --i) {
34929          ((TGLFaceSet*) (soff+(sizeof(TGLFaceSet)*i)))->~G__TTGLFaceSet();
34930        }
34931        G__setgvp((long)gvp);
34932      }
34933    } else {
34934      if (gvp == (char*)G__PVOID) {
34935        delete (TGLFaceSet*) soff;
34936      } else {
34937        G__setgvp((long) G__PVOID);
34938        ((TGLFaceSet*) (soff))->~G__TTGLFaceSet();
34939        G__setgvp((long)gvp);
34940      }
34941    }
34942    G__setnull(result7);
34943    return(1 || funcname || hash || result7 || libp) ;
34944 }
34945 
34946 
34947 /* TGLFBO */
34948 static int G__G__GL_517_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34949 {
34950    TGLFBO* p = NULL;
34951    char* gvp = (char*) G__getgvp();
34952    int n = G__getaryconstruct();
34953    if (n) {
34954      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34955        p = new TGLFBO[n];
34956      } else {
34957        p = new((void*) gvp) TGLFBO[n];
34958      }
34959    } else {
34960      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
34961        p = new TGLFBO;
34962      } else {
34963        p = new((void*) gvp) TGLFBO;
34964      }
34965    }
34966    result7->obj.i = (long) p;
34967    result7->ref = (long) p;
34968    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLFBO));
34969    return(1 || funcname || hash || result7 || libp) ;
34970 }
34971 
34972 static int G__G__GL_517_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34973 {
34974    switch (libp->paran) {
34975    case 3:
34976       ((TGLFBO*) G__getstructoffset())->Init((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
34977 , (int) G__int(libp->para[2]));
34978       G__setnull(result7);
34979       break;
34980    case 2:
34981       ((TGLFBO*) G__getstructoffset())->Init((int) G__int(libp->para[0]), (int) G__int(libp->para[1]));
34982       G__setnull(result7);
34983       break;
34984    }
34985    return(1 || funcname || hash || result7 || libp) ;
34986 }
34987 
34988 static int G__G__GL_517_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34989 {
34990       ((TGLFBO*) G__getstructoffset())->Release();
34991       G__setnull(result7);
34992    return(1 || funcname || hash || result7 || libp) ;
34993 }
34994 
34995 static int G__G__GL_517_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
34996 {
34997       ((TGLFBO*) G__getstructoffset())->Bind();
34998       G__setnull(result7);
34999    return(1 || funcname || hash || result7 || libp) ;
35000 }
35001 
35002 static int G__G__GL_517_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35003 {
35004       ((TGLFBO*) G__getstructoffset())->Unbind();
35005       G__setnull(result7);
35006    return(1 || funcname || hash || result7 || libp) ;
35007 }
35008 
35009 static int G__G__GL_517_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35010 {
35011       ((TGLFBO*) G__getstructoffset())->BindTexture();
35012       G__setnull(result7);
35013    return(1 || funcname || hash || result7 || libp) ;
35014 }
35015 
35016 static int G__G__GL_517_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35017 {
35018       ((TGLFBO*) G__getstructoffset())->UnbindTexture();
35019       G__setnull(result7);
35020    return(1 || funcname || hash || result7 || libp) ;
35021 }
35022 
35023 static int G__G__GL_517_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35024 {
35025       ((TGLFBO*) G__getstructoffset())->SetAsReadBuffer();
35026       G__setnull(result7);
35027    return(1 || funcname || hash || result7 || libp) ;
35028 }
35029 
35030 static int G__G__GL_517_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35031 {
35032       G__letint(result7, 85, (long) TGLFBO::Class());
35033    return(1 || funcname || hash || result7 || libp) ;
35034 }
35035 
35036 static int G__G__GL_517_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35037 {
35038       G__letint(result7, 67, (long) TGLFBO::Class_Name());
35039    return(1 || funcname || hash || result7 || libp) ;
35040 }
35041 
35042 static int G__G__GL_517_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35043 {
35044       G__letint(result7, 115, (long) TGLFBO::Class_Version());
35045    return(1 || funcname || hash || result7 || libp) ;
35046 }
35047 
35048 static int G__G__GL_517_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35049 {
35050       TGLFBO::Dictionary();
35051       G__setnull(result7);
35052    return(1 || funcname || hash || result7 || libp) ;
35053 }
35054 
35055 static int G__G__GL_517_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35056 {
35057       G__letint(result7, 85, (long) ((const TGLFBO*) G__getstructoffset())->IsA());
35058    return(1 || funcname || hash || result7 || libp) ;
35059 }
35060 
35061 static int G__G__GL_517_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35062 {
35063       ((TGLFBO*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
35064       G__setnull(result7);
35065    return(1 || funcname || hash || result7 || libp) ;
35066 }
35067 
35068 static int G__G__GL_517_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35069 {
35070       ((TGLFBO*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
35071       G__setnull(result7);
35072    return(1 || funcname || hash || result7 || libp) ;
35073 }
35074 
35075 static int G__G__GL_517_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35076 {
35077       ((TGLFBO*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35078       G__setnull(result7);
35079    return(1 || funcname || hash || result7 || libp) ;
35080 }
35081 
35082 static int G__G__GL_517_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35083 {
35084       G__letint(result7, 67, (long) TGLFBO::DeclFileName());
35085    return(1 || funcname || hash || result7 || libp) ;
35086 }
35087 
35088 static int G__G__GL_517_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35089 {
35090       G__letint(result7, 105, (long) TGLFBO::ImplFileLine());
35091    return(1 || funcname || hash || result7 || libp) ;
35092 }
35093 
35094 static int G__G__GL_517_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35095 {
35096       G__letint(result7, 67, (long) TGLFBO::ImplFileName());
35097    return(1 || funcname || hash || result7 || libp) ;
35098 }
35099 
35100 static int G__G__GL_517_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35101 {
35102       G__letint(result7, 105, (long) TGLFBO::DeclFileLine());
35103    return(1 || funcname || hash || result7 || libp) ;
35104 }
35105 
35106 // automatic destructor
35107 typedef TGLFBO G__TTGLFBO;
35108 static int G__G__GL_517_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35109 {
35110    char* gvp = (char*) G__getgvp();
35111    long soff = G__getstructoffset();
35112    int n = G__getaryconstruct();
35113    //
35114    //has_a_delete: 0
35115    //has_own_delete1arg: 0
35116    //has_own_delete2arg: 0
35117    //
35118    if (!soff) {
35119      return(1);
35120    }
35121    if (n) {
35122      if (gvp == (char*)G__PVOID) {
35123        delete[] (TGLFBO*) soff;
35124      } else {
35125        G__setgvp((long) G__PVOID);
35126        for (int i = n - 1; i >= 0; --i) {
35127          ((TGLFBO*) (soff+(sizeof(TGLFBO)*i)))->~G__TTGLFBO();
35128        }
35129        G__setgvp((long)gvp);
35130      }
35131    } else {
35132      if (gvp == (char*)G__PVOID) {
35133        delete (TGLFBO*) soff;
35134      } else {
35135        G__setgvp((long) G__PVOID);
35136        ((TGLFBO*) (soff))->~G__TTGLFBO();
35137        G__setgvp((long)gvp);
35138      }
35139    }
35140    G__setnull(result7);
35141    return(1 || funcname || hash || result7 || libp) ;
35142 }
35143 
35144 
35145 /* TGLPadPainter */
35146 static int G__G__GL_518_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35147 {
35148    TGLPadPainter* p = NULL;
35149    char* gvp = (char*) G__getgvp();
35150    int n = G__getaryconstruct();
35151    if (n) {
35152      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35153        p = new TGLPadPainter[n];
35154      } else {
35155        p = new((void*) gvp) TGLPadPainter[n];
35156      }
35157    } else {
35158      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35159        p = new TGLPadPainter;
35160      } else {
35161        p = new((void*) gvp) TGLPadPainter;
35162      }
35163    }
35164    result7->obj.i = (long) p;
35165    result7->ref = (long) p;
35166    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPadPainter));
35167    return(1 || funcname || hash || result7 || libp) ;
35168 }
35169 
35170 static int G__G__GL_518_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35171 {
35172       G__letint(result7, 85, (long) TGLPadPainter::Class());
35173    return(1 || funcname || hash || result7 || libp) ;
35174 }
35175 
35176 static int G__G__GL_518_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35177 {
35178       G__letint(result7, 67, (long) TGLPadPainter::Class_Name());
35179    return(1 || funcname || hash || result7 || libp) ;
35180 }
35181 
35182 static int G__G__GL_518_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35183 {
35184       G__letint(result7, 115, (long) TGLPadPainter::Class_Version());
35185    return(1 || funcname || hash || result7 || libp) ;
35186 }
35187 
35188 static int G__G__GL_518_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35189 {
35190       TGLPadPainter::Dictionary();
35191       G__setnull(result7);
35192    return(1 || funcname || hash || result7 || libp) ;
35193 }
35194 
35195 static int G__G__GL_518_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35196 {
35197       ((TGLPadPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35198       G__setnull(result7);
35199    return(1 || funcname || hash || result7 || libp) ;
35200 }
35201 
35202 static int G__G__GL_518_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35203 {
35204       G__letint(result7, 67, (long) TGLPadPainter::DeclFileName());
35205    return(1 || funcname || hash || result7 || libp) ;
35206 }
35207 
35208 static int G__G__GL_518_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35209 {
35210       G__letint(result7, 105, (long) TGLPadPainter::ImplFileLine());
35211    return(1 || funcname || hash || result7 || libp) ;
35212 }
35213 
35214 static int G__G__GL_518_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35215 {
35216       G__letint(result7, 67, (long) TGLPadPainter::ImplFileName());
35217    return(1 || funcname || hash || result7 || libp) ;
35218 }
35219 
35220 static int G__G__GL_518_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35221 {
35222       G__letint(result7, 105, (long) TGLPadPainter::DeclFileLine());
35223    return(1 || funcname || hash || result7 || libp) ;
35224 }
35225 
35226 // automatic destructor
35227 typedef TGLPadPainter G__TTGLPadPainter;
35228 static int G__G__GL_518_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35229 {
35230    char* gvp = (char*) G__getgvp();
35231    long soff = G__getstructoffset();
35232    int n = G__getaryconstruct();
35233    //
35234    //has_a_delete: 0
35235    //has_own_delete1arg: 0
35236    //has_own_delete2arg: 0
35237    //
35238    if (!soff) {
35239      return(1);
35240    }
35241    if (n) {
35242      if (gvp == (char*)G__PVOID) {
35243        delete[] (TGLPadPainter*) soff;
35244      } else {
35245        G__setgvp((long) G__PVOID);
35246        for (int i = n - 1; i >= 0; --i) {
35247          ((TGLPadPainter*) (soff+(sizeof(TGLPadPainter)*i)))->~G__TTGLPadPainter();
35248        }
35249        G__setgvp((long)gvp);
35250      }
35251    } else {
35252      if (gvp == (char*)G__PVOID) {
35253        delete (TGLPadPainter*) soff;
35254      } else {
35255        G__setgvp((long) G__PVOID);
35256        ((TGLPadPainter*) (soff))->~G__TTGLPadPainter();
35257        G__setgvp((long)gvp);
35258      }
35259    }
35260    G__setnull(result7);
35261    return(1 || funcname || hash || result7 || libp) ;
35262 }
35263 
35264 
35265 /* TGLH2PolyPainter */
35266 static int G__G__GL_542_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35267 {
35268    TGLH2PolyPainter* p = NULL;
35269    char* gvp = (char*) G__getgvp();
35270    //m: 3
35271    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35272      p = new TGLH2PolyPainter(
35273 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
35274 , (TGLPlotCoordinates*) G__int(libp->para[2]));
35275    } else {
35276      p = new((void*) gvp) TGLH2PolyPainter(
35277 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
35278 , (TGLPlotCoordinates*) G__int(libp->para[2]));
35279    }
35280    result7->obj.i = (long) p;
35281    result7->ref = (long) p;
35282    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLH2PolyPainter));
35283    return(1 || funcname || hash || result7 || libp) ;
35284 }
35285 
35286 static int G__G__GL_542_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35287 {
35288       G__letint(result7, 85, (long) TGLH2PolyPainter::Class());
35289    return(1 || funcname || hash || result7 || libp) ;
35290 }
35291 
35292 static int G__G__GL_542_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35293 {
35294       G__letint(result7, 67, (long) TGLH2PolyPainter::Class_Name());
35295    return(1 || funcname || hash || result7 || libp) ;
35296 }
35297 
35298 static int G__G__GL_542_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35299 {
35300       G__letint(result7, 115, (long) TGLH2PolyPainter::Class_Version());
35301    return(1 || funcname || hash || result7 || libp) ;
35302 }
35303 
35304 static int G__G__GL_542_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35305 {
35306       TGLH2PolyPainter::Dictionary();
35307       G__setnull(result7);
35308    return(1 || funcname || hash || result7 || libp) ;
35309 }
35310 
35311 static int G__G__GL_542_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35312 {
35313       ((TGLH2PolyPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35314       G__setnull(result7);
35315    return(1 || funcname || hash || result7 || libp) ;
35316 }
35317 
35318 static int G__G__GL_542_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35319 {
35320       G__letint(result7, 67, (long) TGLH2PolyPainter::DeclFileName());
35321    return(1 || funcname || hash || result7 || libp) ;
35322 }
35323 
35324 static int G__G__GL_542_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35325 {
35326       G__letint(result7, 105, (long) TGLH2PolyPainter::ImplFileLine());
35327    return(1 || funcname || hash || result7 || libp) ;
35328 }
35329 
35330 static int G__G__GL_542_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35331 {
35332       G__letint(result7, 67, (long) TGLH2PolyPainter::ImplFileName());
35333    return(1 || funcname || hash || result7 || libp) ;
35334 }
35335 
35336 static int G__G__GL_542_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35337 {
35338       G__letint(result7, 105, (long) TGLH2PolyPainter::DeclFileLine());
35339    return(1 || funcname || hash || result7 || libp) ;
35340 }
35341 
35342 // automatic destructor
35343 typedef TGLH2PolyPainter G__TTGLH2PolyPainter;
35344 static int G__G__GL_542_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35345 {
35346    char* gvp = (char*) G__getgvp();
35347    long soff = G__getstructoffset();
35348    int n = G__getaryconstruct();
35349    //
35350    //has_a_delete: 0
35351    //has_own_delete1arg: 0
35352    //has_own_delete2arg: 0
35353    //
35354    if (!soff) {
35355      return(1);
35356    }
35357    if (n) {
35358      if (gvp == (char*)G__PVOID) {
35359        delete[] (TGLH2PolyPainter*) soff;
35360      } else {
35361        G__setgvp((long) G__PVOID);
35362        for (int i = n - 1; i >= 0; --i) {
35363          ((TGLH2PolyPainter*) (soff+(sizeof(TGLH2PolyPainter)*i)))->~G__TTGLH2PolyPainter();
35364        }
35365        G__setgvp((long)gvp);
35366      }
35367    } else {
35368      if (gvp == (char*)G__PVOID) {
35369        delete (TGLH2PolyPainter*) soff;
35370      } else {
35371        G__setgvp((long) G__PVOID);
35372        ((TGLH2PolyPainter*) (soff))->~G__TTGLH2PolyPainter();
35373        G__setgvp((long)gvp);
35374      }
35375    }
35376    G__setnull(result7);
35377    return(1 || funcname || hash || result7 || libp) ;
35378 }
35379 
35380 
35381 /* TGLLegoPainter */
35382 static int G__G__GL_547_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35383 {
35384    TGLLegoPainter* p = NULL;
35385    char* gvp = (char*) G__getgvp();
35386    //m: 3
35387    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35388      p = new TGLLegoPainter(
35389 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
35390 , (TGLPlotCoordinates*) G__int(libp->para[2]));
35391    } else {
35392      p = new((void*) gvp) TGLLegoPainter(
35393 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
35394 , (TGLPlotCoordinates*) G__int(libp->para[2]));
35395    }
35396    result7->obj.i = (long) p;
35397    result7->ref = (long) p;
35398    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter));
35399    return(1 || funcname || hash || result7 || libp) ;
35400 }
35401 
35402 static int G__G__GL_547_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35403 {
35404       G__letint(result7, 85, (long) TGLLegoPainter::Class());
35405    return(1 || funcname || hash || result7 || libp) ;
35406 }
35407 
35408 static int G__G__GL_547_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35409 {
35410       G__letint(result7, 67, (long) TGLLegoPainter::Class_Name());
35411    return(1 || funcname || hash || result7 || libp) ;
35412 }
35413 
35414 static int G__G__GL_547_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35415 {
35416       G__letint(result7, 115, (long) TGLLegoPainter::Class_Version());
35417    return(1 || funcname || hash || result7 || libp) ;
35418 }
35419 
35420 static int G__G__GL_547_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35421 {
35422       TGLLegoPainter::Dictionary();
35423       G__setnull(result7);
35424    return(1 || funcname || hash || result7 || libp) ;
35425 }
35426 
35427 static int G__G__GL_547_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35428 {
35429       ((TGLLegoPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35430       G__setnull(result7);
35431    return(1 || funcname || hash || result7 || libp) ;
35432 }
35433 
35434 static int G__G__GL_547_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35435 {
35436       G__letint(result7, 67, (long) TGLLegoPainter::DeclFileName());
35437    return(1 || funcname || hash || result7 || libp) ;
35438 }
35439 
35440 static int G__G__GL_547_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35441 {
35442       G__letint(result7, 105, (long) TGLLegoPainter::ImplFileLine());
35443    return(1 || funcname || hash || result7 || libp) ;
35444 }
35445 
35446 static int G__G__GL_547_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35447 {
35448       G__letint(result7, 67, (long) TGLLegoPainter::ImplFileName());
35449    return(1 || funcname || hash || result7 || libp) ;
35450 }
35451 
35452 static int G__G__GL_547_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35453 {
35454       G__letint(result7, 105, (long) TGLLegoPainter::DeclFileLine());
35455    return(1 || funcname || hash || result7 || libp) ;
35456 }
35457 
35458 // automatic destructor
35459 typedef TGLLegoPainter G__TTGLLegoPainter;
35460 static int G__G__GL_547_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35461 {
35462    char* gvp = (char*) G__getgvp();
35463    long soff = G__getstructoffset();
35464    int n = G__getaryconstruct();
35465    //
35466    //has_a_delete: 0
35467    //has_own_delete1arg: 0
35468    //has_own_delete2arg: 0
35469    //
35470    if (!soff) {
35471      return(1);
35472    }
35473    if (n) {
35474      if (gvp == (char*)G__PVOID) {
35475        delete[] (TGLLegoPainter*) soff;
35476      } else {
35477        G__setgvp((long) G__PVOID);
35478        for (int i = n - 1; i >= 0; --i) {
35479          ((TGLLegoPainter*) (soff+(sizeof(TGLLegoPainter)*i)))->~G__TTGLLegoPainter();
35480        }
35481        G__setgvp((long)gvp);
35482      }
35483    } else {
35484      if (gvp == (char*)G__PVOID) {
35485        delete (TGLLegoPainter*) soff;
35486      } else {
35487        G__setgvp((long) G__PVOID);
35488        ((TGLLegoPainter*) (soff))->~G__TTGLLegoPainter();
35489        G__setgvp((long)gvp);
35490      }
35491    }
35492    G__setnull(result7);
35493    return(1 || funcname || hash || result7 || libp) ;
35494 }
35495 
35496 
35497 /* TGLLightSetSubEditor */
35498 static int G__G__GL_553_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35499 {
35500    TGLLightSetSubEditor* p = NULL;
35501    char* gvp = (char*) G__getgvp();
35502    //m: 1
35503    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35504      p = new TGLLightSetSubEditor((TGWindow*) G__int(libp->para[0]));
35505    } else {
35506      p = new((void*) gvp) TGLLightSetSubEditor((TGWindow*) G__int(libp->para[0]));
35507    }
35508    result7->obj.i = (long) p;
35509    result7->ref = (long) p;
35510    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor));
35511    return(1 || funcname || hash || result7 || libp) ;
35512 }
35513 
35514 static int G__G__GL_553_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35515 {
35516       ((TGLLightSetSubEditor*) G__getstructoffset())->SetModel((TGLLightSet*) G__int(libp->para[0]));
35517       G__setnull(result7);
35518    return(1 || funcname || hash || result7 || libp) ;
35519 }
35520 
35521 static int G__G__GL_553_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35522 {
35523       ((TGLLightSetSubEditor*) G__getstructoffset())->Changed();
35524       G__setnull(result7);
35525    return(1 || funcname || hash || result7 || libp) ;
35526 }
35527 
35528 static int G__G__GL_553_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35529 {
35530       ((TGLLightSetSubEditor*) G__getstructoffset())->DoButton();
35531       G__setnull(result7);
35532    return(1 || funcname || hash || result7 || libp) ;
35533 }
35534 
35535 static int G__G__GL_553_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35536 {
35537       G__letint(result7, 85, (long) TGLLightSetSubEditor::Class());
35538    return(1 || funcname || hash || result7 || libp) ;
35539 }
35540 
35541 static int G__G__GL_553_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35542 {
35543       G__letint(result7, 67, (long) TGLLightSetSubEditor::Class_Name());
35544    return(1 || funcname || hash || result7 || libp) ;
35545 }
35546 
35547 static int G__G__GL_553_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35548 {
35549       G__letint(result7, 115, (long) TGLLightSetSubEditor::Class_Version());
35550    return(1 || funcname || hash || result7 || libp) ;
35551 }
35552 
35553 static int G__G__GL_553_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35554 {
35555       TGLLightSetSubEditor::Dictionary();
35556       G__setnull(result7);
35557    return(1 || funcname || hash || result7 || libp) ;
35558 }
35559 
35560 static int G__G__GL_553_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35561 {
35562       ((TGLLightSetSubEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35563       G__setnull(result7);
35564    return(1 || funcname || hash || result7 || libp) ;
35565 }
35566 
35567 static int G__G__GL_553_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35568 {
35569       G__letint(result7, 67, (long) TGLLightSetSubEditor::DeclFileName());
35570    return(1 || funcname || hash || result7 || libp) ;
35571 }
35572 
35573 static int G__G__GL_553_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35574 {
35575       G__letint(result7, 105, (long) TGLLightSetSubEditor::ImplFileLine());
35576    return(1 || funcname || hash || result7 || libp) ;
35577 }
35578 
35579 static int G__G__GL_553_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35580 {
35581       G__letint(result7, 67, (long) TGLLightSetSubEditor::ImplFileName());
35582    return(1 || funcname || hash || result7 || libp) ;
35583 }
35584 
35585 static int G__G__GL_553_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35586 {
35587       G__letint(result7, 105, (long) TGLLightSetSubEditor::DeclFileLine());
35588    return(1 || funcname || hash || result7 || libp) ;
35589 }
35590 
35591 // automatic destructor
35592 typedef TGLLightSetSubEditor G__TTGLLightSetSubEditor;
35593 static int G__G__GL_553_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35594 {
35595    char* gvp = (char*) G__getgvp();
35596    long soff = G__getstructoffset();
35597    int n = G__getaryconstruct();
35598    //
35599    //has_a_delete: 1
35600    //has_own_delete1arg: 0
35601    //has_own_delete2arg: 0
35602    //
35603    if (!soff) {
35604      return(1);
35605    }
35606    if (n) {
35607      if (gvp == (char*)G__PVOID) {
35608        delete[] (TGLLightSetSubEditor*) soff;
35609      } else {
35610        G__setgvp((long) G__PVOID);
35611        for (int i = n - 1; i >= 0; --i) {
35612          ((TGLLightSetSubEditor*) (soff+(sizeof(TGLLightSetSubEditor)*i)))->~G__TTGLLightSetSubEditor();
35613        }
35614        G__setgvp((long)gvp);
35615      }
35616    } else {
35617      if (gvp == (char*)G__PVOID) {
35618        delete (TGLLightSetSubEditor*) soff;
35619      } else {
35620        G__setgvp((long) G__PVOID);
35621        ((TGLLightSetSubEditor*) (soff))->~G__TTGLLightSetSubEditor();
35622        G__setgvp((long)gvp);
35623      }
35624    }
35625    G__setnull(result7);
35626    return(1 || funcname || hash || result7 || libp) ;
35627 }
35628 
35629 
35630 /* TGLLightSetEditor */
35631 static int G__G__GL_554_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35632 {
35633    TGLLightSetEditor* p = NULL;
35634    char* gvp = (char*) G__getgvp();
35635    switch (libp->paran) {
35636    case 5:
35637      //m: 5
35638      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35639        p = new TGLLightSetEditor(
35640 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
35641 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
35642 , (Pixel_t) G__int(libp->para[4]));
35643      } else {
35644        p = new((void*) gvp) TGLLightSetEditor(
35645 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
35646 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
35647 , (Pixel_t) G__int(libp->para[4]));
35648      }
35649      break;
35650    case 4:
35651      //m: 4
35652      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35653        p = new TGLLightSetEditor(
35654 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
35655 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
35656      } else {
35657        p = new((void*) gvp) TGLLightSetEditor(
35658 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
35659 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
35660      }
35661      break;
35662    case 3:
35663      //m: 3
35664      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35665        p = new TGLLightSetEditor(
35666 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
35667 , (Int_t) G__int(libp->para[2]));
35668      } else {
35669        p = new((void*) gvp) TGLLightSetEditor(
35670 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
35671 , (Int_t) G__int(libp->para[2]));
35672      }
35673      break;
35674    case 2:
35675      //m: 2
35676      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35677        p = new TGLLightSetEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
35678      } else {
35679        p = new((void*) gvp) TGLLightSetEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
35680      }
35681      break;
35682    case 1:
35683      //m: 1
35684      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35685        p = new TGLLightSetEditor((TGWindow*) G__int(libp->para[0]));
35686      } else {
35687        p = new((void*) gvp) TGLLightSetEditor((TGWindow*) G__int(libp->para[0]));
35688      }
35689      break;
35690    case 0:
35691      int n = G__getaryconstruct();
35692      if (n) {
35693        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35694          p = new TGLLightSetEditor[n];
35695        } else {
35696          p = new((void*) gvp) TGLLightSetEditor[n];
35697        }
35698      } else {
35699        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35700          p = new TGLLightSetEditor;
35701        } else {
35702          p = new((void*) gvp) TGLLightSetEditor;
35703        }
35704      }
35705      break;
35706    }
35707    result7->obj.i = (long) p;
35708    result7->ref = (long) p;
35709    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor));
35710    return(1 || funcname || hash || result7 || libp) ;
35711 }
35712 
35713 static int G__G__GL_554_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35714 {
35715       G__letint(result7, 85, (long) TGLLightSetEditor::Class());
35716    return(1 || funcname || hash || result7 || libp) ;
35717 }
35718 
35719 static int G__G__GL_554_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35720 {
35721       G__letint(result7, 67, (long) TGLLightSetEditor::Class_Name());
35722    return(1 || funcname || hash || result7 || libp) ;
35723 }
35724 
35725 static int G__G__GL_554_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35726 {
35727       G__letint(result7, 115, (long) TGLLightSetEditor::Class_Version());
35728    return(1 || funcname || hash || result7 || libp) ;
35729 }
35730 
35731 static int G__G__GL_554_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35732 {
35733       TGLLightSetEditor::Dictionary();
35734       G__setnull(result7);
35735    return(1 || funcname || hash || result7 || libp) ;
35736 }
35737 
35738 static int G__G__GL_554_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35739 {
35740       ((TGLLightSetEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35741       G__setnull(result7);
35742    return(1 || funcname || hash || result7 || libp) ;
35743 }
35744 
35745 static int G__G__GL_554_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35746 {
35747       G__letint(result7, 67, (long) TGLLightSetEditor::DeclFileName());
35748    return(1 || funcname || hash || result7 || libp) ;
35749 }
35750 
35751 static int G__G__GL_554_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35752 {
35753       G__letint(result7, 105, (long) TGLLightSetEditor::ImplFileLine());
35754    return(1 || funcname || hash || result7 || libp) ;
35755 }
35756 
35757 static int G__G__GL_554_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35758 {
35759       G__letint(result7, 67, (long) TGLLightSetEditor::ImplFileName());
35760    return(1 || funcname || hash || result7 || libp) ;
35761 }
35762 
35763 static int G__G__GL_554_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35764 {
35765       G__letint(result7, 105, (long) TGLLightSetEditor::DeclFileLine());
35766    return(1 || funcname || hash || result7 || libp) ;
35767 }
35768 
35769 // automatic destructor
35770 typedef TGLLightSetEditor G__TTGLLightSetEditor;
35771 static int G__G__GL_554_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35772 {
35773    char* gvp = (char*) G__getgvp();
35774    long soff = G__getstructoffset();
35775    int n = G__getaryconstruct();
35776    //
35777    //has_a_delete: 1
35778    //has_own_delete1arg: 0
35779    //has_own_delete2arg: 0
35780    //
35781    if (!soff) {
35782      return(1);
35783    }
35784    if (n) {
35785      if (gvp == (char*)G__PVOID) {
35786        delete[] (TGLLightSetEditor*) soff;
35787      } else {
35788        G__setgvp((long) G__PVOID);
35789        for (int i = n - 1; i >= 0; --i) {
35790          ((TGLLightSetEditor*) (soff+(sizeof(TGLLightSetEditor)*i)))->~G__TTGLLightSetEditor();
35791        }
35792        G__setgvp((long)gvp);
35793      }
35794    } else {
35795      if (gvp == (char*)G__PVOID) {
35796        delete (TGLLightSetEditor*) soff;
35797      } else {
35798        G__setgvp((long) G__PVOID);
35799        ((TGLLightSetEditor*) (soff))->~G__TTGLLightSetEditor();
35800        G__setgvp((long)gvp);
35801      }
35802    }
35803    G__setnull(result7);
35804    return(1 || funcname || hash || result7 || libp) ;
35805 }
35806 
35807 
35808 /* TGLOverlayButton */
35809 static int G__G__GL_558_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35810 {
35811    TGLOverlayButton* p = NULL;
35812    char* gvp = (char*) G__getgvp();
35813    //m: 6
35814    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
35815      p = new TGLOverlayButton(
35816 (TGLViewerBase*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35817 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
35818 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5]));
35819    } else {
35820      p = new((void*) gvp) TGLOverlayButton(
35821 (TGLViewerBase*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
35822 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
35823 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5]));
35824    }
35825    result7->obj.i = (long) p;
35826    result7->ref = (long) p;
35827    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton));
35828    return(1 || funcname || hash || result7 || libp) ;
35829 }
35830 
35831 static int G__G__GL_558_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35832 {
35833       ((TGLOverlayButton*) G__getstructoffset())->ResetState();
35834       G__setnull(result7);
35835    return(1 || funcname || hash || result7 || libp) ;
35836 }
35837 
35838 static int G__G__GL_558_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35839 {
35840       G__letint(result7, 67, (long) ((const TGLOverlayButton*) G__getstructoffset())->GetText());
35841    return(1 || funcname || hash || result7 || libp) ;
35842 }
35843 
35844 static int G__G__GL_558_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35845 {
35846       G__letint(result7, 107, (long) ((const TGLOverlayButton*) G__getstructoffset())->GetBackColor());
35847    return(1 || funcname || hash || result7 || libp) ;
35848 }
35849 
35850 static int G__G__GL_558_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35851 {
35852       G__letint(result7, 107, (long) ((const TGLOverlayButton*) G__getstructoffset())->GetTextColor());
35853    return(1 || funcname || hash || result7 || libp) ;
35854 }
35855 
35856 static int G__G__GL_558_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35857 {
35858       ((TGLOverlayButton*) G__getstructoffset())->SetText((const char*) G__int(libp->para[0]));
35859       G__setnull(result7);
35860    return(1 || funcname || hash || result7 || libp) ;
35861 }
35862 
35863 static int G__G__GL_558_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35864 {
35865       ((TGLOverlayButton*) G__getstructoffset())->SetPosition((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
35866       G__setnull(result7);
35867    return(1 || funcname || hash || result7 || libp) ;
35868 }
35869 
35870 static int G__G__GL_558_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35871 {
35872       ((TGLOverlayButton*) G__getstructoffset())->SetSize((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
35873       G__setnull(result7);
35874    return(1 || funcname || hash || result7 || libp) ;
35875 }
35876 
35877 static int G__G__GL_558_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35878 {
35879       ((TGLOverlayButton*) G__getstructoffset())->SetAlphaValues((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
35880       G__setnull(result7);
35881    return(1 || funcname || hash || result7 || libp) ;
35882 }
35883 
35884 static int G__G__GL_558_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35885 {
35886       ((TGLOverlayButton*) G__getstructoffset())->SetBackColor((Pixel_t) G__int(libp->para[0]));
35887       G__setnull(result7);
35888    return(1 || funcname || hash || result7 || libp) ;
35889 }
35890 
35891 static int G__G__GL_558_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35892 {
35893       ((TGLOverlayButton*) G__getstructoffset())->SetTextColor((Pixel_t) G__int(libp->para[0]));
35894       G__setnull(result7);
35895    return(1 || funcname || hash || result7 || libp) ;
35896 }
35897 
35898 static int G__G__GL_558_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35899 {
35900       ((TGLOverlayButton*) G__getstructoffset())->Clicked((TGLViewerBase*) G__int(libp->para[0]));
35901       G__setnull(result7);
35902    return(1 || funcname || hash || result7 || libp) ;
35903 }
35904 
35905 static int G__G__GL_558_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35906 {
35907       G__letint(result7, 85, (long) TGLOverlayButton::Class());
35908    return(1 || funcname || hash || result7 || libp) ;
35909 }
35910 
35911 static int G__G__GL_558_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35912 {
35913       G__letint(result7, 67, (long) TGLOverlayButton::Class_Name());
35914    return(1 || funcname || hash || result7 || libp) ;
35915 }
35916 
35917 static int G__G__GL_558_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35918 {
35919       G__letint(result7, 115, (long) TGLOverlayButton::Class_Version());
35920    return(1 || funcname || hash || result7 || libp) ;
35921 }
35922 
35923 static int G__G__GL_558_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35924 {
35925       TGLOverlayButton::Dictionary();
35926       G__setnull(result7);
35927    return(1 || funcname || hash || result7 || libp) ;
35928 }
35929 
35930 static int G__G__GL_558_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35931 {
35932       ((TGLOverlayButton*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
35933       G__setnull(result7);
35934    return(1 || funcname || hash || result7 || libp) ;
35935 }
35936 
35937 static int G__G__GL_558_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35938 {
35939       G__letint(result7, 67, (long) TGLOverlayButton::DeclFileName());
35940    return(1 || funcname || hash || result7 || libp) ;
35941 }
35942 
35943 static int G__G__GL_558_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35944 {
35945       G__letint(result7, 105, (long) TGLOverlayButton::ImplFileLine());
35946    return(1 || funcname || hash || result7 || libp) ;
35947 }
35948 
35949 static int G__G__GL_558_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35950 {
35951       G__letint(result7, 67, (long) TGLOverlayButton::ImplFileName());
35952    return(1 || funcname || hash || result7 || libp) ;
35953 }
35954 
35955 static int G__G__GL_558_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35956 {
35957       G__letint(result7, 105, (long) TGLOverlayButton::DeclFileLine());
35958    return(1 || funcname || hash || result7 || libp) ;
35959 }
35960 
35961 // automatic destructor
35962 typedef TGLOverlayButton G__TTGLOverlayButton;
35963 static int G__G__GL_558_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
35964 {
35965    char* gvp = (char*) G__getgvp();
35966    long soff = G__getstructoffset();
35967    int n = G__getaryconstruct();
35968    //
35969    //has_a_delete: 0
35970    //has_own_delete1arg: 0
35971    //has_own_delete2arg: 0
35972    //
35973    if (!soff) {
35974      return(1);
35975    }
35976    if (n) {
35977      if (gvp == (char*)G__PVOID) {
35978        delete[] (TGLOverlayButton*) soff;
35979      } else {
35980        G__setgvp((long) G__PVOID);
35981        for (int i = n - 1; i >= 0; --i) {
35982          ((TGLOverlayButton*) (soff+(sizeof(TGLOverlayButton)*i)))->~G__TTGLOverlayButton();
35983        }
35984        G__setgvp((long)gvp);
35985      }
35986    } else {
35987      if (gvp == (char*)G__PVOID) {
35988        delete (TGLOverlayButton*) soff;
35989      } else {
35990        G__setgvp((long) G__PVOID);
35991        ((TGLOverlayButton*) (soff))->~G__TTGLOverlayButton();
35992        G__setgvp((long)gvp);
35993      }
35994    }
35995    G__setnull(result7);
35996    return(1 || funcname || hash || result7 || libp) ;
35997 }
35998 
35999 
36000 /* TGLParametricEquationGL */
36001 static int G__G__GL_562_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36002 {
36003    TGLParametricEquationGL* p = NULL;
36004    char* gvp = (char*) G__getgvp();
36005    int n = G__getaryconstruct();
36006    if (n) {
36007      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36008        p = new TGLParametricEquationGL[n];
36009      } else {
36010        p = new((void*) gvp) TGLParametricEquationGL[n];
36011      }
36012    } else {
36013      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36014        p = new TGLParametricEquationGL;
36015      } else {
36016        p = new((void*) gvp) TGLParametricEquationGL;
36017      }
36018    }
36019    result7->obj.i = (long) p;
36020    result7->ref = (long) p;
36021    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL));
36022    return(1 || funcname || hash || result7 || libp) ;
36023 }
36024 
36025 static int G__G__GL_562_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36026 {
36027       G__letint(result7, 85, (long) TGLParametricEquationGL::Class());
36028    return(1 || funcname || hash || result7 || libp) ;
36029 }
36030 
36031 static int G__G__GL_562_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36032 {
36033       G__letint(result7, 67, (long) TGLParametricEquationGL::Class_Name());
36034    return(1 || funcname || hash || result7 || libp) ;
36035 }
36036 
36037 static int G__G__GL_562_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36038 {
36039       G__letint(result7, 115, (long) TGLParametricEquationGL::Class_Version());
36040    return(1 || funcname || hash || result7 || libp) ;
36041 }
36042 
36043 static int G__G__GL_562_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36044 {
36045       TGLParametricEquationGL::Dictionary();
36046       G__setnull(result7);
36047    return(1 || funcname || hash || result7 || libp) ;
36048 }
36049 
36050 static int G__G__GL_562_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36051 {
36052       ((TGLParametricEquationGL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36053       G__setnull(result7);
36054    return(1 || funcname || hash || result7 || libp) ;
36055 }
36056 
36057 static int G__G__GL_562_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36058 {
36059       G__letint(result7, 67, (long) TGLParametricEquationGL::DeclFileName());
36060    return(1 || funcname || hash || result7 || libp) ;
36061 }
36062 
36063 static int G__G__GL_562_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36064 {
36065       G__letint(result7, 105, (long) TGLParametricEquationGL::ImplFileLine());
36066    return(1 || funcname || hash || result7 || libp) ;
36067 }
36068 
36069 static int G__G__GL_562_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36070 {
36071       G__letint(result7, 67, (long) TGLParametricEquationGL::ImplFileName());
36072    return(1 || funcname || hash || result7 || libp) ;
36073 }
36074 
36075 static int G__G__GL_562_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36076 {
36077       G__letint(result7, 105, (long) TGLParametricEquationGL::DeclFileLine());
36078    return(1 || funcname || hash || result7 || libp) ;
36079 }
36080 
36081 // automatic destructor
36082 typedef TGLParametricEquationGL G__TTGLParametricEquationGL;
36083 static int G__G__GL_562_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36084 {
36085    char* gvp = (char*) G__getgvp();
36086    long soff = G__getstructoffset();
36087    int n = G__getaryconstruct();
36088    //
36089    //has_a_delete: 0
36090    //has_own_delete1arg: 0
36091    //has_own_delete2arg: 0
36092    //
36093    if (!soff) {
36094      return(1);
36095    }
36096    if (n) {
36097      if (gvp == (char*)G__PVOID) {
36098        delete[] (TGLParametricEquationGL*) soff;
36099      } else {
36100        G__setgvp((long) G__PVOID);
36101        for (int i = n - 1; i >= 0; --i) {
36102          ((TGLParametricEquationGL*) (soff+(sizeof(TGLParametricEquationGL)*i)))->~G__TTGLParametricEquationGL();
36103        }
36104        G__setgvp((long)gvp);
36105      }
36106    } else {
36107      if (gvp == (char*)G__PVOID) {
36108        delete (TGLParametricEquationGL*) soff;
36109      } else {
36110        G__setgvp((long) G__PVOID);
36111        ((TGLParametricEquationGL*) (soff))->~G__TTGLParametricEquationGL();
36112        G__setgvp((long)gvp);
36113      }
36114    }
36115    G__setnull(result7);
36116    return(1 || funcname || hash || result7 || libp) ;
36117 }
36118 
36119 
36120 /* TGLParametricPlot */
36121 static int G__G__GL_578_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36122 {
36123    TGLParametricPlot* p = NULL;
36124    char* gvp = (char*) G__getgvp();
36125    //m: 2
36126    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36127      p = new TGLParametricPlot((TGLParametricEquation*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1]));
36128    } else {
36129      p = new((void*) gvp) TGLParametricPlot((TGLParametricEquation*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1]));
36130    }
36131    result7->obj.i = (long) p;
36132    result7->ref = (long) p;
36133    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot));
36134    return(1 || funcname || hash || result7 || libp) ;
36135 }
36136 
36137 static int G__G__GL_578_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36138 {
36139       G__letint(result7, 85, (long) TGLParametricPlot::Class());
36140    return(1 || funcname || hash || result7 || libp) ;
36141 }
36142 
36143 static int G__G__GL_578_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36144 {
36145       G__letint(result7, 67, (long) TGLParametricPlot::Class_Name());
36146    return(1 || funcname || hash || result7 || libp) ;
36147 }
36148 
36149 static int G__G__GL_578_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36150 {
36151       G__letint(result7, 115, (long) TGLParametricPlot::Class_Version());
36152    return(1 || funcname || hash || result7 || libp) ;
36153 }
36154 
36155 static int G__G__GL_578_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36156 {
36157       TGLParametricPlot::Dictionary();
36158       G__setnull(result7);
36159    return(1 || funcname || hash || result7 || libp) ;
36160 }
36161 
36162 static int G__G__GL_578_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36163 {
36164       ((TGLParametricPlot*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36165       G__setnull(result7);
36166    return(1 || funcname || hash || result7 || libp) ;
36167 }
36168 
36169 static int G__G__GL_578_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36170 {
36171       G__letint(result7, 67, (long) TGLParametricPlot::DeclFileName());
36172    return(1 || funcname || hash || result7 || libp) ;
36173 }
36174 
36175 static int G__G__GL_578_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36176 {
36177       G__letint(result7, 105, (long) TGLParametricPlot::ImplFileLine());
36178    return(1 || funcname || hash || result7 || libp) ;
36179 }
36180 
36181 static int G__G__GL_578_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36182 {
36183       G__letint(result7, 67, (long) TGLParametricPlot::ImplFileName());
36184    return(1 || funcname || hash || result7 || libp) ;
36185 }
36186 
36187 static int G__G__GL_578_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36188 {
36189       G__letint(result7, 105, (long) TGLParametricPlot::DeclFileLine());
36190    return(1 || funcname || hash || result7 || libp) ;
36191 }
36192 
36193 // automatic destructor
36194 typedef TGLParametricPlot G__TTGLParametricPlot;
36195 static int G__G__GL_578_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36196 {
36197    char* gvp = (char*) G__getgvp();
36198    long soff = G__getstructoffset();
36199    int n = G__getaryconstruct();
36200    //
36201    //has_a_delete: 0
36202    //has_own_delete1arg: 0
36203    //has_own_delete2arg: 0
36204    //
36205    if (!soff) {
36206      return(1);
36207    }
36208    if (n) {
36209      if (gvp == (char*)G__PVOID) {
36210        delete[] (TGLParametricPlot*) soff;
36211      } else {
36212        G__setgvp((long) G__PVOID);
36213        for (int i = n - 1; i >= 0; --i) {
36214          ((TGLParametricPlot*) (soff+(sizeof(TGLParametricPlot)*i)))->~G__TTGLParametricPlot();
36215        }
36216        G__setgvp((long)gvp);
36217      }
36218    } else {
36219      if (gvp == (char*)G__PVOID) {
36220        delete (TGLParametricPlot*) soff;
36221      } else {
36222        G__setgvp((long) G__PVOID);
36223        ((TGLParametricPlot*) (soff))->~G__TTGLParametricPlot();
36224        G__setgvp((long)gvp);
36225      }
36226    }
36227    G__setnull(result7);
36228    return(1 || funcname || hash || result7 || libp) ;
36229 }
36230 
36231 
36232 /* TGLPolyLine */
36233 static int G__G__GL_586_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36234 {
36235    TGLPolyLine* p = NULL;
36236    char* gvp = (char*) G__getgvp();
36237    //m: 1
36238    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36239      p = new TGLPolyLine(*(TBuffer3D*) libp->para[0].ref);
36240    } else {
36241      p = new((void*) gvp) TGLPolyLine(*(TBuffer3D*) libp->para[0].ref);
36242    }
36243    result7->obj.i = (long) p;
36244    result7->ref = (long) p;
36245    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPolyLine));
36246    return(1 || funcname || hash || result7 || libp) ;
36247 }
36248 
36249 static int G__G__GL_586_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36250 {
36251       G__letint(result7, 85, (long) TGLPolyLine::Class());
36252    return(1 || funcname || hash || result7 || libp) ;
36253 }
36254 
36255 static int G__G__GL_586_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36256 {
36257       G__letint(result7, 67, (long) TGLPolyLine::Class_Name());
36258    return(1 || funcname || hash || result7 || libp) ;
36259 }
36260 
36261 static int G__G__GL_586_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36262 {
36263       G__letint(result7, 115, (long) TGLPolyLine::Class_Version());
36264    return(1 || funcname || hash || result7 || libp) ;
36265 }
36266 
36267 static int G__G__GL_586_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36268 {
36269       TGLPolyLine::Dictionary();
36270       G__setnull(result7);
36271    return(1 || funcname || hash || result7 || libp) ;
36272 }
36273 
36274 static int G__G__GL_586_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36275 {
36276       ((TGLPolyLine*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36277       G__setnull(result7);
36278    return(1 || funcname || hash || result7 || libp) ;
36279 }
36280 
36281 static int G__G__GL_586_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36282 {
36283       G__letint(result7, 67, (long) TGLPolyLine::DeclFileName());
36284    return(1 || funcname || hash || result7 || libp) ;
36285 }
36286 
36287 static int G__G__GL_586_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36288 {
36289       G__letint(result7, 105, (long) TGLPolyLine::ImplFileLine());
36290    return(1 || funcname || hash || result7 || libp) ;
36291 }
36292 
36293 static int G__G__GL_586_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36294 {
36295       G__letint(result7, 67, (long) TGLPolyLine::ImplFileName());
36296    return(1 || funcname || hash || result7 || libp) ;
36297 }
36298 
36299 static int G__G__GL_586_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36300 {
36301       G__letint(result7, 105, (long) TGLPolyLine::DeclFileLine());
36302    return(1 || funcname || hash || result7 || libp) ;
36303 }
36304 
36305 // automatic destructor
36306 typedef TGLPolyLine G__TTGLPolyLine;
36307 static int G__G__GL_586_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36308 {
36309    char* gvp = (char*) G__getgvp();
36310    long soff = G__getstructoffset();
36311    int n = G__getaryconstruct();
36312    //
36313    //has_a_delete: 0
36314    //has_own_delete1arg: 0
36315    //has_own_delete2arg: 0
36316    //
36317    if (!soff) {
36318      return(1);
36319    }
36320    if (n) {
36321      if (gvp == (char*)G__PVOID) {
36322        delete[] (TGLPolyLine*) soff;
36323      } else {
36324        G__setgvp((long) G__PVOID);
36325        for (int i = n - 1; i >= 0; --i) {
36326          ((TGLPolyLine*) (soff+(sizeof(TGLPolyLine)*i)))->~G__TTGLPolyLine();
36327        }
36328        G__setgvp((long)gvp);
36329      }
36330    } else {
36331      if (gvp == (char*)G__PVOID) {
36332        delete (TGLPolyLine*) soff;
36333      } else {
36334        G__setgvp((long) G__PVOID);
36335        ((TGLPolyLine*) (soff))->~G__TTGLPolyLine();
36336        G__setgvp((long)gvp);
36337      }
36338    }
36339    G__setnull(result7);
36340    return(1 || funcname || hash || result7 || libp) ;
36341 }
36342 
36343 
36344 /* TGLPolyMarker */
36345 static int G__G__GL_587_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36346 {
36347    TGLPolyMarker* p = NULL;
36348    char* gvp = (char*) G__getgvp();
36349    //m: 1
36350    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36351      p = new TGLPolyMarker(*(TBuffer3D*) libp->para[0].ref);
36352    } else {
36353      p = new((void*) gvp) TGLPolyMarker(*(TBuffer3D*) libp->para[0].ref);
36354    }
36355    result7->obj.i = (long) p;
36356    result7->ref = (long) p;
36357    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPolyMarker));
36358    return(1 || funcname || hash || result7 || libp) ;
36359 }
36360 
36361 static int G__G__GL_587_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36362 {
36363       G__letint(result7, 85, (long) TGLPolyMarker::Class());
36364    return(1 || funcname || hash || result7 || libp) ;
36365 }
36366 
36367 static int G__G__GL_587_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36368 {
36369       G__letint(result7, 67, (long) TGLPolyMarker::Class_Name());
36370    return(1 || funcname || hash || result7 || libp) ;
36371 }
36372 
36373 static int G__G__GL_587_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36374 {
36375       G__letint(result7, 115, (long) TGLPolyMarker::Class_Version());
36376    return(1 || funcname || hash || result7 || libp) ;
36377 }
36378 
36379 static int G__G__GL_587_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36380 {
36381       TGLPolyMarker::Dictionary();
36382       G__setnull(result7);
36383    return(1 || funcname || hash || result7 || libp) ;
36384 }
36385 
36386 static int G__G__GL_587_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36387 {
36388       ((TGLPolyMarker*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36389       G__setnull(result7);
36390    return(1 || funcname || hash || result7 || libp) ;
36391 }
36392 
36393 static int G__G__GL_587_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36394 {
36395       G__letint(result7, 67, (long) TGLPolyMarker::DeclFileName());
36396    return(1 || funcname || hash || result7 || libp) ;
36397 }
36398 
36399 static int G__G__GL_587_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36400 {
36401       G__letint(result7, 105, (long) TGLPolyMarker::ImplFileLine());
36402    return(1 || funcname || hash || result7 || libp) ;
36403 }
36404 
36405 static int G__G__GL_587_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36406 {
36407       G__letint(result7, 67, (long) TGLPolyMarker::ImplFileName());
36408    return(1 || funcname || hash || result7 || libp) ;
36409 }
36410 
36411 static int G__G__GL_587_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36412 {
36413       G__letint(result7, 105, (long) TGLPolyMarker::DeclFileLine());
36414    return(1 || funcname || hash || result7 || libp) ;
36415 }
36416 
36417 // automatic destructor
36418 typedef TGLPolyMarker G__TTGLPolyMarker;
36419 static int G__G__GL_587_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36420 {
36421    char* gvp = (char*) G__getgvp();
36422    long soff = G__getstructoffset();
36423    int n = G__getaryconstruct();
36424    //
36425    //has_a_delete: 0
36426    //has_own_delete1arg: 0
36427    //has_own_delete2arg: 0
36428    //
36429    if (!soff) {
36430      return(1);
36431    }
36432    if (n) {
36433      if (gvp == (char*)G__PVOID) {
36434        delete[] (TGLPolyMarker*) soff;
36435      } else {
36436        G__setgvp((long) G__PVOID);
36437        for (int i = n - 1; i >= 0; --i) {
36438          ((TGLPolyMarker*) (soff+(sizeof(TGLPolyMarker)*i)))->~G__TTGLPolyMarker();
36439        }
36440        G__setgvp((long)gvp);
36441      }
36442    } else {
36443      if (gvp == (char*)G__PVOID) {
36444        delete (TGLPolyMarker*) soff;
36445      } else {
36446        G__setgvp((long) G__PVOID);
36447        ((TGLPolyMarker*) (soff))->~G__TTGLPolyMarker();
36448        G__setgvp((long)gvp);
36449      }
36450    }
36451    G__setnull(result7);
36452    return(1 || funcname || hash || result7 || libp) ;
36453 }
36454 
36455 
36456 /* TGLPShapeObjEditor */
36457 static int G__G__GL_591_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36458 {
36459    TGLPShapeObjEditor* p = NULL;
36460    char* gvp = (char*) G__getgvp();
36461    switch (libp->paran) {
36462    case 5:
36463      //m: 5
36464      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36465        p = new TGLPShapeObjEditor(
36466 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
36467 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
36468 , (Pixel_t) G__int(libp->para[4]));
36469      } else {
36470        p = new((void*) gvp) TGLPShapeObjEditor(
36471 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
36472 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
36473 , (Pixel_t) G__int(libp->para[4]));
36474      }
36475      break;
36476    case 4:
36477      //m: 4
36478      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36479        p = new TGLPShapeObjEditor(
36480 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
36481 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
36482      } else {
36483        p = new((void*) gvp) TGLPShapeObjEditor(
36484 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
36485 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
36486      }
36487      break;
36488    case 3:
36489      //m: 3
36490      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36491        p = new TGLPShapeObjEditor(
36492 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
36493 , (Int_t) G__int(libp->para[2]));
36494      } else {
36495        p = new((void*) gvp) TGLPShapeObjEditor(
36496 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
36497 , (Int_t) G__int(libp->para[2]));
36498      }
36499      break;
36500    case 2:
36501      //m: 2
36502      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36503        p = new TGLPShapeObjEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
36504      } else {
36505        p = new((void*) gvp) TGLPShapeObjEditor((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
36506      }
36507      break;
36508    case 1:
36509      //m: 1
36510      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36511        p = new TGLPShapeObjEditor((TGWindow*) G__int(libp->para[0]));
36512      } else {
36513        p = new((void*) gvp) TGLPShapeObjEditor((TGWindow*) G__int(libp->para[0]));
36514      }
36515      break;
36516    case 0:
36517      int n = G__getaryconstruct();
36518      if (n) {
36519        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36520          p = new TGLPShapeObjEditor[n];
36521        } else {
36522          p = new((void*) gvp) TGLPShapeObjEditor[n];
36523        }
36524      } else {
36525        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36526          p = new TGLPShapeObjEditor;
36527        } else {
36528          p = new((void*) gvp) TGLPShapeObjEditor;
36529        }
36530      }
36531      break;
36532    }
36533    result7->obj.i = (long) p;
36534    result7->ref = (long) p;
36535    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor));
36536    return(1 || funcname || hash || result7 || libp) ;
36537 }
36538 
36539 static int G__G__GL_591_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36540 {
36541       ((TGLPShapeObjEditor*) G__getstructoffset())->SetCenter((Double_t*) G__int(libp->para[0]));
36542       G__setnull(result7);
36543    return(1 || funcname || hash || result7 || libp) ;
36544 }
36545 
36546 static int G__G__GL_591_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36547 {
36548       ((TGLPShapeObjEditor*) G__getstructoffset())->SetScale((Double_t*) G__int(libp->para[0]));
36549       G__setnull(result7);
36550    return(1 || funcname || hash || result7 || libp) ;
36551 }
36552 
36553 static int G__G__GL_591_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36554 {
36555       ((TGLPShapeObjEditor*) G__getstructoffset())->DoGeoButton();
36556       G__setnull(result7);
36557    return(1 || funcname || hash || result7 || libp) ;
36558 }
36559 
36560 static int G__G__GL_591_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36561 {
36562       ((TGLPShapeObjEditor*) G__getstructoffset())->GetObjectData((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
36563       G__setnull(result7);
36564    return(1 || funcname || hash || result7 || libp) ;
36565 }
36566 
36567 static int G__G__GL_591_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36568 {
36569       ((TGLPShapeObjEditor*) G__getstructoffset())->GeoValueSet((Long_t) G__int(libp->para[0]));
36570       G__setnull(result7);
36571    return(1 || funcname || hash || result7 || libp) ;
36572 }
36573 
36574 static int G__G__GL_591_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36575 {
36576       ((TGLPShapeObjEditor*) G__getstructoffset())->CreateColorRadioButtons();
36577       G__setnull(result7);
36578    return(1 || funcname || hash || result7 || libp) ;
36579 }
36580 
36581 static int G__G__GL_591_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36582 {
36583       ((TGLPShapeObjEditor*) G__getstructoffset())->CreateColorSliders();
36584       G__setnull(result7);
36585    return(1 || funcname || hash || result7 || libp) ;
36586 }
36587 
36588 static int G__G__GL_591_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36589 {
36590       ((TGLPShapeObjEditor*) G__getstructoffset())->SetColorSlidersPos();
36591       G__setnull(result7);
36592    return(1 || funcname || hash || result7 || libp) ;
36593 }
36594 
36595 static int G__G__GL_591_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36596 {
36597       ((const TGLPShapeObjEditor*) G__getstructoffset())->DrawSphere();
36598       G__setnull(result7);
36599    return(1 || funcname || hash || result7 || libp) ;
36600 }
36601 
36602 static int G__G__GL_591_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36603 {
36604       ((TGLPShapeObjEditor*) G__getstructoffset())->SetRGBA((Float_t*) G__int(libp->para[0]));
36605       G__setnull(result7);
36606    return(1 || funcname || hash || result7 || libp) ;
36607 }
36608 
36609 static int G__G__GL_591_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36610 {
36611       G__letint(result7, 70, (long) ((const TGLPShapeObjEditor*) G__getstructoffset())->GetRGBA());
36612    return(1 || funcname || hash || result7 || libp) ;
36613 }
36614 
36615 static int G__G__GL_591_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36616 {
36617       ((TGLPShapeObjEditor*) G__getstructoffset())->DoColorSlider((Int_t) G__int(libp->para[0]));
36618       G__setnull(result7);
36619    return(1 || funcname || hash || result7 || libp) ;
36620 }
36621 
36622 static int G__G__GL_591_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36623 {
36624       ((TGLPShapeObjEditor*) G__getstructoffset())->DoColorButton();
36625       G__setnull(result7);
36626    return(1 || funcname || hash || result7 || libp) ;
36627 }
36628 
36629 static int G__G__GL_591_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36630 {
36631       G__letint(result7, 85, (long) TGLPShapeObjEditor::Class());
36632    return(1 || funcname || hash || result7 || libp) ;
36633 }
36634 
36635 static int G__G__GL_591_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36636 {
36637       G__letint(result7, 67, (long) TGLPShapeObjEditor::Class_Name());
36638    return(1 || funcname || hash || result7 || libp) ;
36639 }
36640 
36641 static int G__G__GL_591_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36642 {
36643       G__letint(result7, 115, (long) TGLPShapeObjEditor::Class_Version());
36644    return(1 || funcname || hash || result7 || libp) ;
36645 }
36646 
36647 static int G__G__GL_591_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36648 {
36649       TGLPShapeObjEditor::Dictionary();
36650       G__setnull(result7);
36651    return(1 || funcname || hash || result7 || libp) ;
36652 }
36653 
36654 static int G__G__GL_591_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36655 {
36656       ((TGLPShapeObjEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36657       G__setnull(result7);
36658    return(1 || funcname || hash || result7 || libp) ;
36659 }
36660 
36661 static int G__G__GL_591_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36662 {
36663       G__letint(result7, 67, (long) TGLPShapeObjEditor::DeclFileName());
36664    return(1 || funcname || hash || result7 || libp) ;
36665 }
36666 
36667 static int G__G__GL_591_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36668 {
36669       G__letint(result7, 105, (long) TGLPShapeObjEditor::ImplFileLine());
36670    return(1 || funcname || hash || result7 || libp) ;
36671 }
36672 
36673 static int G__G__GL_591_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36674 {
36675       G__letint(result7, 67, (long) TGLPShapeObjEditor::ImplFileName());
36676    return(1 || funcname || hash || result7 || libp) ;
36677 }
36678 
36679 static int G__G__GL_591_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36680 {
36681       G__letint(result7, 105, (long) TGLPShapeObjEditor::DeclFileLine());
36682    return(1 || funcname || hash || result7 || libp) ;
36683 }
36684 
36685 // automatic destructor
36686 typedef TGLPShapeObjEditor G__TTGLPShapeObjEditor;
36687 static int G__G__GL_591_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36688 {
36689    char* gvp = (char*) G__getgvp();
36690    long soff = G__getstructoffset();
36691    int n = G__getaryconstruct();
36692    //
36693    //has_a_delete: 1
36694    //has_own_delete1arg: 0
36695    //has_own_delete2arg: 0
36696    //
36697    if (!soff) {
36698      return(1);
36699    }
36700    if (n) {
36701      if (gvp == (char*)G__PVOID) {
36702        delete[] (TGLPShapeObjEditor*) soff;
36703      } else {
36704        G__setgvp((long) G__PVOID);
36705        for (int i = n - 1; i >= 0; --i) {
36706          ((TGLPShapeObjEditor*) (soff+(sizeof(TGLPShapeObjEditor)*i)))->~G__TTGLPShapeObjEditor();
36707        }
36708        G__setgvp((long)gvp);
36709      }
36710    } else {
36711      if (gvp == (char*)G__PVOID) {
36712        delete (TGLPShapeObjEditor*) soff;
36713      } else {
36714        G__setgvp((long) G__PVOID);
36715        ((TGLPShapeObjEditor*) (soff))->~G__TTGLPShapeObjEditor();
36716        G__setgvp((long)gvp);
36717      }
36718    }
36719    G__setnull(result7);
36720    return(1 || funcname || hash || result7 || libp) ;
36721 }
36722 
36723 
36724 /* TGLRotateManip */
36725 static int G__G__GL_593_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36726 {
36727    TGLRotateManip* p = NULL;
36728    char* gvp = (char*) G__getgvp();
36729    int n = G__getaryconstruct();
36730    if (n) {
36731      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36732        p = new TGLRotateManip[n];
36733      } else {
36734        p = new((void*) gvp) TGLRotateManip[n];
36735      }
36736    } else {
36737      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36738        p = new TGLRotateManip;
36739      } else {
36740        p = new((void*) gvp) TGLRotateManip;
36741      }
36742    }
36743    result7->obj.i = (long) p;
36744    result7->ref = (long) p;
36745    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip));
36746    return(1 || funcname || hash || result7 || libp) ;
36747 }
36748 
36749 static int G__G__GL_593_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36750 {
36751    TGLRotateManip* p = NULL;
36752    char* gvp = (char*) G__getgvp();
36753    //m: 1
36754    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36755      p = new TGLRotateManip((TGLPhysicalShape*) G__int(libp->para[0]));
36756    } else {
36757      p = new((void*) gvp) TGLRotateManip((TGLPhysicalShape*) G__int(libp->para[0]));
36758    }
36759    result7->obj.i = (long) p;
36760    result7->ref = (long) p;
36761    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip));
36762    return(1 || funcname || hash || result7 || libp) ;
36763 }
36764 
36765 static int G__G__GL_593_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36766 {
36767       G__letint(result7, 85, (long) TGLRotateManip::Class());
36768    return(1 || funcname || hash || result7 || libp) ;
36769 }
36770 
36771 static int G__G__GL_593_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36772 {
36773       G__letint(result7, 67, (long) TGLRotateManip::Class_Name());
36774    return(1 || funcname || hash || result7 || libp) ;
36775 }
36776 
36777 static int G__G__GL_593_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36778 {
36779       G__letint(result7, 115, (long) TGLRotateManip::Class_Version());
36780    return(1 || funcname || hash || result7 || libp) ;
36781 }
36782 
36783 static int G__G__GL_593_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36784 {
36785       TGLRotateManip::Dictionary();
36786       G__setnull(result7);
36787    return(1 || funcname || hash || result7 || libp) ;
36788 }
36789 
36790 static int G__G__GL_593_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36791 {
36792       ((TGLRotateManip*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
36793       G__setnull(result7);
36794    return(1 || funcname || hash || result7 || libp) ;
36795 }
36796 
36797 static int G__G__GL_593_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36798 {
36799       G__letint(result7, 67, (long) TGLRotateManip::DeclFileName());
36800    return(1 || funcname || hash || result7 || libp) ;
36801 }
36802 
36803 static int G__G__GL_593_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36804 {
36805       G__letint(result7, 105, (long) TGLRotateManip::ImplFileLine());
36806    return(1 || funcname || hash || result7 || libp) ;
36807 }
36808 
36809 static int G__G__GL_593_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36810 {
36811       G__letint(result7, 67, (long) TGLRotateManip::ImplFileName());
36812    return(1 || funcname || hash || result7 || libp) ;
36813 }
36814 
36815 static int G__G__GL_593_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36816 {
36817       G__letint(result7, 105, (long) TGLRotateManip::DeclFileLine());
36818    return(1 || funcname || hash || result7 || libp) ;
36819 }
36820 
36821 // automatic copy constructor
36822 static int G__G__GL_593_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36823 
36824 {
36825    TGLRotateManip* p;
36826    void* tmp = (void*) G__int(libp->para[0]);
36827    p = new TGLRotateManip(*(TGLRotateManip*) tmp);
36828    result7->obj.i = (long) p;
36829    result7->ref = (long) p;
36830    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip));
36831    return(1 || funcname || hash || result7 || libp) ;
36832 }
36833 
36834 // automatic destructor
36835 typedef TGLRotateManip G__TTGLRotateManip;
36836 static int G__G__GL_593_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36837 {
36838    char* gvp = (char*) G__getgvp();
36839    long soff = G__getstructoffset();
36840    int n = G__getaryconstruct();
36841    //
36842    //has_a_delete: 0
36843    //has_own_delete1arg: 0
36844    //has_own_delete2arg: 0
36845    //
36846    if (!soff) {
36847      return(1);
36848    }
36849    if (n) {
36850      if (gvp == (char*)G__PVOID) {
36851        delete[] (TGLRotateManip*) soff;
36852      } else {
36853        G__setgvp((long) G__PVOID);
36854        for (int i = n - 1; i >= 0; --i) {
36855          ((TGLRotateManip*) (soff+(sizeof(TGLRotateManip)*i)))->~G__TTGLRotateManip();
36856        }
36857        G__setgvp((long)gvp);
36858      }
36859    } else {
36860      if (gvp == (char*)G__PVOID) {
36861        delete (TGLRotateManip*) soff;
36862      } else {
36863        G__setgvp((long) G__PVOID);
36864        ((TGLRotateManip*) (soff))->~G__TTGLRotateManip();
36865        G__setgvp((long)gvp);
36866      }
36867    }
36868    G__setnull(result7);
36869    return(1 || funcname || hash || result7 || libp) ;
36870 }
36871 
36872 
36873 /* TGLSAViewer */
36874 static int G__G__GL_594_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36875 {
36876    TGLSAViewer* p = NULL;
36877    char* gvp = (char*) G__getgvp();
36878    switch (libp->paran) {
36879    case 2:
36880      //m: 2
36881      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36882        p = new TGLSAViewer((TVirtualPad*) G__int(libp->para[0]), (TGLFormat*) G__int(libp->para[1]));
36883      } else {
36884        p = new((void*) gvp) TGLSAViewer((TVirtualPad*) G__int(libp->para[0]), (TGLFormat*) G__int(libp->para[1]));
36885      }
36886      break;
36887    case 1:
36888      //m: 1
36889      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36890        p = new TGLSAViewer((TVirtualPad*) G__int(libp->para[0]));
36891      } else {
36892        p = new((void*) gvp) TGLSAViewer((TVirtualPad*) G__int(libp->para[0]));
36893      }
36894      break;
36895    }
36896    result7->obj.i = (long) p;
36897    result7->ref = (long) p;
36898    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer));
36899    return(1 || funcname || hash || result7 || libp) ;
36900 }
36901 
36902 static int G__G__GL_594_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36903 {
36904    TGLSAViewer* p = NULL;
36905    char* gvp = (char*) G__getgvp();
36906    switch (libp->paran) {
36907    case 4:
36908      //m: 4
36909      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36910        p = new TGLSAViewer(
36911 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
36912 , (TGedEditor*) G__int(libp->para[2]), (TGLFormat*) G__int(libp->para[3]));
36913      } else {
36914        p = new((void*) gvp) TGLSAViewer(
36915 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
36916 , (TGedEditor*) G__int(libp->para[2]), (TGLFormat*) G__int(libp->para[3]));
36917      }
36918      break;
36919    case 3:
36920      //m: 3
36921      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36922        p = new TGLSAViewer(
36923 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
36924 , (TGedEditor*) G__int(libp->para[2]));
36925      } else {
36926        p = new((void*) gvp) TGLSAViewer(
36927 (TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1])
36928 , (TGedEditor*) G__int(libp->para[2]));
36929      }
36930      break;
36931    case 2:
36932      //m: 2
36933      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
36934        p = new TGLSAViewer((TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1]));
36935      } else {
36936        p = new((void*) gvp) TGLSAViewer((TGWindow*) G__int(libp->para[0]), (TVirtualPad*) G__int(libp->para[1]));
36937      }
36938      break;
36939    }
36940    result7->obj.i = (long) p;
36941    result7->ref = (long) p;
36942    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer));
36943    return(1 || funcname || hash || result7 || libp) ;
36944 }
36945 
36946 static int G__G__GL_594_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36947 {
36948       ((TGLSAViewer*) G__getstructoffset())->Show();
36949       G__setnull(result7);
36950    return(1 || funcname || hash || result7 || libp) ;
36951 }
36952 
36953 static int G__G__GL_594_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36954 {
36955       ((TGLSAViewer*) G__getstructoffset())->Close();
36956       G__setnull(result7);
36957    return(1 || funcname || hash || result7 || libp) ;
36958 }
36959 
36960 static int G__G__GL_594_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36961 {
36962       ((TGLSAViewer*) G__getstructoffset())->DeleteMenuBar();
36963       G__setnull(result7);
36964    return(1 || funcname || hash || result7 || libp) ;
36965 }
36966 
36967 static int G__G__GL_594_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36968 {
36969       ((TGLSAViewer*) G__getstructoffset())->DisableCloseMenuEntries();
36970       G__setnull(result7);
36971    return(1 || funcname || hash || result7 || libp) ;
36972 }
36973 
36974 static int G__G__GL_594_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36975 {
36976       ((TGLSAViewer*) G__getstructoffset())->EnableMenuBarHiding();
36977       G__setnull(result7);
36978    return(1 || funcname || hash || result7 || libp) ;
36979 }
36980 
36981 static int G__G__GL_594_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36982 {
36983       ((TGLSAViewer*) G__getstructoffset())->DisableMenuBarHiding();
36984       G__setnull(result7);
36985    return(1 || funcname || hash || result7 || libp) ;
36986 }
36987 
36988 static int G__G__GL_594_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36989 {
36990       ((TGLSAViewer*) G__getstructoffset())->MenuHidingTimeout();
36991       G__setnull(result7);
36992    return(1 || funcname || hash || result7 || libp) ;
36993 }
36994 
36995 static int G__G__GL_594_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
36996 {
36997       ((TGLSAViewer*) G__getstructoffset())->HandleMenuBarHiding((Event_t*) G__int(libp->para[0]));
36998       G__setnull(result7);
36999    return(1 || funcname || hash || result7 || libp) ;
37000 }
37001 
37002 static int G__G__GL_594_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37003 {
37004       G__letint(result7, 103, (long) ((TGLSAViewer*) G__getstructoffset())->ProcessFrameMessage((Long_t) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])
37005 , (Long_t) G__int(libp->para[2])));
37006    return(1 || funcname || hash || result7 || libp) ;
37007 }
37008 
37009 static int G__G__GL_594_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37010 {
37011       G__letint(result7, 85, (long) ((const TGLSAViewer*) G__getstructoffset())->GetFrame());
37012    return(1 || funcname || hash || result7 || libp) ;
37013 }
37014 
37015 static int G__G__GL_594_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37016 {
37017       G__letint(result7, 85, (long) ((const TGLSAViewer*) G__getstructoffset())->GetLeftVerticalFrame());
37018    return(1 || funcname || hash || result7 || libp) ;
37019 }
37020 
37021 static int G__G__GL_594_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37022 {
37023       G__letint(result7, 85, (long) ((const TGLSAViewer*) G__getstructoffset())->GetFormat());
37024    return(1 || funcname || hash || result7 || libp) ;
37025 }
37026 
37027 static int G__G__GL_594_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37028 {
37029       ((TGLSAViewer*) G__getstructoffset())->ToggleEditObject();
37030       G__setnull(result7);
37031    return(1 || funcname || hash || result7 || libp) ;
37032 }
37033 
37034 static int G__G__GL_594_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37035 {
37036       ((TGLSAViewer*) G__getstructoffset())->ToggleOrthoRotate();
37037       G__setnull(result7);
37038    return(1 || funcname || hash || result7 || libp) ;
37039 }
37040 
37041 static int G__G__GL_594_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37042 {
37043       ((TGLSAViewer*) G__getstructoffset())->ToggleOrthoDolly();
37044       G__setnull(result7);
37045    return(1 || funcname || hash || result7 || libp) ;
37046 }
37047 
37048 static int G__G__GL_594_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37049 {
37050       TGLSAViewer::SetMenuHidingTimeout((Long_t) G__int(libp->para[0]));
37051       G__setnull(result7);
37052    return(1 || funcname || hash || result7 || libp) ;
37053 }
37054 
37055 static int G__G__GL_594_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37056 {
37057       G__letint(result7, 85, (long) TGLSAViewer::Class());
37058    return(1 || funcname || hash || result7 || libp) ;
37059 }
37060 
37061 static int G__G__GL_594_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37062 {
37063       G__letint(result7, 67, (long) TGLSAViewer::Class_Name());
37064    return(1 || funcname || hash || result7 || libp) ;
37065 }
37066 
37067 static int G__G__GL_594_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37068 {
37069       G__letint(result7, 115, (long) TGLSAViewer::Class_Version());
37070    return(1 || funcname || hash || result7 || libp) ;
37071 }
37072 
37073 static int G__G__GL_594_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37074 {
37075       TGLSAViewer::Dictionary();
37076       G__setnull(result7);
37077    return(1 || funcname || hash || result7 || libp) ;
37078 }
37079 
37080 static int G__G__GL_594_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37081 {
37082       ((TGLSAViewer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37083       G__setnull(result7);
37084    return(1 || funcname || hash || result7 || libp) ;
37085 }
37086 
37087 static int G__G__GL_594_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37088 {
37089       G__letint(result7, 67, (long) TGLSAViewer::DeclFileName());
37090    return(1 || funcname || hash || result7 || libp) ;
37091 }
37092 
37093 static int G__G__GL_594_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37094 {
37095       G__letint(result7, 105, (long) TGLSAViewer::ImplFileLine());
37096    return(1 || funcname || hash || result7 || libp) ;
37097 }
37098 
37099 static int G__G__GL_594_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37100 {
37101       G__letint(result7, 67, (long) TGLSAViewer::ImplFileName());
37102    return(1 || funcname || hash || result7 || libp) ;
37103 }
37104 
37105 static int G__G__GL_594_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37106 {
37107       G__letint(result7, 105, (long) TGLSAViewer::DeclFileLine());
37108    return(1 || funcname || hash || result7 || libp) ;
37109 }
37110 
37111 // automatic destructor
37112 typedef TGLSAViewer G__TTGLSAViewer;
37113 static int G__G__GL_594_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37114 {
37115    char* gvp = (char*) G__getgvp();
37116    long soff = G__getstructoffset();
37117    int n = G__getaryconstruct();
37118    //
37119    //has_a_delete: 1
37120    //has_own_delete1arg: 0
37121    //has_own_delete2arg: 0
37122    //
37123    if (!soff) {
37124      return(1);
37125    }
37126    if (n) {
37127      if (gvp == (char*)G__PVOID) {
37128        delete[] (TGLSAViewer*) soff;
37129      } else {
37130        G__setgvp((long) G__PVOID);
37131        for (int i = n - 1; i >= 0; --i) {
37132          ((TGLSAViewer*) (soff+(sizeof(TGLSAViewer)*i)))->~G__TTGLSAViewer();
37133        }
37134        G__setgvp((long)gvp);
37135      }
37136    } else {
37137      if (gvp == (char*)G__PVOID) {
37138        delete (TGLSAViewer*) soff;
37139      } else {
37140        G__setgvp((long) G__PVOID);
37141        ((TGLSAViewer*) (soff))->~G__TTGLSAViewer();
37142        G__setgvp((long)gvp);
37143      }
37144    }
37145    G__setnull(result7);
37146    return(1 || funcname || hash || result7 || libp) ;
37147 }
37148 
37149 
37150 /* TGLSAFrame */
37151 static int G__G__GL_595_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37152 {
37153    TGLSAFrame* p = NULL;
37154    char* gvp = (char*) G__getgvp();
37155    //m: 1
37156    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37157      p = new TGLSAFrame(*(TGLSAViewer*) libp->para[0].ref);
37158    } else {
37159      p = new((void*) gvp) TGLSAFrame(*(TGLSAViewer*) libp->para[0].ref);
37160    }
37161    result7->obj.i = (long) p;
37162    result7->ref = (long) p;
37163    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame));
37164    return(1 || funcname || hash || result7 || libp) ;
37165 }
37166 
37167 static int G__G__GL_595_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37168 {
37169    TGLSAFrame* p = NULL;
37170    char* gvp = (char*) G__getgvp();
37171    //m: 2
37172    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37173      p = new TGLSAFrame((TGWindow*) G__int(libp->para[0]), *(TGLSAViewer*) libp->para[1].ref);
37174    } else {
37175      p = new((void*) gvp) TGLSAFrame((TGWindow*) G__int(libp->para[0]), *(TGLSAViewer*) libp->para[1].ref);
37176    }
37177    result7->obj.i = (long) p;
37178    result7->ref = (long) p;
37179    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame));
37180    return(1 || funcname || hash || result7 || libp) ;
37181 }
37182 
37183 static int G__G__GL_595_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37184 {
37185       G__letint(result7, 85, (long) TGLSAFrame::Class());
37186    return(1 || funcname || hash || result7 || libp) ;
37187 }
37188 
37189 static int G__G__GL_595_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37190 {
37191       G__letint(result7, 67, (long) TGLSAFrame::Class_Name());
37192    return(1 || funcname || hash || result7 || libp) ;
37193 }
37194 
37195 static int G__G__GL_595_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37196 {
37197       G__letint(result7, 115, (long) TGLSAFrame::Class_Version());
37198    return(1 || funcname || hash || result7 || libp) ;
37199 }
37200 
37201 static int G__G__GL_595_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37202 {
37203       TGLSAFrame::Dictionary();
37204       G__setnull(result7);
37205    return(1 || funcname || hash || result7 || libp) ;
37206 }
37207 
37208 static int G__G__GL_595_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37209 {
37210       ((TGLSAFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37211       G__setnull(result7);
37212    return(1 || funcname || hash || result7 || libp) ;
37213 }
37214 
37215 static int G__G__GL_595_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37216 {
37217       G__letint(result7, 67, (long) TGLSAFrame::DeclFileName());
37218    return(1 || funcname || hash || result7 || libp) ;
37219 }
37220 
37221 static int G__G__GL_595_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37222 {
37223       G__letint(result7, 105, (long) TGLSAFrame::ImplFileLine());
37224    return(1 || funcname || hash || result7 || libp) ;
37225 }
37226 
37227 static int G__G__GL_595_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37228 {
37229       G__letint(result7, 67, (long) TGLSAFrame::ImplFileName());
37230    return(1 || funcname || hash || result7 || libp) ;
37231 }
37232 
37233 static int G__G__GL_595_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37234 {
37235       G__letint(result7, 105, (long) TGLSAFrame::DeclFileLine());
37236    return(1 || funcname || hash || result7 || libp) ;
37237 }
37238 
37239 // automatic destructor
37240 typedef TGLSAFrame G__TTGLSAFrame;
37241 static int G__G__GL_595_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37242 {
37243    char* gvp = (char*) G__getgvp();
37244    long soff = G__getstructoffset();
37245    int n = G__getaryconstruct();
37246    //
37247    //has_a_delete: 1
37248    //has_own_delete1arg: 0
37249    //has_own_delete2arg: 0
37250    //
37251    if (!soff) {
37252      return(1);
37253    }
37254    if (n) {
37255      if (gvp == (char*)G__PVOID) {
37256        delete[] (TGLSAFrame*) soff;
37257      } else {
37258        G__setgvp((long) G__PVOID);
37259        for (int i = n - 1; i >= 0; --i) {
37260          ((TGLSAFrame*) (soff+(sizeof(TGLSAFrame)*i)))->~G__TTGLSAFrame();
37261        }
37262        G__setgvp((long)gvp);
37263      }
37264    } else {
37265      if (gvp == (char*)G__PVOID) {
37266        delete (TGLSAFrame*) soff;
37267      } else {
37268        G__setgvp((long) G__PVOID);
37269        ((TGLSAFrame*) (soff))->~G__TTGLSAFrame();
37270        G__setgvp((long)gvp);
37271      }
37272    }
37273    G__setnull(result7);
37274    return(1 || funcname || hash || result7 || libp) ;
37275 }
37276 
37277 
37278 /* TGLScaleManip */
37279 static int G__G__GL_599_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37280 {
37281    TGLScaleManip* p = NULL;
37282    char* gvp = (char*) G__getgvp();
37283    int n = G__getaryconstruct();
37284    if (n) {
37285      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37286        p = new TGLScaleManip[n];
37287      } else {
37288        p = new((void*) gvp) TGLScaleManip[n];
37289      }
37290    } else {
37291      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37292        p = new TGLScaleManip;
37293      } else {
37294        p = new((void*) gvp) TGLScaleManip;
37295      }
37296    }
37297    result7->obj.i = (long) p;
37298    result7->ref = (long) p;
37299    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip));
37300    return(1 || funcname || hash || result7 || libp) ;
37301 }
37302 
37303 static int G__G__GL_599_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37304 {
37305    TGLScaleManip* p = NULL;
37306    char* gvp = (char*) G__getgvp();
37307    //m: 1
37308    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37309      p = new TGLScaleManip((TGLPhysicalShape*) G__int(libp->para[0]));
37310    } else {
37311      p = new((void*) gvp) TGLScaleManip((TGLPhysicalShape*) G__int(libp->para[0]));
37312    }
37313    result7->obj.i = (long) p;
37314    result7->ref = (long) p;
37315    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip));
37316    return(1 || funcname || hash || result7 || libp) ;
37317 }
37318 
37319 static int G__G__GL_599_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37320 {
37321       G__letint(result7, 85, (long) TGLScaleManip::Class());
37322    return(1 || funcname || hash || result7 || libp) ;
37323 }
37324 
37325 static int G__G__GL_599_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37326 {
37327       G__letint(result7, 67, (long) TGLScaleManip::Class_Name());
37328    return(1 || funcname || hash || result7 || libp) ;
37329 }
37330 
37331 static int G__G__GL_599_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37332 {
37333       G__letint(result7, 115, (long) TGLScaleManip::Class_Version());
37334    return(1 || funcname || hash || result7 || libp) ;
37335 }
37336 
37337 static int G__G__GL_599_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37338 {
37339       TGLScaleManip::Dictionary();
37340       G__setnull(result7);
37341    return(1 || funcname || hash || result7 || libp) ;
37342 }
37343 
37344 static int G__G__GL_599_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37345 {
37346       ((TGLScaleManip*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37347       G__setnull(result7);
37348    return(1 || funcname || hash || result7 || libp) ;
37349 }
37350 
37351 static int G__G__GL_599_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37352 {
37353       G__letint(result7, 67, (long) TGLScaleManip::DeclFileName());
37354    return(1 || funcname || hash || result7 || libp) ;
37355 }
37356 
37357 static int G__G__GL_599_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37358 {
37359       G__letint(result7, 105, (long) TGLScaleManip::ImplFileLine());
37360    return(1 || funcname || hash || result7 || libp) ;
37361 }
37362 
37363 static int G__G__GL_599_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37364 {
37365       G__letint(result7, 67, (long) TGLScaleManip::ImplFileName());
37366    return(1 || funcname || hash || result7 || libp) ;
37367 }
37368 
37369 static int G__G__GL_599_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37370 {
37371       G__letint(result7, 105, (long) TGLScaleManip::DeclFileLine());
37372    return(1 || funcname || hash || result7 || libp) ;
37373 }
37374 
37375 // automatic copy constructor
37376 static int G__G__GL_599_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37377 
37378 {
37379    TGLScaleManip* p;
37380    void* tmp = (void*) G__int(libp->para[0]);
37381    p = new TGLScaleManip(*(TGLScaleManip*) tmp);
37382    result7->obj.i = (long) p;
37383    result7->ref = (long) p;
37384    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip));
37385    return(1 || funcname || hash || result7 || libp) ;
37386 }
37387 
37388 // automatic destructor
37389 typedef TGLScaleManip G__TTGLScaleManip;
37390 static int G__G__GL_599_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37391 {
37392    char* gvp = (char*) G__getgvp();
37393    long soff = G__getstructoffset();
37394    int n = G__getaryconstruct();
37395    //
37396    //has_a_delete: 0
37397    //has_own_delete1arg: 0
37398    //has_own_delete2arg: 0
37399    //
37400    if (!soff) {
37401      return(1);
37402    }
37403    if (n) {
37404      if (gvp == (char*)G__PVOID) {
37405        delete[] (TGLScaleManip*) soff;
37406      } else {
37407        G__setgvp((long) G__PVOID);
37408        for (int i = n - 1; i >= 0; --i) {
37409          ((TGLScaleManip*) (soff+(sizeof(TGLScaleManip)*i)))->~G__TTGLScaleManip();
37410        }
37411        G__setgvp((long)gvp);
37412      }
37413    } else {
37414      if (gvp == (char*)G__PVOID) {
37415        delete (TGLScaleManip*) soff;
37416      } else {
37417        G__setgvp((long) G__PVOID);
37418        ((TGLScaleManip*) (soff))->~G__TTGLScaleManip();
37419        G__setgvp((long)gvp);
37420      }
37421    }
37422    G__setnull(result7);
37423    return(1 || funcname || hash || result7 || libp) ;
37424 }
37425 
37426 
37427 /* TGLScene::TSceneInfo */
37428 static int G__G__GL_637_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37429 {
37430    TGLScene::TSceneInfo* p = NULL;
37431    char* gvp = (char*) G__getgvp();
37432    switch (libp->paran) {
37433    case 2:
37434      //m: 2
37435      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37436        p = new TGLScene::TSceneInfo((TGLViewerBase*) G__int(libp->para[0]), (TGLScene*) G__int(libp->para[1]));
37437      } else {
37438        p = new((void*) gvp) TGLScene::TSceneInfo((TGLViewerBase*) G__int(libp->para[0]), (TGLScene*) G__int(libp->para[1]));
37439      }
37440      break;
37441    case 1:
37442      //m: 1
37443      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37444        p = new TGLScene::TSceneInfo((TGLViewerBase*) G__int(libp->para[0]));
37445      } else {
37446        p = new((void*) gvp) TGLScene::TSceneInfo((TGLViewerBase*) G__int(libp->para[0]));
37447      }
37448      break;
37449    case 0:
37450      int n = G__getaryconstruct();
37451      if (n) {
37452        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37453          p = new TGLScene::TSceneInfo[n];
37454        } else {
37455          p = new((void*) gvp) TGLScene::TSceneInfo[n];
37456        }
37457      } else {
37458        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37459          p = new TGLScene::TSceneInfo;
37460        } else {
37461          p = new((void*) gvp) TGLScene::TSceneInfo;
37462        }
37463      }
37464      break;
37465    }
37466    result7->obj.i = (long) p;
37467    result7->ref = (long) p;
37468    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLScenecLcLTSceneInfo));
37469    return(1 || funcname || hash || result7 || libp) ;
37470 }
37471 
37472 static int G__G__GL_637_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37473 {
37474       ((TGLScene::TSceneInfo*) G__getstructoffset())->ClearAfterRebuild();
37475       G__setnull(result7);
37476    return(1 || funcname || hash || result7 || libp) ;
37477 }
37478 
37479 static int G__G__GL_637_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37480 {
37481       ((TGLScene::TSceneInfo*) G__getstructoffset())->ClearAfterUpdate();
37482       G__setnull(result7);
37483    return(1 || funcname || hash || result7 || libp) ;
37484 }
37485 
37486 static int G__G__GL_637_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37487 {
37488       ((TGLScene::TSceneInfo*) G__getstructoffset())->Lodify(*(TGLRnrCtx*) libp->para[0].ref);
37489       G__setnull(result7);
37490    return(1 || funcname || hash || result7 || libp) ;
37491 }
37492 
37493 static int G__G__GL_637_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37494 {
37495       ((TGLScene::TSceneInfo*) G__getstructoffset())->PreDraw();
37496       G__setnull(result7);
37497    return(1 || funcname || hash || result7 || libp) ;
37498 }
37499 
37500 static int G__G__GL_637_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37501 {
37502       ((TGLScene::TSceneInfo*) G__getstructoffset())->PostDraw();
37503       G__setnull(result7);
37504    return(1 || funcname || hash || result7 || libp) ;
37505 }
37506 
37507 static int G__G__GL_637_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37508 {
37509       ((TGLScene::TSceneInfo*) G__getstructoffset())->ResetDrawStats();
37510       G__setnull(result7);
37511    return(1 || funcname || hash || result7 || libp) ;
37512 }
37513 
37514 static int G__G__GL_637_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37515 {
37516       ((TGLScene::TSceneInfo*) G__getstructoffset())->UpdateDrawStats(*(TGLPhysicalShape*) libp->para[0].ref, (Short_t) G__int(libp->para[1]));
37517       G__setnull(result7);
37518    return(1 || funcname || hash || result7 || libp) ;
37519 }
37520 
37521 static int G__G__GL_637_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37522 {
37523       ((TGLScene::TSceneInfo*) G__getstructoffset())->DumpDrawStats();
37524       G__setnull(result7);
37525    return(1 || funcname || hash || result7 || libp) ;
37526 }
37527 
37528 // automatic destructor
37529 typedef TGLScene::TSceneInfo G__TTGLScenecLcLTSceneInfo;
37530 static int G__G__GL_637_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37531 {
37532    char* gvp = (char*) G__getgvp();
37533    long soff = G__getstructoffset();
37534    int n = G__getaryconstruct();
37535    //
37536    //has_a_delete: 0
37537    //has_own_delete1arg: 0
37538    //has_own_delete2arg: 0
37539    //
37540    if (!soff) {
37541      return(1);
37542    }
37543    if (n) {
37544      if (gvp == (char*)G__PVOID) {
37545        delete[] (TGLScene::TSceneInfo*) soff;
37546      } else {
37547        G__setgvp((long) G__PVOID);
37548        for (int i = n - 1; i >= 0; --i) {
37549          ((TGLScene::TSceneInfo*) (soff+(sizeof(TGLScene::TSceneInfo)*i)))->~G__TTGLScenecLcLTSceneInfo();
37550        }
37551        G__setgvp((long)gvp);
37552      }
37553    } else {
37554      if (gvp == (char*)G__PVOID) {
37555        delete (TGLScene::TSceneInfo*) soff;
37556      } else {
37557        G__setgvp((long) G__PVOID);
37558        ((TGLScene::TSceneInfo*) (soff))->~G__TTGLScenecLcLTSceneInfo();
37559        G__setgvp((long)gvp);
37560      }
37561    }
37562    G__setnull(result7);
37563    return(1 || funcname || hash || result7 || libp) ;
37564 }
37565 
37566 
37567 /* TGLScenePad */
37568 static int G__G__GL_647_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37569 {
37570    TGLScenePad* p = NULL;
37571    char* gvp = (char*) G__getgvp();
37572    //m: 1
37573    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37574      p = new TGLScenePad((TVirtualPad*) G__int(libp->para[0]));
37575    } else {
37576      p = new((void*) gvp) TGLScenePad((TVirtualPad*) G__int(libp->para[0]));
37577    }
37578    result7->obj.i = (long) p;
37579    result7->ref = (long) p;
37580    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLScenePad));
37581    return(1 || funcname || hash || result7 || libp) ;
37582 }
37583 
37584 static int G__G__GL_647_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37585 {
37586       G__letint(result7, 85, (long) ((const TGLScenePad*) G__getstructoffset())->GetPad());
37587    return(1 || funcname || hash || result7 || libp) ;
37588 }
37589 
37590 static int G__G__GL_647_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37591 {
37592       ((TGLScenePad*) G__getstructoffset())->AddHistoPhysical((TGLLogicalShape*) G__int(libp->para[0]));
37593       G__setnull(result7);
37594    return(1 || funcname || hash || result7 || libp) ;
37595 }
37596 
37597 static int G__G__GL_647_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37598 {
37599       ((TGLScenePad*) G__getstructoffset())->SubPadPaint((TVirtualPad*) G__int(libp->para[0]));
37600       G__setnull(result7);
37601    return(1 || funcname || hash || result7 || libp) ;
37602 }
37603 
37604 static int G__G__GL_647_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37605 {
37606       ((TGLScenePad*) G__getstructoffset())->PadPaintFromViewer((TGLViewer*) G__int(libp->para[0]));
37607       G__setnull(result7);
37608    return(1 || funcname || hash || result7 || libp) ;
37609 }
37610 
37611 static int G__G__GL_647_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37612 {
37613       G__letint(result7, 103, (long) ((const TGLScenePad*) G__getstructoffset())->GetSmartRefresh());
37614    return(1 || funcname || hash || result7 || libp) ;
37615 }
37616 
37617 static int G__G__GL_647_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37618 {
37619       ((TGLScenePad*) G__getstructoffset())->SetSmartRefresh((Bool_t) G__int(libp->para[0]));
37620       G__setnull(result7);
37621    return(1 || funcname || hash || result7 || libp) ;
37622 }
37623 
37624 static int G__G__GL_647_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37625 {
37626       G__letint(result7, 85, (long) TGLScenePad::Class());
37627    return(1 || funcname || hash || result7 || libp) ;
37628 }
37629 
37630 static int G__G__GL_647_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37631 {
37632       G__letint(result7, 67, (long) TGLScenePad::Class_Name());
37633    return(1 || funcname || hash || result7 || libp) ;
37634 }
37635 
37636 static int G__G__GL_647_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37637 {
37638       G__letint(result7, 115, (long) TGLScenePad::Class_Version());
37639    return(1 || funcname || hash || result7 || libp) ;
37640 }
37641 
37642 static int G__G__GL_647_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37643 {
37644       TGLScenePad::Dictionary();
37645       G__setnull(result7);
37646    return(1 || funcname || hash || result7 || libp) ;
37647 }
37648 
37649 static int G__G__GL_647_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37650 {
37651       ((TGLScenePad*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37652       G__setnull(result7);
37653    return(1 || funcname || hash || result7 || libp) ;
37654 }
37655 
37656 static int G__G__GL_647_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37657 {
37658       G__letint(result7, 67, (long) TGLScenePad::DeclFileName());
37659    return(1 || funcname || hash || result7 || libp) ;
37660 }
37661 
37662 static int G__G__GL_647_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37663 {
37664       G__letint(result7, 105, (long) TGLScenePad::ImplFileLine());
37665    return(1 || funcname || hash || result7 || libp) ;
37666 }
37667 
37668 static int G__G__GL_647_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37669 {
37670       G__letint(result7, 67, (long) TGLScenePad::ImplFileName());
37671    return(1 || funcname || hash || result7 || libp) ;
37672 }
37673 
37674 static int G__G__GL_647_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37675 {
37676       G__letint(result7, 105, (long) TGLScenePad::DeclFileLine());
37677    return(1 || funcname || hash || result7 || libp) ;
37678 }
37679 
37680 // automatic destructor
37681 typedef TGLScenePad G__TTGLScenePad;
37682 static int G__G__GL_647_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37683 {
37684    char* gvp = (char*) G__getgvp();
37685    long soff = G__getstructoffset();
37686    int n = G__getaryconstruct();
37687    //
37688    //has_a_delete: 1
37689    //has_own_delete1arg: 0
37690    //has_own_delete2arg: 0
37691    //
37692    if (!soff) {
37693      return(1);
37694    }
37695    if (n) {
37696      if (gvp == (char*)G__PVOID) {
37697        delete[] (TGLScenePad*) soff;
37698      } else {
37699        G__setgvp((long) G__PVOID);
37700        for (int i = n - 1; i >= 0; --i) {
37701          ((TGLScenePad*) (soff+(sizeof(TGLScenePad)*i)))->~G__TTGLScenePad();
37702        }
37703        G__setgvp((long)gvp);
37704      }
37705    } else {
37706      if (gvp == (char*)G__PVOID) {
37707        delete (TGLScenePad*) soff;
37708      } else {
37709        G__setgvp((long) G__PVOID);
37710        ((TGLScenePad*) (soff))->~G__TTGLScenePad();
37711        G__setgvp((long)gvp);
37712      }
37713    }
37714    G__setnull(result7);
37715    return(1 || funcname || hash || result7 || libp) ;
37716 }
37717 
37718 
37719 /* TGLSphere */
37720 static int G__G__GL_658_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37721 {
37722    TGLSphere* p = NULL;
37723    char* gvp = (char*) G__getgvp();
37724    //m: 1
37725    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37726      p = new TGLSphere(*(TBuffer3DSphere*) libp->para[0].ref);
37727    } else {
37728      p = new((void*) gvp) TGLSphere(*(TBuffer3DSphere*) libp->para[0].ref);
37729    }
37730    result7->obj.i = (long) p;
37731    result7->ref = (long) p;
37732    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSphere));
37733    return(1 || funcname || hash || result7 || libp) ;
37734 }
37735 
37736 static int G__G__GL_658_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37737 {
37738       G__letint(result7, 85, (long) TGLSphere::Class());
37739    return(1 || funcname || hash || result7 || libp) ;
37740 }
37741 
37742 static int G__G__GL_658_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37743 {
37744       G__letint(result7, 67, (long) TGLSphere::Class_Name());
37745    return(1 || funcname || hash || result7 || libp) ;
37746 }
37747 
37748 static int G__G__GL_658_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37749 {
37750       G__letint(result7, 115, (long) TGLSphere::Class_Version());
37751    return(1 || funcname || hash || result7 || libp) ;
37752 }
37753 
37754 static int G__G__GL_658_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37755 {
37756       TGLSphere::Dictionary();
37757       G__setnull(result7);
37758    return(1 || funcname || hash || result7 || libp) ;
37759 }
37760 
37761 static int G__G__GL_658_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37762 {
37763       ((TGLSphere*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37764       G__setnull(result7);
37765    return(1 || funcname || hash || result7 || libp) ;
37766 }
37767 
37768 static int G__G__GL_658_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37769 {
37770       G__letint(result7, 67, (long) TGLSphere::DeclFileName());
37771    return(1 || funcname || hash || result7 || libp) ;
37772 }
37773 
37774 static int G__G__GL_658_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37775 {
37776       G__letint(result7, 105, (long) TGLSphere::ImplFileLine());
37777    return(1 || funcname || hash || result7 || libp) ;
37778 }
37779 
37780 static int G__G__GL_658_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37781 {
37782       G__letint(result7, 67, (long) TGLSphere::ImplFileName());
37783    return(1 || funcname || hash || result7 || libp) ;
37784 }
37785 
37786 static int G__G__GL_658_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37787 {
37788       G__letint(result7, 105, (long) TGLSphere::DeclFileLine());
37789    return(1 || funcname || hash || result7 || libp) ;
37790 }
37791 
37792 // automatic destructor
37793 typedef TGLSphere G__TTGLSphere;
37794 static int G__G__GL_658_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37795 {
37796    char* gvp = (char*) G__getgvp();
37797    long soff = G__getstructoffset();
37798    int n = G__getaryconstruct();
37799    //
37800    //has_a_delete: 0
37801    //has_own_delete1arg: 0
37802    //has_own_delete2arg: 0
37803    //
37804    if (!soff) {
37805      return(1);
37806    }
37807    if (n) {
37808      if (gvp == (char*)G__PVOID) {
37809        delete[] (TGLSphere*) soff;
37810      } else {
37811        G__setgvp((long) G__PVOID);
37812        for (int i = n - 1; i >= 0; --i) {
37813          ((TGLSphere*) (soff+(sizeof(TGLSphere)*i)))->~G__TTGLSphere();
37814        }
37815        G__setgvp((long)gvp);
37816      }
37817    } else {
37818      if (gvp == (char*)G__PVOID) {
37819        delete (TGLSphere*) soff;
37820      } else {
37821        G__setgvp((long) G__PVOID);
37822        ((TGLSphere*) (soff))->~G__TTGLSphere();
37823        G__setgvp((long)gvp);
37824      }
37825    }
37826    G__setnull(result7);
37827    return(1 || funcname || hash || result7 || libp) ;
37828 }
37829 
37830 
37831 /* TGLSurfacePainter */
37832 static int G__G__GL_660_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37833 {
37834    TGLSurfacePainter* p = NULL;
37835    char* gvp = (char*) G__getgvp();
37836    //m: 3
37837    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37838      p = new TGLSurfacePainter(
37839 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
37840 , (TGLPlotCoordinates*) G__int(libp->para[2]));
37841    } else {
37842      p = new((void*) gvp) TGLSurfacePainter(
37843 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
37844 , (TGLPlotCoordinates*) G__int(libp->para[2]));
37845    }
37846    result7->obj.i = (long) p;
37847    result7->ref = (long) p;
37848    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePainter));
37849    return(1 || funcname || hash || result7 || libp) ;
37850 }
37851 
37852 static int G__G__GL_660_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37853 {
37854       G__letint(result7, 85, (long) TGLSurfacePainter::Class());
37855    return(1 || funcname || hash || result7 || libp) ;
37856 }
37857 
37858 static int G__G__GL_660_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37859 {
37860       G__letint(result7, 67, (long) TGLSurfacePainter::Class_Name());
37861    return(1 || funcname || hash || result7 || libp) ;
37862 }
37863 
37864 static int G__G__GL_660_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37865 {
37866       G__letint(result7, 115, (long) TGLSurfacePainter::Class_Version());
37867    return(1 || funcname || hash || result7 || libp) ;
37868 }
37869 
37870 static int G__G__GL_660_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37871 {
37872       TGLSurfacePainter::Dictionary();
37873       G__setnull(result7);
37874    return(1 || funcname || hash || result7 || libp) ;
37875 }
37876 
37877 static int G__G__GL_660_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37878 {
37879       ((TGLSurfacePainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37880       G__setnull(result7);
37881    return(1 || funcname || hash || result7 || libp) ;
37882 }
37883 
37884 static int G__G__GL_660_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37885 {
37886       G__letint(result7, 67, (long) TGLSurfacePainter::DeclFileName());
37887    return(1 || funcname || hash || result7 || libp) ;
37888 }
37889 
37890 static int G__G__GL_660_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37891 {
37892       G__letint(result7, 105, (long) TGLSurfacePainter::ImplFileLine());
37893    return(1 || funcname || hash || result7 || libp) ;
37894 }
37895 
37896 static int G__G__GL_660_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37897 {
37898       G__letint(result7, 67, (long) TGLSurfacePainter::ImplFileName());
37899    return(1 || funcname || hash || result7 || libp) ;
37900 }
37901 
37902 static int G__G__GL_660_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37903 {
37904       G__letint(result7, 105, (long) TGLSurfacePainter::DeclFileLine());
37905    return(1 || funcname || hash || result7 || libp) ;
37906 }
37907 
37908 // automatic destructor
37909 typedef TGLSurfacePainter G__TTGLSurfacePainter;
37910 static int G__G__GL_660_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37911 {
37912    char* gvp = (char*) G__getgvp();
37913    long soff = G__getstructoffset();
37914    int n = G__getaryconstruct();
37915    //
37916    //has_a_delete: 0
37917    //has_own_delete1arg: 0
37918    //has_own_delete2arg: 0
37919    //
37920    if (!soff) {
37921      return(1);
37922    }
37923    if (n) {
37924      if (gvp == (char*)G__PVOID) {
37925        delete[] (TGLSurfacePainter*) soff;
37926      } else {
37927        G__setgvp((long) G__PVOID);
37928        for (int i = n - 1; i >= 0; --i) {
37929          ((TGLSurfacePainter*) (soff+(sizeof(TGLSurfacePainter)*i)))->~G__TTGLSurfacePainter();
37930        }
37931        G__setgvp((long)gvp);
37932      }
37933    } else {
37934      if (gvp == (char*)G__PVOID) {
37935        delete (TGLSurfacePainter*) soff;
37936      } else {
37937        G__setgvp((long) G__PVOID);
37938        ((TGLSurfacePainter*) (soff))->~G__TTGLSurfacePainter();
37939        G__setgvp((long)gvp);
37940      }
37941    }
37942    G__setnull(result7);
37943    return(1 || funcname || hash || result7 || libp) ;
37944 }
37945 
37946 
37947 /* TGLTF3Painter */
37948 static int G__G__GL_688_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37949 {
37950    TGLTF3Painter* p = NULL;
37951    char* gvp = (char*) G__getgvp();
37952    //m: 4
37953    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
37954      p = new TGLTF3Painter(
37955 (TF3*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
37956 , (TGLPlotCamera*) G__int(libp->para[2]), (TGLPlotCoordinates*) G__int(libp->para[3]));
37957    } else {
37958      p = new((void*) gvp) TGLTF3Painter(
37959 (TF3*) G__int(libp->para[0]), (TH1*) G__int(libp->para[1])
37960 , (TGLPlotCamera*) G__int(libp->para[2]), (TGLPlotCoordinates*) G__int(libp->para[3]));
37961    }
37962    result7->obj.i = (long) p;
37963    result7->ref = (long) p;
37964    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLTF3Painter));
37965    return(1 || funcname || hash || result7 || libp) ;
37966 }
37967 
37968 static int G__G__GL_688_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37969 {
37970       G__letint(result7, 85, (long) TGLTF3Painter::Class());
37971    return(1 || funcname || hash || result7 || libp) ;
37972 }
37973 
37974 static int G__G__GL_688_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37975 {
37976       G__letint(result7, 67, (long) TGLTF3Painter::Class_Name());
37977    return(1 || funcname || hash || result7 || libp) ;
37978 }
37979 
37980 static int G__G__GL_688_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37981 {
37982       G__letint(result7, 115, (long) TGLTF3Painter::Class_Version());
37983    return(1 || funcname || hash || result7 || libp) ;
37984 }
37985 
37986 static int G__G__GL_688_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37987 {
37988       TGLTF3Painter::Dictionary();
37989       G__setnull(result7);
37990    return(1 || funcname || hash || result7 || libp) ;
37991 }
37992 
37993 static int G__G__GL_688_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
37994 {
37995       ((TGLTF3Painter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
37996       G__setnull(result7);
37997    return(1 || funcname || hash || result7 || libp) ;
37998 }
37999 
38000 static int G__G__GL_688_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38001 {
38002       G__letint(result7, 67, (long) TGLTF3Painter::DeclFileName());
38003    return(1 || funcname || hash || result7 || libp) ;
38004 }
38005 
38006 static int G__G__GL_688_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38007 {
38008       G__letint(result7, 105, (long) TGLTF3Painter::ImplFileLine());
38009    return(1 || funcname || hash || result7 || libp) ;
38010 }
38011 
38012 static int G__G__GL_688_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38013 {
38014       G__letint(result7, 67, (long) TGLTF3Painter::ImplFileName());
38015    return(1 || funcname || hash || result7 || libp) ;
38016 }
38017 
38018 static int G__G__GL_688_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38019 {
38020       G__letint(result7, 105, (long) TGLTF3Painter::DeclFileLine());
38021    return(1 || funcname || hash || result7 || libp) ;
38022 }
38023 
38024 // automatic destructor
38025 typedef TGLTF3Painter G__TTGLTF3Painter;
38026 static int G__G__GL_688_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38027 {
38028    char* gvp = (char*) G__getgvp();
38029    long soff = G__getstructoffset();
38030    int n = G__getaryconstruct();
38031    //
38032    //has_a_delete: 0
38033    //has_own_delete1arg: 0
38034    //has_own_delete2arg: 0
38035    //
38036    if (!soff) {
38037      return(1);
38038    }
38039    if (n) {
38040      if (gvp == (char*)G__PVOID) {
38041        delete[] (TGLTF3Painter*) soff;
38042      } else {
38043        G__setgvp((long) G__PVOID);
38044        for (int i = n - 1; i >= 0; --i) {
38045          ((TGLTF3Painter*) (soff+(sizeof(TGLTF3Painter)*i)))->~G__TTGLTF3Painter();
38046        }
38047        G__setgvp((long)gvp);
38048      }
38049    } else {
38050      if (gvp == (char*)G__PVOID) {
38051        delete (TGLTF3Painter*) soff;
38052      } else {
38053        G__setgvp((long) G__PVOID);
38054        ((TGLTF3Painter*) (soff))->~G__TTGLTF3Painter();
38055        G__setgvp((long)gvp);
38056      }
38057    }
38058    G__setnull(result7);
38059    return(1 || funcname || hash || result7 || libp) ;
38060 }
38061 
38062 
38063 /* TGLIsoPainter */
38064 static int G__G__GL_691_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38065 {
38066    TGLIsoPainter* p = NULL;
38067    char* gvp = (char*) G__getgvp();
38068    //m: 3
38069    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38070      p = new TGLIsoPainter(
38071 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
38072 , (TGLPlotCoordinates*) G__int(libp->para[2]));
38073    } else {
38074      p = new((void*) gvp) TGLIsoPainter(
38075 (TH1*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
38076 , (TGLPlotCoordinates*) G__int(libp->para[2]));
38077    }
38078    result7->obj.i = (long) p;
38079    result7->ref = (long) p;
38080    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter));
38081    return(1 || funcname || hash || result7 || libp) ;
38082 }
38083 
38084 static int G__G__GL_691_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38085 {
38086       G__letint(result7, 85, (long) TGLIsoPainter::Class());
38087    return(1 || funcname || hash || result7 || libp) ;
38088 }
38089 
38090 static int G__G__GL_691_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38091 {
38092       G__letint(result7, 67, (long) TGLIsoPainter::Class_Name());
38093    return(1 || funcname || hash || result7 || libp) ;
38094 }
38095 
38096 static int G__G__GL_691_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38097 {
38098       G__letint(result7, 115, (long) TGLIsoPainter::Class_Version());
38099    return(1 || funcname || hash || result7 || libp) ;
38100 }
38101 
38102 static int G__G__GL_691_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38103 {
38104       TGLIsoPainter::Dictionary();
38105       G__setnull(result7);
38106    return(1 || funcname || hash || result7 || libp) ;
38107 }
38108 
38109 static int G__G__GL_691_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38110 {
38111       ((TGLIsoPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38112       G__setnull(result7);
38113    return(1 || funcname || hash || result7 || libp) ;
38114 }
38115 
38116 static int G__G__GL_691_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38117 {
38118       G__letint(result7, 67, (long) TGLIsoPainter::DeclFileName());
38119    return(1 || funcname || hash || result7 || libp) ;
38120 }
38121 
38122 static int G__G__GL_691_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38123 {
38124       G__letint(result7, 105, (long) TGLIsoPainter::ImplFileLine());
38125    return(1 || funcname || hash || result7 || libp) ;
38126 }
38127 
38128 static int G__G__GL_691_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38129 {
38130       G__letint(result7, 67, (long) TGLIsoPainter::ImplFileName());
38131    return(1 || funcname || hash || result7 || libp) ;
38132 }
38133 
38134 static int G__G__GL_691_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38135 {
38136       G__letint(result7, 105, (long) TGLIsoPainter::DeclFileLine());
38137    return(1 || funcname || hash || result7 || libp) ;
38138 }
38139 
38140 // automatic destructor
38141 typedef TGLIsoPainter G__TTGLIsoPainter;
38142 static int G__G__GL_691_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38143 {
38144    char* gvp = (char*) G__getgvp();
38145    long soff = G__getstructoffset();
38146    int n = G__getaryconstruct();
38147    //
38148    //has_a_delete: 0
38149    //has_own_delete1arg: 0
38150    //has_own_delete2arg: 0
38151    //
38152    if (!soff) {
38153      return(1);
38154    }
38155    if (n) {
38156      if (gvp == (char*)G__PVOID) {
38157        delete[] (TGLIsoPainter*) soff;
38158      } else {
38159        G__setgvp((long) G__PVOID);
38160        for (int i = n - 1; i >= 0; --i) {
38161          ((TGLIsoPainter*) (soff+(sizeof(TGLIsoPainter)*i)))->~G__TTGLIsoPainter();
38162        }
38163        G__setgvp((long)gvp);
38164      }
38165    } else {
38166      if (gvp == (char*)G__PVOID) {
38167        delete (TGLIsoPainter*) soff;
38168      } else {
38169        G__setgvp((long) G__PVOID);
38170        ((TGLIsoPainter*) (soff))->~G__TTGLIsoPainter();
38171        G__setgvp((long)gvp);
38172      }
38173    }
38174    G__setnull(result7);
38175    return(1 || funcname || hash || result7 || libp) ;
38176 }
38177 
38178 
38179 /* TGLTH3CompositionPainter */
38180 static int G__G__GL_721_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38181 {
38182    TGLTH3CompositionPainter* p = NULL;
38183    char* gvp = (char*) G__getgvp();
38184    //m: 3
38185    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38186      p = new TGLTH3CompositionPainter(
38187 (TGLTH3Composition*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
38188 , (TGLPlotCoordinates*) G__int(libp->para[2]));
38189    } else {
38190      p = new((void*) gvp) TGLTH3CompositionPainter(
38191 (TGLTH3Composition*) G__int(libp->para[0]), (TGLPlotCamera*) G__int(libp->para[1])
38192 , (TGLPlotCoordinates*) G__int(libp->para[2]));
38193    }
38194    result7->obj.i = (long) p;
38195    result7->ref = (long) p;
38196    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter));
38197    return(1 || funcname || hash || result7 || libp) ;
38198 }
38199 
38200 static int G__G__GL_721_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38201 {
38202       G__letint(result7, 85, (long) TGLTH3CompositionPainter::Class());
38203    return(1 || funcname || hash || result7 || libp) ;
38204 }
38205 
38206 static int G__G__GL_721_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38207 {
38208       G__letint(result7, 67, (long) TGLTH3CompositionPainter::Class_Name());
38209    return(1 || funcname || hash || result7 || libp) ;
38210 }
38211 
38212 static int G__G__GL_721_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38213 {
38214       G__letint(result7, 115, (long) TGLTH3CompositionPainter::Class_Version());
38215    return(1 || funcname || hash || result7 || libp) ;
38216 }
38217 
38218 static int G__G__GL_721_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38219 {
38220       TGLTH3CompositionPainter::Dictionary();
38221       G__setnull(result7);
38222    return(1 || funcname || hash || result7 || libp) ;
38223 }
38224 
38225 static int G__G__GL_721_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38226 {
38227       ((TGLTH3CompositionPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38228       G__setnull(result7);
38229    return(1 || funcname || hash || result7 || libp) ;
38230 }
38231 
38232 static int G__G__GL_721_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38233 {
38234       G__letint(result7, 67, (long) TGLTH3CompositionPainter::DeclFileName());
38235    return(1 || funcname || hash || result7 || libp) ;
38236 }
38237 
38238 static int G__G__GL_721_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38239 {
38240       G__letint(result7, 105, (long) TGLTH3CompositionPainter::ImplFileLine());
38241    return(1 || funcname || hash || result7 || libp) ;
38242 }
38243 
38244 static int G__G__GL_721_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38245 {
38246       G__letint(result7, 67, (long) TGLTH3CompositionPainter::ImplFileName());
38247    return(1 || funcname || hash || result7 || libp) ;
38248 }
38249 
38250 static int G__G__GL_721_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38251 {
38252       G__letint(result7, 105, (long) TGLTH3CompositionPainter::DeclFileLine());
38253    return(1 || funcname || hash || result7 || libp) ;
38254 }
38255 
38256 // automatic destructor
38257 typedef TGLTH3CompositionPainter G__TTGLTH3CompositionPainter;
38258 static int G__G__GL_721_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38259 {
38260    char* gvp = (char*) G__getgvp();
38261    long soff = G__getstructoffset();
38262    int n = G__getaryconstruct();
38263    //
38264    //has_a_delete: 0
38265    //has_own_delete1arg: 0
38266    //has_own_delete2arg: 0
38267    //
38268    if (!soff) {
38269      return(1);
38270    }
38271    if (n) {
38272      if (gvp == (char*)G__PVOID) {
38273        delete[] (TGLTH3CompositionPainter*) soff;
38274      } else {
38275        G__setgvp((long) G__PVOID);
38276        for (int i = n - 1; i >= 0; --i) {
38277          ((TGLTH3CompositionPainter*) (soff+(sizeof(TGLTH3CompositionPainter)*i)))->~G__TTGLTH3CompositionPainter();
38278        }
38279        G__setgvp((long)gvp);
38280      }
38281    } else {
38282      if (gvp == (char*)G__PVOID) {
38283        delete (TGLTH3CompositionPainter*) soff;
38284      } else {
38285        G__setgvp((long) G__PVOID);
38286        ((TGLTH3CompositionPainter*) (soff))->~G__TTGLTH3CompositionPainter();
38287        G__setgvp((long)gvp);
38288      }
38289    }
38290    G__setnull(result7);
38291    return(1 || funcname || hash || result7 || libp) ;
38292 }
38293 
38294 
38295 /* TGLTransManip */
38296 static int G__G__GL_728_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38297 {
38298    TGLTransManip* p = NULL;
38299    char* gvp = (char*) G__getgvp();
38300    int n = G__getaryconstruct();
38301    if (n) {
38302      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38303        p = new TGLTransManip[n];
38304      } else {
38305        p = new((void*) gvp) TGLTransManip[n];
38306      }
38307    } else {
38308      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38309        p = new TGLTransManip;
38310      } else {
38311        p = new((void*) gvp) TGLTransManip;
38312      }
38313    }
38314    result7->obj.i = (long) p;
38315    result7->ref = (long) p;
38316    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLTransManip));
38317    return(1 || funcname || hash || result7 || libp) ;
38318 }
38319 
38320 static int G__G__GL_728_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38321 {
38322    TGLTransManip* p = NULL;
38323    char* gvp = (char*) G__getgvp();
38324    //m: 1
38325    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38326      p = new TGLTransManip((TGLPhysicalShape*) G__int(libp->para[0]));
38327    } else {
38328      p = new((void*) gvp) TGLTransManip((TGLPhysicalShape*) G__int(libp->para[0]));
38329    }
38330    result7->obj.i = (long) p;
38331    result7->ref = (long) p;
38332    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLTransManip));
38333    return(1 || funcname || hash || result7 || libp) ;
38334 }
38335 
38336 static int G__G__GL_728_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38337 {
38338       G__letint(result7, 85, (long) TGLTransManip::Class());
38339    return(1 || funcname || hash || result7 || libp) ;
38340 }
38341 
38342 static int G__G__GL_728_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38343 {
38344       G__letint(result7, 67, (long) TGLTransManip::Class_Name());
38345    return(1 || funcname || hash || result7 || libp) ;
38346 }
38347 
38348 static int G__G__GL_728_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38349 {
38350       G__letint(result7, 115, (long) TGLTransManip::Class_Version());
38351    return(1 || funcname || hash || result7 || libp) ;
38352 }
38353 
38354 static int G__G__GL_728_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38355 {
38356       TGLTransManip::Dictionary();
38357       G__setnull(result7);
38358    return(1 || funcname || hash || result7 || libp) ;
38359 }
38360 
38361 static int G__G__GL_728_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38362 {
38363       ((TGLTransManip*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38364       G__setnull(result7);
38365    return(1 || funcname || hash || result7 || libp) ;
38366 }
38367 
38368 static int G__G__GL_728_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38369 {
38370       G__letint(result7, 67, (long) TGLTransManip::DeclFileName());
38371    return(1 || funcname || hash || result7 || libp) ;
38372 }
38373 
38374 static int G__G__GL_728_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38375 {
38376       G__letint(result7, 105, (long) TGLTransManip::ImplFileLine());
38377    return(1 || funcname || hash || result7 || libp) ;
38378 }
38379 
38380 static int G__G__GL_728_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38381 {
38382       G__letint(result7, 67, (long) TGLTransManip::ImplFileName());
38383    return(1 || funcname || hash || result7 || libp) ;
38384 }
38385 
38386 static int G__G__GL_728_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38387 {
38388       G__letint(result7, 105, (long) TGLTransManip::DeclFileLine());
38389    return(1 || funcname || hash || result7 || libp) ;
38390 }
38391 
38392 // automatic copy constructor
38393 static int G__G__GL_728_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38394 
38395 {
38396    TGLTransManip* p;
38397    void* tmp = (void*) G__int(libp->para[0]);
38398    p = new TGLTransManip(*(TGLTransManip*) tmp);
38399    result7->obj.i = (long) p;
38400    result7->ref = (long) p;
38401    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TGLTransManip));
38402    return(1 || funcname || hash || result7 || libp) ;
38403 }
38404 
38405 // automatic destructor
38406 typedef TGLTransManip G__TTGLTransManip;
38407 static int G__G__GL_728_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38408 {
38409    char* gvp = (char*) G__getgvp();
38410    long soff = G__getstructoffset();
38411    int n = G__getaryconstruct();
38412    //
38413    //has_a_delete: 0
38414    //has_own_delete1arg: 0
38415    //has_own_delete2arg: 0
38416    //
38417    if (!soff) {
38418      return(1);
38419    }
38420    if (n) {
38421      if (gvp == (char*)G__PVOID) {
38422        delete[] (TGLTransManip*) soff;
38423      } else {
38424        G__setgvp((long) G__PVOID);
38425        for (int i = n - 1; i >= 0; --i) {
38426          ((TGLTransManip*) (soff+(sizeof(TGLTransManip)*i)))->~G__TTGLTransManip();
38427        }
38428        G__setgvp((long)gvp);
38429      }
38430    } else {
38431      if (gvp == (char*)G__PVOID) {
38432        delete (TGLTransManip*) soff;
38433      } else {
38434        G__setgvp((long) G__PVOID);
38435        ((TGLTransManip*) (soff))->~G__TTGLTransManip();
38436        G__setgvp((long)gvp);
38437      }
38438    }
38439    G__setnull(result7);
38440    return(1 || funcname || hash || result7 || libp) ;
38441 }
38442 
38443 
38444 /* TH2GL */
38445 static int G__G__GL_737_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38446 {
38447    TH2GL* p = NULL;
38448    char* gvp = (char*) G__getgvp();
38449    int n = G__getaryconstruct();
38450    if (n) {
38451      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38452        p = new TH2GL[n];
38453      } else {
38454        p = new((void*) gvp) TH2GL[n];
38455      }
38456    } else {
38457      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38458        p = new TH2GL;
38459      } else {
38460        p = new((void*) gvp) TH2GL;
38461      }
38462    }
38463    result7->obj.i = (long) p;
38464    result7->ref = (long) p;
38465    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TH2GL));
38466    return(1 || funcname || hash || result7 || libp) ;
38467 }
38468 
38469 static int G__G__GL_737_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38470 {
38471       G__letint(result7, 85, (long) TH2GL::Class());
38472    return(1 || funcname || hash || result7 || libp) ;
38473 }
38474 
38475 static int G__G__GL_737_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38476 {
38477       G__letint(result7, 67, (long) TH2GL::Class_Name());
38478    return(1 || funcname || hash || result7 || libp) ;
38479 }
38480 
38481 static int G__G__GL_737_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38482 {
38483       G__letint(result7, 115, (long) TH2GL::Class_Version());
38484    return(1 || funcname || hash || result7 || libp) ;
38485 }
38486 
38487 static int G__G__GL_737_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38488 {
38489       TH2GL::Dictionary();
38490       G__setnull(result7);
38491    return(1 || funcname || hash || result7 || libp) ;
38492 }
38493 
38494 static int G__G__GL_737_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38495 {
38496       ((TH2GL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38497       G__setnull(result7);
38498    return(1 || funcname || hash || result7 || libp) ;
38499 }
38500 
38501 static int G__G__GL_737_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38502 {
38503       G__letint(result7, 67, (long) TH2GL::DeclFileName());
38504    return(1 || funcname || hash || result7 || libp) ;
38505 }
38506 
38507 static int G__G__GL_737_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38508 {
38509       G__letint(result7, 105, (long) TH2GL::ImplFileLine());
38510    return(1 || funcname || hash || result7 || libp) ;
38511 }
38512 
38513 static int G__G__GL_737_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38514 {
38515       G__letint(result7, 67, (long) TH2GL::ImplFileName());
38516    return(1 || funcname || hash || result7 || libp) ;
38517 }
38518 
38519 static int G__G__GL_737_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38520 {
38521       G__letint(result7, 105, (long) TH2GL::DeclFileLine());
38522    return(1 || funcname || hash || result7 || libp) ;
38523 }
38524 
38525 // automatic destructor
38526 typedef TH2GL G__TTH2GL;
38527 static int G__G__GL_737_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38528 {
38529    char* gvp = (char*) G__getgvp();
38530    long soff = G__getstructoffset();
38531    int n = G__getaryconstruct();
38532    //
38533    //has_a_delete: 0
38534    //has_own_delete1arg: 0
38535    //has_own_delete2arg: 0
38536    //
38537    if (!soff) {
38538      return(1);
38539    }
38540    if (n) {
38541      if (gvp == (char*)G__PVOID) {
38542        delete[] (TH2GL*) soff;
38543      } else {
38544        G__setgvp((long) G__PVOID);
38545        for (int i = n - 1; i >= 0; --i) {
38546          ((TH2GL*) (soff+(sizeof(TH2GL)*i)))->~G__TTH2GL();
38547        }
38548        G__setgvp((long)gvp);
38549      }
38550    } else {
38551      if (gvp == (char*)G__PVOID) {
38552        delete (TH2GL*) soff;
38553      } else {
38554        G__setgvp((long) G__PVOID);
38555        ((TH2GL*) (soff))->~G__TTH2GL();
38556        G__setgvp((long)gvp);
38557      }
38558    }
38559    G__setnull(result7);
38560    return(1 || funcname || hash || result7 || libp) ;
38561 }
38562 
38563 
38564 /* TH3GL */
38565 static int G__G__GL_738_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38566 {
38567    TH3GL* p = NULL;
38568    char* gvp = (char*) G__getgvp();
38569    int n = G__getaryconstruct();
38570    if (n) {
38571      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38572        p = new TH3GL[n];
38573      } else {
38574        p = new((void*) gvp) TH3GL[n];
38575      }
38576    } else {
38577      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38578        p = new TH3GL;
38579      } else {
38580        p = new((void*) gvp) TH3GL;
38581      }
38582    }
38583    result7->obj.i = (long) p;
38584    result7->ref = (long) p;
38585    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TH3GL));
38586    return(1 || funcname || hash || result7 || libp) ;
38587 }
38588 
38589 static int G__G__GL_738_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38590 {
38591       G__letint(result7, 85, (long) TH3GL::Class());
38592    return(1 || funcname || hash || result7 || libp) ;
38593 }
38594 
38595 static int G__G__GL_738_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38596 {
38597       G__letint(result7, 67, (long) TH3GL::Class_Name());
38598    return(1 || funcname || hash || result7 || libp) ;
38599 }
38600 
38601 static int G__G__GL_738_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38602 {
38603       G__letint(result7, 115, (long) TH3GL::Class_Version());
38604    return(1 || funcname || hash || result7 || libp) ;
38605 }
38606 
38607 static int G__G__GL_738_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38608 {
38609       TH3GL::Dictionary();
38610       G__setnull(result7);
38611    return(1 || funcname || hash || result7 || libp) ;
38612 }
38613 
38614 static int G__G__GL_738_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38615 {
38616       ((TH3GL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38617       G__setnull(result7);
38618    return(1 || funcname || hash || result7 || libp) ;
38619 }
38620 
38621 static int G__G__GL_738_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38622 {
38623       G__letint(result7, 67, (long) TH3GL::DeclFileName());
38624    return(1 || funcname || hash || result7 || libp) ;
38625 }
38626 
38627 static int G__G__GL_738_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38628 {
38629       G__letint(result7, 105, (long) TH3GL::ImplFileLine());
38630    return(1 || funcname || hash || result7 || libp) ;
38631 }
38632 
38633 static int G__G__GL_738_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38634 {
38635       G__letint(result7, 67, (long) TH3GL::ImplFileName());
38636    return(1 || funcname || hash || result7 || libp) ;
38637 }
38638 
38639 static int G__G__GL_738_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38640 {
38641       G__letint(result7, 105, (long) TH3GL::DeclFileLine());
38642    return(1 || funcname || hash || result7 || libp) ;
38643 }
38644 
38645 // automatic destructor
38646 typedef TH3GL G__TTH3GL;
38647 static int G__G__GL_738_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38648 {
38649    char* gvp = (char*) G__getgvp();
38650    long soff = G__getstructoffset();
38651    int n = G__getaryconstruct();
38652    //
38653    //has_a_delete: 0
38654    //has_own_delete1arg: 0
38655    //has_own_delete2arg: 0
38656    //
38657    if (!soff) {
38658      return(1);
38659    }
38660    if (n) {
38661      if (gvp == (char*)G__PVOID) {
38662        delete[] (TH3GL*) soff;
38663      } else {
38664        G__setgvp((long) G__PVOID);
38665        for (int i = n - 1; i >= 0; --i) {
38666          ((TH3GL*) (soff+(sizeof(TH3GL)*i)))->~G__TTH3GL();
38667        }
38668        G__setgvp((long)gvp);
38669      }
38670    } else {
38671      if (gvp == (char*)G__PVOID) {
38672        delete (TH3GL*) soff;
38673      } else {
38674        G__setgvp((long) G__PVOID);
38675        ((TH3GL*) (soff))->~G__TTH3GL();
38676        G__setgvp((long)gvp);
38677      }
38678    }
38679    G__setnull(result7);
38680    return(1 || funcname || hash || result7 || libp) ;
38681 }
38682 
38683 
38684 /* TPointSet3DGL */
38685 static int G__G__GL_739_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38686 {
38687    TPointSet3DGL* p = NULL;
38688    char* gvp = (char*) G__getgvp();
38689    int n = G__getaryconstruct();
38690    if (n) {
38691      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38692        p = new TPointSet3DGL[n];
38693      } else {
38694        p = new((void*) gvp) TPointSet3DGL[n];
38695      }
38696    } else {
38697      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38698        p = new TPointSet3DGL;
38699      } else {
38700        p = new((void*) gvp) TPointSet3DGL;
38701      }
38702    }
38703    result7->obj.i = (long) p;
38704    result7->ref = (long) p;
38705    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TPointSet3DGL));
38706    return(1 || funcname || hash || result7 || libp) ;
38707 }
38708 
38709 static int G__G__GL_739_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38710 {
38711       G__letint(result7, 85, (long) TPointSet3DGL::Class());
38712    return(1 || funcname || hash || result7 || libp) ;
38713 }
38714 
38715 static int G__G__GL_739_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38716 {
38717       G__letint(result7, 67, (long) TPointSet3DGL::Class_Name());
38718    return(1 || funcname || hash || result7 || libp) ;
38719 }
38720 
38721 static int G__G__GL_739_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38722 {
38723       G__letint(result7, 115, (long) TPointSet3DGL::Class_Version());
38724    return(1 || funcname || hash || result7 || libp) ;
38725 }
38726 
38727 static int G__G__GL_739_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38728 {
38729       TPointSet3DGL::Dictionary();
38730       G__setnull(result7);
38731    return(1 || funcname || hash || result7 || libp) ;
38732 }
38733 
38734 static int G__G__GL_739_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38735 {
38736       ((TPointSet3DGL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38737       G__setnull(result7);
38738    return(1 || funcname || hash || result7 || libp) ;
38739 }
38740 
38741 static int G__G__GL_739_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38742 {
38743       G__letint(result7, 67, (long) TPointSet3DGL::DeclFileName());
38744    return(1 || funcname || hash || result7 || libp) ;
38745 }
38746 
38747 static int G__G__GL_739_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38748 {
38749       G__letint(result7, 105, (long) TPointSet3DGL::ImplFileLine());
38750    return(1 || funcname || hash || result7 || libp) ;
38751 }
38752 
38753 static int G__G__GL_739_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38754 {
38755       G__letint(result7, 67, (long) TPointSet3DGL::ImplFileName());
38756    return(1 || funcname || hash || result7 || libp) ;
38757 }
38758 
38759 static int G__G__GL_739_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38760 {
38761       G__letint(result7, 105, (long) TPointSet3DGL::DeclFileLine());
38762    return(1 || funcname || hash || result7 || libp) ;
38763 }
38764 
38765 // automatic destructor
38766 typedef TPointSet3DGL G__TTPointSet3DGL;
38767 static int G__G__GL_739_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38768 {
38769    char* gvp = (char*) G__getgvp();
38770    long soff = G__getstructoffset();
38771    int n = G__getaryconstruct();
38772    //
38773    //has_a_delete: 0
38774    //has_own_delete1arg: 0
38775    //has_own_delete2arg: 0
38776    //
38777    if (!soff) {
38778      return(1);
38779    }
38780    if (n) {
38781      if (gvp == (char*)G__PVOID) {
38782        delete[] (TPointSet3DGL*) soff;
38783      } else {
38784        G__setgvp((long) G__PVOID);
38785        for (int i = n - 1; i >= 0; --i) {
38786          ((TPointSet3DGL*) (soff+(sizeof(TPointSet3DGL)*i)))->~G__TTPointSet3DGL();
38787        }
38788        G__setgvp((long)gvp);
38789      }
38790    } else {
38791      if (gvp == (char*)G__PVOID) {
38792        delete (TPointSet3DGL*) soff;
38793      } else {
38794        G__setgvp((long) G__PVOID);
38795        ((TPointSet3DGL*) (soff))->~G__TTPointSet3DGL();
38796        G__setgvp((long)gvp);
38797      }
38798    }
38799    G__setnull(result7);
38800    return(1 || funcname || hash || result7 || libp) ;
38801 }
38802 
38803 
38804 /* TX11GLManager */
38805 static int G__G__GL_742_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38806 {
38807    TX11GLManager* p = NULL;
38808    char* gvp = (char*) G__getgvp();
38809    int n = G__getaryconstruct();
38810    if (n) {
38811      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38812        p = new TX11GLManager[n];
38813      } else {
38814        p = new((void*) gvp) TX11GLManager[n];
38815      }
38816    } else {
38817      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
38818        p = new TX11GLManager;
38819      } else {
38820        p = new((void*) gvp) TX11GLManager;
38821      }
38822    }
38823    result7->obj.i = (long) p;
38824    result7->ref = (long) p;
38825    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GLLN_TX11GLManager));
38826    return(1 || funcname || hash || result7 || libp) ;
38827 }
38828 
38829 static int G__G__GL_742_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38830 {
38831       G__letint(result7, 85, (long) TX11GLManager::Class());
38832    return(1 || funcname || hash || result7 || libp) ;
38833 }
38834 
38835 static int G__G__GL_742_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38836 {
38837       G__letint(result7, 67, (long) TX11GLManager::Class_Name());
38838    return(1 || funcname || hash || result7 || libp) ;
38839 }
38840 
38841 static int G__G__GL_742_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38842 {
38843       G__letint(result7, 115, (long) TX11GLManager::Class_Version());
38844    return(1 || funcname || hash || result7 || libp) ;
38845 }
38846 
38847 static int G__G__GL_742_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38848 {
38849       TX11GLManager::Dictionary();
38850       G__setnull(result7);
38851    return(1 || funcname || hash || result7 || libp) ;
38852 }
38853 
38854 static int G__G__GL_742_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38855 {
38856       ((TX11GLManager*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
38857       G__setnull(result7);
38858    return(1 || funcname || hash || result7 || libp) ;
38859 }
38860 
38861 static int G__G__GL_742_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38862 {
38863       G__letint(result7, 67, (long) TX11GLManager::DeclFileName());
38864    return(1 || funcname || hash || result7 || libp) ;
38865 }
38866 
38867 static int G__G__GL_742_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38868 {
38869       G__letint(result7, 105, (long) TX11GLManager::ImplFileLine());
38870    return(1 || funcname || hash || result7 || libp) ;
38871 }
38872 
38873 static int G__G__GL_742_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38874 {
38875       G__letint(result7, 67, (long) TX11GLManager::ImplFileName());
38876    return(1 || funcname || hash || result7 || libp) ;
38877 }
38878 
38879 static int G__G__GL_742_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38880 {
38881       G__letint(result7, 105, (long) TX11GLManager::DeclFileLine());
38882    return(1 || funcname || hash || result7 || libp) ;
38883 }
38884 
38885 // automatic destructor
38886 typedef TX11GLManager G__TTX11GLManager;
38887 static int G__G__GL_742_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
38888 {
38889    char* gvp = (char*) G__getgvp();
38890    long soff = G__getstructoffset();
38891    int n = G__getaryconstruct();
38892    //
38893    //has_a_delete: 1
38894    //has_own_delete1arg: 0
38895    //has_own_delete2arg: 0
38896    //
38897    if (!soff) {
38898      return(1);
38899    }
38900    if (n) {
38901      if (gvp == (char*)G__PVOID) {
38902        delete[] (TX11GLManager*) soff;
38903      } else {
38904        G__setgvp((long) G__PVOID);
38905        for (int i = n - 1; i >= 0; --i) {
38906          ((TX11GLManager*) (soff+(sizeof(TX11GLManager)*i)))->~G__TTX11GLManager();
38907        }
38908        G__setgvp((long)gvp);
38909      }
38910    } else {
38911      if (gvp == (char*)G__PVOID) {
38912        delete (TX11GLManager*) soff;
38913      } else {
38914        G__setgvp((long) G__PVOID);
38915        ((TX11GLManager*) (soff))->~G__TTX11GLManager();
38916        G__setgvp((long)gvp);
38917      }
38918    }
38919    G__setnull(result7);
38920    return(1 || funcname || hash || result7 || libp) ;
38921 }
38922 
38923 
38924 /* Setting up global function */
38925 
38926 /*********************************************************
38927 * Member function Stub
38928 *********************************************************/
38929 
38930 /* TArcBall */
38931 
38932 /* TGLBoundingBox */
38933 
38934 /* TGLCamera */
38935 
38936 /* TGLVector3 */
38937 
38938 /* TGLVertex3 */
38939 
38940 /* TGLLine3 */
38941 
38942 /* TGLRect */
38943 
38944 /* TGLPlane */
38945 
38946 /* TGLMatrix */
38947 
38948 /* TGLColor */
38949 
38950 /* TGLColorSet */
38951 
38952 /* TGLUtil */
38953 
38954 /* TGLUtil::TColorLocker */
38955 
38956 /* TGLUtil::TDrawQualityModifier */
38957 
38958 /* TGLUtil::TDrawQualityScaler */
38959 
38960 /* TGLSelectionBuffer */
38961 
38962 /* TGLPlotCoordinates */
38963 
38964 /* TGLQuadric */
38965 
38966 /* Rgl */
38967 
38968 /* TGLPhysicalShape */
38969 
38970 /* TGLRnrCtx */
38971 
38972 /* TGLSelectRecord */
38973 
38974 /* TGLViewer */
38975 
38976 /* TGLSceneBase */
38977 
38978 /* TGLScene */
38979 
38980 /* TGLLogicalShape */
38981 
38982 /* TGLObject */
38983 
38984 /* TGLManip */
38985 
38986 /* TGLContext */
38987 
38988 /* TGLFormat */
38989 
38990 /* TGLPlotBox */
38991 
38992 /* TGLPlotCamera */
38993 
38994 /* TGL5DDataSet */
38995 
38996 /* TGLBoxCut */
38997 
38998 /* TGLTH3Slice */
38999 
39000 /* TGLPlotPainter */
39001 
39002 /* TGLPlot3D */
39003 
39004 /* TF2GL */
39005 
39006 /* TGL5DDataSetEditor */
39007 
39008 /* TGLParametricEquation */
39009 
39010 /* TGLTH3Composition */
39011 
39012 /* TGLHistPainter */
39013 
39014 /* TGLAdapter */
39015 
39016 /* TGLOvlSelectRecord */
39017 
39018 /* TGLOverlayElement */
39019 
39020 /* TGLOverlayList */
39021 
39022 /* TGLFontManager */
39023 
39024 /* TGLFont */
39025 
39026 /* TGLViewerBase */
39027 
39028 /* TGLAnnotation */
39029 
39030 /* TGLAutoRotator */
39031 
39032 /* TGLText */
39033 
39034 /* TGLAxis */
39035 
39036 /* TGLAxisPainter */
39037 
39038 /* TGLAxisPainterBox */
39039 
39040 /* TGLBoxPainter */
39041 
39042 /* TGLCameraGuide */
39043 
39044 /* TGLCameraOverlay */
39045 
39046 /* TGLPShapeRef */
39047 
39048 /* TGLManipSet */
39049 
39050 /* TGLClip */
39051 
39052 /* TGLClipPlane */
39053 
39054 /* TGLClipBox */
39055 
39056 /* TGLClipSet */
39057 
39058 /* TGLClipSetSubEditor */
39059 
39060 /* TGLClipSetEditor */
39061 
39062 /* TGLContextIdentity */
39063 
39064 /* TGLWidget */
39065 
39066 /* TGLCylinder */
39067 
39068 /* TGLLockable */
39069 
39070 /* TGLSceneInfo */
39071 
39072 /* TGLStopwatch */
39073 
39074 /* TGLSelectBuffer */
39075 
39076 /* TGLSelectRecordBase */
39077 
39078 /* TGLPerspectiveCamera */
39079 
39080 /* TGLOrthoCamera */
39081 
39082 /* TGLViewerEditor */
39083 
39084 /* TGLLightSet */
39085 
39086 /* TGLPShapeObj */
39087 
39088 /* TGLOutput */
39089 
39090 /* TGLEventHandler */
39091 
39092 /* TGLFaderHelper */
39093 
39094 /* TGLEmbeddedViewer */
39095 
39096 /* TGLFaceSet */
39097 
39098 /* TGLFBO */
39099 
39100 /* TGLPadPainter */
39101 
39102 /* TGLH2PolyPainter */
39103 
39104 /* TGLLegoPainter */
39105 
39106 /* TGLLightSetSubEditor */
39107 
39108 /* TGLLightSetEditor */
39109 
39110 /* TGLOverlayButton */
39111 
39112 /* TGLParametricEquationGL */
39113 
39114 /* TGLParametricPlot */
39115 
39116 /* TGLPolyLine */
39117 
39118 /* TGLPolyMarker */
39119 
39120 /* TGLPShapeObjEditor */
39121 
39122 /* TGLRotateManip */
39123 
39124 /* TGLSAViewer */
39125 
39126 /* TGLSAFrame */
39127 
39128 /* TGLScaleManip */
39129 
39130 /* TGLScene::TSceneInfo */
39131 
39132 /* TGLScenePad */
39133 
39134 /* TGLSphere */
39135 
39136 /* TGLSurfacePainter */
39137 
39138 /* TGLTF3Painter */
39139 
39140 /* TGLIsoPainter */
39141 
39142 /* TGLTH3CompositionPainter */
39143 
39144 /* TGLTransManip */
39145 
39146 /* TH2GL */
39147 
39148 /* TH3GL */
39149 
39150 /* TPointSet3DGL */
39151 
39152 /* TX11GLManager */
39153 
39154 /*********************************************************
39155 * Global function Stub
39156 *********************************************************/
39157 
39158 /*********************************************************
39159 * Get size of pointer to member function
39160 *********************************************************/
39161 class G__Sizep2memfuncG__GL {
39162  public:
39163   G__Sizep2memfuncG__GL(): p(&G__Sizep2memfuncG__GL::sizep2memfunc) {}
39164     size_t sizep2memfunc() { return(sizeof(p)); }
39165   private:
39166     size_t (G__Sizep2memfuncG__GL::*p)();
39167 };
39168 
39169 size_t G__get_sizep2memfuncG__GL()
39170 {
39171   G__Sizep2memfuncG__GL a;
39172   G__setsizep2memfunc((int)a.sizep2memfunc());
39173   return((size_t)a.sizep2memfunc());
39174 }
39175 
39176 
39177 /*********************************************************
39178 * virtual base class offset calculation interface
39179 *********************************************************/
39180 
39181    /* Setting up class inheritance */
39182 
39183 /*********************************************************
39184 * Inheritance information setup/
39185 *********************************************************/
39186 extern "C" void G__cpp_setup_inheritanceG__GL() {
39187 
39188    /* Setting up class inheritance */
39189    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLVector3))) {
39190      TGLVector3 *G__Lderived;
39191      G__Lderived=(TGLVector3*)0x1000;
39192      {
39193        TGLVertex3 *G__Lpbase=(TGLVertex3*)G__Lderived;
39194        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLVector3),G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),(long)G__Lpbase-(long)G__Lderived,1,1);
39195      }
39196    }
39197    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord))) {
39198      TGLSelectRecord *G__Lderived;
39199      G__Lderived=(TGLSelectRecord*)0x1000;
39200      {
39201        TGLSelectRecordBase *G__Lpbase=(TGLSelectRecordBase*)G__Lderived;
39202        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord),G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase),(long)G__Lpbase-(long)G__Lderived,1,1);
39203      }
39204    }
39205    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLViewer))) {
39206      TGLViewer *G__Lderived;
39207      G__Lderived=(TGLViewer*)0x1000;
39208      {
39209        TVirtualViewer3D *G__Lpbase=(TVirtualViewer3D*)G__Lderived;
39210        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewer),G__get_linked_tagnum(&G__G__GLLN_TVirtualViewer3D),(long)G__Lpbase-(long)G__Lderived,1,1);
39211      }
39212      {
39213        TObject *G__Lpbase=(TObject*)G__Lderived;
39214        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewer),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39215      }
39216      {
39217        TGLViewerBase *G__Lpbase=(TGLViewerBase*)G__Lderived;
39218        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewer),G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase),(long)G__Lpbase-(long)G__Lderived,1,1);
39219      }
39220      {
39221        TGLLockable *G__Lpbase=(TGLLockable*)G__Lderived;
39222        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewer),G__get_linked_tagnum(&G__G__GLLN_TGLLockable),(long)G__Lpbase-(long)G__Lderived,1,0);
39223      }
39224      {
39225        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39226        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewer),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,1);
39227      }
39228    }
39229    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase))) {
39230      TGLSceneBase *G__Lderived;
39231      G__Lderived=(TGLSceneBase*)0x1000;
39232      {
39233        TGLLockable *G__Lpbase=(TGLLockable*)G__Lderived;
39234        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase),G__get_linked_tagnum(&G__G__GLLN_TGLLockable),(long)G__Lpbase-(long)G__Lderived,1,1);
39235      }
39236    }
39237    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLScene))) {
39238      TGLScene *G__Lderived;
39239      G__Lderived=(TGLScene*)0x1000;
39240      {
39241        TGLSceneBase *G__Lpbase=(TGLSceneBase*)G__Lderived;
39242        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScene),G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase),(long)G__Lpbase-(long)G__Lderived,1,1);
39243      }
39244      {
39245        TGLLockable *G__Lpbase=(TGLLockable*)G__Lderived;
39246        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScene),G__get_linked_tagnum(&G__G__GLLN_TGLLockable),(long)G__Lpbase-(long)G__Lderived,1,0);
39247      }
39248    }
39249    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLObject))) {
39250      TGLObject *G__Lderived;
39251      G__Lderived=(TGLObject*)0x1000;
39252      {
39253        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
39254        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLObject),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,1);
39255      }
39256    }
39257    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TVirtualViewer3D))) {
39258      TVirtualViewer3D *G__Lderived;
39259      G__Lderived=(TVirtualViewer3D*)0x1000;
39260      {
39261        TObject *G__Lpbase=(TObject*)G__Lderived;
39262        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TVirtualViewer3D),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
39263      }
39264    }
39265    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLManip))) {
39266      TGLManip *G__Lderived;
39267      G__Lderived=(TGLManip*)0x1000;
39268      {
39269        TVirtualGLManip *G__Lpbase=(TVirtualGLManip*)G__Lderived;
39270        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLManip),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLManip),(long)G__Lpbase-(long)G__Lderived,1,1);
39271      }
39272    }
39273    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet))) {
39274      TGL5DDataSet *G__Lderived;
39275      G__Lderived=(TGL5DDataSet*)0x1000;
39276      {
39277        TNamed *G__Lpbase=(TNamed*)G__Lderived;
39278        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet),G__get_linked_tagnum(&G__G__GLLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
39279      }
39280      {
39281        TObject *G__Lpbase=(TObject*)G__Lderived;
39282        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39283      }
39284    }
39285    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice))) {
39286      TGLTH3Slice *G__Lderived;
39287      G__Lderived=(TGLTH3Slice*)0x1000;
39288      {
39289        TNamed *G__Lpbase=(TNamed*)G__Lderived;
39290        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),G__get_linked_tagnum(&G__G__GLLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
39291      }
39292      {
39293        TObject *G__Lpbase=(TObject*)G__Lderived;
39294        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39295      }
39296    }
39297    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter))) {
39298      TGLPlotPainter *G__Lderived;
39299      G__Lderived=(TGLPlotPainter*)0x1000;
39300      {
39301        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
39302        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
39303      }
39304    }
39305    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D))) {
39306      TGLPlot3D *G__Lderived;
39307      G__Lderived=(TGLPlot3D*)0x1000;
39308      {
39309        TGLObject *G__Lpbase=(TGLObject*)G__Lderived;
39310        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D),G__get_linked_tagnum(&G__G__GLLN_TGLObject),(long)G__Lpbase-(long)G__Lderived,1,1);
39311      }
39312      {
39313        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
39314        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,0);
39315      }
39316    }
39317    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TF2GL))) {
39318      TF2GL *G__Lderived;
39319      G__Lderived=(TF2GL*)0x1000;
39320      {
39321        TGLPlot3D *G__Lpbase=(TGLPlot3D*)G__Lderived;
39322        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TF2GL),G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D),(long)G__Lpbase-(long)G__Lderived,1,1);
39323      }
39324      {
39325        TGLObject *G__Lpbase=(TGLObject*)G__Lderived;
39326        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TF2GL),G__get_linked_tagnum(&G__G__GLLN_TGLObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39327      }
39328      {
39329        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
39330        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TF2GL),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,0);
39331      }
39332    }
39333    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor))) {
39334      TGL5DDataSetEditor *G__Lderived;
39335      G__Lderived=(TGL5DDataSetEditor*)0x1000;
39336      {
39337        TGedFrame *G__Lpbase=(TGedFrame*)G__Lderived;
39338        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGedFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
39339      }
39340      {
39341        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
39342        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39343      }
39344      {
39345        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
39346        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39347      }
39348      {
39349        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
39350        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
39351      }
39352      {
39353        TGObject *G__Lpbase=(TGObject*)G__Lderived;
39354        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39355      }
39356      {
39357        TObject *G__Lpbase=(TObject*)G__Lderived;
39358        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39359      }
39360      {
39361        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39362        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39363      }
39364    }
39365    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation))) {
39366      TGLParametricEquation *G__Lderived;
39367      G__Lderived=(TGLParametricEquation*)0x1000;
39368      {
39369        TNamed *G__Lpbase=(TNamed*)G__Lderived;
39370        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation),G__get_linked_tagnum(&G__G__GLLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
39371      }
39372      {
39373        TObject *G__Lpbase=(TObject*)G__Lderived;
39374        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39375      }
39376    }
39377    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition))) {
39378      TGLTH3Composition *G__Lderived;
39379      G__Lderived=(TGLTH3Composition*)0x1000;
39380      {
39381        TH3C *G__Lpbase=(TH3C*)G__Lderived;
39382        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TH3C),(long)G__Lpbase-(long)G__Lderived,1,1);
39383      }
39384      {
39385        TH3 *G__Lpbase=(TH3*)G__Lderived;
39386        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TH3),(long)G__Lpbase-(long)G__Lderived,1,0);
39387      }
39388      {
39389        TH1 *G__Lpbase=(TH1*)G__Lderived;
39390        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
39391      }
39392      {
39393        TNamed *G__Lpbase=(TNamed*)G__Lderived;
39394        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
39395      }
39396      {
39397        TObject *G__Lpbase=(TObject*)G__Lderived;
39398        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39399      }
39400      {
39401        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
39402        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
39403      }
39404      {
39405        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
39406        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
39407      }
39408      {
39409        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
39410        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
39411      }
39412      {
39413        TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
39414        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
39415      }
39416      {
39417        TArrayC *G__Lpbase=(TArrayC*)G__Lderived;
39418        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TArrayC),(long)G__Lpbase-(long)G__Lderived,1,0);
39419      }
39420      {
39421        TArray *G__Lpbase=(TArray*)G__Lderived;
39422        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),G__get_linked_tagnum(&G__G__GLLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
39423      }
39424    }
39425    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter))) {
39426      TGLHistPainter *G__Lderived;
39427      G__Lderived=(TGLHistPainter*)0x1000;
39428      {
39429        TVirtualHistPainter *G__Lpbase=(TVirtualHistPainter*)G__Lderived;
39430        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualHistPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
39431      }
39432      {
39433        TObject *G__Lpbase=(TObject*)G__Lderived;
39434        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39435      }
39436    }
39437    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLAdapter))) {
39438      TGLAdapter *G__Lderived;
39439      G__Lderived=(TGLAdapter*)0x1000;
39440      {
39441        TGLPaintDevice *G__Lpbase=(TGLPaintDevice*)G__Lderived;
39442        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAdapter),G__get_linked_tagnum(&G__G__GLLN_TGLPaintDevice),(long)G__Lpbase-(long)G__Lderived,1,1);
39443      }
39444    }
39445    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord))) {
39446      TGLOvlSelectRecord *G__Lderived;
39447      G__Lderived=(TGLOvlSelectRecord*)0x1000;
39448      {
39449        TGLSelectRecordBase *G__Lpbase=(TGLSelectRecordBase*)G__Lderived;
39450        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord),G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase),(long)G__Lpbase-(long)G__Lderived,1,1);
39451      }
39452    }
39453    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase))) {
39454      TGLViewerBase *G__Lderived;
39455      G__Lderived=(TGLViewerBase*)0x1000;
39456      {
39457        TGLLockable *G__Lpbase=(TGLLockable*)G__Lderived;
39458        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase),G__get_linked_tagnum(&G__G__GLLN_TGLLockable),(long)G__Lpbase-(long)G__Lderived,1,1);
39459      }
39460    }
39461    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation))) {
39462      TGLAnnotation *G__Lderived;
39463      G__Lderived=(TGLAnnotation*)0x1000;
39464      {
39465        TGLOverlayElement *G__Lpbase=(TGLOverlayElement*)G__Lderived;
39466        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation),G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement),(long)G__Lpbase-(long)G__Lderived,1,1);
39467      }
39468    }
39469    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator))) {
39470      TGLAutoRotator *G__Lderived;
39471      G__Lderived=(TGLAutoRotator*)0x1000;
39472      {
39473        TObject *G__Lpbase=(TObject*)G__Lderived;
39474        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
39475      }
39476    }
39477    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLText))) {
39478      TGLText *G__Lderived;
39479      G__Lderived=(TGLText*)0x1000;
39480      {
39481        TAttText *G__Lpbase=(TAttText*)G__Lderived;
39482        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLText),G__get_linked_tagnum(&G__G__GLLN_TAttText),(long)G__Lpbase-(long)G__Lderived,1,1);
39483      }
39484    }
39485    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLAxis))) {
39486      TGLAxis *G__Lderived;
39487      G__Lderived=(TGLAxis*)0x1000;
39488      {
39489        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
39490        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxis),G__get_linked_tagnum(&G__G__GLLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
39491      }
39492      {
39493        TAttText *G__Lpbase=(TAttText*)G__Lderived;
39494        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxis),G__get_linked_tagnum(&G__G__GLLN_TAttText),(long)G__Lpbase-(long)G__Lderived,1,1);
39495      }
39496    }
39497    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainterBox))) {
39498      TGLAxisPainterBox *G__Lderived;
39499      G__Lderived=(TGLAxisPainterBox*)0x1000;
39500      {
39501        TGLAxisPainter *G__Lpbase=(TGLAxisPainter*)G__Lderived;
39502        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainterBox),G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
39503      }
39504    }
39505    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter))) {
39506      TGLBoxPainter *G__Lderived;
39507      G__Lderived=(TGLBoxPainter*)0x1000;
39508      {
39509        TGLPlotPainter *G__Lpbase=(TGLPlotPainter*)G__Lderived;
39510        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter),G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
39511      }
39512      {
39513        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
39514        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,0);
39515      }
39516    }
39517    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLCameraGuide))) {
39518      TGLCameraGuide *G__Lderived;
39519      G__Lderived=(TGLCameraGuide*)0x1000;
39520      {
39521        TGLOverlayElement *G__Lpbase=(TGLOverlayElement*)G__Lderived;
39522        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCameraGuide),G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement),(long)G__Lpbase-(long)G__Lderived,1,1);
39523      }
39524    }
39525    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay))) {
39526      TGLCameraOverlay *G__Lderived;
39527      G__Lderived=(TGLCameraOverlay*)0x1000;
39528      {
39529        TGLOverlayElement *G__Lpbase=(TGLOverlayElement*)G__Lderived;
39530        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay),G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement),(long)G__Lpbase-(long)G__Lderived,1,1);
39531      }
39532    }
39533    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLManipSet))) {
39534      TGLManipSet *G__Lderived;
39535      G__Lderived=(TGLManipSet*)0x1000;
39536      {
39537        TGLOverlayElement *G__Lpbase=(TGLOverlayElement*)G__Lderived;
39538        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLManipSet),G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement),(long)G__Lpbase-(long)G__Lderived,1,1);
39539      }
39540      {
39541        TGLPShapeRef *G__Lpbase=(TGLPShapeRef*)G__Lderived;
39542        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLManipSet),G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef),(long)G__Lpbase-(long)G__Lderived,1,1);
39543      }
39544    }
39545    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLClip))) {
39546      TGLClip *G__Lderived;
39547      G__Lderived=(TGLClip*)0x1000;
39548      {
39549        TGLPhysicalShape *G__Lpbase=(TGLPhysicalShape*)G__Lderived;
39550        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClip),G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),(long)G__Lpbase-(long)G__Lderived,1,1);
39551      }
39552    }
39553    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLClipPlane))) {
39554      TGLClipPlane *G__Lderived;
39555      G__Lderived=(TGLClipPlane*)0x1000;
39556      {
39557        TGLClip *G__Lpbase=(TGLClip*)G__Lderived;
39558        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipPlane),G__get_linked_tagnum(&G__G__GLLN_TGLClip),(long)G__Lpbase-(long)G__Lderived,1,1);
39559      }
39560      {
39561        TGLPhysicalShape *G__Lpbase=(TGLPhysicalShape*)G__Lderived;
39562        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipPlane),G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),(long)G__Lpbase-(long)G__Lderived,1,0);
39563      }
39564    }
39565    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLClipBox))) {
39566      TGLClipBox *G__Lderived;
39567      G__Lderived=(TGLClipBox*)0x1000;
39568      {
39569        TGLClip *G__Lpbase=(TGLClip*)G__Lderived;
39570        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipBox),G__get_linked_tagnum(&G__G__GLLN_TGLClip),(long)G__Lpbase-(long)G__Lderived,1,1);
39571      }
39572      {
39573        TGLPhysicalShape *G__Lpbase=(TGLPhysicalShape*)G__Lderived;
39574        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipBox),G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),(long)G__Lpbase-(long)G__Lderived,1,0);
39575      }
39576    }
39577    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLClipSet))) {
39578      TGLClipSet *G__Lderived;
39579      G__Lderived=(TGLClipSet*)0x1000;
39580      {
39581        TGLOverlayElement *G__Lpbase=(TGLOverlayElement*)G__Lderived;
39582        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSet),G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement),(long)G__Lpbase-(long)G__Lderived,1,1);
39583      }
39584    }
39585    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor))) {
39586      TGLClipSetSubEditor *G__Lderived;
39587      G__Lderived=(TGLClipSetSubEditor*)0x1000;
39588      {
39589        TGVerticalFrame *G__Lpbase=(TGVerticalFrame*)G__Lderived;
39590        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGVerticalFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
39591      }
39592      {
39593        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
39594        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39595      }
39596      {
39597        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
39598        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39599      }
39600      {
39601        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
39602        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
39603      }
39604      {
39605        TGObject *G__Lpbase=(TGObject*)G__Lderived;
39606        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39607      }
39608      {
39609        TObject *G__Lpbase=(TObject*)G__Lderived;
39610        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39611      }
39612      {
39613        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39614        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39615      }
39616    }
39617    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor))) {
39618      TGLClipSetEditor *G__Lderived;
39619      G__Lderived=(TGLClipSetEditor*)0x1000;
39620      {
39621        TGedFrame *G__Lpbase=(TGedFrame*)G__Lderived;
39622        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGedFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
39623      }
39624      {
39625        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
39626        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39627      }
39628      {
39629        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
39630        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39631      }
39632      {
39633        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
39634        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
39635      }
39636      {
39637        TGObject *G__Lpbase=(TGObject*)G__Lderived;
39638        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39639      }
39640      {
39641        TObject *G__Lpbase=(TObject*)G__Lderived;
39642        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39643      }
39644      {
39645        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39646        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39647      }
39648    }
39649    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLWidget))) {
39650      TGLWidget *G__Lderived;
39651      G__Lderived=(TGLWidget*)0x1000;
39652      {
39653        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
39654        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLWidget),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
39655      }
39656      {
39657        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
39658        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLWidget),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
39659      }
39660      {
39661        TGObject *G__Lpbase=(TGObject*)G__Lderived;
39662        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLWidget),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39663      }
39664      {
39665        TObject *G__Lpbase=(TObject*)G__Lderived;
39666        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLWidget),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39667      }
39668      {
39669        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39670        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLWidget),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39671      }
39672      {
39673        TGLPaintDevice *G__Lpbase=(TGLPaintDevice*)G__Lderived;
39674        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLWidget),G__get_linked_tagnum(&G__G__GLLN_TGLPaintDevice),(long)G__Lpbase-(long)G__Lderived,1,1);
39675      }
39676    }
39677    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLCylinder))) {
39678      TGLCylinder *G__Lderived;
39679      G__Lderived=(TGLCylinder*)0x1000;
39680      {
39681        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
39682        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCylinder),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,1);
39683      }
39684    }
39685    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera))) {
39686      TGLPerspectiveCamera *G__Lderived;
39687      G__Lderived=(TGLPerspectiveCamera*)0x1000;
39688      {
39689        TGLCamera *G__Lpbase=(TGLCamera*)G__Lderived;
39690        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera),G__get_linked_tagnum(&G__G__GLLN_TGLCamera),(long)G__Lpbase-(long)G__Lderived,1,1);
39691      }
39692    }
39693    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera))) {
39694      TGLOrthoCamera *G__Lderived;
39695      G__Lderived=(TGLOrthoCamera*)0x1000;
39696      {
39697        TGLCamera *G__Lpbase=(TGLCamera*)G__Lderived;
39698        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera),G__get_linked_tagnum(&G__G__GLLN_TGLCamera),(long)G__Lpbase-(long)G__Lderived,1,1);
39699      }
39700    }
39701    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor))) {
39702      TGLViewerEditor *G__Lderived;
39703      G__Lderived=(TGLViewerEditor*)0x1000;
39704      {
39705        TGedFrame *G__Lpbase=(TGedFrame*)G__Lderived;
39706        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor),G__get_linked_tagnum(&G__G__GLLN_TGedFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
39707      }
39708      {
39709        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
39710        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor),G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39711      }
39712      {
39713        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
39714        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39715      }
39716      {
39717        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
39718        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
39719      }
39720      {
39721        TGObject *G__Lpbase=(TGObject*)G__Lderived;
39722        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39723      }
39724      {
39725        TObject *G__Lpbase=(TObject*)G__Lderived;
39726        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39727      }
39728      {
39729        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39730        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39731      }
39732    }
39733    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLLightSet))) {
39734      TGLLightSet *G__Lderived;
39735      G__Lderived=(TGLLightSet*)0x1000;
39736      {
39737        TObject *G__Lpbase=(TObject*)G__Lderived;
39738        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSet),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
39739      }
39740    }
39741    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj))) {
39742      TGLPShapeObj *G__Lderived;
39743      G__Lderived=(TGLPShapeObj*)0x1000;
39744      {
39745        TObject *G__Lpbase=(TObject*)G__Lderived;
39746        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
39747      }
39748    }
39749    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler))) {
39750      TGLEventHandler *G__Lderived;
39751      G__Lderived=(TGLEventHandler*)0x1000;
39752      {
39753        TGEventHandler *G__Lpbase=(TGEventHandler*)G__Lderived;
39754        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler),G__get_linked_tagnum(&G__G__GLLN_TGEventHandler),(long)G__Lpbase-(long)G__Lderived,1,1);
39755      }
39756      {
39757        TNamed *G__Lpbase=(TNamed*)G__Lderived;
39758        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler),G__get_linked_tagnum(&G__G__GLLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
39759      }
39760      {
39761        TObject *G__Lpbase=(TObject*)G__Lderived;
39762        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39763      }
39764      {
39765        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39766        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39767      }
39768    }
39769    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer))) {
39770      TGLEmbeddedViewer *G__Lderived;
39771      G__Lderived=(TGLEmbeddedViewer*)0x1000;
39772      {
39773        TGLViewer *G__Lpbase=(TGLViewer*)G__Lderived;
39774        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer),G__get_linked_tagnum(&G__G__GLLN_TGLViewer),(long)G__Lpbase-(long)G__Lderived,1,1);
39775      }
39776      {
39777        TVirtualViewer3D *G__Lpbase=(TVirtualViewer3D*)G__Lderived;
39778        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer),G__get_linked_tagnum(&G__G__GLLN_TVirtualViewer3D),(long)G__Lpbase-(long)G__Lderived,1,0);
39779      }
39780      {
39781        TObject *G__Lpbase=(TObject*)G__Lderived;
39782        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39783      }
39784      {
39785        TGLViewerBase *G__Lpbase=(TGLViewerBase*)G__Lderived;
39786        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer),G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase),(long)G__Lpbase-(long)G__Lderived,1,0);
39787      }
39788      {
39789        TGLLockable *G__Lpbase=(TGLLockable*)G__Lderived;
39790        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer),G__get_linked_tagnum(&G__G__GLLN_TGLLockable),(long)G__Lpbase-(long)G__Lderived,1,0);
39791      }
39792      {
39793        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39794        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39795      }
39796    }
39797    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLFaceSet))) {
39798      TGLFaceSet *G__Lderived;
39799      G__Lderived=(TGLFaceSet*)0x1000;
39800      {
39801        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
39802        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFaceSet),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,1);
39803      }
39804    }
39805    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLPadPainter))) {
39806      TGLPadPainter *G__Lderived;
39807      G__Lderived=(TGLPadPainter*)0x1000;
39808      {
39809        TVirtualPadPainter *G__Lpbase=(TVirtualPadPainter*)G__Lderived;
39810        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPadPainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualPadPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
39811      }
39812    }
39813    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLH2PolyPainter))) {
39814      TGLH2PolyPainter *G__Lderived;
39815      G__Lderived=(TGLH2PolyPainter*)0x1000;
39816      {
39817        TGLPlotPainter *G__Lpbase=(TGLPlotPainter*)G__Lderived;
39818        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLH2PolyPainter),G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
39819      }
39820      {
39821        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
39822        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLH2PolyPainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,0);
39823      }
39824    }
39825    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter))) {
39826      TGLLegoPainter *G__Lderived;
39827      G__Lderived=(TGLLegoPainter*)0x1000;
39828      {
39829        TGLPlotPainter *G__Lpbase=(TGLPlotPainter*)G__Lderived;
39830        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter),G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
39831      }
39832      {
39833        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
39834        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,0);
39835      }
39836    }
39837    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor))) {
39838      TGLLightSetSubEditor *G__Lderived;
39839      G__Lderived=(TGLLightSetSubEditor*)0x1000;
39840      {
39841        TGVerticalFrame *G__Lpbase=(TGVerticalFrame*)G__Lderived;
39842        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGVerticalFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
39843      }
39844      {
39845        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
39846        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39847      }
39848      {
39849        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
39850        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39851      }
39852      {
39853        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
39854        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
39855      }
39856      {
39857        TGObject *G__Lpbase=(TGObject*)G__Lderived;
39858        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39859      }
39860      {
39861        TObject *G__Lpbase=(TObject*)G__Lderived;
39862        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39863      }
39864      {
39865        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39866        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39867      }
39868    }
39869    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor))) {
39870      TGLLightSetEditor *G__Lderived;
39871      G__Lderived=(TGLLightSetEditor*)0x1000;
39872      {
39873        TGedFrame *G__Lpbase=(TGedFrame*)G__Lderived;
39874        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGedFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
39875      }
39876      {
39877        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
39878        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39879      }
39880      {
39881        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
39882        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39883      }
39884      {
39885        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
39886        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
39887      }
39888      {
39889        TGObject *G__Lpbase=(TGObject*)G__Lderived;
39890        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39891      }
39892      {
39893        TObject *G__Lpbase=(TObject*)G__Lderived;
39894        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39895      }
39896      {
39897        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39898        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39899      }
39900    }
39901    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton))) {
39902      TGLOverlayButton *G__Lderived;
39903      G__Lderived=(TGLOverlayButton*)0x1000;
39904      {
39905        TGLOverlayElement *G__Lpbase=(TGLOverlayElement*)G__Lderived;
39906        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton),G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement),(long)G__Lpbase-(long)G__Lderived,1,1);
39907      }
39908      {
39909        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39910        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,1);
39911      }
39912    }
39913    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL))) {
39914      TGLParametricEquationGL *G__Lderived;
39915      G__Lderived=(TGLParametricEquationGL*)0x1000;
39916      {
39917        TGLPlot3D *G__Lpbase=(TGLPlot3D*)G__Lderived;
39918        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL),G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D),(long)G__Lpbase-(long)G__Lderived,1,1);
39919      }
39920      {
39921        TGLObject *G__Lpbase=(TGLObject*)G__Lderived;
39922        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL),G__get_linked_tagnum(&G__G__GLLN_TGLObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39923      }
39924      {
39925        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
39926        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,0);
39927      }
39928    }
39929    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot))) {
39930      TGLParametricPlot *G__Lderived;
39931      G__Lderived=(TGLParametricPlot*)0x1000;
39932      {
39933        TGLPlotPainter *G__Lpbase=(TGLPlotPainter*)G__Lderived;
39934        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot),G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
39935      }
39936      {
39937        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
39938        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,0);
39939      }
39940    }
39941    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLPolyLine))) {
39942      TGLPolyLine *G__Lderived;
39943      G__Lderived=(TGLPolyLine*)0x1000;
39944      {
39945        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
39946        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPolyLine),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,1);
39947      }
39948    }
39949    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLPolyMarker))) {
39950      TGLPolyMarker *G__Lderived;
39951      G__Lderived=(TGLPolyMarker*)0x1000;
39952      {
39953        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
39954        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPolyMarker),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,1);
39955      }
39956    }
39957    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor))) {
39958      TGLPShapeObjEditor *G__Lderived;
39959      G__Lderived=(TGLPShapeObjEditor*)0x1000;
39960      {
39961        TGedFrame *G__Lpbase=(TGedFrame*)G__Lderived;
39962        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor),G__get_linked_tagnum(&G__G__GLLN_TGedFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
39963      }
39964      {
39965        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
39966        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor),G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39967      }
39968      {
39969        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
39970        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
39971      }
39972      {
39973        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
39974        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
39975      }
39976      {
39977        TGObject *G__Lpbase=(TGObject*)G__Lderived;
39978        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39979      }
39980      {
39981        TObject *G__Lpbase=(TObject*)G__Lderived;
39982        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39983      }
39984      {
39985        TQObject *G__Lpbase=(TQObject*)G__Lderived;
39986        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
39987      }
39988      {
39989        TGLPShapeRef *G__Lpbase=(TGLPShapeRef*)G__Lderived;
39990        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor),G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef),(long)G__Lpbase-(long)G__Lderived,1,1);
39991      }
39992    }
39993    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip))) {
39994      TGLRotateManip *G__Lderived;
39995      G__Lderived=(TGLRotateManip*)0x1000;
39996      {
39997        TGLManip *G__Lpbase=(TGLManip*)G__Lderived;
39998        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip),G__get_linked_tagnum(&G__G__GLLN_TGLManip),(long)G__Lpbase-(long)G__Lderived,1,1);
39999      }
40000      {
40001        TVirtualGLManip *G__Lpbase=(TVirtualGLManip*)G__Lderived;
40002        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLManip),(long)G__Lpbase-(long)G__Lderived,1,0);
40003      }
40004    }
40005    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer))) {
40006      TGLSAViewer *G__Lderived;
40007      G__Lderived=(TGLSAViewer*)0x1000;
40008      {
40009        TGLViewer *G__Lpbase=(TGLViewer*)G__Lderived;
40010        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer),G__get_linked_tagnum(&G__G__GLLN_TGLViewer),(long)G__Lpbase-(long)G__Lderived,1,1);
40011      }
40012      {
40013        TVirtualViewer3D *G__Lpbase=(TVirtualViewer3D*)G__Lderived;
40014        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer),G__get_linked_tagnum(&G__G__GLLN_TVirtualViewer3D),(long)G__Lpbase-(long)G__Lderived,1,0);
40015      }
40016      {
40017        TObject *G__Lpbase=(TObject*)G__Lderived;
40018        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40019      }
40020      {
40021        TGLViewerBase *G__Lpbase=(TGLViewerBase*)G__Lderived;
40022        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer),G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase),(long)G__Lpbase-(long)G__Lderived,1,0);
40023      }
40024      {
40025        TGLLockable *G__Lpbase=(TGLLockable*)G__Lderived;
40026        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer),G__get_linked_tagnum(&G__G__GLLN_TGLLockable),(long)G__Lpbase-(long)G__Lderived,1,0);
40027      }
40028      {
40029        TQObject *G__Lpbase=(TQObject*)G__Lderived;
40030        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40031      }
40032    }
40033    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame))) {
40034      TGLSAFrame *G__Lderived;
40035      G__Lderived=(TGLSAFrame*)0x1000;
40036      {
40037        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
40038        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame),G__get_linked_tagnum(&G__G__GLLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
40039      }
40040      {
40041        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
40042        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame),G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
40043      }
40044      {
40045        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
40046        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame),G__get_linked_tagnum(&G__G__GLLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
40047      }
40048      {
40049        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
40050        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame),G__get_linked_tagnum(&G__G__GLLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
40051      }
40052      {
40053        TGObject *G__Lpbase=(TGObject*)G__Lderived;
40054        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame),G__get_linked_tagnum(&G__G__GLLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40055      }
40056      {
40057        TObject *G__Lpbase=(TObject*)G__Lderived;
40058        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40059      }
40060      {
40061        TQObject *G__Lpbase=(TQObject*)G__Lderived;
40062        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame),G__get_linked_tagnum(&G__G__GLLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40063      }
40064    }
40065    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip))) {
40066      TGLScaleManip *G__Lderived;
40067      G__Lderived=(TGLScaleManip*)0x1000;
40068      {
40069        TGLManip *G__Lpbase=(TGLManip*)G__Lderived;
40070        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip),G__get_linked_tagnum(&G__G__GLLN_TGLManip),(long)G__Lpbase-(long)G__Lderived,1,1);
40071      }
40072      {
40073        TVirtualGLManip *G__Lpbase=(TVirtualGLManip*)G__Lderived;
40074        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLManip),(long)G__Lpbase-(long)G__Lderived,1,0);
40075      }
40076    }
40077    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLScenecLcLTSceneInfo))) {
40078      TGLScene::TSceneInfo *G__Lderived;
40079      G__Lderived=(TGLScene::TSceneInfo*)0x1000;
40080      {
40081        TGLSceneInfo *G__Lpbase=(TGLSceneInfo*)G__Lderived;
40082        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenecLcLTSceneInfo),G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo),(long)G__Lpbase-(long)G__Lderived,1,1);
40083      }
40084    }
40085    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLScenePad))) {
40086      TGLScenePad *G__Lderived;
40087      G__Lderived=(TGLScenePad*)0x1000;
40088      {
40089        TVirtualViewer3D *G__Lpbase=(TVirtualViewer3D*)G__Lderived;
40090        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenePad),G__get_linked_tagnum(&G__G__GLLN_TVirtualViewer3D),(long)G__Lpbase-(long)G__Lderived,1,1);
40091      }
40092      {
40093        TObject *G__Lpbase=(TObject*)G__Lderived;
40094        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenePad),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40095      }
40096      {
40097        TGLScene *G__Lpbase=(TGLScene*)G__Lderived;
40098        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenePad),G__get_linked_tagnum(&G__G__GLLN_TGLScene),(long)G__Lpbase-(long)G__Lderived,1,1);
40099      }
40100      {
40101        TGLSceneBase *G__Lpbase=(TGLSceneBase*)G__Lderived;
40102        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenePad),G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase),(long)G__Lpbase-(long)G__Lderived,1,0);
40103      }
40104      {
40105        TGLLockable *G__Lpbase=(TGLLockable*)G__Lderived;
40106        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenePad),G__get_linked_tagnum(&G__G__GLLN_TGLLockable),(long)G__Lpbase-(long)G__Lderived,1,0);
40107      }
40108    }
40109    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLSphere))) {
40110      TGLSphere *G__Lderived;
40111      G__Lderived=(TGLSphere*)0x1000;
40112      {
40113        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
40114        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSphere),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,1);
40115      }
40116    }
40117    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePainter))) {
40118      TGLSurfacePainter *G__Lderived;
40119      G__Lderived=(TGLSurfacePainter*)0x1000;
40120      {
40121        TGLPlotPainter *G__Lpbase=(TGLPlotPainter*)G__Lderived;
40122        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePainter),G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
40123      }
40124      {
40125        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
40126        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,0);
40127      }
40128    }
40129    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLTF3Painter))) {
40130      TGLTF3Painter *G__Lderived;
40131      G__Lderived=(TGLTF3Painter*)0x1000;
40132      {
40133        TGLPlotPainter *G__Lpbase=(TGLPlotPainter*)G__Lderived;
40134        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTF3Painter),G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
40135      }
40136      {
40137        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
40138        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTF3Painter),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,0);
40139      }
40140    }
40141    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter))) {
40142      TGLIsoPainter *G__Lderived;
40143      G__Lderived=(TGLIsoPainter*)0x1000;
40144      {
40145        TGLPlotPainter *G__Lpbase=(TGLPlotPainter*)G__Lderived;
40146        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter),G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
40147      }
40148      {
40149        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
40150        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,0);
40151      }
40152    }
40153    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TArrayC))) {
40154      TArrayC *G__Lderived;
40155      G__Lderived=(TArrayC*)0x1000;
40156      {
40157        TArray *G__Lpbase=(TArray*)G__Lderived;
40158        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TArrayC),G__get_linked_tagnum(&G__G__GLLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,1);
40159      }
40160    }
40161    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TH3C))) {
40162      TH3C *G__Lderived;
40163      G__Lderived=(TH3C*)0x1000;
40164      {
40165        TH3 *G__Lpbase=(TH3*)G__Lderived;
40166        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TH3),(long)G__Lpbase-(long)G__Lderived,1,1);
40167      }
40168      {
40169        TH1 *G__Lpbase=(TH1*)G__Lderived;
40170        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TH1),(long)G__Lpbase-(long)G__Lderived,1,0);
40171      }
40172      {
40173        TNamed *G__Lpbase=(TNamed*)G__Lderived;
40174        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
40175      }
40176      {
40177        TObject *G__Lpbase=(TObject*)G__Lderived;
40178        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40179      }
40180      {
40181        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
40182        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
40183      }
40184      {
40185        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
40186        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
40187      }
40188      {
40189        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
40190        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
40191      }
40192      {
40193        TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
40194        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
40195      }
40196      {
40197        TArrayC *G__Lpbase=(TArrayC*)G__Lderived;
40198        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TArrayC),(long)G__Lpbase-(long)G__Lderived,1,1);
40199      }
40200      {
40201        TArray *G__Lpbase=(TArray*)G__Lderived;
40202        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3C),G__get_linked_tagnum(&G__G__GLLN_TArray),(long)G__Lpbase-(long)G__Lderived,1,0);
40203      }
40204    }
40205    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter))) {
40206      TGLTH3CompositionPainter *G__Lderived;
40207      G__Lderived=(TGLTH3CompositionPainter*)0x1000;
40208      {
40209        TGLPlotPainter *G__Lpbase=(TGLPlotPainter*)G__Lderived;
40210        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter),G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),(long)G__Lpbase-(long)G__Lderived,1,1);
40211      }
40212      {
40213        TVirtualGLPainter *G__Lpbase=(TVirtualGLPainter*)G__Lderived;
40214        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLPainter),(long)G__Lpbase-(long)G__Lderived,1,0);
40215      }
40216    }
40217    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TGLTransManip))) {
40218      TGLTransManip *G__Lderived;
40219      G__Lderived=(TGLTransManip*)0x1000;
40220      {
40221        TGLManip *G__Lpbase=(TGLManip*)G__Lderived;
40222        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTransManip),G__get_linked_tagnum(&G__G__GLLN_TGLManip),(long)G__Lpbase-(long)G__Lderived,1,1);
40223      }
40224      {
40225        TVirtualGLManip *G__Lpbase=(TVirtualGLManip*)G__Lderived;
40226        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTransManip),G__get_linked_tagnum(&G__G__GLLN_TVirtualGLManip),(long)G__Lpbase-(long)G__Lderived,1,0);
40227      }
40228    }
40229    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TH2GL))) {
40230      TH2GL *G__Lderived;
40231      G__Lderived=(TH2GL*)0x1000;
40232      {
40233        TGLPlot3D *G__Lpbase=(TGLPlot3D*)G__Lderived;
40234        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH2GL),G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D),(long)G__Lpbase-(long)G__Lderived,1,1);
40235      }
40236      {
40237        TGLObject *G__Lpbase=(TGLObject*)G__Lderived;
40238        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH2GL),G__get_linked_tagnum(&G__G__GLLN_TGLObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40239      }
40240      {
40241        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
40242        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH2GL),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,0);
40243      }
40244    }
40245    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TH3GL))) {
40246      TH3GL *G__Lderived;
40247      G__Lderived=(TH3GL*)0x1000;
40248      {
40249        TGLPlot3D *G__Lpbase=(TGLPlot3D*)G__Lderived;
40250        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3GL),G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D),(long)G__Lpbase-(long)G__Lderived,1,1);
40251      }
40252      {
40253        TGLObject *G__Lpbase=(TGLObject*)G__Lderived;
40254        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3GL),G__get_linked_tagnum(&G__G__GLLN_TGLObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40255      }
40256      {
40257        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
40258        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TH3GL),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,0);
40259      }
40260    }
40261    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TPointSet3DGL))) {
40262      TPointSet3DGL *G__Lderived;
40263      G__Lderived=(TPointSet3DGL*)0x1000;
40264      {
40265        TGLObject *G__Lpbase=(TGLObject*)G__Lderived;
40266        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TPointSet3DGL),G__get_linked_tagnum(&G__G__GLLN_TGLObject),(long)G__Lpbase-(long)G__Lderived,1,1);
40267      }
40268      {
40269        TGLLogicalShape *G__Lpbase=(TGLLogicalShape*)G__Lderived;
40270        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TPointSet3DGL),G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),(long)G__Lpbase-(long)G__Lderived,1,0);
40271      }
40272    }
40273    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GLLN_TX11GLManager))) {
40274      TX11GLManager *G__Lderived;
40275      G__Lderived=(TX11GLManager*)0x1000;
40276      {
40277        TGLManager *G__Lpbase=(TGLManager*)G__Lderived;
40278        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TX11GLManager),G__get_linked_tagnum(&G__G__GLLN_TGLManager),(long)G__Lpbase-(long)G__Lderived,1,1);
40279      }
40280      {
40281        TNamed *G__Lpbase=(TNamed*)G__Lderived;
40282        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TX11GLManager),G__get_linked_tagnum(&G__G__GLLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
40283      }
40284      {
40285        TObject *G__Lpbase=(TObject*)G__Lderived;
40286        G__inheritance_setup(G__get_linked_tagnum(&G__G__GLLN_TX11GLManager),G__get_linked_tagnum(&G__G__GLLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
40287      }
40288    }
40289 }
40290 
40291 /*********************************************************
40292 * typedef information setup/
40293 *********************************************************/
40294 extern "C" void G__cpp_setup_typetableG__GL() {
40295 
40296    /* Setting up typedef entry */
40297    G__search_typename2("Char_t",99,-1,0,-1);
40298    G__setnewtype(-1,"Signed Character 1 byte (char)",0);
40299    G__search_typename2("UChar_t",98,-1,0,-1);
40300    G__setnewtype(-1,"Unsigned Character 1 byte (unsigned char)",0);
40301    G__search_typename2("Short_t",115,-1,0,-1);
40302    G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0);
40303    G__search_typename2("Int_t",105,-1,0,-1);
40304    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
40305    G__search_typename2("UInt_t",104,-1,0,-1);
40306    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
40307    G__search_typename2("Long_t",108,-1,0,-1);
40308    G__setnewtype(-1,"Signed long integer 4 bytes (long)",0);
40309    G__search_typename2("Float_t",102,-1,0,-1);
40310    G__setnewtype(-1,"Float 4 bytes (float)",0);
40311    G__search_typename2("Double_t",100,-1,0,-1);
40312    G__setnewtype(-1,"Double 8 bytes",0);
40313    G__search_typename2("Bool_t",103,-1,0,-1);
40314    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
40315    G__search_typename2("Version_t",115,-1,0,-1);
40316    G__setnewtype(-1,"Class version identifier (short)",0);
40317    G__search_typename2("Option_t",99,-1,256,-1);
40318    G__setnewtype(-1,"Option string (const char)",0);
40319    G__search_typename2("Font_t",115,-1,0,-1);
40320    G__setnewtype(-1,"Font number (short)",0);
40321    G__search_typename2("Color_t",115,-1,0,-1);
40322    G__setnewtype(-1,"Color number (short)",0);
40323    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
40324    G__setnewtype(-1,NULL,0);
40325    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
40326    G__setnewtype(-1,NULL,0);
40327    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
40328    G__setnewtype(-1,NULL,0);
40329    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
40330    G__setnewtype(-1,NULL,0);
40331    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
40332    G__setnewtype(-1,NULL,0);
40333    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
40334    G__setnewtype(-1,NULL,0);
40335    G__search_typename2("vector<TGLPlane>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR),0,-1);
40336    G__setnewtype(-1,NULL,0);
40337    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLPlanecOallocatorlETGLPlanegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR));
40338    G__setnewtype(-1,NULL,0);
40339    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLPlanecOallocatorlETGLPlanegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR));
40340    G__setnewtype(-1,NULL,0);
40341    G__search_typename2("TGLPlaneSet_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR),0,-1);
40342    G__setnewtype(-1,NULL,0);
40343    G__search_typename2("pair<Bool_t,TGLLine3>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEboolcOTGLLine3gR),0,-1);
40344    G__setnewtype(-1,NULL,0);
40345    G__search_typename2("pair<Bool_t,TGLVertex3>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEboolcOTGLVertex3gR),0,-1);
40346    G__setnewtype(-1,NULL,0);
40347    G__search_typename2("vector<UChar_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgR),0,-1);
40348    G__setnewtype(-1,NULL,0);
40349    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgR));
40350    G__setnewtype(-1,NULL,0);
40351    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgR));
40352    G__setnewtype(-1,NULL,0);
40353    G__search_typename2("vector<unsigned char>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgR),0,-1);
40354    G__setnewtype(-1,NULL,0);
40355    G__search_typename2("pair<Int_t,Int_t>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEintcOintgR),0,-1);
40356    G__setnewtype(-1,NULL,0);
40357    G__search_typename2("BinRange_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEintcOintgR),0,G__get_linked_tagnum(&G__G__GLLN_Rgl));
40358    G__setnewtype(-1,NULL,0);
40359    G__search_typename2("pair<Double_t,Double_t>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),0,-1);
40360    G__setnewtype(-1,NULL,0);
40361    G__search_typename2("Range_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),0,G__get_linked_tagnum(&G__G__GLLN_Rgl));
40362    G__setnewtype(-1,NULL,0);
40363    G__search_typename2("vector<Double_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),0,-1);
40364    G__setnewtype(-1,NULL,0);
40365    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR));
40366    G__setnewtype(-1,NULL,0);
40367    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR));
40368    G__setnewtype(-1,NULL,0);
40369    G__search_typename2("vector<double>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),0,-1);
40370    G__setnewtype(-1,NULL,0);
40371    G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
40372    G__setnewtype(-1,NULL,0);
40373    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR));
40374    G__setnewtype(-1,NULL,0);
40375    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR));
40376    G__setnewtype(-1,NULL,0);
40377    G__search_typename2("vector<unsigned int>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
40378    G__setnewtype(-1,NULL,0);
40379    G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__G__GLLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
40380    G__setnewtype(-1,NULL,0);
40381    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__G__GLLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
40382    G__setnewtype(-1,NULL,0);
40383    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__G__GLLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
40384    G__setnewtype(-1,NULL,0);
40385    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__G__GLLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
40386    G__setnewtype(-1,NULL,0);
40387    G__search_typename2("Pixel_t",107,-1,0,-1);
40388    G__setnewtype(-1,"Pixel value",0);
40389    G__search_typename2("TGL2DArray<Double_t>",117,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylEdoublegR),0,-1);
40390    G__setnewtype(-1,NULL,0);
40391    G__search_typename2("list<TGLOverlayElement*>",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR),0,-1);
40392    G__setnewtype(-1,NULL,0);
40393    G__search_typename2("vector<Int_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR),0,-1);
40394    G__setnewtype(-1,NULL,0);
40395    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR));
40396    G__setnewtype(-1,NULL,0);
40397    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR));
40398    G__setnewtype(-1,NULL,0);
40399    G__search_typename2("vector<int>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR),0,-1);
40400    G__setnewtype(-1,NULL,0);
40401    G__search_typename2("FontSizeVec_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
40402    G__setnewtype(-1,NULL,0);
40403    G__search_typename2("map<TGLFont,Int_t>",117,G__get_linked_tagnum(&G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgR),0,-1);
40404    G__setnewtype(-1,NULL,0);
40405    G__search_typename2("map<TGLFont,int>",117,G__get_linked_tagnum(&G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgR),0,-1);
40406    G__setnewtype(-1,NULL,0);
40407    G__search_typename2("map<TGLFont,int,less<TGLFont> >",117,G__get_linked_tagnum(&G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgR),0,-1);
40408    G__setnewtype(-1,NULL,0);
40409    G__search_typename2("FontMap_t",117,G__get_linked_tagnum(&G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
40410    G__setnewtype(-1,NULL,0);
40411    G__search_typename2("FontMap_i",117,G__get_linked_tagnum(&G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
40412    G__setnewtype(-1,NULL,0);
40413    G__search_typename2("list<const TGLFont*>",117,G__get_linked_tagnum(&G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgR),0,-1);
40414    G__setnewtype(-1,NULL,0);
40415    G__search_typename2("FontList_t",117,G__get_linked_tagnum(&G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
40416    G__setnewtype(-1,NULL,0);
40417    G__search_typename2("FontList_i",117,G__get_linked_tagnum(&G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
40418    G__setnewtype(-1,NULL,0);
40419    G__search_typename2("FontList_ci",117,G__get_linked_tagnum(&G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
40420    G__setnewtype(-1,NULL,0);
40421    G__search_typename2("pair<Float_t,Float_t>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEfloatcOfloatgR),0,-1);
40422    G__setnewtype(-1,NULL,0);
40423    G__search_typename2("Lab_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEfloatcOfloatgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter));
40424    G__setnewtype(-1,"label <pos, value> pair",0);
40425    G__search_typename2("vector<Lab_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR),0,-1);
40426    G__setnewtype(-1,NULL,0);
40427    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR));
40428    G__setnewtype(-1,NULL,0);
40429    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR));
40430    G__setnewtype(-1,NULL,0);
40431    G__search_typename2("vector<pair<float,float> >",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR),0,-1);
40432    G__setnewtype(-1,NULL,0);
40433    G__search_typename2("LabVec_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter));
40434    G__setnewtype(-1,NULL,0);
40435    G__search_typename2("pair<Float_t,Int_t>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEfloatcOintgR),0,-1);
40436    G__setnewtype(-1,NULL,0);
40437    G__search_typename2("TM_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEfloatcOintgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter));
40438    G__setnewtype(-1,"tick-mark <pos, order> pair",0);
40439    G__search_typename2("vector<TM_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR),0,-1);
40440    G__setnewtype(-1,NULL,0);
40441    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR));
40442    G__setnewtype(-1,NULL,0);
40443    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR));
40444    G__setnewtype(-1,NULL,0);
40445    G__search_typename2("vector<pair<float,int> >",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR),0,-1);
40446    G__setnewtype(-1,NULL,0);
40447    G__search_typename2("TMVec_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter));
40448    G__setnewtype(-1,"vector od tick lines",0);
40449    G__search_typename2("pair<UInt_t,Int_t>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEunsignedsPintcOintgR),0,-1);
40450    G__setnewtype(-1,NULL,0);
40451    G__search_typename2("DLRange_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEunsignedsPintcOintgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity));
40452    G__setnewtype(-1,NULL,0);
40453    G__search_typename2("list<DLRange_t>",117,G__get_linked_tagnum(&G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1);
40454    G__setnewtype(-1,NULL,0);
40455    G__search_typename2("list<pair<unsigned int,int> >",117,G__get_linked_tagnum(&G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1);
40456    G__setnewtype(-1,NULL,0);
40457    G__search_typename2("DLTrash_t",117,G__get_linked_tagnum(&G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity));
40458    G__setnewtype(-1,NULL,0);
40459    G__search_typename2("DLTrashIt_t",117,G__get_linked_tagnum(&G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity));
40460    G__setnewtype(-1,NULL,0);
40461    G__search_typename2("list<TGLContext*>",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLContextmUcOallocatorlETGLContextmUgRsPgR),0,-1);
40462    G__setnewtype(-1,NULL,0);
40463    G__search_typename2("CtxList_t",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLContextmUcOallocatorlETGLContextmUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity));
40464    G__setnewtype(-1,NULL,0);
40465    G__search_typename2("list<TGLSceneInfo*>",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR),0,-1);
40466    G__setnewtype(-1,NULL,0);
40467    G__search_typename2("SceneInfoList_t",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
40468    G__setnewtype(-1,NULL,0);
40469    G__search_typename2("SceneInfoList_i",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
40470    G__setnewtype(-1,NULL,0);
40471    G__search_typename2("vector<TGLSceneInfo*>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR),0,-1);
40472    G__setnewtype(-1,NULL,0);
40473    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR));
40474    G__setnewtype(-1,NULL,0);
40475    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR));
40476    G__setnewtype(-1,NULL,0);
40477    G__search_typename2("SceneInfoVec_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
40478    G__setnewtype(-1,NULL,0);
40479    G__search_typename2("SceneInfoVec_i",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
40480    G__setnewtype(-1,NULL,0);
40481    G__search_typename2("vector<TGLOverlayElement*>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR),0,-1);
40482    G__setnewtype(-1,NULL,0);
40483    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR));
40484    G__setnewtype(-1,NULL,0);
40485    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR));
40486    G__setnewtype(-1,NULL,0);
40487    G__search_typename2("OverlayElmVec_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
40488    G__setnewtype(-1,NULL,0);
40489    G__search_typename2("OverlayElmVec_i",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
40490    G__setnewtype(-1,NULL,0);
40491    G__search_typename2("SubRender_foo",97,-1,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
40492    G__setnewtype(-1,"void (TGLSceneBase::* SubRender_foo) (TGLRnrCtx &);",0);
40493    G__search_typename2("list<TGLColorSet*,std::allocator<TGLColorSet*> >",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLColorSetmUcOallocatorlETGLColorSetmUgRsPgR),0,-1);
40494    G__setnewtype(-1,NULL,0);
40495    G__search_typename2("list<TGLColorSet*>",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLColorSetmUcOallocatorlETGLColorSetmUgRsPgR),0,-1);
40496    G__setnewtype(-1,NULL,0);
40497    G__search_typename2("lpTGLColorSet_t",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLColorSetmUcOallocatorlETGLColorSetmUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx));
40498    G__setnewtype(-1,NULL,0);
40499    G__search_typename2("vector<TPoint>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETPointcOallocatorlETPointgRsPgR),0,-1);
40500    G__setnewtype(-1,NULL,0);
40501    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETPointcOallocatorlETPointgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETPointcOallocatorlETPointgRsPgR));
40502    G__setnewtype(-1,NULL,0);
40503    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETPointcOallocatorlETPointgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETPointcOallocatorlETPointgRsPgR));
40504    G__setnewtype(-1,NULL,0);
40505    G__search_typename2("list<MeshPatch_t>",117,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgR),0,-1);
40506    G__setnewtype(-1,NULL,0);
40507    G__search_typename2("list<Rgl::Pad::MeshPatch_t>",117,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgR),0,-1);
40508    G__setnewtype(-1,NULL,0);
40509    G__search_typename2("list<Rgl::Pad::Tesselation_t>",117,G__get_linked_tagnum(&G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgR),0,-1);
40510    G__setnewtype(-1,NULL,0);
40511    G__search_typename2("list<list<Rgl::Pad::MeshPatch_t,allocator<Rgl::Pad::MeshPatch_t> > >",117,G__get_linked_tagnum(&G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgR),0,-1);
40512    G__setnewtype(-1,NULL,0);
40513    G__search_typename2("CIter_t",117,G__get_linked_tagnum(&G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLH2PolyPainter));
40514    G__setnewtype(-1,NULL,0);
40515    G__search_typename2("vector<Rgl::Range_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,-1);
40516    G__setnewtype(-1,NULL,0);
40517    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR));
40518    G__setnewtype(-1,NULL,0);
40519    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR));
40520    G__setnewtype(-1,NULL,0);
40521    G__search_typename2("vector<pair<double,double> >",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,-1);
40522    G__setnewtype(-1,NULL,0);
40523    G__search_typename2("CosSin_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),0,G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter));
40524    G__setnewtype(-1,NULL,0);
40525    G__search_typename2("vector<CosSin_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter));
40526    G__setnewtype(-1,NULL,0);
40527    G__search_typename2("ParametricEquation_t",89,-1,0,-1);
40528    G__setnewtype(-1,"void (*ParametricEquation_t)(TGLVertex3 &, Double_t u, Double_t v);",0);
40529    G__search_typename2("Ptr_t",117,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETF2gR),0,G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation));
40530    G__setnewtype(-1,NULL,0);
40531    G__search_typename2("Painter_t",117,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETGLHistPaintergR),0,G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation));
40532    G__setnewtype(-1,NULL,0);
40533    G__search_typename2("TGL2DArray<Vertex_t>",117,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylETGLParametricPlotcLcLVertex_tgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot));
40534    G__setnewtype(-1,NULL,0);
40535    G__search_typename2("vector<TGLParametricPlot::Vertex_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgR),0,-1);
40536    G__setnewtype(-1,NULL,0);
40537    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgR));
40538    G__setnewtype(-1,NULL,0);
40539    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgR));
40540    G__setnewtype(-1,NULL,0);
40541    G__search_typename2("list<TGLViewerBase*>",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgR),0,-1);
40542    G__setnewtype(-1,NULL,0);
40543    G__search_typename2("ViewerList_t",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase));
40544    G__setnewtype(-1,NULL,0);
40545    G__search_typename2("ViewerList_i",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase));
40546    G__setnewtype(-1,NULL,0);
40547    G__search_typename2("map<TObject*,TGLLogicalShape*>",117,G__get_linked_tagnum(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR),0,-1);
40548    G__setnewtype(-1,NULL,0);
40549    G__search_typename2("map<TObject*,TGLLogicalShape*,less<TObject*> >",117,G__get_linked_tagnum(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR),0,-1);
40550    G__setnewtype(-1,NULL,0);
40551    G__search_typename2("LogicalShapeMap_t",117,G__get_linked_tagnum(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40552    G__setnewtype(-1,NULL,0);
40553    G__search_typename2("LogicalShapeMapValueType_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlETObjectmUcOTGLLogicalShapemUgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40554    G__setnewtype(-1,NULL,0);
40555    G__search_typename2("LogicalShapeMapIt_t",117,G__get_linked_tagnum(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40556    G__setnewtype(-1,NULL,0);
40557    G__search_typename2("LogicalShapeMapCIt_t",117,G__get_linked_tagnum(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40558    G__setnewtype(-1,NULL,0);
40559    G__search_typename2("map<UInt_t,TGLPhysicalShape*>",117,G__get_linked_tagnum(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgR),0,-1);
40560    G__setnewtype(-1,NULL,0);
40561    G__search_typename2("map<unsigned int,TGLPhysicalShape*>",117,G__get_linked_tagnum(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgR),0,-1);
40562    G__setnewtype(-1,NULL,0);
40563    G__search_typename2("map<unsigned int,TGLPhysicalShape*,less<unsigned int> >",117,G__get_linked_tagnum(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgR),0,-1);
40564    G__setnewtype(-1,NULL,0);
40565    G__search_typename2("PhysicalShapeMap_t",117,G__get_linked_tagnum(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40566    G__setnewtype(-1,NULL,0);
40567    G__search_typename2("PhysicalShapeMapValueType_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEunsignedsPintcOTGLPhysicalShapemUgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40568    G__setnewtype(-1,NULL,0);
40569    G__search_typename2("PhysicalShapeMapIt_t",117,G__get_linked_tagnum(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40570    G__setnewtype(-1,NULL,0);
40571    G__search_typename2("PhysicalShapeMapCIt_t",117,G__get_linked_tagnum(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40572    G__setnewtype(-1,NULL,0);
40573    G__search_typename2("vector<DrawElement_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR),0,-1);
40574    G__setnewtype(-1,NULL,0);
40575    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR));
40576    G__setnewtype(-1,NULL,0);
40577    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR));
40578    G__setnewtype(-1,NULL,0);
40579    G__search_typename2("vector<TGLScene::DrawElement_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR),0,-1);
40580    G__setnewtype(-1,NULL,0);
40581    G__search_typename2("DrawElementVec_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40582    G__setnewtype(-1,NULL,0);
40583    G__search_typename2("DrawElementVec_i",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40584    G__setnewtype(-1,NULL,0);
40585    G__search_typename2("vector<DrawElement_t*>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR),0,-1);
40586    G__setnewtype(-1,NULL,0);
40587    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR));
40588    G__setnewtype(-1,NULL,0);
40589    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR));
40590    G__setnewtype(-1,NULL,0);
40591    G__search_typename2("vector<TGLScene::DrawElement_t*>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR),0,-1);
40592    G__setnewtype(-1,NULL,0);
40593    G__search_typename2("DrawElementPtrVec_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40594    G__setnewtype(-1,NULL,0);
40595    G__search_typename2("DrawElementPtrVec_i",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40596    G__setnewtype(-1,NULL,0);
40597    G__search_typename2("vector<const TGLPhysicalShape*>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgR),0,-1);
40598    G__setnewtype(-1,NULL,0);
40599    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgR));
40600    G__setnewtype(-1,NULL,0);
40601    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgR));
40602    G__setnewtype(-1,NULL,0);
40603    G__search_typename2("ShapeVec_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40604    G__setnewtype(-1,NULL,0);
40605    G__search_typename2("ShapeVec_i",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLScene));
40606    G__setnewtype(-1,NULL,0);
40607    G__search_typename2("map<TClass*,UInt_t>",117,G__get_linked_tagnum(&G__G__GLLN_maplETClassmUcOunsignedsPintcOlesslETClassmUgRcOallocatorlEpairlETClassmUsPconstcOunsignedsPintgRsPgRsPgR),0,-1);
40608    G__setnewtype(-1,NULL,0);
40609    G__search_typename2("map<TClass*,unsigned int>",117,G__get_linked_tagnum(&G__G__GLLN_maplETClassmUcOunsignedsPintcOlesslETClassmUgRcOallocatorlEpairlETClassmUsPconstcOunsignedsPintgRsPgRsPgR),0,-1);
40610    G__setnewtype(-1,NULL,0);
40611    G__search_typename2("map<TClass*,unsigned int,less<TClass*> >",117,G__get_linked_tagnum(&G__G__GLLN_maplETClassmUcOunsignedsPintcOlesslETClassmUgRcOallocatorlEpairlETClassmUsPconstcOunsignedsPintgRsPgRsPgR),0,-1);
40612    G__setnewtype(-1,NULL,0);
40613    G__search_typename2("pair<UInt_t,RootCsg::TBaseMesh*>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgR),0,-1);
40614    G__setnewtype(-1,NULL,0);
40615    G__search_typename2("CSPart_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLScenePad));
40616    G__setnewtype(-1,NULL,0);
40617    G__search_typename2("vector<CSPart_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgR),0,-1);
40618    G__setnewtype(-1,NULL,0);
40619    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgR));
40620    G__setnewtype(-1,NULL,0);
40621    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgR));
40622    G__setnewtype(-1,NULL,0);
40623    G__search_typename2("vector<pair<unsigned int,RootCsg::TBaseMesh*> >",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgR),0,-1);
40624    G__setnewtype(-1,NULL,0);
40625    G__search_typename2("pair<UInt_t,UInt_t*>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEunsignedsPintcOunsignedsPintmUgR),0,-1);
40626    G__setnewtype(-1,NULL,0);
40627    G__search_typename2("RawRecord_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEunsignedsPintcOunsignedsPintmUgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer));
40628    G__setnewtype(-1,NULL,0);
40629    G__search_typename2("vector<RawRecord_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR),0,-1);
40630    G__setnewtype(-1,NULL,0);
40631    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR));
40632    G__setnewtype(-1,NULL,0);
40633    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR));
40634    G__setnewtype(-1,NULL,0);
40635    G__search_typename2("vector<pair<unsigned int,unsigned int*> >",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR),0,-1);
40636    G__setnewtype(-1,NULL,0);
40637    G__search_typename2("vRawRecord_t",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer));
40638    G__setnewtype(-1,NULL,0);
40639    G__search_typename2("vector<TGLVertex3>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLVertex3cOallocatorlETGLVertex3gRsPgR),0,-1);
40640    G__setnewtype(-1,NULL,0);
40641    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLVertex3cOallocatorlETGLVertex3gRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLVertex3cOallocatorlETGLVertex3gRsPgR));
40642    G__setnewtype(-1,NULL,0);
40643    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLVertex3cOallocatorlETGLVertex3gRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLVertex3cOallocatorlETGLVertex3gRsPgR));
40644    G__setnewtype(-1,NULL,0);
40645    G__search_typename2("TGL2DArray<std::pair<TGLVector3,TGLVector3> >",117,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylEpairlETGLVector3cOTGLVector3gRsPgR),0,-1);
40646    G__setnewtype(-1,NULL,0);
40647    G__search_typename2("vector<pair<TGLVector3,TGLVector3> >",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgR),0,-1);
40648    G__setnewtype(-1,NULL,0);
40649    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgR));
40650    G__setnewtype(-1,NULL,0);
40651    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgR));
40652    G__setnewtype(-1,NULL,0);
40653    G__search_typename2("vector<TGLVector3>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLVector3cOallocatorlETGLVector3gRsPgR),0,-1);
40654    G__setnewtype(-1,NULL,0);
40655    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLVector3cOallocatorlETGLVector3gRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLVector3cOallocatorlETGLVector3gRsPgR));
40656    G__setnewtype(-1,NULL,0);
40657    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlETGLVector3cOallocatorlETGLVector3gRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLVector3cOallocatorlETGLVector3gRsPgR));
40658    G__setnewtype(-1,NULL,0);
40659    G__search_typename2("list<Projection_t>",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLSurfacePaintercLcLProjection_tcOallocatorlETGLSurfacePaintercLcLProjection_tgRsPgR),0,-1);
40660    G__setnewtype(-1,NULL,0);
40661    G__search_typename2("list<TGLSurfacePainter::Projection_t>",117,G__get_linked_tagnum(&G__G__GLLN_listlETGLSurfacePaintercLcLProjection_tcOallocatorlETGLSurfacePaintercLcLProjection_tgRsPgR),0,-1);
40662    G__setnewtype(-1,NULL,0);
40663    G__search_typename2("vector<Float_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEfloatcOallocatorlEfloatgRsPgR),0,-1);
40664    G__setnewtype(-1,NULL,0);
40665    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEfloatcOallocatorlEfloatgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEfloatcOallocatorlEfloatgRsPgR));
40666    G__setnewtype(-1,NULL,0);
40667    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEfloatcOallocatorlEfloatgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEfloatcOallocatorlEfloatgRsPgR));
40668    G__setnewtype(-1,NULL,0);
40669    G__search_typename2("vector<float>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEfloatcOallocatorlEfloatgRsPgR),0,-1);
40670    G__setnewtype(-1,NULL,0);
40671    G__search_typename2("Mesh_t",117,G__get_linked_tagnum(&G__G__GLLN_RglcLcLMccLcLTIsoMeshlEfloatgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter));
40672    G__setnewtype(-1,NULL,0);
40673    G__search_typename2("list<Mesh_t>",117,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgR),0,-1);
40674    G__setnewtype(-1,NULL,0);
40675    G__search_typename2("list<Rgl::Mc::TIsoMesh<float> >",117,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgR),0,-1);
40676    G__setnewtype(-1,NULL,0);
40677    G__search_typename2("MeshList_t",117,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter));
40678    G__setnewtype(-1,NULL,0);
40679    G__search_typename2("MeshIter_t",117,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter));
40680    G__setnewtype(-1,NULL,0);
40681    G__search_typename2("ConstMeshIter_t",117,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter));
40682    G__setnewtype(-1,NULL,0);
40683    G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__G__GLLN_TVectorTlEfloatgR),0,-1);
40684    G__setnewtype(-1,NULL,0);
40685    G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__G__GLLN_TVectorTlEdoublegR),0,-1);
40686    G__setnewtype(-1,NULL,0);
40687    G__search_typename2("pair<const TH3*,ETH3BinShape>",117,G__get_linked_tagnum(&G__G__GLLN_pairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegR),0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition));
40688    G__setnewtype(-1,NULL,0);
40689    G__search_typename2("TH3Pair_t",117,G__get_linked_tagnum(&G__G__GLLN_pairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegR),0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition));
40690    G__setnewtype(-1,NULL,0);
40691    G__search_typename2("vector<TH3Pair_t>",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgR),0,-1);
40692    G__setnewtype(-1,NULL,0);
40693    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgR));
40694    G__setnewtype(-1,NULL,0);
40695    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgR));
40696    G__setnewtype(-1,NULL,0);
40697    G__search_typename2("vector<pair<const TH3*,TGLTH3Composition::ETH3BinShape> >",117,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgR),0,-1);
40698    G__setnewtype(-1,NULL,0);
40699    G__search_typename2("set<TGLContext*>",117,G__get_linked_tagnum(&G__G__GLLN_setlETGLContextmUcOlesslETGLContextmUgRcOallocatorlETGLContextmUgRsPgR),0,-1);
40700    G__setnewtype(-1,NULL,0);
40701    G__search_typename2("set<TGLContext*,less<TGLContext*> >",117,G__get_linked_tagnum(&G__G__GLLN_setlETGLContextmUcOlesslETGLContextmUgRcOallocatorlETGLContextmUgRsPgR),0,-1);
40702    G__setnewtype(-1,NULL,0);
40703 }
40704 
40705 /*********************************************************
40706 * Data Member information setup/
40707 *********************************************************/
40708 
40709    /* Setting up class,struct,union tag member variable */
40710 
40711    /* TArcBall */
40712 static void G__setup_memvarTArcBall(void) {
40713    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TArcBall));
40714    { TArcBall *p; p=(TArcBall*)0x1000; if (p) { }
40715    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fThisRot[9]=",0,(char*)NULL);
40716    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLastRot[9]=",0,(char*)NULL);
40717    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTransform[16]=",0,(char*)NULL);
40718    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fStVec[3]=",0,"Saved click vector");
40719    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fEnVec[3]=",0,"Saved drag vector");
40720    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAdjustWidth=",0,"Mouse bounds width");
40721    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAdjustHeight=",0,"Mouse bounds height");
40722    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40723    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40724    }
40725    G__tag_memvar_reset();
40726 }
40727 
40728 
40729    /* TGLBoundingBox */
40730 static void G__setup_memvarTGLBoundingBox(void) {
40731    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox));
40732    { TGLBoundingBox *p; p=(TGLBoundingBox*)0x1000; if (p) { }
40733    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,4,"fVertex[8]=",0,"! the 8 bounding box vertices");
40734    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fVolume=",0,"! box volume - cached for speed");
40735    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fDiagonal=",0,"! max box diagonal - cached for speed");
40736    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,4,"fAxes[3]=",0,"! box axes in global frame - cached for speed");
40737    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,4,"fAxesNorm[3]=",0,"! normalised box axes in global frame - cached for speed");
40738    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40739    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBoxcLcLEFace),-1,-2,1,G__FastAllocString(2048).Format("kFaceLowX=%lldLL",(long long)TGLBoundingBox::kFaceLowX).data(),0,(char*)NULL);
40740    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBoxcLcLEFace),-1,-2,1,G__FastAllocString(2048).Format("kFaceHighX=%lldLL",(long long)TGLBoundingBox::kFaceHighX).data(),0,(char*)NULL);
40741    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBoxcLcLEFace),-1,-2,1,G__FastAllocString(2048).Format("kFaceLowY=%lldLL",(long long)TGLBoundingBox::kFaceLowY).data(),0,(char*)NULL);
40742    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBoxcLcLEFace),-1,-2,1,G__FastAllocString(2048).Format("kFaceHighY=%lldLL",(long long)TGLBoundingBox::kFaceHighY).data(),0,(char*)NULL);
40743    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBoxcLcLEFace),-1,-2,1,G__FastAllocString(2048).Format("kFaceLowZ=%lldLL",(long long)TGLBoundingBox::kFaceLowZ).data(),0,(char*)NULL);
40744    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBoxcLcLEFace),-1,-2,1,G__FastAllocString(2048).Format("kFaceHighZ=%lldLL",(long long)TGLBoundingBox::kFaceHighZ).data(),0,(char*)NULL);
40745    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBoxcLcLEFace),-1,-2,1,G__FastAllocString(2048).Format("kFaceCount=%lldLL",(long long)TGLBoundingBox::kFaceCount).data(),0,(char*)NULL);
40746    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40747    }
40748    G__tag_memvar_reset();
40749 }
40750 
40751 
40752    /* TGLCamera */
40753 static void G__setup_memvarTGLCamera(void) {
40754    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCamera));
40755    { TGLCamera *p; p=(TGLCamera*)0x1000; if (p) { }
40756    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameracLcLEFrustumPlane),-1,-2,1,G__FastAllocString(2048).Format("kNear=%lldLL",(long long)TGLCamera::kNear).data(),0,(char*)NULL);
40757    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameracLcLEFrustumPlane),-1,-2,1,G__FastAllocString(2048).Format("kLeft=%lldLL",(long long)TGLCamera::kLeft).data(),0,(char*)NULL);
40758    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameracLcLEFrustumPlane),-1,-2,1,G__FastAllocString(2048).Format("kRight=%lldLL",(long long)TGLCamera::kRight).data(),0,(char*)NULL);
40759    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameracLcLEFrustumPlane),-1,-2,1,G__FastAllocString(2048).Format("kTop=%lldLL",(long long)TGLCamera::kTop).data(),0,(char*)NULL);
40760    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameracLcLEFrustumPlane),-1,-2,1,G__FastAllocString(2048).Format("kBottom=%lldLL",(long long)TGLCamera::kBottom).data(),0,(char*)NULL);
40761    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameracLcLEFrustumPlane),-1,-2,1,G__FastAllocString(2048).Format("kFar=%lldLL",(long long)TGLCamera::kFar).data(),0,(char*)NULL);
40762    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameracLcLEFrustumPlane),-1,-2,1,G__FastAllocString(2048).Format("kPlanesPerFrustum=%lldLL",(long long)TGLCamera::kPlanesPerFrustum).data(),0,(char*)NULL);
40763    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,4,"fPreviousInterestBox=",0,"! previous interest box (DEBUG)");
40764    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,4,"fInterestFrustum=",0,"! frustum basis of current interest box - NOT a true BB! (DEBUG)");
40765    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,4,"fInterestFrustumAsBox=",0,"! frustum basis (as box) of current interest box (DEBUG)");
40766    G__memvar_setup((void*)0,100,0,1,-1,G__defined_typename("Double_t"),-2,4,"fgInterestBoxExpansion=",0,"! expansion c.f. aligned current frustum box");
40767    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix),-1,-1,2,"fCamBase=",0,"! tranformation to center and rotation from up to x vector");
40768    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix),-1,-1,2,"fCamTrans=",0,"! transformation relative to fCamTrans");
40769    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fExternalCenter=",0,"! use external center insead of scene center");
40770    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fFixDefCenter=",0,"! use fixed default center");
40771    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fExtCenter=",0,"! external camera center");
40772    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fDefCenter=",0,"! deafult camera center");
40773    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fFDCenter=",0,"! fixed deafult camera center");
40774    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fCenter=",0,"! current camera center");
40775    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fNearClip=",0,"! last applied near-clip");
40776    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fFarClip=",0,"! last applied far-clip");
40777    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDollyDefault=",0,"! default distnce from viewing centre");
40778    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDollyDistance=",0,"! unit distance for camera movement in fwd/bck direction");
40779    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fVAxisMinAngle=",0,"! minimal allowed angle between up and fCamTrans Z vector");
40780    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fCacheDirty=",0,"! cached items dirty?");
40781    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fTimeStamp=",0,"! timestamp");
40782    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix),-1,-1,2,"fLastNoPickProjM=",0,"! no-pick projection matrix (cached)");
40783    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix),-1,-1,2,"fProjM=",0,"! projection matrix        (cached)");
40784    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix),-1,-1,2,"fModVM=",0,"! modelView matrix         (cached)");
40785    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix),-1,-1,2,"fClipM=",0,"! object space clip matrix (cached)");
40786    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlane),-1,-1,2,"fFrustumPlanes[6]=",0,"! frustum planes           (cached)");
40787    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLRect),-1,-1,2,"fViewport=",0,"! viewport (GL coords - origin bottom left)");
40788    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,2,"fInterestBox=",0,"! the interest box - created in UpdateInterest()");
40789    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fLargestSeen=",0,"! largest box diagonal seen in OfInterest() - used when");
40790    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-2,2,"fgDollyDeltaSens=",0,(char*)NULL);
40791    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40792    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40793    }
40794    G__tag_memvar_reset();
40795 }
40796 
40797 
40798    /* TGLVector3 */
40799 static void G__setup_memvarTGLVector3(void) {
40800    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLVector3));
40801    { TGLVector3 *p; p=(TGLVector3*)0x1000; if (p) { }
40802    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40803    }
40804    G__tag_memvar_reset();
40805 }
40806 
40807 
40808    /* TGLVertex3 */
40809 static void G__setup_memvarTGLVertex3(void) {
40810    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLVertex3));
40811    { TGLVertex3 *p; p=(TGLVertex3*)0x1000; if (p) { }
40812    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fVals[3]=",0,(char*)NULL);
40813    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40814    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40815    }
40816    G__tag_memvar_reset();
40817 }
40818 
40819 
40820    /* TGLLine3 */
40821 static void G__setup_memvarTGLLine3(void) {
40822    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLine3));
40823    { TGLLine3 *p; p=(TGLLine3*)0x1000; if (p) { }
40824    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,4,"fVertex=",0,"! Start vertex of line");
40825    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,4,"fVector=",0,"! Vector of line from fVertex");
40826    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40827    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40828    }
40829    G__tag_memvar_reset();
40830 }
40831 
40832 
40833    /* TGLRect */
40834 static void G__setup_memvarTGLRect(void) {
40835    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLRect));
40836    { TGLRect *p; p=(TGLRect*)0x1000; if (p) { }
40837    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fX=",0,(char*)NULL);
40838    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fY=",0,"! Corner");
40839    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fWidth=",0,(char*)NULL);
40840    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fHeight=",0,"! Positive width/height");
40841    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40842    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40843    }
40844    G__tag_memvar_reset();
40845 }
40846 
40847 
40848    /* TGLPlane */
40849 static void G__setup_memvarTGLPlane(void) {
40850    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlane));
40851    { TGLPlane *p; p=(TGLPlane*)0x1000; if (p) { }
40852    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fVals[4]=",0,(char*)NULL);
40853    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40854    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40855    }
40856    G__tag_memvar_reset();
40857 }
40858 
40859 
40860    /* TGLMatrix */
40861 static void G__setup_memvarTGLMatrix(void) {
40862    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
40863    { TGLMatrix *p; p=(TGLMatrix*)0x1000; if (p) { }
40864    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fVals[16]=",0,"Column MAJOR as per OGL");
40865    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40866    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40867    }
40868    G__tag_memvar_reset();
40869 }
40870 
40871 
40872    /* TGLColor */
40873 static void G__setup_memvarTGLColor(void) {
40874    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLColor));
40875    { TGLColor *p; p=(TGLColor*)0x1000; if (p) { }
40876    G__memvar_setup((void*)0,98,0,0,-1,G__defined_typename("UChar_t"),-1,2,"fRGBA[4]=",0,(char*)NULL);
40877    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fIndex=",0,(char*)NULL);
40878    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40879    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40880    }
40881    G__tag_memvar_reset();
40882 }
40883 
40884 
40885    /* TGLColorSet */
40886 static void G__setup_memvarTGLColorSet(void) {
40887    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLColorSet));
40888    { TGLColorSet *p; p=(TGLColorSet*)0x1000; if (p) { }
40889    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLColor),-1,-1,2,"fBackground=",0,(char*)NULL);
40890    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLColor),-1,-1,2,"fForeground=",0,(char*)NULL);
40891    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLColor),-1,-1,2,"fOutline=",0,(char*)NULL);
40892    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLColor),-1,-1,2,"fMarkup=",0,(char*)NULL);
40893    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLColor),-1,-1,2,"fSelection[5]=",0,"Colors for shape-selection-levels");
40894    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40895    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40896    }
40897    G__tag_memvar_reset();
40898 }
40899 
40900 
40901    /* TGLUtil */
40902 static void G__setup_memvarTGLUtil(void) {
40903    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLUtil));
40904    { TGLUtil *p; p=(TGLUtil*)0x1000; if (p) { }
40905    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-2,4,"fgDefaultDrawQuality=",0,(char*)NULL);
40906    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-2,4,"fgDrawQuality=",0,(char*)NULL);
40907    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-2,4,"fgColorLockCount=",0,(char*)NULL);
40908    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-2,4,"fgPointSize=",0,(char*)NULL);
40909    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-2,4,"fgLineWidth=",0,(char*)NULL);
40910    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-2,4,"fgPointSizeScale=",0,(char*)NULL);
40911    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-2,4,"fgLineWidthScale=",0,(char*)NULL);
40912    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40913    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLELineHeadShape),-1,-2,1,G__FastAllocString(2048).Format("kLineHeadNone=%lldLL",(long long)TGLUtil::kLineHeadNone).data(),0,(char*)NULL);
40914    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLELineHeadShape),-1,-2,1,G__FastAllocString(2048).Format("kLineHeadArrow=%lldLL",(long long)TGLUtil::kLineHeadArrow).data(),0,(char*)NULL);
40915    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLELineHeadShape),-1,-2,1,G__FastAllocString(2048).Format("kLineHeadBox=%lldLL",(long long)TGLUtil::kLineHeadBox).data(),0,(char*)NULL);
40916    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLEAxesType),-1,-2,1,G__FastAllocString(2048).Format("kAxesNone=%lldLL",(long long)TGLUtil::kAxesNone).data(),0,(char*)NULL);
40917    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLEAxesType),-1,-2,1,G__FastAllocString(2048).Format("kAxesEdge=%lldLL",(long long)TGLUtil::kAxesEdge).data(),0,(char*)NULL);
40918    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLEAxesType),-1,-2,1,G__FastAllocString(2048).Format("kAxesOrigin=%lldLL",(long long)TGLUtil::kAxesOrigin).data(),0,(char*)NULL);
40919    G__memvar_setup((void*)(&TGLUtil::fgRed),98,0,1,-1,G__defined_typename("UChar_t"),-2,1,"fgRed[4]=",0,(char*)NULL);
40920    G__memvar_setup((void*)(&TGLUtil::fgGreen),98,0,1,-1,G__defined_typename("UChar_t"),-2,1,"fgGreen[4]=",0,(char*)NULL);
40921    G__memvar_setup((void*)(&TGLUtil::fgBlue),98,0,1,-1,G__defined_typename("UChar_t"),-2,1,"fgBlue[4]=",0,(char*)NULL);
40922    G__memvar_setup((void*)(&TGLUtil::fgYellow),98,0,1,-1,G__defined_typename("UChar_t"),-2,1,"fgYellow[4]=",0,(char*)NULL);
40923    G__memvar_setup((void*)(&TGLUtil::fgWhite),98,0,1,-1,G__defined_typename("UChar_t"),-2,1,"fgWhite[4]=",0,(char*)NULL);
40924    G__memvar_setup((void*)(&TGLUtil::fgGrey),98,0,1,-1,G__defined_typename("UChar_t"),-2,1,"fgGrey[4]=",0,(char*)NULL);
40925    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40926    }
40927    G__tag_memvar_reset();
40928 }
40929 
40930 
40931    /* TGLUtil::TColorLocker */
40932 static void G__setup_memvarTGLUtilcLcLTColorLocker(void) {
40933    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTColorLocker));
40934    { TGLUtil::TColorLocker *p; p=(TGLUtil::TColorLocker*)0x1000; if (p) { }
40935    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40936    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40937    }
40938    G__tag_memvar_reset();
40939 }
40940 
40941 
40942    /* TGLUtil::TDrawQualityModifier */
40943 static void G__setup_memvarTGLUtilcLcLTDrawQualityModifier(void) {
40944    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityModifier));
40945    { TGLUtil::TDrawQualityModifier *p; p=(TGLUtil::TDrawQualityModifier*)0x1000; if (p) { }
40946    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOldQuality=",0,(char*)NULL);
40947    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40948    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40949    }
40950    G__tag_memvar_reset();
40951 }
40952 
40953 
40954    /* TGLUtil::TDrawQualityScaler */
40955 static void G__setup_memvarTGLUtilcLcLTDrawQualityScaler(void) {
40956    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityScaler));
40957    { TGLUtil::TDrawQualityScaler *p; p=(TGLUtil::TDrawQualityScaler*)0x1000; if (p) { }
40958    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOldQuality=",0,(char*)NULL);
40959    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40960    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40961    }
40962    G__tag_memvar_reset();
40963 }
40964 
40965 
40966    /* TGLSelectionBuffer */
40967 static void G__setup_memvarTGLSelectionBuffer(void) {
40968    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectionBuffer));
40969    { TGLSelectionBuffer *p; p=(TGLSelectionBuffer*)0x1000; if (p) { }
40970    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgR),G__defined_typename("vector<UChar_t>"),-1,4,"fBuffer=",0,(char*)NULL);
40971    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fWidth=",0,(char*)NULL);
40972    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fHeight=",0,(char*)NULL);
40973    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
40974    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
40975    }
40976    G__tag_memvar_reset();
40977 }
40978 
40979 
40980    /* TGLPlotCoordinates */
40981 static void G__setup_memvarTGLPlotCoordinates(void) {
40982    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates));
40983    { TGLPlotCoordinates *p; p=(TGLPlotCoordinates*)0x1000; if (p) { }
40984    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_EGLCoordType),-1,-1,4,"fCoordType=",0,(char*)NULL);
40985    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEintcOintgR),G__defined_typename("BinRange_t"),-1,4,"fXBins=",0,(char*)NULL);
40986    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEintcOintgR),G__defined_typename("BinRange_t"),-1,4,"fYBins=",0,(char*)NULL);
40987    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEintcOintgR),G__defined_typename("BinRange_t"),-1,4,"fZBins=",0,(char*)NULL);
40988    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fXScale=",0,(char*)NULL);
40989    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fYScale=",0,(char*)NULL);
40990    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZScale=",0,(char*)NULL);
40991    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fXRange=",0,(char*)NULL);
40992    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fYRange=",0,(char*)NULL);
40993    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fZRange=",0,(char*)NULL);
40994    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fXRangeScaled=",0,(char*)NULL);
40995    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fYRangeScaled=",0,(char*)NULL);
40996    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fZRangeScaled=",0,(char*)NULL);
40997    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fXLog=",0,(char*)NULL);
40998    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fYLog=",0,(char*)NULL);
40999    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fZLog=",0,(char*)NULL);
41000    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fModified=",0,(char*)NULL);
41001    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fFactor=",0,(char*)NULL);
41002    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41003    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41004    }
41005    G__tag_memvar_reset();
41006 }
41007 
41008 
41009    /* TGLQuadric */
41010 static void G__setup_memvarTGLQuadric(void) {
41011    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLQuadric));
41012    { TGLQuadric *p; p=(TGLQuadric*)0x1000; if (p) { }
41013    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_GLUquadric),-1,-1,4,"fQuad=",0,(char*)NULL);
41014    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41015    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41016    }
41017    G__tag_memvar_reset();
41018 }
41019 
41020 
41021    /* Rgl */
41022 static void G__setup_memvarRgl(void) {
41023    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_Rgl));
41024    {
41025    G__memvar_setup((void*)(&Rgl::gRedEmission),102,0,1,-1,G__defined_typename("Float_t"),-1,1,"gRedEmission[]=",0,(char*)NULL);
41026    G__memvar_setup((void*)(&Rgl::gGreenEmission),102,0,1,-1,G__defined_typename("Float_t"),-1,1,"gGreenEmission[]=",0,(char*)NULL);
41027    G__memvar_setup((void*)(&Rgl::gBlueEmission),102,0,1,-1,G__defined_typename("Float_t"),-1,1,"gBlueEmission[]=",0,(char*)NULL);
41028    G__memvar_setup((void*)(&Rgl::gOrangeEmission),102,0,1,-1,G__defined_typename("Float_t"),-1,1,"gOrangeEmission[]=",0,(char*)NULL);
41029    G__memvar_setup((void*)(&Rgl::gWhiteEmission),102,0,1,-1,G__defined_typename("Float_t"),-1,1,"gWhiteEmission[]=",0,(char*)NULL);
41030    G__memvar_setup((void*)(&Rgl::gGrayEmission),102,0,1,-1,G__defined_typename("Float_t"),-1,1,"gGrayEmission[]=",0,(char*)NULL);
41031    G__memvar_setup((void*)(&Rgl::gNullEmission),102,0,1,-1,G__defined_typename("Float_t"),-1,1,"gNullEmission[]=",0,(char*)NULL);
41032    G__memvar_setup((void*)(&Rgl::gH2PolyScaleXY),100,0,1,-1,G__defined_typename("Double_t"),-1,1,"gH2PolyScaleXY=",0,(char*)NULL);
41033    }
41034    G__tag_memvar_reset();
41035 }
41036 
41037 
41038    /* TGLPhysicalShape */
41039 static void G__setup_memvarTGLPhysicalShape(void) {
41040    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape));
41041    { TGLPhysicalShape *p; p=(TGLPhysicalShape*)0x1000; if (p) { }
41042    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kTranslateX=%lldLL",(long long)TGLPhysicalShape::kTranslateX).data(),0,(char*)NULL);
41043    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kTranslateY=%lldLL",(long long)TGLPhysicalShape::kTranslateY).data(),0,(char*)NULL);
41044    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kTranslateZ=%lldLL",(long long)TGLPhysicalShape::kTranslateZ).data(),0,(char*)NULL);
41045    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kTranslateAll=%lldLL",(long long)TGLPhysicalShape::kTranslateAll).data(),0,(char*)NULL);
41046    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kScaleX=%lldLL",(long long)TGLPhysicalShape::kScaleX).data(),0,(char*)NULL);
41047    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kScaleY=%lldLL",(long long)TGLPhysicalShape::kScaleY).data(),0,(char*)NULL);
41048    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kScaleZ=%lldLL",(long long)TGLPhysicalShape::kScaleZ).data(),0,(char*)NULL);
41049    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kScaleAll=%lldLL",(long long)TGLPhysicalShape::kScaleAll).data(),0,(char*)NULL);
41050    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kRotateX=%lldLL",(long long)TGLPhysicalShape::kRotateX).data(),0,(char*)NULL);
41051    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kRotateY=%lldLL",(long long)TGLPhysicalShape::kRotateY).data(),0,(char*)NULL);
41052    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kRotateZ=%lldLL",(long long)TGLPhysicalShape::kRotateZ).data(),0,(char*)NULL);
41053    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kRotateAll=%lldLL",(long long)TGLPhysicalShape::kRotateAll).data(),0,(char*)NULL);
41054    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kManipAll=%lldLL",(long long)TGLPhysicalShape::kManipAll).data(),0,(char*)NULL);
41055    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape),-1,-1,4,"fLogicalShape=",0,"! the associated logical shape");
41056    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),-1,-1,4,"fNextPhysical=",0,"! pointer to next replica");
41057    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef),-1,-1,4,"fFirstPSRef=",0,"! pointer to first reference");
41058    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fID=",0,"! unique physical ID within containing scene");
41059    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLMatrix),-1,-1,4,"fTransform=",0,"! transform (placement) of physical instance");
41060    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,4,"fBoundingBox=",0,"! bounding box of the physical (transformed)");
41061    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fColor[17]=",0,"! GL color array");
41062    G__memvar_setup((void*)0,98,0,0,-1,G__defined_typename("UChar_t"),-1,4,"fSelected=",0,"! selected state");
41063    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fInvertedWind=",0,"! face winding TODO: can get directly from fTransform?");
41064    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fModified=",0,"! has been modified - retain across scene rebuilds");
41065    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip),-1,-1,4,"fManip=",0,"! permitted manipulation bitflags - see EManip");
41066    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41067    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41068    }
41069    G__tag_memvar_reset();
41070 }
41071 
41072 
41073    /* TGLRnrCtx */
41074 static void G__setup_memvarTGLRnrCtx(void) {
41075    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx));
41076    { TGLRnrCtx *p; p=(TGLRnrCtx*)0x1000; if (p) { }
41077    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEStyle),-1,-2,1,G__FastAllocString(2048).Format("kStyleUndef=%lldLL",(long long)TGLRnrCtx::kStyleUndef).data(),0,(char*)NULL);
41078    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEStyle),-1,-2,1,G__FastAllocString(2048).Format("kFill=%lldLL",(long long)TGLRnrCtx::kFill).data(),0,(char*)NULL);
41079    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEStyle),-1,-2,1,G__FastAllocString(2048).Format("kOutline=%lldLL",(long long)TGLRnrCtx::kOutline).data(),0,(char*)NULL);
41080    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEStyle),-1,-2,1,G__FastAllocString(2048).Format("kWireFrame=%lldLL",(long long)TGLRnrCtx::kWireFrame).data(),0,(char*)NULL);
41081    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEPass),-1,-2,1,G__FastAllocString(2048).Format("kPassUndef=%lldLL",(long long)TGLRnrCtx::kPassUndef).data(),0,(char*)NULL);
41082    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEPass),-1,-2,1,G__FastAllocString(2048).Format("kPassFill=%lldLL",(long long)TGLRnrCtx::kPassFill).data(),0,(char*)NULL);
41083    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEPass),-1,-2,1,G__FastAllocString(2048).Format("kPassOutlineFill=%lldLL",(long long)TGLRnrCtx::kPassOutlineFill).data(),0,(char*)NULL);
41084    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEPass),-1,-2,1,G__FastAllocString(2048).Format("kPassOutlineLine=%lldLL",(long long)TGLRnrCtx::kPassOutlineLine).data(),0,(char*)NULL);
41085    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEPass),-1,-2,1,G__FastAllocString(2048).Format("kPassWireFrame=%lldLL",(long long)TGLRnrCtx::kPassWireFrame).data(),0,(char*)NULL);
41086    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLELODPresets),-1,-2,1,G__FastAllocString(2048).Format("kLODUndef=%lldLL",(long long)TGLRnrCtx::kLODUndef).data(),0,(char*)NULL);
41087    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLELODPresets),-1,-2,1,G__FastAllocString(2048).Format("kLODPixel=%lldLL",(long long)TGLRnrCtx::kLODPixel).data(),0,(char*)NULL);
41088    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLELODPresets),-1,-2,1,G__FastAllocString(2048).Format("kLODLow=%lldLL",(long long)TGLRnrCtx::kLODLow).data(),0,(char*)NULL);
41089    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLELODPresets),-1,-2,1,G__FastAllocString(2048).Format("kLODMed=%lldLL",(long long)TGLRnrCtx::kLODMed).data(),0,(char*)NULL);
41090    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLELODPresets),-1,-2,1,G__FastAllocString(2048).Format("kLODHigh=%lldLL",(long long)TGLRnrCtx::kLODHigh).data(),0,(char*)NULL);
41091    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel),-1,-2,1,G__FastAllocString(2048).Format("kSSLNotSelected=%lldLL",(long long)TGLRnrCtx::kSSLNotSelected).data(),0,(char*)NULL);
41092    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel),-1,-2,1,G__FastAllocString(2048).Format("kSSLSelected=%lldLL",(long long)TGLRnrCtx::kSSLSelected).data(),0,(char*)NULL);
41093    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel),-1,-2,1,G__FastAllocString(2048).Format("kSSLImpliedSelected=%lldLL",(long long)TGLRnrCtx::kSSLImpliedSelected).data(),0,(char*)NULL);
41094    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel),-1,-2,1,G__FastAllocString(2048).Format("kSSLHighlighted=%lldLL",(long long)TGLRnrCtx::kSSLHighlighted).data(),0,(char*)NULL);
41095    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel),-1,-2,1,G__FastAllocString(2048).Format("kSSLImpliedHighlighted=%lldLL",(long long)TGLRnrCtx::kSSLImpliedHighlighted).data(),0,(char*)NULL);
41096    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel),-1,-2,1,G__FastAllocString(2048).Format("kSSLEnd=%lldLL",(long long)TGLRnrCtx::kSSLEnd).data(),0,(char*)NULL);
41097    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase),-1,-1,2,"fViewer=",0,(char*)NULL);
41098    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLCamera),-1,-1,2,"fCamera=",0,(char*)NULL);
41099    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo),-1,-1,2,"fSceneInfo=",0,(char*)NULL);
41100    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fViewerLOD=",0,(char*)NULL);
41101    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fSceneLOD=",0,(char*)NULL);
41102    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fCombiLOD=",0,"Combined viewer/scene lod.");
41103    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fShapeLOD=",0,"LOD calculated for current shape.");
41104    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fShapePixSize=",0,"Only relevant when not using display lists.");
41105    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fViewerStyle=",0,(char*)NULL);
41106    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fSceneStyle=",0,(char*)NULL);
41107    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fViewerWFLineW=",0,(char*)NULL);
41108    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fSceneWFLineW=",0,(char*)NULL);
41109    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fViewerOLLineW=",0,(char*)NULL);
41110    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fSceneOLLineW=",0,(char*)NULL);
41111    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClip),-1,-1,2,"fViewerClip=",0,(char*)NULL);
41112    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClip),-1,-1,2,"fSceneClip=",0,(char*)NULL);
41113    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClip),-1,-1,2,"fClip=",0,(char*)NULL);
41114    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fDrawPass=",0,(char*)NULL);
41115    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLStopwatch),-1,-1,2,"fStopwatch=",0,(char*)NULL);
41116    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fRenderTimeOut=",0,(char*)NULL);
41117    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsRunning=",0,(char*)NULL);
41118    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHasTimedOut=",0,(char*)NULL);
41119    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHighlight=",0,"True when in highlight.");
41120    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHighlightOutline=",0,"True when in highlight-outline.");
41121    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSelection=",0,(char*)NULL);
41122    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSecSelection=",0,(char*)NULL);
41123    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPickRadius=",0,(char*)NULL);
41124    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLRect),-1,-1,2,"fPickRectangle=",0,(char*)NULL);
41125    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer),-1,-1,2,"fSelectBuffer=",0,(char*)NULL);
41126    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_listlETGLColorSetmUcOallocatorlETGLColorSetmUgRsPgR),G__defined_typename("lpTGLColorSet_t"),-1,2,"fColorSetStack=",0,(char*)NULL);
41127    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fRenderScale=",0,(char*)NULL);
41128    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fEventKeySym=",0,(char*)NULL);
41129    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDLCaptureOpen=",0,"! DL-capture currently open");
41130    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity),-1,-1,2,"fGLCtxIdentity=",0,"! Current GL context identity");
41131    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_GLUquadric),-1,-1,2,"fQuadric=",0,(char*)NULL);
41132    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fGrabImage=",0,"Set to true to store the image.");
41133    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGrabBuffer=",0,"Which buffer to grab after render.");
41134    G__memvar_setup((void*)0,66,0,0,-1,G__defined_typename("UChar_t"),-1,2,"fGrabbedImage=",0,"Buffer where image was stored after rendering.");
41135    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41136    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41137    }
41138    G__tag_memvar_reset();
41139 }
41140 
41141 
41142    /* TGLSelectRecord */
41143 static void G__setup_memvarTGLSelectRecord(void) {
41144    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord));
41145    { TGLSelectRecord *p; p=(TGLSelectRecord*)0x1000; if (p) { }
41146    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordcLcLESecSelResult),-1,-2,1,G__FastAllocString(2048).Format("kNone=%lldLL",(long long)TGLSelectRecord::kNone).data(),0,(char*)NULL);
41147    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordcLcLESecSelResult),-1,-2,1,G__FastAllocString(2048).Format("kEnteringSelection=%lldLL",(long long)TGLSelectRecord::kEnteringSelection).data(),0,(char*)NULL);
41148    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordcLcLESecSelResult),-1,-2,1,G__FastAllocString(2048).Format("kLeavingSelection=%lldLL",(long long)TGLSelectRecord::kLeavingSelection).data(),0,(char*)NULL);
41149    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordcLcLESecSelResult),-1,-2,1,G__FastAllocString(2048).Format("kModifyingInternalSelection=%lldLL",(long long)TGLSelectRecord::kModifyingInternalSelection).data(),0,(char*)NULL);
41150    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fTransparent=",0,(char*)NULL);
41151    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo),-1,-1,2,"fSceneInfo=",0,"SceneInfo");
41152    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),-1,-1,2,"fPhysShape=",0,"PhysicalShape, if applicable");
41153    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TObject),-1,-1,2,"fObject=",0,"Master TObject, if applicable");
41154    G__memvar_setup((void*)0,89,0,0,-1,-1,-1,2,"fSpecific=",0,"Scene specific, if applicable");
41155    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMultiple=",0,"Mutliple selection requested (set by event-handler).");
41156    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHighlight=",0,"Requested for highlight (set by event-handler).");
41157    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordcLcLESecSelResult),-1,-1,2,"fSecSelRes=",0,"Result of ProcessSelection;");
41158    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41159    }
41160    G__tag_memvar_reset();
41161 }
41162 
41163 
41164    /* TGLViewer */
41165 static void G__setup_memvarTGLViewer(void) {
41166    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewer));
41167    { TGLViewer *p; p=(TGLViewer*)0x1000; if (p) { }
41168    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraPerspXOZ=%lldLL",(long long)TGLViewer::kCameraPerspXOZ).data(),0,(char*)NULL);
41169    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraPerspYOZ=%lldLL",(long long)TGLViewer::kCameraPerspYOZ).data(),0,(char*)NULL);
41170    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraPerspXOY=%lldLL",(long long)TGLViewer::kCameraPerspXOY).data(),0,(char*)NULL);
41171    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraOrthoXOY=%lldLL",(long long)TGLViewer::kCameraOrthoXOY).data(),0,(char*)NULL);
41172    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraOrthoXOZ=%lldLL",(long long)TGLViewer::kCameraOrthoXOZ).data(),0,(char*)NULL);
41173    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraOrthoZOY=%lldLL",(long long)TGLViewer::kCameraOrthoZOY).data(),0,(char*)NULL);
41174    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraOrthoXnOY=%lldLL",(long long)TGLViewer::kCameraOrthoXnOY).data(),0,(char*)NULL);
41175    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraOrthoXnOZ=%lldLL",(long long)TGLViewer::kCameraOrthoXnOZ).data(),0,(char*)NULL);
41176    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLECameraType),-1,-2,1,G__FastAllocString(2048).Format("kCameraOrthoZnOY=%lldLL",(long long)TGLViewer::kCameraOrthoZnOY).data(),0,(char*)NULL);
41177    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLESecSelType),-1,-2,1,G__FastAllocString(2048).Format("kOnRequest=%lldLL",(long long)TGLViewer::kOnRequest).data(),0,(char*)NULL);
41178    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLESecSelType),-1,-2,1,G__FastAllocString(2048).Format("kOnKeyMod1=%lldLL",(long long)TGLViewer::kOnKeyMod1).data(),0,(char*)NULL);
41179    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TVirtualPad),-1,-1,2,"fPad=",0,"! external pad - remove replace with signal");
41180    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TContextMenu),-1,-1,2,"fContextMenu=",0,"!");
41181    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera),-1,-1,2,"fPerspectiveCameraXOZ=",0,"!");
41182    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera),-1,-1,2,"fPerspectiveCameraYOZ=",0,"!");
41183    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera),-1,-1,2,"fPerspectiveCameraXOY=",0,"!");
41184    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera),-1,-1,2,"fOrthoXOYCamera=",0,"!");
41185    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera),-1,-1,2,"fOrthoXOZCamera=",0,"!");
41186    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera),-1,-1,2,"fOrthoZOYCamera=",0,"!");
41187    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera),-1,-1,2,"fOrthoXnOYCamera=",0,"!");
41188    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera),-1,-1,2,"fOrthoXnOZCamera=",0,"!");
41189    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera),-1,-1,2,"fOrthoZnOYCamera=",0,"!");
41190    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLCamera),-1,-1,2,"fCurrentCamera=",0,"!");
41191    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator),-1,-1,2,"fAutoRotator=",0,"!");
41192    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fStereo=",0,"! use stereo rendering");
41193    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fStereoZeroParallax=",0,"! position of zero-parallax plane: 0 - near clipping plane, 1 - far clipping plane");
41194    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fStereoEyeOffsetFac=",0,"!");
41195    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fStereoFrustumAsymFac=",0,"!");
41196    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLightSet),-1,-1,2,"fLightSet=",0,"!");
41197    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClipSet),-1,-1,2,"fClipSet=",0,"!");
41198    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord),-1,-1,2,"fCurrentSelRec=",0,"! select record in use as selected");
41199    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord),-1,-1,2,"fSelRec=",0,"! select record from last select (should go to context)");
41200    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord),-1,-1,2,"fSecSelRec=",0,"! select record from last secondary select (should go to context)");
41201    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLManipSet),-1,-1,2,"fSelectedPShapeRef=",0,"!");
41202    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement),-1,-1,2,"fCurrentOvlElm=",0,"! current overlay element");
41203    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord),-1,-1,2,"fOvlSelRec=",0,"! select record from last overlay select");
41204    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGEventHandler),-1,-1,2,"fEventHandler=",0,"! event handler");
41205    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGedEditor),-1,-1,2,"fGedEditor=",0,"! GED editor");
41206    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj),-1,-1,2,"fPShapeWrap=",0,(char*)NULL);
41207    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEPushAction),-1,-2,1,G__FastAllocString(2048).Format("kPushStd=%lldLL",(long long)TGLViewer::kPushStd).data(),0,(char*)NULL);
41208    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEPushAction),-1,-2,1,G__FastAllocString(2048).Format("kPushCamCenter=%lldLL",(long long)TGLViewer::kPushCamCenter).data(),0,(char*)NULL);
41209    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEPushAction),-1,-2,1,G__FastAllocString(2048).Format("kPushAnnotate=%lldLL",(long long)TGLViewer::kPushAnnotate).data(),0,(char*)NULL);
41210    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEDragAction),-1,-2,1,G__FastAllocString(2048).Format("kDragNone=%lldLL",(long long)TGLViewer::kDragNone).data(),0,(char*)NULL);
41211    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEDragAction),-1,-2,1,G__FastAllocString(2048).Format("kDragCameraRotate=%lldLL",(long long)TGLViewer::kDragCameraRotate).data(),0,(char*)NULL);
41212    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEDragAction),-1,-2,1,G__FastAllocString(2048).Format("kDragCameraTruck=%lldLL",(long long)TGLViewer::kDragCameraTruck).data(),0,(char*)NULL);
41213    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEDragAction),-1,-2,1,G__FastAllocString(2048).Format("kDragCameraDolly=%lldLL",(long long)TGLViewer::kDragCameraDolly).data(),0,(char*)NULL);
41214    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEDragAction),-1,-2,1,G__FastAllocString(2048).Format("kDragOverlay=%lldLL",(long long)TGLViewer::kDragOverlay).data(),0,(char*)NULL);
41215    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEPushAction),-1,-1,2,"fPushAction=",0,(char*)NULL);
41216    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEDragAction),-1,-1,2,"fDragAction=",0,(char*)NULL);
41217    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLRedrawTimer),-1,-1,2,"fRedrawTimer=",0,"! timer for triggering redraws");
41218    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxSceneDrawTimeHQ=",0,"! max time for scene rendering at high LOD (in ms)");
41219    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxSceneDrawTimeLQ=",0,"! max time for scene rendering at high LOD (in ms)");
41220    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLRect),-1,-1,2,"fViewport=",0,"! viewport - drawn area");
41221    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLColorSet),-1,-1,2,"fDarkColorSet=",0,"! color-set with dark background");
41222    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLColorSet),-1,-1,2,"fLightColorSet=",0,"! color-set with light background");
41223    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fPointScale=",0,"! size scale for points");
41224    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLineScale=",0,"! width scale for lines");
41225    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSmoothPoints=",0,"! smooth point edge rendering");
41226    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSmoothLines=",0,"! smooth line edge rendering");
41227    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fAxesType=",0,"! axes type");
41228    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAxesDepthTest=",0,"! remove guides hidden-lines");
41229    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fReferenceOn=",0,"! reference marker on?");
41230    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,2,"fReferencePos=",0,"! reference position");
41231    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDrawCameraCenter=",0,"! reference marker on?");
41232    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay),-1,-1,2,"fCameraOverlay=",0,"! markup size of viewport in scene units");
41233    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSmartRefresh=",0,"! cache logicals during scene rebuilds");
41234    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDebugMode=",0,"! debug mode (forced rebuild + draw scene/frustum/interest boxes)");
41235    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsPrinting=",0,"!");
41236    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,2,"fPictureFileName=",0,"! default file-name for SavePicture()");
41237    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fFader=",0,"! fade the view (0 - no fade/default, 1 - full fade/no rendering done)");
41238    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLColorSet),-1,-2,2,"fgDefaultColorSet=",0,"! a shared, default color-set");
41239    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgUseDefaultColorSetForNewViewers=",0,"! name says it all");
41240    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLWidget),-1,-1,2,"fGLWidget=",0,(char*)NULL);
41241    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGLDevice=",0,"!for embedded gl viewer");
41242    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity),-1,-1,2,"fGLCtxId=",0,"!for embedded gl viewer");
41243    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIgnoreSizesOnUpdate=",0,"ignore sizes of bounding-boxes on update");
41244    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fResetCamerasOnUpdate=",0,"reposition camera on each update");
41245    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fResetCamerasOnNextUpdate=",0,"reposition camera on next update");
41246    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41247    }
41248    G__tag_memvar_reset();
41249 }
41250 
41251 
41252    /* TGLSceneBase */
41253 static void G__setup_memvarTGLSceneBase(void) {
41254    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase));
41255    { TGLSceneBase *p; p=(TGLSceneBase*)0x1000; if (p) { }
41256    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-2,4,"fgSceneIDSrc=",0,(char*)NULL);
41257    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fSceneID=",0,"Unique scene id.");
41258    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,2,"fName=",0,"Object identifier.");
41259    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,2,"fTitle=",0,"Object title.");
41260    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fTimeStamp=",0,"Counter increased on every update.");
41261    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fMinorStamp=",0,"Counter increased on minimal update.");
41262    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fLOD=",0,"Scene-lod.");
41263    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fStyle=",0,"Scene-style.");
41264    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fWFLineW=",0,"Scene wire-frame line-width.");
41265    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fOLLineW=",0,"Scene outline line-width.");
41266    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClip),-1,-1,2,"fClip=",0,"Scene clipping-plane.");
41267    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSelectable=",0,"Objects in the scene are selectable.");
41268    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,2,"fBoundingBox=",0,"bounding box for scene (axis aligned) - lazy update - use BoundingBox() to access");
41269    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fBoundingBoxValid=",0,"bounding box valid?");
41270    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDoFrustumCheck=",0,"Perform global frustum-check in UpdateSceneInfo()");
41271    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDoClipCheck=",0,"Perform global clip-plane-check in UpdateSceneInfo()");
41272    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgR),G__defined_typename("ViewerList_t"),-1,2,"fViewers=",0,(char*)NULL);
41273    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAutoDestruct=",0,(char*)NULL);
41274    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41275    }
41276    G__tag_memvar_reset();
41277 }
41278 
41279 
41280    /* TGLScene */
41281 static void G__setup_memvarTGLScene(void) {
41282    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScene));
41283    { TGLScene *p; p=(TGLScene*)0x1000; if (p) { }
41284    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR),G__defined_typename("LogicalShapeMap_t"),-1,2,"fLogicalShapes=",0,"!");
41285    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgR),G__defined_typename("PhysicalShapeMap_t"),-1,2,"fPhysicalShapes=",0,"!");
41286    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity),-1,-1,2,"fGLCtxIdentity=",0,(char*)NULL);
41287    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInSmartRefresh=",0,"!");
41288    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR),G__defined_typename("LogicalShapeMap_t"),-1,2,"fSmartRefreshCache=",0,"!");
41289    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLastPointSizeScale=",0,(char*)NULL);
41290    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLastLineWidthScale=",0,(char*)NULL);
41291    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41292    }
41293    G__tag_memvar_reset();
41294 }
41295 
41296 
41297    /* TGLLogicalShape */
41298 static void G__setup_memvarTGLLogicalShape(void) {
41299    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape));
41300    { TGLLogicalShape *p; p=(TGLLogicalShape*)0x1000; if (p) { }
41301    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShapecLcLELODAxes),-1,-2,1,G__FastAllocString(2048).Format("kLODAxesNone=%lldLL",(long long)TGLLogicalShape::kLODAxesNone).data(),0,(char*)NULL);
41302    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShapecLcLELODAxes),-1,-2,1,G__FastAllocString(2048).Format("kLODAxesX=%lldLL",(long long)TGLLogicalShape::kLODAxesX).data(),0,(char*)NULL);
41303    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShapecLcLELODAxes),-1,-2,1,G__FastAllocString(2048).Format("kLODAxesY=%lldLL",(long long)TGLLogicalShape::kLODAxesY).data(),0,(char*)NULL);
41304    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShapecLcLELODAxes),-1,-2,1,G__FastAllocString(2048).Format("kLODAxesZ=%lldLL",(long long)TGLLogicalShape::kLODAxesZ).data(),0,(char*)NULL);
41305    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShapecLcLELODAxes),-1,-2,1,G__FastAllocString(2048).Format("kLODAxesAll=%lldLL",(long long)TGLLogicalShape::kLODAxesAll).data(),0,(char*)NULL);
41306    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fRef=",0,"! physical instance ref counting");
41307    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),-1,-1,2,"fFirstPhysical=",0,"! first replica");
41308    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TObject),-1,-1,2,"fExternalObj=",0,"! Also plays the role of ID.");
41309    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,2,"fBoundingBox=",0,"! Shape's bounding box.");
41310    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLScene),-1,-1,2,"fScene=",0,"! scene where object is stored (can be zero!)");
41311    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fDLBase=",0,"! display-list id base");
41312    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDLSize=",0,"! display-list size for different LODs");
41313    G__memvar_setup((void*)0,114,0,0,-1,G__defined_typename("UShort_t"),-1,2,"fDLValid=",0,"! display-list validity bit-field");
41314    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDLCache=",0,"! use display list caching");
41315    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fRefStrong=",0,"! Strong ref (delete on 0 ref); not in scene");
41316    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fOwnExtObj=",0,"! External object is a fake");
41317    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41318    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41319    }
41320    G__tag_memvar_reset();
41321 }
41322 
41323 
41324    /* TGLObject */
41325 static void G__setup_memvarTGLObject(void) {
41326    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLObject));
41327    { TGLObject *p; p=(TGLObject*)0x1000; if (p) { }
41328    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TMap),-1,-2,4,"fgGLClassMap=",0,(char*)NULL);
41329    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMultiColor=",0,"Are multiple colors used for object rendering.");
41330    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41331    }
41332    G__tag_memvar_reset();
41333 }
41334 
41335 
41336    /* TGLManip */
41337 static void G__setup_memvarTGLManip(void) {
41338    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLManip));
41339    { TGLManip *p; p=(TGLManip*)0x1000; if (p) { }
41340    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),-1,-1,2,"fShape=",0,"! manipulated shape");
41341    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fSelectedWidget=",0,"! active width (axis) component");
41342    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fActive=",0,"! manipulator is active?");
41343    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fFirstMouse=",0,"! first (start) mouse position (in WINDOW coords)");
41344    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fLastMouse=",0,"! last (latest) mouse position (in WINDOW coords)");
41345    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41346    }
41347    G__tag_memvar_reset();
41348 }
41349 
41350 
41351    /* TGLContext */
41352 static void G__setup_memvarTGLContext(void) {
41353    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLContext));
41354    { TGLContext *p; p=(TGLContext*)0x1000; if (p) { }
41355    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPaintDevice),-1,-1,4,"fDevice=",0,(char*)NULL);
41356    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLContextPrivate),-1,-1,4,"fPimpl=",0,(char*)NULL);
41357    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fFromCtor=",0,"To prohibit user's calls of SetContext.");
41358    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fValid=",0,(char*)NULL);
41359    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity),-1,-1,4,"fIdentity=",0,(char*)NULL);
41360    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,4,"fgGlewInitDone=",0,(char*)NULL);
41361    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41362    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41363    }
41364    G__tag_memvar_reset();
41365 }
41366 
41367 
41368    /* TGLFormat */
41369 static void G__setup_memvarTGLFormat(void) {
41370    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFormat));
41371    { TGLFormat *p; p=(TGLFormat*)0x1000; if (p) { }
41372    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFormatcLcLEFormatOptions),-1,-2,1,G__FastAllocString(2048).Format("kNone=%lldLL",(long long)TGLFormat::kNone).data(),0,(char*)NULL);
41373    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFormatcLcLEFormatOptions),-1,-2,1,G__FastAllocString(2048).Format("kDoubleBuffer=%lldLL",(long long)TGLFormat::kDoubleBuffer).data(),0,(char*)NULL);
41374    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFormatcLcLEFormatOptions),-1,-2,1,G__FastAllocString(2048).Format("kDepth=%lldLL",(long long)TGLFormat::kDepth).data(),0,(char*)NULL);
41375    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFormatcLcLEFormatOptions),-1,-2,1,G__FastAllocString(2048).Format("kAccum=%lldLL",(long long)TGLFormat::kAccum).data(),0,(char*)NULL);
41376    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFormatcLcLEFormatOptions),-1,-2,1,G__FastAllocString(2048).Format("kStencil=%lldLL",(long long)TGLFormat::kStencil).data(),0,(char*)NULL);
41377    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFormatcLcLEFormatOptions),-1,-2,1,G__FastAllocString(2048).Format("kStereo=%lldLL",(long long)TGLFormat::kStereo).data(),0,(char*)NULL);
41378    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFormatcLcLEFormatOptions),-1,-2,1,G__FastAllocString(2048).Format("kMultiSample=%lldLL",(long long)TGLFormat::kMultiSample).data(),0,(char*)NULL);
41379    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fDoubleBuffered=",0,(char*)NULL);
41380    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fStereo=",0,(char*)NULL);
41381    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fDepthSize=",0,(char*)NULL);
41382    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAccumSize=",0,(char*)NULL);
41383    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fStencilSize=",0,(char*)NULL);
41384    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fSamples=",0,(char*)NULL);
41385    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR),G__defined_typename("vector<Int_t>"),-2,4,"fgAvailableSamples=",0,(char*)NULL);
41386    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41387    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41388    }
41389    G__tag_memvar_reset();
41390 }
41391 
41392 
41393    /* TGLPlotBox */
41394 static void G__setup_memvarTGLPlotBox(void) {
41395    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox));
41396    { TGLPlotBox *p; p=(TGLPlotBox*)0x1000; if (p) { }
41397    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__GLLN_TColor),-1,-1,4,"fFrameColor=",0,(char*)NULL);
41398    G__memvar_setup((void*)0,103,0,1,-1,G__defined_typename("Bool_t"),-1,4,"fXOYSelectable=",0,(char*)NULL);
41399    G__memvar_setup((void*)0,103,0,1,-1,G__defined_typename("Bool_t"),-1,4,"fXOZSelectable=",0,(char*)NULL);
41400    G__memvar_setup((void*)0,103,0,1,-1,G__defined_typename("Bool_t"),-1,4,"fYOZSelectable=",0,(char*)NULL);
41401    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fSelectablePairs[4][2]=",0,(char*)NULL);
41402    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,4,"f3DBox[8]=",0,(char*)NULL);
41403    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,4,"f2DBox[8]=",0,(char*)NULL);
41404    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,4,"f2DBoxU[8]=",0,(char*)NULL);
41405    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fFrontPoint=",0,(char*)NULL);
41406    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRangeXU=",0,(char*)NULL);
41407    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRangeYU=",0,(char*)NULL);
41408    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRangeZU=",0,(char*)NULL);
41409    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41410    G__memvar_setup((void*)(&TGLPlotBox::fgFramePlanes),105,0,1,-1,G__defined_typename("Int_t"),-2,1,"fgFramePlanes[][4]=",0,(char*)NULL);
41411    G__memvar_setup((void*)(&TGLPlotBox::fgBackPairs),105,0,1,-1,G__defined_typename("Int_t"),-2,1,"fgBackPairs[][2]=",0,(char*)NULL);
41412    G__memvar_setup((void*)(&TGLPlotBox::fgNormals),100,0,1,-1,G__defined_typename("Double_t"),-2,1,"fgNormals[][3]=",0,(char*)NULL);
41413    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41414    }
41415    G__tag_memvar_reset();
41416 }
41417 
41418 
41419    /* TGLPlotCamera */
41420 static void G__setup_memvarTGLPlotCamera(void) {
41421    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotCamera));
41422    { TGLPlotCamera *p; p=(TGLPlotCamera*)0x1000; if (p) { }
41423    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLRect),-1,-1,2,"fViewport=",0,(char*)NULL);
41424    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZoom=",0,(char*)NULL);
41425    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fShift=",0,(char*)NULL);
41426    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fOrthoBox[4]=",0,(char*)NULL);
41427    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,2,"fCenter=",0,(char*)NULL);
41428    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fTruck=",0,(char*)NULL);
41429    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TArcBall),-1,-1,2,"fArcBall=",0,(char*)NULL);
41430    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fMousePos=",0,(char*)NULL);
41431    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fVpChanged=",0,(char*)NULL);
41432    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41433    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41434    }
41435    G__tag_memvar_reset();
41436 }
41437 
41438 
41439    /* TGL5DDataSet */
41440 static void G__setup_memvarTGL5DDataSet(void) {
41441    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet));
41442    { TGL5DDataSet *p; p=(TGL5DDataSet*)0x1000; if (p) { }
41443    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetcLcLEdefaults),-1,-2,4,"kDefaultNB=50LL",0,(char*)NULL);
41444    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fNP=",0,"Number of entries.");
41445    G__memvar_setup((void*)0,68,0,1,-1,G__defined_typename("Double_t"),-1,4,"fV1=",0,"V1.");
41446    G__memvar_setup((void*)0,68,0,1,-1,G__defined_typename("Double_t"),-1,4,"fV2=",0,"V2.");
41447    G__memvar_setup((void*)0,68,0,1,-1,G__defined_typename("Double_t"),-1,4,"fV3=",0,"V3.");
41448    G__memvar_setup((void*)0,68,0,1,-1,G__defined_typename("Double_t"),-1,4,"fV4=",0,"V4.");
41449    G__memvar_setup((void*)0,68,0,1,-1,G__defined_typename("Double_t"),-1,4,"fV5=",0,"V5.");
41450    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fV1MinMax=",0,"V1 range.");
41451    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fV1Range=",0,"max - min.");
41452    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fV2MinMax=",0,"V2 range.");
41453    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fV2Range=",0,"max - min.");
41454    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fV3MinMax=",0,"V3 range.");
41455    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fV3Range=",0,"max - min.");
41456    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fV4MinMax=",0,"V4 range.");
41457    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fV5MinMax=",0,"V5 range.");
41458    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,4,"fXAxis=",0,(char*)NULL);
41459    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,4,"fYAxis=",0,(char*)NULL);
41460    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,4,"fZAxis=",0,(char*)NULL);
41461    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fV4IsString=",0,(char*)NULL);
41462    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETGLHistPaintergR),-1,-1,4,"fPainter=",0,(char*)NULL);
41463    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),G__defined_typename("vector<UInt_t>"),-1,4,"fIndices=",0,(char*)NULL);
41464    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41465    }
41466    G__tag_memvar_reset();
41467 }
41468 
41469 
41470    /* TGLBoxCut */
41471 static void G__setup_memvarTGLBoxCut(void) {
41472    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLBoxCut));
41473    { TGLBoxCut *p; p=(TGLBoxCut*)0x1000; if (p) { }
41474    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fXLength=",0,(char*)NULL);
41475    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fYLength=",0,(char*)NULL);
41476    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZLength=",0,(char*)NULL);
41477    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,4,"fCenter=",0,(char*)NULL);
41478    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fXRange=",0,(char*)NULL);
41479    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fYRange=",0,(char*)NULL);
41480    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fZRange=",0,(char*)NULL);
41481    G__memvar_setup((void*)0,85,0,5,G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox),-1,-1,4,"fPlotBox=",0,(char*)NULL);
41482    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fActive=",0,(char*)NULL);
41483    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fFactor=",0,(char*)NULL);
41484    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,4,"fMousePos=",0,(char*)NULL);
41485    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41486    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41487    }
41488    G__tag_memvar_reset();
41489 }
41490 
41491 
41492    /* TGLTH3Slice */
41493 static void G__setup_memvarTGLTH3Slice(void) {
41494    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice));
41495    { TGLTH3Slice *p; p=(TGLTH3Slice*)0x1000; if (p) { }
41496    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTH3SlicecLcLESliceAxis),-1,-2,1,G__FastAllocString(2048).Format("kXOZ=%lldLL",(long long)TGLTH3Slice::kXOZ).data(),0,(char*)NULL);
41497    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTH3SlicecLcLESliceAxis),-1,-2,1,G__FastAllocString(2048).Format("kYOZ=%lldLL",(long long)TGLTH3Slice::kYOZ).data(),0,(char*)NULL);
41498    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTH3SlicecLcLESliceAxis),-1,-2,1,G__FastAllocString(2048).Format("kXOY=%lldLL",(long long)TGLTH3Slice::kXOY).data(),0,(char*)NULL);
41499    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3SlicecLcLESliceAxis),-1,-1,4,"fAxisType=",0,(char*)NULL);
41500    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,4,"fAxis=",0,(char*)NULL);
41501    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLevelPalette),-1,-1,4,"fPalette=",0,(char*)NULL);
41502    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates),-1,-1,4,"fCoord=",0,(char*)NULL);
41503    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox),-1,-1,4,"fBox=",0,(char*)NULL);
41504    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fSliceWidth=",0,(char*)NULL);
41505    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__GLLN_TH3),-1,-1,4,"fHist=",0,(char*)NULL);
41506    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__GLLN_TF3),-1,-1,4,"fF3=",0,(char*)NULL);
41507    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylEdoublegR),G__defined_typename("TGL2DArray<Double_t>"),-1,4,"fTexCoords=",0,(char*)NULL);
41508    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fMinMax=",0,(char*)NULL);
41509    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41510    }
41511    G__tag_memvar_reset();
41512 }
41513 
41514 
41515    /* TGLPlotPainter */
41516 static void G__setup_memvarTGLPlotPainter(void) {
41517    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter));
41518    { TGLPlotPainter *p; p=(TGLPlotPainter*)0x1000; if (p) { }
41519    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__GLLN_TColor),-1,-1,4,"fPadColor=",0,(char*)NULL);
41520    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPadPhi=",0,(char*)NULL);
41521    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPadTheta=",0,(char*)NULL);
41522    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TH1),-1,-1,2,"fHist=",0,(char*)NULL);
41523    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,2,"fXAxis=",0,(char*)NULL);
41524    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,2,"fYAxis=",0,(char*)NULL);
41525    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,2,"fZAxis=",0,(char*)NULL);
41526    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates),-1,-1,2,"fCoord=",0,(char*)NULL);
41527    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlotCamera),-1,-1,2,"fCamera=",0,(char*)NULL);
41528    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSelectionBuffer),-1,-1,2,"fSelection=",0,(char*)NULL);
41529    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUpdateSelection=",0,(char*)NULL);
41530    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSelectionPass=",0,(char*)NULL);
41531    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSelectedPart=",0,(char*)NULL);
41532    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fMousePosition=",0,(char*)NULL);
41533    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXOZSectionPos=",0,(char*)NULL);
41534    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fYOZSectionPos=",0,(char*)NULL);
41535    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fXOYSectionPos=",0,(char*)NULL);
41536    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox),-1,-1,2,"fBackBox=",0,(char*)NULL);
41537    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoxCut),-1,-1,2,"fBoxCut=",0,(char*)NULL);
41538    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,2,"fZLevels=",0,(char*)NULL);
41539    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHighColor=",0,(char*)NULL);
41540    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPlotPaintercLcLESelectionBase),-1,-2,2,"kHighColorSelectionBase=7LL",0,(char*)NULL);
41541    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPlotPaintercLcLESelectionBase),-1,-2,2,"kTrueColorSelectionBase=10LL",0,(char*)NULL);
41542    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlotPaintercLcLESelectionBase),-1,-1,2,"fSelectionBase=",0,(char*)NULL);
41543    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDrawPalette=",0,(char*)NULL);
41544    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPlotPaintercLcLECutAxisID),-1,-2,1,G__FastAllocString(2048).Format("kXAxis=%lldLL",(long long)TGLPlotPainter::kXAxis).data(),0,(char*)NULL);
41545    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPlotPaintercLcLECutAxisID),-1,-2,1,G__FastAllocString(2048).Format("kYAxis=%lldLL",(long long)TGLPlotPainter::kYAxis).data(),0,(char*)NULL);
41546    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPlotPaintercLcLECutAxisID),-1,-2,1,G__FastAllocString(2048).Format("kZAxis=%lldLL",(long long)TGLPlotPainter::kZAxis).data(),0,(char*)NULL);
41547    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41548    }
41549    G__tag_memvar_reset();
41550 }
41551 
41552 
41553    /* TGLPlot3D */
41554 static void G__setup_memvarTGLPlot3D(void) {
41555    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D));
41556    { TGLPlot3D *p; p=(TGLPlot3D*)0x1000; if (p) { }
41557    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter),-1,-1,2,"fPlotPainter=",0,(char*)NULL);
41558    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates),-1,-1,2,"fCoord=",0,(char*)NULL);
41559    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41560    }
41561    G__tag_memvar_reset();
41562 }
41563 
41564 
41565    /* TF2GL */
41566 static void G__setup_memvarTF2GL(void) {
41567    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TF2GL));
41568    { TF2GL *p; p=(TF2GL*)0x1000; if (p) { }
41569    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TF2),-1,-1,2,"fM=",0,"fModel dynamic-casted to TH2");
41570    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TH2),-1,-1,2,"fH=",0,"Visualization histogram.");
41571    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41572    }
41573    G__tag_memvar_reset();
41574 }
41575 
41576 
41577    /* TGL5DDataSetEditor */
41578 static void G__setup_memvarTGL5DDataSetEditor(void) {
41579    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor));
41580    { TGL5DDataSetEditor *p; p=(TGL5DDataSetEditor*)0x1000; if (p) { }
41581    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fNCellsXEntry=",0,"Number of cells along X.");
41582    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fNCellsYEntry=",0,"Number of cells along Y.");
41583    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fNCellsZEntry=",0,"Number of cells along Z.");
41584    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGDoubleHSlider),-1,-1,4,"fXRangeSlider=",0,"Slider for X range.");
41585    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntryField),-1,-1,4,"fXRangeSliderMin=",0,"Number entry for slider's min.");
41586    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntryField),-1,-1,4,"fXRangeSliderMax=",0,"Number entry for slider's max.");
41587    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGDoubleHSlider),-1,-1,4,"fYRangeSlider=",0,"Slider for Y range.");
41588    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntryField),-1,-1,4,"fYRangeSliderMin=",0,"Number entry for slider's min.");
41589    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntryField),-1,-1,4,"fYRangeSliderMax=",0,"Number entry for slider's max.");
41590    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGDoubleHSlider),-1,-1,4,"fZRangeSlider=",0,"Slider for Z range.");
41591    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntryField),-1,-1,4,"fZRangeSliderMin=",0,"Number entry for slider's min.");
41592    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntryField),-1,-1,4,"fZRangeSliderMax=",0,"Number entry for slider's max.");
41593    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fCancelGridBtn=",0,"\"Cancel\" button.");
41594    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fOkGridBtn=",0,"\"Apply\" button.");
41595    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntryField),-1,-1,4,"fV4MinEntry=",0,"Read only widget.");
41596    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntryField),-1,-1,4,"fV4MaxEntry=",0,"Read only widget.");
41597    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fHighlightCheck=",0,"Highlight selected surface.");
41598    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGListBox),-1,-1,4,"fIsoList=",0,"List box to select surface.");
41599    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fVisibleCheck=",0,"Show/hide surface.");
41600    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fShowCloud=",0,"Show/hide points for surface.");
41601    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGColorSelect),-1,-1,4,"fSurfColorSelect=",0,"Open color dialog.");
41602    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGHSlider),-1,-1,4,"fSurfAlphaSlider=",0,"Slider to control transparency.");
41603    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fSurfRemoveBtn=",0,"Remove selected surface.");
41604    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fNewIsoEntry=",0,"Set the iso-level for new surface.");
41605    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fAddNewIsoBtn=",0,"Button to add new iso.");
41606    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fShowBoxCut=",0,(char*)NULL);
41607    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fNumberOfPlanes=",0,(char*)NULL);
41608    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fAlpha=",0,(char*)NULL);
41609    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fLogScale=",0,(char*)NULL);
41610    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGDoubleHSlider),-1,-1,4,"fSlideRange=",0,(char*)NULL);
41611    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fApplyAlpha=",0,(char*)NULL);
41612    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fApplyPlanes=",0,(char*)NULL);
41613    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet),-1,-1,4,"fDataSet=",0,"Data adapter for TTree.");
41614    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL5DPainter),-1,-1,4,"fPainter=",0,"Painter.");
41615    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditorcLcLTGL5DEditorPrivate),-1,-1,4,"fHidden=",0,(char*)NULL);
41616    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fSelectedSurface=",0,(char*)NULL);
41617    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41618    }
41619    G__tag_memvar_reset();
41620 }
41621 
41622 
41623    /* TGLParametricEquation */
41624 static void G__setup_memvarTGLParametricEquation(void) {
41625    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation));
41626    { TGLParametricEquation *p; p=(TGLParametricEquation*)0x1000; if (p) { }
41627    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETF2gR),G__defined_typename("Ptr_t"),-1,4,"fXEquation=",0,(char*)NULL);
41628    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETF2gR),G__defined_typename("Ptr_t"),-1,4,"fYEquation=",0,(char*)NULL);
41629    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETF2gR),G__defined_typename("Ptr_t"),-1,4,"fZEquation=",0,(char*)NULL);
41630    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("ParametricEquation_t"),-1,4,"fEquation=",0,(char*)NULL);
41631    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fURange=",0,(char*)NULL);
41632    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fVRange=",0,(char*)NULL);
41633    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fConstrained=",0,(char*)NULL);
41634    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fModified=",0,(char*)NULL);
41635    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETGLHistPaintergR),G__defined_typename("Painter_t"),-1,4,"fPainter=",0,(char*)NULL);
41636    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41637    }
41638    G__tag_memvar_reset();
41639 }
41640 
41641 
41642    /* TGLTH3Composition */
41643 static void G__setup_memvarTGLTH3Composition(void) {
41644    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition));
41645    { TGLTH3Composition *p; p=(TGLTH3Composition*)0x1000; if (p) { }
41646    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositioncLcLETH3BinShape),-1,-2,1,G__FastAllocString(2048).Format("kBox=%lldLL",(long long)TGLTH3Composition::kBox).data(),0,(char*)NULL);
41647    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositioncLcLETH3BinShape),-1,-2,1,G__FastAllocString(2048).Format("kSphere=%lldLL",(long long)TGLTH3Composition::kSphere).data(),0,(char*)NULL);
41648    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgR),G__defined_typename("vector<TH3Pair_t>"),-1,4,"fHists=",0,(char*)NULL);
41649    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETGLHistPaintergR),-1,-1,4,"fPainter=",0,(char*)NULL);
41650    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41651    }
41652    G__tag_memvar_reset();
41653 }
41654 
41655 
41656    /* TGLHistPainter */
41657 static void G__setup_memvarTGLHistPainter(void) {
41658    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter));
41659    { TGLHistPainter *p; p=(TGLHistPainter*)0x1000; if (p) { }
41660    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETVirtualHistPaintergR),-1,-1,4,"fDefaultPainter=",0,(char*)NULL);
41661    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_auto_ptrlETGLPlotPaintergR),-1,-1,4,"fGLPainter=",0,(char*)NULL);
41662    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation),-1,-1,4,"fEq=",0,(char*)NULL);
41663    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TH1),-1,-1,4,"fHist=",0,(char*)NULL);
41664    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TF3),-1,-1,4,"fF3=",0,(char*)NULL);
41665    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TList),-1,-1,4,"fStack=",0,(char*)NULL);
41666    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_EGLPlotType),-1,-1,4,"fPlotType=",0,(char*)NULL);
41667    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlotCamera),-1,-1,4,"fCamera=",0,(char*)NULL);
41668    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates),-1,-1,4,"fCoord=",0,(char*)NULL);
41669    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41670    }
41671    G__tag_memvar_reset();
41672 }
41673 
41674 
41675    /* TGLAdapter */
41676 static void G__setup_memvarTGLAdapter(void) {
41677    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAdapter));
41678    { TGLAdapter *p; p=(TGLAdapter*)0x1000; if (p) { }
41679    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fGLDevice=",0,(char*)NULL);
41680    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41681    }
41682    G__tag_memvar_reset();
41683 }
41684 
41685 
41686    /* TGLOvlSelectRecord */
41687 static void G__setup_memvarTGLOvlSelectRecord(void) {
41688    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord));
41689    { TGLOvlSelectRecord *p; p=(TGLOvlSelectRecord*)0x1000; if (p) { }
41690    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement),-1,-1,2,"fOvlElement=",0,(char*)NULL);
41691    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41692    }
41693    G__tag_memvar_reset();
41694 }
41695 
41696 
41697    /* TGLOverlayElement */
41698 static void G__setup_memvarTGLOverlayElement(void) {
41699    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement));
41700    { TGLOverlayElement *p; p=(TGLOverlayElement*)0x1000; if (p) { }
41701    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLERole),-1,-2,1,G__FastAllocString(2048).Format("kUser=%lldLL",(long long)TGLOverlayElement::kUser).data(),0,(char*)NULL);
41702    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLERole),-1,-2,1,G__FastAllocString(2048).Format("kViewer=%lldLL",(long long)TGLOverlayElement::kViewer).data(),0,(char*)NULL);
41703    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLERole),-1,-2,1,G__FastAllocString(2048).Format("kAnnotation=%lldLL",(long long)TGLOverlayElement::kAnnotation).data(),0,(char*)NULL);
41704    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLERole),-1,-2,1,G__FastAllocString(2048).Format("kAll=%lldLL",(long long)TGLOverlayElement::kAll).data(),0,(char*)NULL);
41705    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLEState),-1,-2,1,G__FastAllocString(2048).Format("kInvisible=%lldLL",(long long)TGLOverlayElement::kInvisible).data(),0,(char*)NULL);
41706    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLEState),-1,-2,1,G__FastAllocString(2048).Format("kDisabled=%lldLL",(long long)TGLOverlayElement::kDisabled).data(),0,(char*)NULL);
41707    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLEState),-1,-2,1,G__FastAllocString(2048).Format("kActive=%lldLL",(long long)TGLOverlayElement::kActive).data(),0,(char*)NULL);
41708    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLEState),-1,-2,1,G__FastAllocString(2048).Format("kAllVisible=%lldLL",(long long)TGLOverlayElement::kAllVisible).data(),0,(char*)NULL);
41709    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLERole),-1,-1,2,"fRole=",0,(char*)NULL);
41710    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLEState),-1,-1,2,"fState=",0,(char*)NULL);
41711    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41712    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41713    }
41714    G__tag_memvar_reset();
41715 }
41716 
41717 
41718    /* TGLOverlayList */
41719 static void G__setup_memvarTGLOverlayList(void) {
41720    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayList));
41721    { TGLOverlayList *p; p=(TGLOverlayList*)0x1000; if (p) { }
41722    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR),G__defined_typename("list<TGLOverlayElement*>"),-1,2,"fElements=",0,(char*)NULL);
41723    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41724    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41725    }
41726    G__tag_memvar_reset();
41727 }
41728 
41729 
41730    /* TGLFontManager */
41731 static void G__setup_memvarTGLFontManager(void) {
41732    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
41733    { TGLFontManager *p; p=(TGLFontManager*)0x1000; if (p) { }
41734    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgR),G__defined_typename("FontMap_t"),-1,2,"fFontMap=",0,"map of created fonts");
41735    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgR),G__defined_typename("FontList_t"),-1,2,"fFontTrash=",0,"fonts to purge");
41736    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TObjArray),-1,-2,2,"fgFontFileArray=",0,"map font-id to ttf-font-file");
41737    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR),G__defined_typename("FontSizeVec_t"),-2,2,"fgFontSizeArray=",0,"map of valid font-size");
41738    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgStaticInitDone=",0,"global initialization flag");
41739    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41740    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41741    }
41742    G__tag_memvar_reset();
41743 }
41744 
41745 
41746    /* TGLFont */
41747 static void G__setup_memvarTGLFont(void) {
41748    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFont));
41749    { TGLFont *p; p=(TGLFont*)0x1000; if (p) { }
41750    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kUndef=%lldLL",(long long)TGLFont::kUndef).data(),0,(char*)NULL);
41751    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kBitmap=%lldLL",(long long)TGLFont::kBitmap).data(),0,(char*)NULL);
41752    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kPixmap=%lldLL",(long long)TGLFont::kPixmap).data(),0,(char*)NULL);
41753    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kTexture=%lldLL",(long long)TGLFont::kTexture).data(),0,(char*)NULL);
41754    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kOutline=%lldLL",(long long)TGLFont::kOutline).data(),0,(char*)NULL);
41755    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kPolygon=%lldLL",(long long)TGLFont::kPolygon).data(),0,(char*)NULL);
41756    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kExtrude=%lldLL",(long long)TGLFont::kExtrude).data(),0,(char*)NULL);
41757    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignH_e),-1,-2,1,G__FastAllocString(2048).Format("kLeft=%lldLL",(long long)TGLFont::kLeft).data(),0,(char*)NULL);
41758    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignH_e),-1,-2,1,G__FastAllocString(2048).Format("kRight=%lldLL",(long long)TGLFont::kRight).data(),0,(char*)NULL);
41759    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignH_e),-1,-2,1,G__FastAllocString(2048).Format("kCenterH=%lldLL",(long long)TGLFont::kCenterH).data(),0,(char*)NULL);
41760    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignV_e),-1,-2,1,G__FastAllocString(2048).Format("kBottom=%lldLL",(long long)TGLFont::kBottom).data(),0,(char*)NULL);
41761    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignV_e),-1,-2,1,G__FastAllocString(2048).Format("kTop=%lldLL",(long long)TGLFont::kTop).data(),0,(char*)NULL);
41762    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignV_e),-1,-2,1,G__FastAllocString(2048).Format("kCenterV=%lldLL",(long long)TGLFont::kCenterV).data(),0,(char*)NULL);
41763    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_FTFont),-1,-1,4,"fFont=",0,"FTGL font.");
41764    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager),-1,-1,4,"fManager=",0,"Font manager.");
41765    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fDepth=",0,"depth of extruded fonts, enforced at render time.");
41766    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSize=",0,"free-type face size");
41767    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fFile=",0,"free-type file name");
41768    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-1,2,"fMode=",0,"free-type FTGL class id");
41769    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTrashCount=",0,(char*)NULL);
41770    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41771    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41772    }
41773    G__tag_memvar_reset();
41774 }
41775 
41776 
41777    /* TGLViewerBase */
41778 static void G__setup_memvarTGLViewerBase(void) {
41779    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
41780    { TGLViewerBase *p; p=(TGLViewerBase*)0x1000; if (p) { }
41781    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx),-1,-1,2,"fRnrCtx=",0,(char*)NULL);
41782    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLCamera),-1,-1,2,"fCamera=",0,"Camera for rendering.");
41783    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClip),-1,-1,2,"fClip=",0,"Viewer clipping-plane.");
41784    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fLOD=",0,"Viewer-lod for rendering.");
41785    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fStyle=",0,"Viewer-style for rendering.");
41786    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fWFLineW=",0,"Optional override of scene wire-frame line-width");
41787    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fOLLineW=",0,"Optional override of scene outline line-width");
41788    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fResetSceneInfosOnRender=",0,"Request rebuild of view-specific scene data.");
41789    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fChanged=",0,"Change requiring redraw is pending.");
41790    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR),G__defined_typename("SceneInfoList_t"),-1,2,"fScenes=",0,"Registered scenes.");
41791    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR),G__defined_typename("SceneInfoVec_t"),-1,2,"fVisScenes=",0,"Visible scenes.");
41792    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,2,"fOverallBoundingBox=",0,"Axis-aligned union of scene bboxes.");
41793    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR),G__defined_typename("OverlayElmVec_t"),-1,2,"fOverlay=",0,(char*)NULL);
41794    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41795    }
41796    G__tag_memvar_reset();
41797 }
41798 
41799 
41800    /* TGLAnnotation */
41801 static void G__setup_memvarTGLAnnotation(void) {
41802    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation));
41803    { TGLAnnotation *p; p=(TGLAnnotation*)0x1000; if (p) { }
41804    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotationcLcLEDrag),-1,-2,2,"kMove=0LL",0,(char*)NULL);
41805    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotationcLcLEDrag),-1,-2,2,"kResize=1LL",0,(char*)NULL);
41806    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotationcLcLEDrag),-1,-2,2,"kNone=2LL",0,(char*)NULL);
41807    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotationcLcLENameStack),-1,-2,2,"kMoveID=0LL",0,(char*)NULL);
41808    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotationcLcLENameStack),-1,-2,2,"kEditID=1LL",0,(char*)NULL);
41809    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotationcLcLENameStack),-1,-2,2,"kDeleteID=2LL",0,(char*)NULL);
41810    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotationcLcLENameStack),-1,-2,2,"kResizeID=3LL",0,(char*)NULL);
41811    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fPosX=",0,"x position [0, 1]");
41812    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fPosY=",0,"y position [0, 1]");
41813    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fWidth=",0,(char*)NULL);
41814    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fHeight=",0,(char*)NULL);
41815    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMouseX=",0,(char*)NULL);
41816    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMouseY=",0,"! last mouse position");
41817    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLAnnotationcLcLEDrag),-1,-1,2,"fDrag=",0,"!");
41818    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fDrawW=",0,(char*)NULL);
41819    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fDrawH=",0,"! width and height when drawing");
41820    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTextSizeDrag=",0,"! text-size at start of drag");
41821    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fPointer=",0,"picked location in 3D space");
41822    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fActive=",0,"active item identifier");
41823    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGMainFrame),-1,-1,2,"fMainFrame=",0,"editors");
41824    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextEdit),-1,-1,2,"fTextEdit=",0,"editors");
41825    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-2,2,"fgBackColor=",0,(char*)NULL);
41826    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-2,2,"fgTextColor=",0,(char*)NULL);
41827    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewer),-1,-1,2,"fParent=",0,(char*)NULL);
41828    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,2,"fText=",0,"annotation text");
41829    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTextSize=",0,"relative font size");
41830    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFont),-1,-1,2,"fFont=",0,"font used to render labels");
41831    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFont),-1,-1,2,"fMenuFont=",0,"font used to render menu buttons");
41832    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignH_e),-1,-1,2,"fTextAlign=",0,(char*)NULL);
41833    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fBackColor=",0,"background color");
41834    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fTextColor=",0,"text color");
41835    G__memvar_setup((void*)0,99,0,0,-1,G__defined_typename("Char_t"),-1,2,"fTransparency=",0,"transparency of background");
41836    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDrawRefLine=",0,"draw 3D refrence line");
41837    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUseColorSet=",0,"use color set from rnrCtx");
41838    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAllowClose=",0,"allow closing via 'X' button");
41839    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41840    }
41841    G__tag_memvar_reset();
41842 }
41843 
41844 
41845    /* TGLAutoRotator */
41846 static void G__setup_memvarTGLAutoRotator(void) {
41847    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator));
41848    { TGLAutoRotator *p; p=(TGLAutoRotator*)0x1000; if (p) { }
41849    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewer),-1,-1,2,"fViewer=",0,(char*)NULL);
41850    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLCamera),-1,-1,2,"fCamera=",0,(char*)NULL);
41851    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TTimer),-1,-1,2,"fTimer=",0,(char*)NULL);
41852    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TStopwatch),-1,-1,2,"fWatch=",0,(char*)NULL);
41853    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDt=",0,(char*)NULL);
41854    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fWPhi=",0,(char*)NULL);
41855    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fWTheta=",0,(char*)NULL);
41856    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fATheta=",0,(char*)NULL);
41857    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fWDolly=",0,(char*)NULL);
41858    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fADolly=",0,(char*)NULL);
41859    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fThetaA0=",0,(char*)NULL);
41860    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDollyA0=",0,(char*)NULL);
41861    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fTimerRunning=",0,(char*)NULL);
41862    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41863    }
41864    G__tag_memvar_reset();
41865 }
41866 
41867 
41868    /* TGLText */
41869 static void G__setup_memvarTGLText(void) {
41870    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLText));
41871    { TGLText *p; p=(TGLText*)0x1000; if (p) { }
41872    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fX=",0,"X position");
41873    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fY=",0,"Y position");
41874    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZ=",0,"Z position");
41875    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAngle1=",0,"1st angle.");
41876    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAngle2=",0,"2nd angle.");
41877    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAngle3=",0,"3rd angle.");
41878    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_FTFont),-1,-1,4,"fGLTextFont=",0,(char*)NULL);
41879    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41880    }
41881    G__tag_memvar_reset();
41882 }
41883 
41884 
41885    /* TGLAxis */
41886 static void G__setup_memvarTGLAxis(void) {
41887    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxis));
41888    { TGLAxis *p; p=(TGLAxis*)0x1000; if (p) { }
41889    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNDiv=",0,(char*)NULL);
41890    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNDiv1=",0,(char*)NULL);
41891    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNDiv2=",0,(char*)NULL);
41892    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNDiv3=",0,(char*)NULL);
41893    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNTicks1=",0,(char*)NULL);
41894    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNTicks2=",0,(char*)NULL);
41895    G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTicks1=",0,(char*)NULL);
41896    G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTicks2=",0,(char*)NULL);
41897    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,4,"fLabels=",0,(char*)NULL);
41898    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAxisLength=",0,(char*)NULL);
41899    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fWmin=",0,(char*)NULL);
41900    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fWmax=",0,(char*)NULL);
41901    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTickMarksLength=",0,(char*)NULL);
41902    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fTickMarksOrientation=",0,(char*)NULL);
41903    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLabelsOffset=",0,(char*)NULL);
41904    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLabelsSize=",0,(char*)NULL);
41905    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fGridLength=",0,(char*)NULL);
41906    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLText),-1,-1,4,"fText=",0,(char*)NULL);
41907    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAngle1=",0,"1st labels' angle.");
41908    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAngle2=",0,"2nd labels' angle.");
41909    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fAngle3=",0,"3rd labels' angle.");
41910    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41911    }
41912    G__tag_memvar_reset();
41913 }
41914 
41915 
41916    /* TGLAxisPainter */
41917 static void G__setup_memvarTGLAxisPainter(void) {
41918    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter));
41919    { TGLAxisPainter *p; p=(TGLAxisPainter*)0x1000; if (p) { }
41920    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fExp=",0,(char*)NULL);
41921    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fMaxDigits=",0,(char*)NULL);
41922    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fDecimals=",0,(char*)NULL);
41923    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,4,"fFormat=",0,(char*)NULL);
41924    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFont),-1,-1,4,"fLabelFont=",0,(char*)NULL);
41925    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFont),-1,-1,4,"fTitleFont=",0,(char*)NULL);
41926    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TAttAxis),-1,-1,2,"fAttAxis=",0,"Model.");
41927    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUseAxisColors=",0,"Use colors from axes or from GL-rnr-ctx.");
41928    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode),-1,-1,2,"fFontMode=",0,"To be put into TAttAxis");
41929    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR),G__defined_typename("LabVec_t"),-1,2,"fLabVec=",0,"List of Labels position-value pairs");
41930    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR),G__defined_typename("TMVec_t"),-1,2,"fTMVec=",0,"List of tick-mark position-value pairs");
41931    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fDir=",0,(char*)NULL);
41932    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fTMOff[3]=",0,(char*)NULL);
41933    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTMNDim=",0,(char*)NULL);
41934    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLabelPixelFontSize=",0,(char*)NULL);
41935    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fLabel3DFontSize=",0,(char*)NULL);
41936    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTitlePixelFontSize=",0,(char*)NULL);
41937    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTitle3DFontSize=",0,(char*)NULL);
41938    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignH_e),-1,-1,2,"fLabelAlignH=",0,(char*)NULL);
41939    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignV_e),-1,-1,2,"fLabelAlignV=",0,(char*)NULL);
41940    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fTitlePos=",0,(char*)NULL);
41941    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TPMERegexp),-1,-1,2,"fAllZeroesRE=",0,(char*)NULL);
41942    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
41943    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41944    }
41945    G__tag_memvar_reset();
41946 }
41947 
41948 
41949    /* TGLAxisPainterBox */
41950 static void G__setup_memvarTGLAxisPainterBox(void) {
41951    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainterBox));
41952    { TGLAxisPainterBox *p; p=(TGLAxisPainterBox*)0x1000; if (p) { }
41953    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,2,"fAxisTitlePos[3]=",0,(char*)NULL);
41954    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,2,"fAxis[3]=",0,(char*)NULL);
41955    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41956    }
41957    G__tag_memvar_reset();
41958 }
41959 
41960 
41961    /* TGLBoxPainter */
41962 static void G__setup_memvarTGLBoxPainter(void) {
41963    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter));
41964    { TGLBoxPainter *p; p=(TGLBoxPainter*)0x1000; if (p) { }
41965    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fXOZSlice=",0,(char*)NULL);
41966    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fYOZSlice=",0,(char*)NULL);
41967    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fXOYSlice=",0,(char*)NULL);
41968    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoxPaintercLcLEBoxType),-1,-2,4,"kBox=0LL",0,(char*)NULL);
41969    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLBoxPaintercLcLEBoxType),-1,-2,4,"kBox1=1LL",0,(char*)NULL);
41970    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoxPaintercLcLEBoxType),-1,-1,4,"fType=",0,(char*)NULL);
41971    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,4,"fPlotInfo=",0,(char*)NULL);
41972    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fMinMaxVal=",0,(char*)NULL);
41973    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLQuadric),-1,-1,4,"fQuadric=",0,(char*)NULL);
41974    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41975    }
41976    G__tag_memvar_reset();
41977 }
41978 
41979 
41980    /* TGLCameraGuide */
41981 static void G__setup_memvarTGLCameraGuide(void) {
41982    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCameraGuide));
41983    { TGLCameraGuide *p; p=(TGLCameraGuide*)0x1000; if (p) { }
41984    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fXPos=",0,(char*)NULL);
41985    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fYPos=",0,(char*)NULL);
41986    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fSize=",0,(char*)NULL);
41987    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSelAxis=",0,(char*)NULL);
41988    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInDrag=",0,(char*)NULL);
41989    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
41990    }
41991    G__tag_memvar_reset();
41992 }
41993 
41994 
41995    /* TGLCameraOverlay */
41996 static void G__setup_memvarTGLCameraOverlay(void) {
41997    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay));
41998    { TGLCameraOverlay *p; p=(TGLCameraOverlay*)0x1000; if (p) { }
41999    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlaycLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kPlaneIntersect=%lldLL",(long long)TGLCameraOverlay::kPlaneIntersect).data(),0,(char*)NULL);
42000    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlaycLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kBar=%lldLL",(long long)TGLCameraOverlay::kBar).data(),0,(char*)NULL);
42001    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlaycLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kAxis=%lldLL",(long long)TGLCameraOverlay::kAxis).data(),0,(char*)NULL);
42002    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlaycLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kGridFront=%lldLL",(long long)TGLCameraOverlay::kGridFront).data(),0,(char*)NULL);
42003    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlaycLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kGridBack=%lldLL",(long long)TGLCameraOverlay::kGridBack).data(),0,(char*)NULL);
42004    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShowOrthographic=",0,(char*)NULL);
42005    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShowPerspective=",0,(char*)NULL);
42006    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlaycLcLEMode),-1,-1,2,"fOrthographicMode=",0,(char*)NULL);
42007    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlaycLcLEMode),-1,-1,2,"fPerspectiveMode=",0,(char*)NULL);
42008    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter),-1,-1,2,"fAxisPainter=",0,(char*)NULL);
42009    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TAxis),-1,-1,2,"fAxis=",0,(char*)NULL);
42010    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fAxisExtend=",0,(char*)NULL);
42011    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUseAxisColors=",0,(char*)NULL);
42012    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlane),-1,-1,2,"fExternalRefPlane=",0,(char*)NULL);
42013    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUseExternalRefPlane=",0,(char*)NULL);
42014    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fFrustum[4]=",0,(char*)NULL);
42015    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42016    }
42017    G__tag_memvar_reset();
42018 }
42019 
42020 
42021    /* TGLPShapeRef */
42022 static void G__setup_memvarTGLPShapeRef(void) {
42023    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef));
42024    { TGLPShapeRef *p; p=(TGLPShapeRef*)0x1000; if (p) { }
42025    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef),-1,-1,4,"fNextPSRef=",0,"Internal pointer to the next reference (used by TGLPhysicalShape directly).");
42026    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),-1,-1,2,"fPShape=",0,"Pointer to referenced physical shape.");
42027    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42028    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42029    }
42030    G__tag_memvar_reset();
42031 }
42032 
42033 
42034    /* TGLManipSet */
42035 static void G__setup_memvarTGLManipSet(void) {
42036    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLManipSet));
42037    { TGLManipSet *p; p=(TGLManipSet*)0x1000; if (p) { }
42038    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLManipSetcLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kTrans=%lldLL",(long long)TGLManipSet::kTrans).data(),0,(char*)NULL);
42039    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLManipSetcLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kScale=%lldLL",(long long)TGLManipSet::kScale).data(),0,(char*)NULL);
42040    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLManipSetcLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kRotate=%lldLL",(long long)TGLManipSet::kRotate).data(),0,(char*)NULL);
42041    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLManipSetcLcLEManip),-1,-2,1,G__FastAllocString(2048).Format("kEndType=%lldLL",(long long)TGLManipSet::kEndType).data(),0,(char*)NULL);
42042    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLManip),-1,-1,2,"fManip[3]=",0,"! manipulator store");
42043    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLManipSetcLcLEManip),-1,-1,2,"fType=",0,"! current manipulator");
42044    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDrawBBox=",0,"! also draw bounding-box around physical");
42045    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42046    }
42047    G__tag_memvar_reset();
42048 }
42049 
42050 
42051    /* TGLClip */
42052 static void G__setup_memvarTGLClip(void) {
42053    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClip));
42054    { TGLClip *p; p=(TGLClip*)0x1000; if (p) { }
42055    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLClipcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kOutside=%lldLL",(long long)TGLClip::kOutside).data(),0,(char*)NULL);
42056    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLClipcLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kInside=%lldLL",(long long)TGLClip::kInside).data(),0,(char*)NULL);
42057    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClipcLcLEMode),-1,-1,2,"fMode=",0,(char*)NULL);
42058    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fTimeStamp=",0,(char*)NULL);
42059    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fValid=",0,(char*)NULL);
42060    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42061    }
42062    G__tag_memvar_reset();
42063 }
42064 
42065 
42066    /* TGLClipPlane */
42067 static void G__setup_memvarTGLClipPlane(void) {
42068    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipPlane));
42069    { TGLClipPlane *p; p=(TGLClipPlane*)0x1000; if (p) { }
42070    G__memvar_setup((void*)0,102,0,1,-1,-1,-2,4,"fgColor[4]=",0,"! Fixed color of clip plane");
42071    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42072    }
42073    G__tag_memvar_reset();
42074 }
42075 
42076 
42077    /* TGLClipBox */
42078 static void G__setup_memvarTGLClipBox(void) {
42079    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipBox));
42080    { TGLClipBox *p; p=(TGLClipBox*)0x1000; if (p) { }
42081    G__memvar_setup((void*)0,102,0,1,-1,-1,-2,4,"fgColor[4]=",0,"! Fixed color of clip box");
42082    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42083    }
42084    G__tag_memvar_reset();
42085 }
42086 
42087 
42088    /* TGLClipSet */
42089 static void G__setup_memvarTGLClipSet(void) {
42090    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSet));
42091    { TGLClipSet *p; p=(TGLClipSet*)0x1000; if (p) { }
42092    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClipPlane),-1,-1,2,"fClipPlane=",0,(char*)NULL);
42093    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClipBox),-1,-1,2,"fClipBox=",0,(char*)NULL);
42094    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClip),-1,-1,2,"fCurrentClip=",0,"! the current clipping shape");
42095    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAutoUpdate=",0,(char*)NULL);
42096    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShowClip=",0,(char*)NULL);
42097    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShowManip=",0,(char*)NULL);
42098    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLManipSet),-1,-1,2,"fManip=",0,(char*)NULL);
42099    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,2,"fLastBBox=",0,(char*)NULL);
42100    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42101    }
42102    G__tag_memvar_reset();
42103 }
42104 
42105 
42106    /* TGLClipSetSubEditor */
42107 static void G__setup_memvarTGLClipSetSubEditor(void) {
42108    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor));
42109    { TGLClipSetSubEditor *p; p=(TGLClipSetSubEditor*)0x1000; if (p) { }
42110    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClipSet),-1,-1,2,"fM=",0,(char*)NULL);
42111    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_EClipType),-1,-1,2,"fCurrentClip=",0,(char*)NULL);
42112    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButtonGroup),-1,-1,2,"fTypeButtons=",0,(char*)NULL);
42113    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,2,"fPlanePropFrame=",0,(char*)NULL);
42114    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,2,"fPlaneProp[4]=",0,(char*)NULL);
42115    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,2,"fBoxPropFrame=",0,(char*)NULL);
42116    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,2,"fBoxProp[6]=",0,(char*)NULL);
42117    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,2,"fClipInside=",0,(char*)NULL);
42118    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,2,"fAutoUpdate=",0,(char*)NULL);
42119    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,2,"fClipEdit=",0,(char*)NULL);
42120    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,2,"fClipShow=",0,(char*)NULL);
42121    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,2,"fApplyButton=",0,(char*)NULL);
42122    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,2,"fResetButton=",0,(char*)NULL);
42123    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42124    }
42125    G__tag_memvar_reset();
42126 }
42127 
42128 
42129    /* TGLClipSetEditor */
42130 static void G__setup_memvarTGLClipSetEditor(void) {
42131    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor));
42132    { TGLClipSetEditor *p; p=(TGLClipSetEditor*)0x1000; if (p) { }
42133    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClipSet),-1,-1,2,"fM=",0,"fModel dynamic-casted to TGLClipSet");
42134    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),-1,-1,2,"fSE=",0,(char*)NULL);
42135    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42136    }
42137    G__tag_memvar_reset();
42138 }
42139 
42140 
42141    /* TGLContextIdentity */
42142 static void G__setup_memvarTGLContextIdentity(void) {
42143    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity));
42144    { TGLContextIdentity *p; p=(TGLContextIdentity*)0x1000; if (p) { }
42145    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager),-1,-1,2,"fFontManager=",0,"FreeType font manager.");
42146    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42147    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCnt=",0,(char*)NULL);
42148    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fClientCnt=",0,(char*)NULL);
42149    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),G__defined_typename("DLTrash_t"),-1,4,"fDLTrash=",0,(char*)NULL);
42150    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlETGLContextmUcOallocatorlETGLContextmUgRsPgR),G__defined_typename("CtxList_t"),-1,4,"fCtxs=",0,(char*)NULL);
42151    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity),-1,-2,4,"fgDefaultIdentity=",0,(char*)NULL);
42152    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42153    }
42154    G__tag_memvar_reset();
42155 }
42156 
42157 
42158    /* TGLWidget */
42159 static void G__setup_memvarTGLWidget(void) {
42160    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLWidget));
42161    { TGLWidget *p; p=(TGLWidget*)0x1000; if (p) { }
42162    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLContext),-1,-1,4,"fGLContext=",0,(char*)NULL);
42163    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEvoidmUcOvoidmUgR),-1,-1,4,"fInnerData=",0,(char*)NULL);
42164    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fWindowIndex=",0,(char*)NULL);
42165    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFormat),-1,-1,4,"fGLFormat=",0,(char*)NULL);
42166    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fFromInit=",0,(char*)NULL);
42167    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_setlETGLContextmUcOlesslETGLContextmUgRcOallocatorlETGLContextmUgRsPgR),G__defined_typename("set<TGLContext*>"),-1,4,"fValidContexts=",0,(char*)NULL);
42168    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGEventHandler),-1,-1,4,"fEventHandler=",0,(char*)NULL);
42169    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42170    }
42171    G__tag_memvar_reset();
42172 }
42173 
42174 
42175    /* TGLCylinder */
42176 static void G__setup_memvarTGLCylinder(void) {
42177    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCylinder));
42178    { TGLCylinder *p; p=(TGLCylinder*)0x1000; if (p) { }
42179    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fR1=",0,(char*)NULL);
42180    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fR2=",0,(char*)NULL);
42181    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fR3=",0,(char*)NULL);
42182    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fR4=",0,(char*)NULL);
42183    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fDz=",0,(char*)NULL);
42184    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fPhi1=",0,(char*)NULL);
42185    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fPhi2=",0,(char*)NULL);
42186    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,4,"fLowPlaneNorm=",0,(char*)NULL);
42187    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,4,"fHighPlaneNorm=",0,(char*)NULL);
42188    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fSegMesh=",0,(char*)NULL);
42189    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42190    }
42191    G__tag_memvar_reset();
42192 }
42193 
42194 
42195    /* TGLLockable */
42196 static void G__setup_memvarTGLLockable(void) {
42197    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLockable));
42198    { TGLLockable *p; p=(TGLLockable*)0x1000; if (p) { }
42199    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLockablecLcLELock),-1,-2,1,G__FastAllocString(2048).Format("kUnlocked=%lldLL",(long long)TGLLockable::kUnlocked).data(),0,(char*)NULL);
42200    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLockablecLcLELock),-1,-2,1,G__FastAllocString(2048).Format("kDrawLock=%lldLL",(long long)TGLLockable::kDrawLock).data(),0,(char*)NULL);
42201    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLockablecLcLELock),-1,-2,1,G__FastAllocString(2048).Format("kSelectLock=%lldLL",(long long)TGLLockable::kSelectLock).data(),0,(char*)NULL);
42202    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLockablecLcLELock),-1,-2,1,G__FastAllocString(2048).Format("kModifyLock=%lldLL",(long long)TGLLockable::kModifyLock).data(),0,(char*)NULL);
42203    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLockablecLcLELock),-1,-1,2,"fLock=",0,"Lock state.");
42204    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42205    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42206    }
42207    G__tag_memvar_reset();
42208 }
42209 
42210 
42211    /* TGLSceneInfo */
42212 static void G__setup_memvarTGLSceneInfo(void) {
42213    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo));
42214    { TGLSceneInfo *p; p=(TGLSceneInfo*)0x1000; if (p) { }
42215    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfocLcLEClipTest),-1,-2,1,G__FastAllocString(2048).Format("kClipNone=%lldLL",(long long)TGLSceneInfo::kClipNone).data(),0,(char*)NULL);
42216    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfocLcLEClipTest),-1,-2,1,G__FastAllocString(2048).Format("kClipOutside=%lldLL",(long long)TGLSceneInfo::kClipOutside).data(),0,(char*)NULL);
42217    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfocLcLEClipTest),-1,-2,1,G__FastAllocString(2048).Format("kClipInside=%lldLL",(long long)TGLSceneInfo::kClipInside).data(),0,(char*)NULL);
42218    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase),-1,-1,2,"fViewer=",0,(char*)NULL);
42219    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase),-1,-1,2,"fScene=",0,(char*)NULL);
42220    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fActive=",0,"Show fScene in fViewer");
42221    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fLOD=",0,"Optional override of scene lod");
42222    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fStyle=",0,"Optional override of scene style");
42223    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fWFLineW=",0,"Optional override of scene wire-frame line-width");
42224    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fOLLineW=",0,"Optional override of scene outline line-width");
42225    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClip),-1,-1,2,"fClip=",0,"Optional override of clipping-plane");
42226    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fLastLOD=",0,"Last combined viewer/scene lod   (set in scene::lodify-scene-info).");
42227    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fLastStyle=",0,"Last combined viewer/scene style (set in scene::pre-draw).");
42228    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLastWFLineW=",0,"Last combined viewer/scene wire-frame line-width (set in scene::pre-draw).");
42229    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLastOLLineW=",0,"Last combined viewer/scene outline line-width (set in scene::pre-draw).");
42230    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClip),-1,-1,2,"fLastClip=",0,"Last combined viewer/scene clip  (set in scene::update)");
42231    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLCamera),-1,-1,2,"fLastCamera=",0,"Last camera used.");
42232    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fSceneStamp=",0,"Scene's time-stamp on last update.");
42233    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fClipStamp=",0,"Clip's time-stamp on last update.");
42234    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fCameraStamp=",0,"Camera's time-stamp on last update.");
42235    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUpdateTimeouted=",0,"Set if update was interrupted.");
42236    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,2,"fTransformedBBox=",0,(char*)NULL);
42237    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fViewCheck=",0,"Viewer side check if render is necessary.");
42238    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInFrustum=",0,"Is scene intersecting view-frustum.");
42239    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInClip=",0,"Is scene contained within clipping-volume.");
42240    G__memvar_setup((void*)0,99,0,0,-1,G__defined_typename("Char_t"),-1,2,"fClipMode=",0,"Clipping mode, can be disbled.");
42241    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR),G__defined_typename("TGLPlaneSet_t"),-1,2,"fFrustumPlanes=",0,"Clipping planes defined by frustum; only those intersecting the scene volume are kept.");
42242    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR),G__defined_typename("TGLPlaneSet_t"),-1,2,"fClipPlanes=",0,"Clipping planes from clip-object; which planes are kept depends on inside/outside mode.");
42243    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42244    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42245    }
42246    G__tag_memvar_reset();
42247 }
42248 
42249 
42250    /* TGLStopwatch */
42251 static void G__setup_memvarTGLStopwatch(void) {
42252    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLStopwatch));
42253    { TGLStopwatch *p; p=(TGLStopwatch*)0x1000; if (p) { }
42254    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fStart=",0,"! start time (millisec)");
42255    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fEnd=",0,"! end time (millisec)");
42256    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLastRun=",0,"! time of last run (milisec)");
42257    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42258    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42259    }
42260    G__tag_memvar_reset();
42261 }
42262 
42263 
42264    /* TGLSelectBuffer */
42265 static void G__setup_memvarTGLSelectBuffer(void) {
42266    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer));
42267    { TGLSelectBuffer *p; p=(TGLSelectBuffer*)0x1000; if (p) { }
42268    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufSize=",0,"Size of buffer.");
42269    G__memvar_setup((void*)0,72,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fBuf=",0,"Actual buffer.");
42270    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNRecords=",0,"Number of records as returned by glRenderMode.");
42271    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR),G__defined_typename("vRawRecord_t"),-1,2,"fSortedRecords=",0,(char*)NULL);
42272    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-2,2,"fgMaxBufSize=",0,(char*)NULL);
42273    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42274    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42275    }
42276    G__tag_memvar_reset();
42277 }
42278 
42279 
42280    /* TGLSelectRecordBase */
42281 static void G__setup_memvarTGLSelectRecordBase(void) {
42282    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase));
42283    { TGLSelectRecordBase *p; p=(TGLSelectRecordBase*)0x1000; if (p) { }
42284    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fN=",0,(char*)NULL);
42285    G__memvar_setup((void*)0,72,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fItems=",0,(char*)NULL);
42286    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMinZ=",0,(char*)NULL);
42287    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxZ=",0,(char*)NULL);
42288    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPos=",0,(char*)NULL);
42289    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42290    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42291    }
42292    G__tag_memvar_reset();
42293 }
42294 
42295 
42296    /* TGLPerspectiveCamera */
42297 static void G__setup_memvarTGLPerspectiveCamera(void) {
42298    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera));
42299    { TGLPerspectiveCamera *p; p=(TGLPerspectiveCamera*)0x1000; if (p) { }
42300    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fFOV=",0,"!");
42301    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-2,4,"fgFOVMin=",0,(char*)NULL);
42302    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-2,4,"fgFOVDefault=",0,(char*)NULL);
42303    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-2,4,"fgFOVMax=",0,(char*)NULL);
42304    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-2,4,"fgFOVDeltaSens=",0,(char*)NULL);
42305    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42306    }
42307    G__tag_memvar_reset();
42308 }
42309 
42310 
42311    /* TGLOrthoCamera */
42312 static void G__setup_memvarTGLOrthoCamera(void) {
42313    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera));
42314    { TGLOrthoCamera *p; p=(TGLOrthoCamera*)0x1000; if (p) { }
42315    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCameracLcLEType),-1,-2,1,G__FastAllocString(2048).Format("kZOY=%lldLL",(long long)TGLOrthoCamera::kZOY).data(),0,(char*)NULL);
42316    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCameracLcLEType),-1,-2,1,G__FastAllocString(2048).Format("kXOZ=%lldLL",(long long)TGLOrthoCamera::kXOZ).data(),0,(char*)NULL);
42317    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCameracLcLEType),-1,-2,1,G__FastAllocString(2048).Format("kXOY=%lldLL",(long long)TGLOrthoCamera::kXOY).data(),0,(char*)NULL);
42318    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCameracLcLEType),-1,-2,1,G__FastAllocString(2048).Format("kZnOY=%lldLL",(long long)TGLOrthoCamera::kZnOY).data(),0,(char*)NULL);
42319    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCameracLcLEType),-1,-2,1,G__FastAllocString(2048).Format("kXnOZ=%lldLL",(long long)TGLOrthoCamera::kXnOZ).data(),0,(char*)NULL);
42320    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCameracLcLEType),-1,-2,1,G__FastAllocString(2048).Format("kXnOY=%lldLL",(long long)TGLOrthoCamera::kXnOY).data(),0,(char*)NULL);
42321    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCameracLcLEType),-1,-1,4,"fType=",0,"! camera type");
42322    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fEnableRotate=",0,"! enable rotation");
42323    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fDollyToZoom=",0,"! zoom when dolly is requested");
42324    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZoomMin=",0,"! minimum zoom factor");
42325    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZoomDefault=",0,"! default zoom factor");
42326    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZoomMax=",0,"! maximum zoom factor");
42327    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox),-1,-1,4,"fVolume=",0,"! scene volume");
42328    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fDefXSize=",0,(char*)NULL);
42329    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fDefYSize=",0,"! x, y size of scene from camera view");
42330    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZoom=",0,"! current zoom");
42331    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-2,4,"fgZoomDeltaSens=",0,(char*)NULL);
42332    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42333    }
42334    G__tag_memvar_reset();
42335 }
42336 
42337 
42338    /* TGLViewerEditor */
42339 static void G__setup_memvarTGLViewerEditor(void) {
42340    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor));
42341    { TGLViewerEditor *p; p=(TGLViewerEditor*)0x1000; if (p) { }
42342    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,4,"fGuidesFrame=",0,(char*)NULL);
42343    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,4,"fClipFrame=",0,(char*)NULL);
42344    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,4,"fStereoFrame=",0,(char*)NULL);
42345    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),-1,-1,4,"fLightSet=",0,(char*)NULL);
42346    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGColorSelect),-1,-1,4,"fClearColor=",0,(char*)NULL);
42347    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fIgnoreSizesOnUpdate=",0,(char*)NULL);
42348    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fResetCamerasOnUpdate=",0,(char*)NULL);
42349    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fUpdateScene=",0,(char*)NULL);
42350    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fCameraHome=",0,(char*)NULL);
42351    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fMaxSceneDrawTimeHQ=",0,(char*)NULL);
42352    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fMaxSceneDrawTimeLQ=",0,(char*)NULL);
42353    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fPointSizeScale=",0,(char*)NULL);
42354    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fLineWidthScale=",0,(char*)NULL);
42355    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fPointSmooth=",0,(char*)NULL);
42356    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fLineSmooth=",0,(char*)NULL);
42357    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fWFLineWidth=",0,(char*)NULL);
42358    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fOLLineWidth=",0,(char*)NULL);
42359    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fCameraCenterExt=",0,(char*)NULL);
42360    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGTextButton),-1,-1,4,"fCaptureCenter=",0,(char*)NULL);
42361    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fDrawCameraCenter=",0,(char*)NULL);
42362    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fCameraCenterX=",0,(char*)NULL);
42363    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fCameraCenterY=",0,(char*)NULL);
42364    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fCameraCenterZ=",0,(char*)NULL);
42365    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fCaptureAnnotate=",0,(char*)NULL);
42366    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fAxesType=",0,(char*)NULL);
42367    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButtonGroup),-1,-1,4,"fAxesContainer=",0,(char*)NULL);
42368    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGRadioButton),-1,-1,4,"fAxesNone=",0,(char*)NULL);
42369    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGRadioButton),-1,-1,4,"fAxesEdge=",0,(char*)NULL);
42370    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGRadioButton),-1,-1,4,"fAxesOrigin=",0,(char*)NULL);
42371    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fAxesDepthTest=",0,(char*)NULL);
42372    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGGroupFrame),-1,-1,4,"fRefContainer=",0,(char*)NULL);
42373    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fReferenceOn=",0,(char*)NULL);
42374    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fReferencePosX=",0,(char*)NULL);
42375    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fReferencePosY=",0,(char*)NULL);
42376    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fReferencePosZ=",0,(char*)NULL);
42377    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGGroupFrame),-1,-1,4,"fCamContainer=",0,(char*)NULL);
42378    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGComboBox),-1,-1,4,"fCamMode=",0,(char*)NULL);
42379    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCheckButton),-1,-1,4,"fCamOverlayOn=",0,(char*)NULL);
42380    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor),-1,-1,4,"fClipSet=",0,(char*)NULL);
42381    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fARotDt=",0,(char*)NULL);
42382    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fARotWPhi=",0,(char*)NULL);
42383    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fARotATheta=",0,(char*)NULL);
42384    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fARotWTheta=",0,(char*)NULL);
42385    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fARotADolly=",0,(char*)NULL);
42386    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fARotWDolly=",0,(char*)NULL);
42387    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fStereoZeroParallax=",0,(char*)NULL);
42388    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fStereoEyeOffsetFac=",0,(char*)NULL);
42389    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fStereoFrustumAsymFac=",0,(char*)NULL);
42390    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewer),-1,-1,4,"fViewer=",0,(char*)NULL);
42391    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsInPad=",0,(char*)NULL);
42392    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42393    }
42394    G__tag_memvar_reset();
42395 }
42396 
42397 
42398    /* TGLLightSet */
42399 static void G__setup_memvarTGLLightSet(void) {
42400    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSet));
42401    { TGLLightSet *p; p=(TGLLightSet*)0x1000; if (p) { }
42402    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetcLcLELight),-1,-2,1,G__FastAllocString(2048).Format("kLightFront=%lldLL",(long long)TGLLightSet::kLightFront).data(),0,(char*)NULL);
42403    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetcLcLELight),-1,-2,1,G__FastAllocString(2048).Format("kLightTop=%lldLL",(long long)TGLLightSet::kLightTop).data(),0,(char*)NULL);
42404    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetcLcLELight),-1,-2,1,G__FastAllocString(2048).Format("kLightBottom=%lldLL",(long long)TGLLightSet::kLightBottom).data(),0,(char*)NULL);
42405    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetcLcLELight),-1,-2,1,G__FastAllocString(2048).Format("kLightLeft=%lldLL",(long long)TGLLightSet::kLightLeft).data(),0,(char*)NULL);
42406    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetcLcLELight),-1,-2,1,G__FastAllocString(2048).Format("kLightRight=%lldLL",(long long)TGLLightSet::kLightRight).data(),0,(char*)NULL);
42407    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetcLcLELight),-1,-2,1,G__FastAllocString(2048).Format("kLightMask=%lldLL",(long long)TGLLightSet::kLightMask).data(),0,(char*)NULL);
42408    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetcLcLELight),-1,-2,1,G__FastAllocString(2048).Format("kLightSpecular=%lldLL",(long long)TGLLightSet::kLightSpecular).data(),0,(char*)NULL);
42409    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fLightState=",0,"! light states (on/off) mask");
42410    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUseSpecular=",0,"!");
42411    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fFrontPower=",0,"! power of the front lamp");
42412    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fSidePower=",0,"! power of the side lamps");
42413    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fSpecularPower=",0,"! power of specular lamp");
42414    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42415    }
42416    G__tag_memvar_reset();
42417 }
42418 
42419 
42420    /* TGLPShapeObj */
42421 static void G__setup_memvarTGLPShapeObj(void) {
42422    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj));
42423    { TGLPShapeObj *p; p=(TGLPShapeObj*)0x1000; if (p) { }
42424    G__memvar_setup((void*)((long)(&p->fPShape)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),-1,-1,1,"fPShape=",0,(char*)NULL);
42425    G__memvar_setup((void*)((long)(&p->fViewer)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewer),-1,-1,1,"fViewer=",0,(char*)NULL);
42426    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42427    }
42428    G__tag_memvar_reset();
42429 }
42430 
42431 
42432    /* TGLOutput */
42433 static void G__setup_memvarTGLOutput(void) {
42434    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOutput));
42435    { TGLOutput *p; p=(TGLOutput*)0x1000; if (p) { }
42436    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOutputcLcLEFormat),-1,-2,1,G__FastAllocString(2048).Format("kEPS_SIMPLE=%lldLL",(long long)TGLOutput::kEPS_SIMPLE).data(),0,(char*)NULL);
42437    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOutputcLcLEFormat),-1,-2,1,G__FastAllocString(2048).Format("kEPS_BSP=%lldLL",(long long)TGLOutput::kEPS_BSP).data(),0,(char*)NULL);
42438    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOutputcLcLEFormat),-1,-2,1,G__FastAllocString(2048).Format("kPDF_SIMPLE=%lldLL",(long long)TGLOutput::kPDF_SIMPLE).data(),0,(char*)NULL);
42439    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLOutputcLcLEFormat),-1,-2,1,G__FastAllocString(2048).Format("kPDF_BSP=%lldLL",(long long)TGLOutput::kPDF_BSP).data(),0,(char*)NULL);
42440    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42441    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42442    }
42443    G__tag_memvar_reset();
42444 }
42445 
42446 
42447    /* TGLEventHandler */
42448 static void G__setup_memvarTGLEventHandler(void) {
42449    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler));
42450    { TGLEventHandler *p; p=(TGLEventHandler*)0x1000; if (p) { }
42451    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewer),-1,-1,2,"fGLViewer=",0,(char*)NULL);
42452    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TTimer),-1,-1,2,"fMouseTimer=",0,"mouse delay timer");
42453    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fButtonPushPos=",0,(char*)NULL);
42454    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fLastPos=",0,(char*)NULL);
42455    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fLastMouseOverPos=",0,(char*)NULL);
42456    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape),-1,-1,2,"fLastMouseOverShape=",0,(char*)NULL);
42457    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGToolTip),-1,-1,2,"fTooltip=",0,"tooltip for highlight");
42458    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fLastGlobalPos=",0,(char*)NULL);
42459    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TPoint),-1,-1,2,"fTooltipPos=",0,(char*)NULL);
42460    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fActiveButtonID=",0,(char*)NULL);
42461    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fLastEventState=",0,(char*)NULL);
42462    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIgnoreButtonUp=",0,(char*)NULL);
42463    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInPointerGrab=",0,(char*)NULL);
42464    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMouseTimerRunning=",0,(char*)NULL);
42465    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fTooltipShown=",0,(char*)NULL);
42466    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTooltipPixelTolerance=",0,(char*)NULL);
42467    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSecSelType=",0,"secondary selection type");
42468    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDoInternalSelection=",0,(char*)NULL);
42469    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fViewerCentricControls=",0,(char*)NULL);
42470    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fArrowKeyFactor=",0,(char*)NULL);
42471    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMouseDragFactor=",0,(char*)NULL);
42472    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMouseWheelFactor=",0,(char*)NULL);
42473    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42474    }
42475    G__tag_memvar_reset();
42476 }
42477 
42478 
42479    /* TGLFaderHelper */
42480 static void G__setup_memvarTGLFaderHelper(void) {
42481    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFaderHelper));
42482    { TGLFaderHelper *p; p=(TGLFaderHelper*)0x1000; if (p) { }
42483    G__memvar_setup((void*)((long)(&p->fViewer)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLViewer),-1,-1,1,"fViewer=",0,(char*)NULL);
42484    G__memvar_setup((void*)((long)(&p->fFadeTarget)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fFadeTarget=",0,(char*)NULL);
42485    G__memvar_setup((void*)((long)(&p->fTime)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fTime=",0,(char*)NULL);
42486    G__memvar_setup((void*)((long)(&p->fNSteps)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNSteps=",0,(char*)NULL);
42487    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42488    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42489    }
42490    G__tag_memvar_reset();
42491 }
42492 
42493 
42494    /* TGLEmbeddedViewer */
42495 static void G__setup_memvarTGLEmbeddedViewer(void) {
42496    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer));
42497    { TGLEmbeddedViewer *p; p=(TGLEmbeddedViewer*)0x1000; if (p) { }
42498    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,4,"fFrame=",0,(char*)NULL);
42499    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fBorder=",0,(char*)NULL);
42500    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42501    }
42502    G__tag_memvar_reset();
42503 }
42504 
42505 
42506    /* TGLFaceSet */
42507 static void G__setup_memvarTGLFaceSet(void) {
42508    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFaceSet));
42509    { TGLFaceSet *p; p=(TGLFaceSet*)0x1000; if (p) { }
42510    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fVertices=",0,(char*)NULL);
42511    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fNormals=",0,(char*)NULL);
42512    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR),G__defined_typename("vector<Int_t>"),-1,4,"fPolyDesc=",0,(char*)NULL);
42513    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fNbPols=",0,(char*)NULL);
42514    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,4,"fgEnforceTriangles=",0,(char*)NULL);
42515    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42516    }
42517    G__tag_memvar_reset();
42518 }
42519 
42520 
42521    /* TGLFBO */
42522 static void G__setup_memvarTGLFBO(void) {
42523    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFBO));
42524    { TGLFBO *p; p=(TGLFBO*)0x1000; if (p) { }
42525    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fFrameBuffer=",0,(char*)NULL);
42526    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fColorTexture=",0,(char*)NULL);
42527    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fDepthBuffer=",0,(char*)NULL);
42528    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fMSFrameBuffer=",0,(char*)NULL);
42529    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fMSColorBuffer=",0,(char*)NULL);
42530    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fW=",0,(char*)NULL);
42531    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fH=",0,(char*)NULL);
42532    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMSSamples=",0,(char*)NULL);
42533    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMSCoverageSamples=",0,(char*)NULL);
42534    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fWScale=",0,(char*)NULL);
42535    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fHScale=",0,(char*)NULL);
42536    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsRescaled=",0,(char*)NULL);
42537    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgRescaleToPow2=",0,(char*)NULL);
42538    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgMultiSampleNAWarned=",0,(char*)NULL);
42539    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
42540    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42541    }
42542    G__tag_memvar_reset();
42543 }
42544 
42545 
42546    /* TGLPadPainter */
42547 static void G__setup_memvarTGLPadPainter(void) {
42548    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPadPainter));
42549    { TGLPadPainter *p; p=(TGLPadPainter*)0x1000; if (p) { }
42550    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_RglcLcLPadcLcLPolygonStippleSet),-1,-1,4,"fSSet=",0,(char*)NULL);
42551    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_RglcLcLPadcLcLTesselator),-1,-1,4,"fTess=",0,(char*)NULL);
42552    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_RglcLcLPadcLcLMarkerPainter),-1,-1,4,"fMarker=",0,(char*)NULL);
42553    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_RglcLcLPadcLcLGLLimits),-1,-1,4,"fLimits=",0,(char*)NULL);
42554    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fVs=",0,"Vertex buffer for tesselator.");
42555    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFontManager),-1,-1,4,"fFM=",0,(char*)NULL);
42556    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFont),-1,-1,4,"fF=",0,(char*)NULL);
42557    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fVp[4]=",0,(char*)NULL);
42558    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETPointcOallocatorlETPointgRsPgR),G__defined_typename("vector<TPoint>"),-1,4,"fPoly=",0,(char*)NULL);
42559    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsHollowArea=",0,(char*)NULL);
42560    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fLocked=",0,(char*)NULL);
42561    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42562    }
42563    G__tag_memvar_reset();
42564 }
42565 
42566 
42567    /* TGLH2PolyPainter */
42568 static void G__setup_memvarTGLH2PolyPainter(void) {
42569    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLH2PolyPainter));
42570    { TGLH2PolyPainter *p; p=(TGLH2PolyPainter*)0x1000; if (p) { }
42571    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,4,"fBinInfo=",0,"Used by GetPlotInfo.");
42572    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR),G__defined_typename("vector<Int_t>"),-1,4,"fBinColors=",0,(char*)NULL);
42573    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fPolygon=",0,"Temporary array for polygon's vertices.");
42574    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgR),G__defined_typename("list<Rgl::Pad::Tesselation_t>"),-1,4,"fCaps=",0,"Caps for all bins.");
42575    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fZLog=",0,"Change in logZ updates only bin heights.");
42576    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fZMin=",0,(char*)NULL);
42577    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42578    }
42579    G__tag_memvar_reset();
42580 }
42581 
42582 
42583    /* TGLLegoPainter */
42584 static void G__setup_memvarTGLLegoPainter(void) {
42585    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter));
42586    { TGLLegoPainter *p; p=(TGLLegoPainter*)0x1000; if (p) { }
42587    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLegoPaintercLcLELegoType),-1,-2,4,"kColorSimple=0LL",0,(char*)NULL);
42588    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLegoPaintercLcLELegoType),-1,-2,4,"kColorLevel=1LL",0,(char*)NULL);
42589    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLLegoPaintercLcLELegoType),-1,-2,4,"kCylindricBars=2LL",0,(char*)NULL);
42590    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLegoPaintercLcLELegoType),-1,-1,4,"fLegoType=",0,(char*)NULL);
42591    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fMinZ=",0,(char*)NULL);
42592    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fMinMaxVal=",0,"For texture coordinates generation.");
42593    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),G__defined_typename("vector<Rgl::Range_t>"),-1,4,"fXEdges=",0,(char*)NULL);
42594    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),G__defined_typename("vector<Rgl::Range_t>"),-1,4,"fYEdges=",0,(char*)NULL);
42595    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),-1,-1,4,"fCosSinTableX=",0,(char*)NULL);
42596    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR),-1,-1,4,"fCosSinTableY=",0,(char*)NULL);
42597    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,4,"fBinInfo=",0,(char*)NULL);
42598    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLQuadric),-1,-1,4,"fQuadric=",0,(char*)NULL);
42599    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fDrawErrors=",0,(char*)NULL);
42600    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLevelPalette),-1,-1,4,"fPalette=",0,(char*)NULL);
42601    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fColorLevels=",0,(char*)NULL);
42602    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42603    }
42604    G__tag_memvar_reset();
42605 }
42606 
42607 
42608    /* TGLLightSetSubEditor */
42609 static void G__setup_memvarTGLLightSetSubEditor(void) {
42610    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor));
42611    { TGLLightSetSubEditor *p; p=(TGLLightSetSubEditor*)0x1000; if (p) { }
42612    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLightSet),-1,-1,2,"fM=",0,(char*)NULL);
42613    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGGroupFrame),-1,-1,2,"fLightFrame=",0,(char*)NULL);
42614    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,2,"fTopLight=",0,(char*)NULL);
42615    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,2,"fRightLight=",0,(char*)NULL);
42616    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,2,"fBottomLight=",0,(char*)NULL);
42617    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,2,"fLeftLight=",0,(char*)NULL);
42618    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,2,"fFrontLight=",0,(char*)NULL);
42619    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,2,"fSpecularLight=",0,(char*)NULL);
42620    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42621    }
42622    G__tag_memvar_reset();
42623 }
42624 
42625 
42626    /* TGLLightSetEditor */
42627 static void G__setup_memvarTGLLightSetEditor(void) {
42628    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor));
42629    { TGLLightSetEditor *p; p=(TGLLightSetEditor*)0x1000; if (p) { }
42630    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLightSet),-1,-1,2,"fM=",0,"fModel dynamic-casted to TGLLightSetEditor");
42631    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor),-1,-1,2,"fSE=",0,(char*)NULL);
42632    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42633    }
42634    G__tag_memvar_reset();
42635 }
42636 
42637 
42638    /* TGLOverlayButton */
42639 static void G__setup_memvarTGLOverlayButton(void) {
42640    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton));
42641    { TGLOverlayButton *p; p=(TGLOverlayButton*)0x1000; if (p) { }
42642    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,2,"fText=",0,"button text");
42643    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fActiveID=",0,"active item identifier");
42644    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fBackColor=",0,"button background color");
42645    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fTextColor=",0,"text color");
42646    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fNormAlpha=",0,"button alpha value (transparency) in normal state");
42647    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fHighAlpha=",0,"button alpha value (transparency) in highlight state");
42648    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fPosX=",0,"button x position");
42649    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fPosY=",0,"button y position");
42650    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fWidth=",0,"button width");
42651    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fHeight=",0,"button height");
42652    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFont),-1,-1,2,"fFont=",0,"font used to render text");
42653    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42654    }
42655    G__tag_memvar_reset();
42656 }
42657 
42658 
42659    /* TGLParametricEquationGL */
42660 static void G__setup_memvarTGLParametricEquationGL(void) {
42661    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL));
42662    { TGLParametricEquationGL *p; p=(TGLParametricEquationGL*)0x1000; if (p) { }
42663    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation),-1,-1,2,"fM=",0,(char*)NULL);
42664    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42665    }
42666    G__tag_memvar_reset();
42667 }
42668 
42669 
42670    /* TGLParametricPlot */
42671 static void G__setup_memvarTGLParametricPlot(void) {
42672    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot));
42673    { TGLParametricPlot *p; p=(TGLParametricPlot*)0x1000; if (p) { }
42674    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlotcLcLEMeshSize),-1,-2,4,"kLow=30LL",0,(char*)NULL);
42675    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlotcLcLEMeshSize),-1,-2,4,"kHigh=150LL",0,(char*)NULL);
42676    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fMeshSize=",0,(char*)NULL);
42677    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylETGLParametricPlotcLcLVertex_tgR),G__defined_typename("TGL2DArray<Vertex_t>"),-1,4,"fMesh=",0,(char*)NULL);
42678    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fShowMesh=",0,(char*)NULL);
42679    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fColorScheme=",0,(char*)NULL);
42680    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation),-1,-1,4,"fEquation=",0,(char*)NULL);
42681    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42682    }
42683    G__tag_memvar_reset();
42684 }
42685 
42686 
42687    /* TGLPolyLine */
42688 static void G__setup_memvarTGLPolyLine(void) {
42689    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPolyLine));
42690    { TGLPolyLine *p; p=(TGLPolyLine*)0x1000; if (p) { }
42691    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fVertices=",0,(char*)NULL);
42692    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fLineWidth=",0,(char*)NULL);
42693    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42694    }
42695    G__tag_memvar_reset();
42696 }
42697 
42698 
42699    /* TGLPolyMarker */
42700 static void G__setup_memvarTGLPolyMarker(void) {
42701    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPolyMarker));
42702    { TGLPolyMarker *p; p=(TGLPolyMarker*)0x1000; if (p) { }
42703    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fVertices=",0,(char*)NULL);
42704    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fStyle=",0,(char*)NULL);
42705    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fSize=",0,(char*)NULL);
42706    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42707    }
42708    G__tag_memvar_reset();
42709 }
42710 
42711 
42712    /* TGLPShapeObjEditor */
42713 static void G__setup_memvarTGLPShapeObjEditor(void) {
42714    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor));
42715    { TGLPShapeObjEditor *p; p=(TGLPShapeObjEditor*)0x1000; if (p) { }
42716    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditorcLcLELightMode),-1,-2,4,"kDiffuse=0LL",0,(char*)NULL);
42717    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditorcLcLELightMode),-1,-2,4,"kAmbient=1LL",0,(char*)NULL);
42718    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditorcLcLELightMode),-1,-2,4,"kSpecular=2LL",0,(char*)NULL);
42719    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditorcLcLELightMode),-1,-2,4,"kEmission=3LL",0,(char*)NULL);
42720    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditorcLcLELightMode),-1,-1,4,"fLMode=",0,(char*)NULL);
42721    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLayoutHints),-1,-1,4,"fLb=",0,"button layout");
42722    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLayoutHints),-1,-1,4,"fLe=",0,"num entry layout");
42723    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLayoutHints),-1,-1,4,"fLl=",0,"label layout");
42724    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLayoutHints),-1,-1,4,"fLs=",0,"slider layout");
42725    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,4,"fGeoFrame=",0,"orientation, clipping");
42726    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry),-1,-1,4,"fGeomData[6]=",0,"position and clipping control");
42727    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,4,"fGeoApplyButton=",0,"action button");
42728    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,4,"fColorFrame=",0,"top frame for color componet control");
42729    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLWidget),-1,-1,4,"fMatView=",0,"inner structure to handle sphere GL window");
42730    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,4,"fLightTypes[4]=",0,"light type");
42731    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGHSlider),-1,-1,4,"fRedSlider=",0,"red component of selected material");
42732    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGHSlider),-1,-1,4,"fGreenSlider=",0,"green component of selected material");
42733    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGHSlider),-1,-1,4,"fBlueSlider=",0,"blue component of selected material");
42734    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGHSlider),-1,-1,4,"fAlphaSlider=",0,"alpha component of selected material lider;");
42735    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGHSlider),-1,-1,4,"fShineSlider=",0,"specular refelction of selected material");
42736    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,4,"fColorApplyButton=",0,"apply to selected");
42737    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,4,"fColorApplyFamily=",0,"apply to selected and family");
42738    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fRGBA[17]=",0,"color multiplet");
42739    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Window_t"),-1,4,"fGLWin=",0,"GL window with sphere");
42740    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,4,"fCtx=",0,"GL context");
42741    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj),-1,-1,4,"fPShapeObj=",0,"model");
42742    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42743    }
42744    G__tag_memvar_reset();
42745 }
42746 
42747 
42748    /* TGLRotateManip */
42749 static void G__setup_memvarTGLRotateManip(void) {
42750    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip));
42751    { TGLRotateManip *p; p=(TGLRotateManip*)0x1000; if (p) { }
42752    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fShallowRing=",0,"! does active ring form shallow angle to eye?");
42753    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fShallowFront=",0,"! front or back of the active shallow ring?");
42754    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLPlane),-1,-1,4,"fActiveRingPlane=",0,"! plane of the active ring (widget)");
42755    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVertex3),-1,-1,4,"fActiveRingCenter=",0,"! center of active ring");
42756    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLine3),-1,-1,4,"fRingLine=",0,(char*)NULL);
42757    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLine3),-1,-1,4,"fRingLineOld=",0,(char*)NULL);
42758    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42759    }
42760    G__tag_memvar_reset();
42761 }
42762 
42763 
42764    /* TGLSAViewer */
42765 static void G__setup_memvarTGLSAViewer(void) {
42766    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer));
42767    { TGLSAViewer *p; p=(TGLSAViewer*)0x1000; if (p) { }
42768    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLHelpAbout=%lldLL",(long long)TGLSAViewer::kGLHelpAbout).data(),0,(char*)NULL);
42769    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLHelpViewer=%lldLL",(long long)TGLSAViewer::kGLHelpViewer).data(),0,(char*)NULL);
42770    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLPerspYOZ=%lldLL",(long long)TGLSAViewer::kGLPerspYOZ).data(),0,(char*)NULL);
42771    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLPerspXOZ=%lldLL",(long long)TGLSAViewer::kGLPerspXOZ).data(),0,(char*)NULL);
42772    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLPerspXOY=%lldLL",(long long)TGLSAViewer::kGLPerspXOY).data(),0,(char*)NULL);
42773    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLXOY=%lldLL",(long long)TGLSAViewer::kGLXOY).data(),0,(char*)NULL);
42774    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLXOZ=%lldLL",(long long)TGLSAViewer::kGLXOZ).data(),0,(char*)NULL);
42775    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLZOY=%lldLL",(long long)TGLSAViewer::kGLZOY).data(),0,(char*)NULL);
42776    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLXnOY=%lldLL",(long long)TGLSAViewer::kGLXnOY).data(),0,(char*)NULL);
42777    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLXnOZ=%lldLL",(long long)TGLSAViewer::kGLXnOZ).data(),0,(char*)NULL);
42778    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLZnOY=%lldLL",(long long)TGLSAViewer::kGLZnOY).data(),0,(char*)NULL);
42779    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLOrthoRotate=%lldLL",(long long)TGLSAViewer::kGLOrthoRotate).data(),0,(char*)NULL);
42780    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLOrthoDolly=%lldLL",(long long)TGLSAViewer::kGLOrthoDolly).data(),0,(char*)NULL);
42781    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLSaveEPS=%lldLL",(long long)TGLSAViewer::kGLSaveEPS).data(),0,(char*)NULL);
42782    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLSavePDF=%lldLL",(long long)TGLSAViewer::kGLSavePDF).data(),0,(char*)NULL);
42783    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLSavePNG=%lldLL",(long long)TGLSAViewer::kGLSavePNG).data(),0,(char*)NULL);
42784    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLSaveGIF=%lldLL",(long long)TGLSAViewer::kGLSaveGIF).data(),0,(char*)NULL);
42785    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLSaveAnimGIF=%lldLL",(long long)TGLSAViewer::kGLSaveAnimGIF).data(),0,(char*)NULL);
42786    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLSaveJPG=%lldLL",(long long)TGLSAViewer::kGLSaveJPG).data(),0,(char*)NULL);
42787    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLSaveAS=%lldLL",(long long)TGLSAViewer::kGLSaveAS).data(),0,(char*)NULL);
42788    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLCloseViewer=%lldLL",(long long)TGLSAViewer::kGLCloseViewer).data(),0,(char*)NULL);
42789    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLQuitROOT=%lldLL",(long long)TGLSAViewer::kGLQuitROOT).data(),0,(char*)NULL);
42790    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLEditObject=%lldLL",(long long)TGLSAViewer::kGLEditObject).data(),0,(char*)NULL);
42791    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewercLcLEGLSACommands),-1,-2,1,G__FastAllocString(2048).Format("kGLHideMenus=%lldLL",(long long)TGLSAViewer::kGLHideMenus).data(),0,(char*)NULL);
42792    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame),-1,-1,4,"fFrame=",0,(char*)NULL);
42793    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFormat),-1,-1,4,"fFormat=",0,(char*)NULL);
42794    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGPopupMenu),-1,-1,4,"fFileMenu=",0,(char*)NULL);
42795    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGPopupMenu),-1,-1,4,"fFileSaveMenu=",0,(char*)NULL);
42796    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGPopupMenu),-1,-1,4,"fCameraMenu=",0,(char*)NULL);
42797    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGPopupMenu),-1,-1,4,"fHelpMenu=",0,(char*)NULL);
42798    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,4,"fLeftVerticalFrame=",0,(char*)NULL);
42799    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame),-1,-1,4,"fRightVerticalFrame=",0,(char*)NULL);
42800    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,4,"fDirName=",0,(char*)NULL);
42801    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fTypeIdx=",0,(char*)NULL);
42802    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fOverwrite=",0,(char*)NULL);
42803    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGMenuBar),-1,-1,4,"fMenuBar=",0,(char*)NULL);
42804    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGButton),-1,-1,4,"fMenuBut=",0,(char*)NULL);
42805    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fHideMenuBar=",0,(char*)NULL);
42806    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TTimer),-1,-1,4,"fMenuHidingTimer=",0,(char*)NULL);
42807    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fMenuHidingShowMenu=",0,(char*)NULL);
42808    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fDeleteMenuBar=",0,(char*)NULL);
42809    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-2,4,"fgMenuHidingTimeout=",0,(char*)NULL);
42810    G__memvar_setup((void*)G__PVOID,105,0,1,-1,G__defined_typename("Int_t"),-2,4,"fgInitX=0LL",0,(char*)NULL);
42811    G__memvar_setup((void*)G__PVOID,105,0,1,-1,G__defined_typename("Int_t"),-2,4,"fgInitY=0LL",0,(char*)NULL);
42812    G__memvar_setup((void*)G__PVOID,105,0,1,-1,G__defined_typename("Int_t"),-2,4,"fgInitW=0LL",0,(char*)NULL);
42813    G__memvar_setup((void*)G__PVOID,105,0,1,-1,G__defined_typename("Int_t"),-2,4,"fgInitH=0LL",0,(char*)NULL);
42814    G__memvar_setup((void*)0,67,0,1,-1,-1,-2,4,"fgHelpText1=",0,(char*)NULL);
42815    G__memvar_setup((void*)0,67,0,1,-1,-1,-2,4,"fgHelpText2=",0,(char*)NULL);
42816    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42817    }
42818    G__tag_memvar_reset();
42819 }
42820 
42821 
42822    /* TGLSAFrame */
42823 static void G__setup_memvarTGLSAFrame(void) {
42824    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame));
42825    { TGLSAFrame *p; p=(TGLSAFrame*)0x1000; if (p) { }
42826    G__memvar_setup((void*)0,117,1,0,G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer),-1,-1,4,"fViewer=",0,(char*)NULL);
42827    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42828    }
42829    G__tag_memvar_reset();
42830 }
42831 
42832 
42833    /* TGLScaleManip */
42834 static void G__setup_memvarTGLScaleManip(void) {
42835    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip));
42836    { TGLScaleManip *p; p=(TGLScaleManip*)0x1000; if (p) { }
42837    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLVector3),-1,-1,4,"fStartScale=",0,"! initial scaling factors");
42838    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42839    }
42840    G__tag_memvar_reset();
42841 }
42842 
42843 
42844    /* TGLScene::TSceneInfo */
42845 static void G__setup_memvarTGLScenecLcLTSceneInfo(void) {
42846    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenecLcLTSceneInfo));
42847    { TGLScene::TSceneInfo *p; p=(TGLScene::TSceneInfo*)0x1000; if (p) { }
42848    G__memvar_setup((void*)((long)(&p->fShapesOfInterest)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgR),G__defined_typename("ShapeVec_t"),-1,1,"fShapesOfInterest=",0,(char*)NULL);
42849    G__memvar_setup((void*)((long)(&p->fVisibleElements)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR),G__defined_typename("DrawElementVec_t"),-1,1,"fVisibleElements=",0,(char*)NULL);
42850    G__memvar_setup((void*)((long)(&p->fMinorStamp)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fMinorStamp=",0,(char*)NULL);
42851    G__memvar_setup((void*)((long)(&p->fOpaqueElements)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR),G__defined_typename("DrawElementPtrVec_t"),-1,1,"fOpaqueElements=",0,(char*)NULL);
42852    G__memvar_setup((void*)((long)(&p->fTranspElements)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR),G__defined_typename("DrawElementPtrVec_t"),-1,1,"fTranspElements=",0,(char*)NULL);
42853    G__memvar_setup((void*)((long)(&p->fSelOpaqueElements)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR),G__defined_typename("DrawElementPtrVec_t"),-1,1,"fSelOpaqueElements=",0,(char*)NULL);
42854    G__memvar_setup((void*)((long)(&p->fSelTranspElements)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR),G__defined_typename("DrawElementPtrVec_t"),-1,1,"fSelTranspElements=",0,(char*)NULL);
42855    G__memvar_setup((void*)((long)(&p->fOpaqueCnt)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fOpaqueCnt=",0,(char*)NULL);
42856    G__memvar_setup((void*)((long)(&p->fTranspCnt)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fTranspCnt=",0,(char*)NULL);
42857    G__memvar_setup((void*)((long)(&p->fAsPixelCnt)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fAsPixelCnt=",0,(char*)NULL);
42858    G__memvar_setup((void*)((long)(&p->fByShapeCnt)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__GLLN_maplETClassmUcOunsignedsPintcOlesslETClassmUgRcOallocatorlEpairlETClassmUsPconstcOunsignedsPintgRsPgRsPgR),G__defined_typename("map<TClass*,UInt_t>"),-1,1,"fByShapeCnt=",0,(char*)NULL);
42859    }
42860    G__tag_memvar_reset();
42861 }
42862 
42863 
42864    /* TGLScenePad */
42865 static void G__setup_memvarTGLScenePad(void) {
42866    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenePad));
42867    { TGLScenePad *p; p=(TGLScenePad*)0x1000; if (p) { }
42868    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TVirtualPad),-1,-1,2,"fPad=",0,(char*)NULL);
42869    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInternalPIDs=",0,"! using internal physical IDs");
42870    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fNextInternalPID=",0,"! next internal physical ID (from 1 - 0 reserved)");
42871    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fLastPID=",0,"! last physical ID that was processed in AddObject()");
42872    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fAcceptedPhysicals=",0,(char*)NULL);
42873    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLFaceSet),-1,-1,2,"fComposite=",0,"! Paritally created composite");
42874    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fCSLevel=",0,(char*)NULL);
42875    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgR),G__defined_typename("vector<CSPart_t>"),-1,2,"fCSTokens=",0,(char*)NULL);
42876    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSmartRefresh=",0,"! cache logicals during scene rebuilds");
42877    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42878    }
42879    G__tag_memvar_reset();
42880 }
42881 
42882 
42883    /* TGLSphere */
42884 static void G__setup_memvarTGLSphere(void) {
42885    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSphere));
42886    { TGLSphere *p; p=(TGLSphere*)0x1000; if (p) { }
42887    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fRadius=",0,"Sphere radius");
42888    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42889    }
42890    G__tag_memvar_reset();
42891 }
42892 
42893 
42894    /* TGLSurfacePainter */
42895 static void G__setup_memvarTGLSurfacePainter(void) {
42896    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePainter));
42897    { TGLSurfacePainter *p; p=(TGLSurfacePainter*)0x1000; if (p) { }
42898    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePaintercLcLESurfaceType),-1,-2,4,"kSurf=0LL",0,(char*)NULL);
42899    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePaintercLcLESurfaceType),-1,-2,4,"kSurf1=1LL",0,(char*)NULL);
42900    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePaintercLcLESurfaceType),-1,-2,4,"kSurf2=2LL",0,(char*)NULL);
42901    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePaintercLcLESurfaceType),-1,-2,4,"kSurf3=3LL",0,(char*)NULL);
42902    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePaintercLcLESurfaceType),-1,-2,4,"kSurf4=4LL",0,(char*)NULL);
42903    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePaintercLcLESurfaceType),-1,-2,4,"kSurf5=5LL",0,(char*)NULL);
42904    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePaintercLcLESurfaceType),-1,-1,4,"fType=",0,(char*)NULL);
42905    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylETGLVertex3gR),-1,-1,4,"fMesh=",0,(char*)NULL);
42906    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylEdoublegR),G__defined_typename("TGL2DArray<Double_t>"),-1,4,"fTexMap=",0,(char*)NULL);
42907    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylEpairlETGLVector3cOTGLVector3gRsPgR),G__defined_typename("TGL2DArray<std::pair<TGLVector3,TGLVector3> >"),-1,4,"fFaceNormals=",0,(char*)NULL);
42908    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGL2DArraylETGLVector3gR),-1,-1,4,"fAverageNormals=",0,(char*)NULL);
42909    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TString),-1,-1,4,"fObjectInfo=",0,(char*)NULL);
42910    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePaintercLcLProjection_t),-1,-1,4,"fProj=",0,(char*)NULL);
42911    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlETGLSurfacePaintercLcLProjection_tcOallocatorlETGLSurfacePaintercLcLProjection_tgRsPgR),G__defined_typename("list<Projection_t>"),-1,4,"fXOZProj=",0,(char*)NULL);
42912    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlETGLSurfacePaintercLcLProjection_tcOallocatorlETGLSurfacePaintercLcLProjection_tgRsPgR),G__defined_typename("list<Projection_t>"),-1,4,"fYOZProj=",0,(char*)NULL);
42913    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlETGLSurfacePaintercLcLProjection_tcOallocatorlETGLSurfacePaintercLcLProjection_tgRsPgR),G__defined_typename("list<Projection_t>"),-1,4,"fXOYProj=",0,(char*)NULL);
42914    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLevelPalette),-1,-1,4,"fPalette=",0,(char*)NULL);
42915    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fColorLevels=",0,(char*)NULL);
42916    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fMinMaxVal=",0,(char*)NULL);
42917    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fSectionPass=",0,(char*)NULL);
42918    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fUpdateTexMap=",0,(char*)NULL);
42919    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TRandom),-1,-2,4,"fgRandom=",0,(char*)NULL);
42920    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42921    }
42922    G__tag_memvar_reset();
42923 }
42924 
42925 
42926    /* TGLTF3Painter */
42927 static void G__setup_memvarTGLTF3Painter(void) {
42928    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTF3Painter));
42929    { TGLTF3Painter *p; p=(TGLTF3Painter*)0x1000; if (p) { }
42930    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTF3PaintercLcLETF3Style),-1,-2,4,"kDefault=0LL",0,(char*)NULL);
42931    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTF3PaintercLcLETF3Style),-1,-2,4,"kMaple0=1LL",0,(char*)NULL);
42932    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTF3PaintercLcLETF3Style),-1,-2,4,"kMaple1=2LL",0,(char*)NULL);
42933    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__GLLN_TGLTF3PaintercLcLETF3Style),-1,-2,4,"kMaple2=3LL",0,(char*)NULL);
42934    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTF3PaintercLcLETF3Style),-1,-1,4,"fStyle=",0,(char*)NULL);
42935    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_RglcLcLMccLcLTIsoMeshlEdoublegR),-1,-1,4,"fMesh=",0,(char*)NULL);
42936    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TF3),-1,-1,4,"fF3=",0,(char*)NULL);
42937    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fXOZSlice=",0,(char*)NULL);
42938    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fYOZSlice=",0,(char*)NULL);
42939    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fXOYSlice=",0,(char*)NULL);
42940    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42941    }
42942    G__tag_memvar_reset();
42943 }
42944 
42945 
42946    /* TGLIsoPainter */
42947 static void G__setup_memvarTGLIsoPainter(void) {
42948    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter));
42949    { TGLIsoPainter *p; p=(TGLIsoPainter*)0x1000; if (p) { }
42950    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fXOZSlice=",0,(char*)NULL);
42951    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fYOZSlice=",0,(char*)NULL);
42952    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice),-1,-1,4,"fXOYSlice=",0,(char*)NULL);
42953    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_RglcLcLMccLcLTIsoMeshlEfloatgR),G__defined_typename("Mesh_t"),-1,4,"fDummyMesh=",0,(char*)NULL);
42954    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgR),G__defined_typename("MeshList_t"),-1,4,"fIsos=",0,(char*)NULL);
42955    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgR),G__defined_typename("MeshList_t"),-1,4,"fCache=",0,(char*)NULL);
42956    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("Range_t"),-1,4,"fMinMax=",0,(char*)NULL);
42957    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLLevelPalette),-1,-1,4,"fPalette=",0,(char*)NULL);
42958    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<Double_t>"),-1,4,"fColorLevels=",0,(char*)NULL);
42959    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fInit=",0,(char*)NULL);
42960    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42961    }
42962    G__tag_memvar_reset();
42963 }
42964 
42965 
42966    /* TGLTH3CompositionPainter */
42967 static void G__setup_memvarTGLTH3CompositionPainter(void) {
42968    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter));
42969    { TGLTH3CompositionPainter *p; p=(TGLTH3CompositionPainter*)0x1000; if (p) { }
42970    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition),-1,-1,4,"fData=",0,(char*)NULL);
42971    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR),G__defined_typename("pair<Double_t,Double_t>"),-1,4,"fMinMaxVal=",0,(char*)NULL);
42972    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GLLN_TGLQuadric),-1,-1,4,"fQuadric=",0,(char*)NULL);
42973    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42974    }
42975    G__tag_memvar_reset();
42976 }
42977 
42978 
42979    /* TGLTransManip */
42980 static void G__setup_memvarTGLTransManip(void) {
42981    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTransManip));
42982    { TGLTransManip *p; p=(TGLTransManip*)0x1000; if (p) { }
42983    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42984    }
42985    G__tag_memvar_reset();
42986 }
42987 
42988 
42989    /* TH2GL */
42990 static void G__setup_memvarTH2GL(void) {
42991    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TH2GL));
42992    { TH2GL *p; p=(TH2GL*)0x1000; if (p) { }
42993    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TH2),-1,-1,2,"fM=",0,"Model object dynamic-casted to TH2.");
42994    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
42995    }
42996    G__tag_memvar_reset();
42997 }
42998 
42999 
43000    /* TH3GL */
43001 static void G__setup_memvarTH3GL(void) {
43002    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TH3GL));
43003    { TH3GL *p; p=(TH3GL*)0x1000; if (p) { }
43004    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TH3),-1,-1,2,"fM=",0,"Model object dynamic-casted to TH2.");
43005    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43006    }
43007    G__tag_memvar_reset();
43008 }
43009 
43010 
43011    /* TPointSet3DGL */
43012 static void G__setup_memvarTPointSet3DGL(void) {
43013    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TPointSet3DGL));
43014    { TPointSet3DGL *p; p=(TPointSet3DGL*)0x1000; if (p) { }
43015    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43016    }
43017    G__tag_memvar_reset();
43018 }
43019 
43020 
43021    /* TX11GLManager */
43022 static void G__setup_memvarTX11GLManager(void) {
43023    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GLLN_TX11GLManager));
43024    { TX11GLManager *p; p=(TX11GLManager*)0x1000; if (p) { }
43025    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TX11GLManagercLcLTX11GLImpl),-1,-1,4,"fPimpl=",0,(char*)NULL);
43026    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GLLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
43027    }
43028    G__tag_memvar_reset();
43029 }
43030 
43031 extern "C" void G__cpp_setup_memvarG__GL() {
43032 }
43033 /***********************************************************
43034 ************************************************************
43035 ************************************************************
43036 ************************************************************
43037 ************************************************************
43038 ************************************************************
43039 ************************************************************
43040 ***********************************************************/
43041 
43042 /*********************************************************
43043 * Member function information setup for each class
43044 *********************************************************/
43045 static void G__setup_memfuncTArcBall(void) {
43046    /* TArcBall */
43047    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TArcBall));
43048    G__memfunc_setup("TArcBall",741,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TArcBall), -1, 0, 1, 1, 4, 0, "u 'TArcBall' - 11 - -", (char*)NULL, (void*) NULL, 0);
43049    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TArcBall), -1, 1, 1, 1, 4, 0, "u 'TArcBall' - 11 - -", (char*)NULL, (void*) NULL, 0);
43050    G__memfunc_setup("ResetMatrices",1339,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
43051    G__memfunc_setup("MapToSphere",1096,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 8, 
43052 "u 'TPoint' - 11 - NewPt D - 'Double_t' 0 - NewVec", (char*)NULL, (void*) NULL, 0);
43053    G__memfunc_setup("TArcBall",741,G__G__GL_100_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TArcBall), -1, 0, 2, 1, 1, 0, 
43054 "h - 'UInt_t' 0 '100' NewWidth h - 'UInt_t' 0 '100' NewHeight", (char*)NULL, (void*) NULL, 0);
43055    G__memfunc_setup("SetBounds",919,G__G__GL_100_0_6, 121, -1, -1, 0, 2, 1, 1, 0, 
43056 "h - 'UInt_t' 0 - NewWidth h - 'UInt_t' 0 - NewHeight", (char*)NULL, (void*) NULL, 0);
43057    G__memfunc_setup("Click",486,G__G__GL_100_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TPoint' - 11 - NewPt", (char*)NULL, (void*) NULL, 0);
43058    G__memfunc_setup("Drag",382,G__G__GL_100_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TPoint' - 11 - NewPt", (char*)NULL, (void*) NULL, 0);
43059    G__memfunc_setup("GetRotMatrix",1226,G__G__GL_100_0_9, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43060    G__memfunc_setup("Class",502,G__G__GL_100_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TArcBall::Class) ), 0);
43061    G__memfunc_setup("Class_Name",982,G__G__GL_100_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TArcBall::Class_Name) ), 0);
43062    G__memfunc_setup("Class_Version",1339,G__G__GL_100_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TArcBall::Class_Version) ), 0);
43063    G__memfunc_setup("Dictionary",1046,G__G__GL_100_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TArcBall::Dictionary) ), 0);
43064    G__memfunc_setup("IsA",253,G__G__GL_100_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43065    G__memfunc_setup("ShowMembers",1132,G__G__GL_100_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43066    G__memfunc_setup("Streamer",835,G__G__GL_100_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43067    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_100_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43068    G__memfunc_setup("DeclFileName",1145,G__G__GL_100_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TArcBall::DeclFileName) ), 0);
43069    G__memfunc_setup("ImplFileLine",1178,G__G__GL_100_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TArcBall::ImplFileLine) ), 0);
43070    G__memfunc_setup("ImplFileName",1171,G__G__GL_100_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TArcBall::ImplFileName) ), 0);
43071    G__memfunc_setup("DeclFileLine",1152,G__G__GL_100_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TArcBall::DeclFileLine) ), 0);
43072    // automatic destructor
43073    G__memfunc_setup("~TArcBall", 867, G__G__GL_100_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43074    G__tag_memfunc_reset();
43075 }
43076 
43077 static void G__setup_memfuncTGLBoundingBox(void) {
43078    /* TGLBoundingBox */
43079    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox));
43080    G__memfunc_setup("UpdateCache",1079,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
43081    G__memfunc_setup("ValidIndex",1000,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 8, "h - 'UInt_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43082    G__memfunc_setup("Min",292,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "h - 'UInt_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43083    G__memfunc_setup("Max",294,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "h - 'UInt_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43084    G__memfunc_setup("TGLBoundingBox",1350,G__G__GL_102_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43085    G__memfunc_setup("TGLBoundingBox",1350,G__G__GL_102_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 0, 1, 1, 1, 0, "U 'TGLVertex3' - 10 - vertex", (char*)NULL, (void*) NULL, 0);
43086    G__memfunc_setup("TGLBoundingBox",1350,G__G__GL_102_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 12 - vertex", (char*)NULL, (void*) NULL, 0);
43087    G__memfunc_setup("TGLBoundingBox",1350,G__G__GL_102_0_8, 105, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 0, 2, 1, 1, 0, 
43088 "u 'TGLVertex3' - 11 - lowVertex u 'TGLVertex3' - 11 - highVertex", (char*)NULL, (void*) NULL, 0);
43089    G__memfunc_setup("TGLBoundingBox",1350,G__G__GL_102_0_9, 105, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - other", (char*)NULL, (void*) NULL, 0);
43090    G__memfunc_setup("operator=",937,G__G__GL_102_0_10, 117, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 1, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - other", (char*)NULL, (void*) NULL, 0);
43091    G__memfunc_setup("Set",300,G__G__GL_102_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLVertex3' - 10 - vertex", (char*)NULL, (void*) NULL, 0);
43092    G__memfunc_setup("Set",300,G__G__GL_102_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 12 - vertex", (char*)NULL, (void*) NULL, 0);
43093    G__memfunc_setup("Set",300,G__G__GL_102_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - other", (char*)NULL, (void*) NULL, 0);
43094    G__memfunc_setup("SetEmpty",827,G__G__GL_102_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43095    G__memfunc_setup("SetAligned",992,G__G__GL_102_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
43096 "u 'TGLVertex3' - 11 - lowVertex u 'TGLVertex3' - 11 - highVertex", "axis aligned", (void*) NULL, 0);
43097    G__memfunc_setup("SetAligned",992,G__G__GL_102_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
43098 "h - 'UInt_t' 0 - nbPnts D - 'Double_t' 10 - pnts", "axis aligned", (void*) NULL, 0);
43099    G__memfunc_setup("MergeAligned",1188,G__G__GL_102_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - other", (char*)NULL, (void*) NULL, 0);
43100    G__memfunc_setup("ExpandAligned",1300,G__G__GL_102_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - point", (char*)NULL, (void*) NULL, 0);
43101    G__memfunc_setup("Transform",956,G__G__GL_102_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLMatrix' - 11 - matrix", (char*)NULL, (void*) NULL, 0);
43102    G__memfunc_setup("Scale",488,G__G__GL_102_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - factor", (char*)NULL, (void*) NULL, 0);
43103    G__memfunc_setup("Scale",488,G__G__GL_102_0_21, 121, -1, -1, 0, 3, 1, 1, 0, 
43104 "d - 'Double_t' 0 - xFactor d - 'Double_t' 0 - yFactor "
43105 "d - 'Double_t' 0 - zFactor", (char*)NULL, (void*) NULL, 0);
43106    G__memfunc_setup("Translate",942,G__G__GL_102_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVector3' - 11 - offset", (char*)NULL, (void*) NULL, 0);
43107    G__memfunc_setup("operator[]",1060,G__G__GL_102_0_23, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 1, 1, 1, 1, 9, "h - 'UInt_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43108    G__memfunc_setup("Vertex",638,G__G__GL_102_0_24, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 1, 1, 1, 1, 9, "h - 'UInt_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43109    G__memfunc_setup("XMin",380,G__G__GL_102_0_25, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43110    G__memfunc_setup("XMax",382,G__G__GL_102_0_26, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43111    G__memfunc_setup("YMin",381,G__G__GL_102_0_27, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43112    G__memfunc_setup("YMax",383,G__G__GL_102_0_28, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43113    G__memfunc_setup("ZMin",382,G__G__GL_102_0_29, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43114    G__memfunc_setup("ZMax",384,G__G__GL_102_0_30, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43115    G__memfunc_setup("MinAAVertex",1060,G__G__GL_102_0_31, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43116    G__memfunc_setup("MaxAAVertex",1062,G__G__GL_102_0_32, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43117    G__memfunc_setup("Vertices",837,G__G__GL_102_0_33, 85, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 9, "", "All 8 box vertices", (void*) NULL, 0);
43118    G__memfunc_setup("NumVertices",1141,G__G__GL_102_0_34, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43119    G__memfunc_setup("FaceVertices",1204,G__G__GL_102_0_35, 117, G__get_linked_tagnum(&G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR), G__defined_typename("vector<UInt_t>"), 1, 1, 1, 1, 9, "i 'TGLBoundingBox::EFace' - 0 - face", "4 box face vertices", (void*) NULL, 0);
43120    G__memfunc_setup("Center",609,G__G__GL_102_0_36, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43121    G__memfunc_setup("Extents",747,G__G__GL_102_0_37, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43122    G__memfunc_setup("Axis",405,G__G__GL_102_0_38, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 1, 2, 1, 1, 9, 
43123 "h - 'UInt_t' 0 - i g - 'Bool_t' 0 'kTRUE' normalised", (char*)NULL, (void*) NULL, 0);
43124    G__memfunc_setup("IsEmpty",715,G__G__GL_102_0_39, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43125    G__memfunc_setup("Volume",632,G__G__GL_102_0_40, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43126    G__memfunc_setup("Diagonal",799,G__G__GL_102_0_41, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43127    G__memfunc_setup("PlaneSet",796,G__G__GL_102_0_42, 121, -1, -1, 0, 1, 1, 1, 8, "u 'vector<TGLPlane,allocator<TGLPlane> >' 'TGLPlaneSet_t' 1 - planeSet", (char*)NULL, (void*) NULL, 0);
43128    G__memfunc_setup("GetNearPlane",1174,G__G__GL_102_0_43, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43129    G__memfunc_setup("Overlap",729,G__G__GL_102_0_44, 105, G__get_linked_tagnum(&G__G__GLLN_EOverlap), -1, 0, 1, 1, 1, 8, "u 'TGLPlane' - 11 - plane", (char*)NULL, (void*) NULL, 0);
43130    G__memfunc_setup("Overlap",729,G__G__GL_102_0_45, 105, G__get_linked_tagnum(&G__G__GLLN_EOverlap), -1, 0, 1, 1, 1, 8, "u 'TGLBoundingBox' - 11 - box", (char*)NULL, (void*) NULL, 0);
43131    G__memfunc_setup("Draw",398,G__G__GL_102_0_46, 121, -1, -1, 0, 1, 1, 1, 8, "g - 'Bool_t' 0 'kFALSE' solid", (char*)NULL, (void*) NULL, 0);
43132    G__memfunc_setup("Dump",406,G__G__GL_102_0_47, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43133    G__memfunc_setup("Class",502,G__G__GL_102_0_48, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLBoundingBox::Class) ), 0);
43134    G__memfunc_setup("Class_Name",982,G__G__GL_102_0_49, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoundingBox::Class_Name) ), 0);
43135    G__memfunc_setup("Class_Version",1339,G__G__GL_102_0_50, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLBoundingBox::Class_Version) ), 0);
43136    G__memfunc_setup("Dictionary",1046,G__G__GL_102_0_51, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLBoundingBox::Dictionary) ), 0);
43137    G__memfunc_setup("IsA",253,G__G__GL_102_0_52, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43138    G__memfunc_setup("ShowMembers",1132,G__G__GL_102_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43139    G__memfunc_setup("Streamer",835,G__G__GL_102_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43140    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_102_0_55, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43141    G__memfunc_setup("DeclFileName",1145,G__G__GL_102_0_56, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoundingBox::DeclFileName) ), 0);
43142    G__memfunc_setup("ImplFileLine",1178,G__G__GL_102_0_57, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLBoundingBox::ImplFileLine) ), 0);
43143    G__memfunc_setup("ImplFileName",1171,G__G__GL_102_0_58, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoundingBox::ImplFileName) ), 0);
43144    G__memfunc_setup("DeclFileLine",1152,G__G__GL_102_0_59, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLBoundingBox::DeclFileLine) ), 0);
43145    // automatic destructor
43146    G__memfunc_setup("~TGLBoundingBox", 1476, G__G__GL_102_0_60, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43147    G__tag_memfunc_reset();
43148 }
43149 
43150 static void G__setup_memfuncTGLCamera(void) {
43151    /* TGLCamera */
43152    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCamera));
43153    G__memfunc_setup("Frustum",758,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 0, 1, 1, 4, 8, "g - 'Bool_t' 0 'kTRUE' asBox", "current frustum", (void*) NULL, 0);
43154    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 1, 1, 1, 4, 0, "u 'TGLCamera' - 11 - -", (char*)NULL, (void*) NULL, 0);
43155    G__memfunc_setup("UpdateCache",1079,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
43156    G__memfunc_setup("IsOrthographic",1446,G__G__GL_103_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43157    G__memfunc_setup("IsPerspective",1350,G__G__GL_103_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43158    G__memfunc_setup("RefModelViewMatrix",1822,G__G__GL_103_0_9, 117, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43159    G__memfunc_setup("IsCacheDirty",1180,G__G__GL_103_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43160    G__memfunc_setup("IncTimeStamp",1198,G__G__GL_103_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43161    G__memfunc_setup("TimeStamp",916,G__G__GL_103_0_12, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43162    G__memfunc_setup("SetViewport",1164,G__G__GL_103_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRect' - 11 - viewport", (char*)NULL, (void*) NULL, 0);
43163    G__memfunc_setup("RefViewport",1149,G__G__GL_103_0_14, 117, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43164    G__memfunc_setup("RefViewport",1149,G__G__GL_103_0_15, 117, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43165    G__memfunc_setup("Setup",529,G__G__GL_103_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
43166 "u 'TGLBoundingBox' - 11 - box g - 'Bool_t' 0 'kTRUE' reset", (char*)NULL, (void*) NULL, 3);
43167    G__memfunc_setup("Reset",515,G__G__GL_103_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
43168    G__memfunc_setup("Dolly",516,G__G__GL_103_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
43169 "i - 'Int_t' 0 - delta g - 'Bool_t' 0 - mod1 "
43170 "g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
43171    G__memfunc_setup("Zoom",421,G__G__GL_103_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
43172 "i - 'Int_t' 0 - delta g - 'Bool_t' 0 - mod1 "
43173 "g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 3);
43174    G__memfunc_setup("Truck",521,G__G__GL_103_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
43175 "d - 'Double_t' 0 - xDelta d - 'Double_t' 0 - yDelta", (char*)NULL, (void*) NULL, 1);
43176    G__memfunc_setup("Truck",521,G__G__GL_103_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
43177 "i - 'Int_t' 0 - xDelta i - 'Int_t' 0 - yDelta "
43178 "g - 'Bool_t' 0 - mod1 g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 3);
43179    G__memfunc_setup("Rotate",623,G__G__GL_103_0_22, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
43180 "i - 'Int_t' 0 - xDelta i - 'Int_t' 0 - yDelta "
43181 "g - 'Bool_t' 0 - mod1 g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
43182    G__memfunc_setup("RotateRad",902,G__G__GL_103_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
43183 "d - 'Double_t' 0 - hRotate d - 'Double_t' 0 - vRotate", (char*)NULL, (void*) NULL, 1);
43184    G__memfunc_setup("Apply",518,G__G__GL_103_0_24, 121, -1, -1, 0, 2, 1, 1, 8, 
43185 "u 'TGLBoundingBox' - 11 - sceneBox U 'TGLRect' - 10 '0' pickRect", (char*)NULL, (void*) NULL, 3);
43186    G__memfunc_setup("AdjustAndClampVal",1678,G__G__GL_103_0_25, 103, -1, G__defined_typename("Bool_t"), 0, 7, 1, 1, 8, 
43187 "d - 'Double_t' 1 - val d - 'Double_t' 0 - min "
43188 "d - 'Double_t' 0 - max i - 'Int_t' 0 - screenShift "
43189 "i - 'Int_t' 0 - screenShiftRange g - 'Bool_t' 0 - mod1 "
43190 "g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 0);
43191    G__memfunc_setup("AdjustDelta",1109,G__G__GL_103_0_26, 100, -1, G__defined_typename("Double_t"), 0, 4, 1, 1, 8, 
43192 "d - 'Double_t' 0 - screenShift d - 'Double_t' 0 - deltaFactor "
43193 "g - 'Bool_t' 0 - mod1 g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 0);
43194    G__memfunc_setup("SetExternalCenter",1744,G__G__GL_103_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
43195    G__memfunc_setup("GetExternalCenter",1732,G__G__GL_103_0_28, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43196    G__memfunc_setup("SetCenterVec",1195,G__G__GL_103_0_29, 121, -1, -1, 0, 3, 1, 1, 0, 
43197 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43198 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43199    G__memfunc_setup("SetCenterVecWarp",1605,G__G__GL_103_0_30, 121, -1, -1, 0, 3, 1, 1, 0, 
43200 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43201 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43202    G__memfunc_setup("GetCenterVec",1183,G__G__GL_103_0_31, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43203    G__memfunc_setup("SetFixDefCenter",1475,G__G__GL_103_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
43204    G__memfunc_setup("SetFixDefCenterVec",1761,G__G__GL_103_0_33, 121, -1, -1, 0, 3, 1, 1, 0, 
43205 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43206 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43207    G__memfunc_setup("GetFixDefCenterVec",1749,G__G__GL_103_0_34, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43208    G__memfunc_setup("GetNearClip",1070,G__G__GL_103_0_35, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43209    G__memfunc_setup("GetFarClip",961,G__G__GL_103_0_36, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43210    G__memfunc_setup("GetCamBase",940,G__G__GL_103_0_37, 117, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43211    G__memfunc_setup("GetCamTrans",1081,G__G__GL_103_0_38, 117, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43212    G__memfunc_setup("RefCamBase",937,G__G__GL_103_0_39, 117, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43213    G__memfunc_setup("RefCamTrans",1078,G__G__GL_103_0_40, 117, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43214    G__memfunc_setup("GetTheta",790,G__G__GL_103_0_41, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43215    G__memfunc_setup("RefLastNoPickProjM",1757,G__G__GL_103_0_42, 117, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 1, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43216    G__memfunc_setup("EyePoint",813,G__G__GL_103_0_43, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43217    G__memfunc_setup("EyeDirection",1220,G__G__GL_103_0_44, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43218    G__memfunc_setup("FrustumCenter",1367,G__G__GL_103_0_45, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43219    G__memfunc_setup("FrustumPlane",1254,G__G__GL_103_0_46, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 1, 1, 1, 1, 9, "i 'TGLCamera::EFrustumPlane' - 0 - plane", (char*)NULL, (void*) NULL, 0);
43220    G__memfunc_setup("FrustumOverlap",1487,G__G__GL_103_0_47, 105, G__get_linked_tagnum(&G__G__GLLN_EOverlap), -1, 0, 1, 1, 1, 8, "u 'TGLBoundingBox' - 11 - box", "box/frustum overlap test", (void*) NULL, 0);
43221    G__memfunc_setup("ViewportOverlap",1593,G__G__GL_103_0_48, 105, G__get_linked_tagnum(&G__G__GLLN_EOverlap), -1, 0, 1, 1, 1, 8, "u 'TGLBoundingBox' - 11 - box", "box/viewport overlap test", (void*) NULL, 0);
43222    G__memfunc_setup("ViewportRect",1262,G__G__GL_103_0_49, 117, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 0, 2, 1, 1, 8, 
43223 "u 'TGLBoundingBox' - 11 - box i 'TGLBoundingBox::EFace' - 0 - face", (char*)NULL, (void*) NULL, 0);
43224    G__memfunc_setup("ViewportRect",1262,G__G__GL_103_0_50, 117, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 0, 2, 1, 1, 8, 
43225 "u 'TGLBoundingBox' - 11 - box I 'TGLBoundingBox::EFace' - 10 '0' face", (char*)NULL, (void*) NULL, 0);
43226    G__memfunc_setup("WorldToViewport",1579,G__G__GL_103_0_51, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 2, 1, 1, 8, 
43227 "u 'TGLVertex3' - 11 - worldVertex U 'TGLMatrix' - 0 '0' modviewMat", (char*)NULL, (void*) NULL, 0);
43228    G__memfunc_setup("WorldDeltaToViewport",2069,G__G__GL_103_0_52, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 2, 1, 1, 8, 
43229 "u 'TGLVertex3' - 11 - worldRef u 'TGLVector3' - 11 - worldDelta", (char*)NULL, (void*) NULL, 0);
43230    G__memfunc_setup("ViewportToWorld",1579,G__G__GL_103_0_53, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 2, 1, 1, 8, 
43231 "u 'TGLVertex3' - 11 - viewportVertex U 'TGLMatrix' - 0 '0' modviewMat", (char*)NULL, (void*) NULL, 0);
43232    G__memfunc_setup("ViewportToWorld",1579,G__G__GL_103_0_54, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLine3), -1, 0, 2, 1, 1, 8, 
43233 "d - 'Double_t' 0 - viewportX d - 'Double_t' 0 - viewportY", (char*)NULL, (void*) NULL, 0);
43234    G__memfunc_setup("ViewportToWorld",1579,G__G__GL_103_0_55, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLine3), -1, 0, 1, 1, 1, 8, "u 'TPoint' - 11 - viewport", (char*)NULL, (void*) NULL, 0);
43235    G__memfunc_setup("ViewportDeltaToWorld",2069,G__G__GL_103_0_56, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 4, 1, 1, 8, 
43236 "u 'TGLVertex3' - 11 - worldRef d - 'Double_t' 0 - viewportXDelta "
43237 "d - 'Double_t' 0 - viewportYDelta U 'TGLMatrix' - 0 '0' modviewMat", (char*)NULL, (void*) NULL, 0);
43238    G__memfunc_setup("ViewportPlaneIntersection",2631,G__G__GL_103_0_57, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEboolcOTGLVertex3gR), G__defined_typename("pair<Bool_t,TGLVertex3>"), 0, 3, 1, 1, 8, 
43239 "d - 'Double_t' 0 - viewportX d - 'Double_t' 0 - viewportY "
43240 "u 'TGLPlane' - 11 - worldPlane", (char*)NULL, (void*) NULL, 0);
43241    G__memfunc_setup("ViewportPlaneIntersection",2631,G__G__GL_103_0_58, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEboolcOTGLVertex3gR), G__defined_typename("pair<Bool_t,TGLVertex3>"), 0, 2, 1, 1, 8, 
43242 "u 'TPoint' - 11 - viewport u 'TGLPlane' - 11 - worldPlane", (char*)NULL, (void*) NULL, 0);
43243    G__memfunc_setup("WindowToViewport",1691,G__G__GL_103_0_59, 121, -1, -1, 0, 2, 1, 1, 8, 
43244 "i - 'Int_t' 1 - - i - 'Int_t' 1 - y", (char*)NULL, (void*) NULL, 0);
43245    G__memfunc_setup("WindowToViewport",1691,G__G__GL_103_0_60, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TPoint' - 1 - point", (char*)NULL, (void*) NULL, 0);
43246    G__memfunc_setup("WindowToViewport",1691,G__G__GL_103_0_61, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRect' - 1 - rect", (char*)NULL, (void*) NULL, 0);
43247    G__memfunc_setup("WindowToViewport",1691,G__G__GL_103_0_62, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLVertex3' - 1 - vertex", (char*)NULL, (void*) NULL, 0);
43248    G__memfunc_setup("GetVAxisMinAngle",1558,G__G__GL_103_0_63, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43249    G__memfunc_setup("SetVAxisMinAngle",1570,G__G__GL_103_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - x", (char*)NULL, (void*) NULL, 0);
43250    G__memfunc_setup("Configure",930,G__G__GL_103_0_65, 121, -1, -1, 0, 5, 1, 1, 0, 
43251 "d - 'Double_t' 0 - zoom d - 'Double_t' 0 - dolly "
43252 "D - 'Double_t' 0 - center d - 'Double_t' 0 - hRotate "
43253 "d - 'Double_t' 0 - vRotate", (char*)NULL, (void*) NULL, 3);
43254    G__memfunc_setup("OfInterest",1027,G__G__GL_103_0_66, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 8, 
43255 "u 'TGLBoundingBox' - 11 - box g - 'Bool_t' 0 - ignoreSize", (char*)NULL, (void*) NULL, 0);
43256    G__memfunc_setup("UpdateInterest",1457,G__G__GL_103_0_67, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - force", (char*)NULL, (void*) NULL, 0);
43257    G__memfunc_setup("ResetInterest",1361,G__G__GL_103_0_68, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43258    G__memfunc_setup("DrawDebugAids",1270,G__G__GL_103_0_69, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43259    G__memfunc_setup("Class",502,G__G__GL_103_0_70, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLCamera::Class) ), 0);
43260    G__memfunc_setup("Class_Name",982,G__G__GL_103_0_71, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCamera::Class_Name) ), 0);
43261    G__memfunc_setup("Class_Version",1339,G__G__GL_103_0_72, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLCamera::Class_Version) ), 0);
43262    G__memfunc_setup("Dictionary",1046,G__G__GL_103_0_73, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLCamera::Dictionary) ), 0);
43263    G__memfunc_setup("IsA",253,G__G__GL_103_0_74, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43264    G__memfunc_setup("ShowMembers",1132,G__G__GL_103_0_75, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43265    G__memfunc_setup("Streamer",835,G__G__GL_103_0_76, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43266    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_103_0_77, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43267    G__memfunc_setup("DeclFileName",1145,G__G__GL_103_0_78, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCamera::DeclFileName) ), 0);
43268    G__memfunc_setup("ImplFileLine",1178,G__G__GL_103_0_79, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLCamera::ImplFileLine) ), 0);
43269    G__memfunc_setup("ImplFileName",1171,G__G__GL_103_0_80, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCamera::ImplFileName) ), 0);
43270    G__memfunc_setup("DeclFileLine",1152,G__G__GL_103_0_81, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLCamera::DeclFileLine) ), 0);
43271    // automatic destructor
43272    G__memfunc_setup("~TGLCamera", 942, G__G__GL_103_0_82, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43273    G__tag_memfunc_reset();
43274 }
43275 
43276 static void G__setup_memfuncTGLVector3(void) {
43277    /* TGLVector3 */
43278    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLVector3));
43279    G__memfunc_setup("TGLVector3",909,G__G__GL_113_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43280    G__memfunc_setup("TGLVector3",909,G__G__GL_113_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 3, 1, 1, 0, 
43281 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43282 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43283    G__memfunc_setup("TGLVector3",909,G__G__GL_113_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - src", (char*)NULL, (void*) NULL, 0);
43284    G__memfunc_setup("TGLVector3",909,G__G__GL_113_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 1, 1, 1, 0, "u 'TGLVector3' - 11 - other", (char*)NULL, (void*) NULL, 0);
43285    G__memfunc_setup("operator=",937,G__G__GL_113_0_5, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 1, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - v", (char*)NULL, (void*) NULL, 0);
43286    G__memfunc_setup("operator/=",984,G__G__GL_113_0_6, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - val", (char*)NULL, (void*) NULL, 0);
43287    G__memfunc_setup("operator-",921,G__G__GL_113_0_7, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43288    G__memfunc_setup("Mag",277,G__G__GL_113_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43289    G__memfunc_setup("Normalise",938,G__G__GL_113_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43290    G__memfunc_setup("Class",502,G__G__GL_113_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLVector3::Class) ), 0);
43291    G__memfunc_setup("Class_Name",982,G__G__GL_113_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLVector3::Class_Name) ), 0);
43292    G__memfunc_setup("Class_Version",1339,G__G__GL_113_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLVector3::Class_Version) ), 0);
43293    G__memfunc_setup("Dictionary",1046,G__G__GL_113_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLVector3::Dictionary) ), 0);
43294    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43295    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43296    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43297    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_113_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43298    G__memfunc_setup("DeclFileName",1145,G__G__GL_113_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLVector3::DeclFileName) ), 0);
43299    G__memfunc_setup("ImplFileLine",1178,G__G__GL_113_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLVector3::ImplFileLine) ), 0);
43300    G__memfunc_setup("ImplFileName",1171,G__G__GL_113_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLVector3::ImplFileName) ), 0);
43301    G__memfunc_setup("DeclFileLine",1152,G__G__GL_113_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLVector3::DeclFileLine) ), 0);
43302    // automatic destructor
43303    G__memfunc_setup("~TGLVector3", 1035, G__G__GL_113_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43304    // automatic assignment operator
43305    G__memfunc_setup("operator=", 937, G__G__GL_113_0_23, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 1, 1, 1, 1, 0, "u 'TGLVector3' - 11 - -", (char*) NULL, (void*) NULL, 0);
43306    G__tag_memfunc_reset();
43307 }
43308 
43309 static void G__setup_memfuncTGLVertex3(void) {
43310    /* TGLVertex3 */
43311    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLVertex3));
43312    G__memfunc_setup("ValidIndex",1000,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 8, "h - 'UInt_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43313    G__memfunc_setup("TGLVertex3",920,G__G__GL_114_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43314    G__memfunc_setup("TGLVertex3",920,G__G__GL_114_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 3, 1, 1, 0, 
43315 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43316 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43317    G__memfunc_setup("TGLVertex3",920,G__G__GL_114_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 0);
43318    G__memfunc_setup("TGLVertex3",920,G__G__GL_114_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - other", (char*)NULL, (void*) NULL, 0);
43319    G__memfunc_setup("operator==",998,G__G__GL_114_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGLVertex3' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
43320    G__memfunc_setup("operator=",937,G__G__GL_114_0_7, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 1, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
43321    G__memfunc_setup("operator*=",979,G__G__GL_114_0_8, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 0 - f", (char*)NULL, (void*) NULL, 0);
43322    G__memfunc_setup("operator-",921,G__G__GL_114_0_9, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43323    G__memfunc_setup("operator-=",982,G__G__GL_114_0_10, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 1, 1, 1, 1, 1, "u 'TGLVector3' - 11 - vec", (char*)NULL, (void*) NULL, 0);
43324    G__memfunc_setup("operator+=",980,G__G__GL_114_0_11, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 1, 1, 1, 1, 1, "u 'TGLVector3' - 11 - vec", (char*)NULL, (void*) NULL, 0);
43325    G__memfunc_setup("Fill",391,G__G__GL_114_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - val", (char*)NULL, (void*) NULL, 0);
43326    G__memfunc_setup("Set",300,G__G__GL_114_0_13, 121, -1, -1, 0, 3, 1, 1, 0, 
43327 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43328 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43329    G__memfunc_setup("Set",300,G__G__GL_114_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - xyz", (char*)NULL, (void*) NULL, 0);
43330    G__memfunc_setup("Set",300,G__G__GL_114_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - other", (char*)NULL, (void*) NULL, 0);
43331    G__memfunc_setup("Shift",510,G__G__GL_114_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVector3' - 1 - shift", (char*)NULL, (void*) NULL, 0);
43332    G__memfunc_setup("Shift",510,G__G__GL_114_0_17, 121, -1, -1, 0, 3, 1, 1, 0, 
43333 "d - 'Double_t' 0 - xDelta d - 'Double_t' 0 - yDelta "
43334 "d - 'Double_t' 0 - zDelta", (char*)NULL, (void*) NULL, 0);
43335    G__memfunc_setup("Negate",596,G__G__GL_114_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43336    G__memfunc_setup("Minimum",732,G__G__GL_114_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - other", (char*)NULL, (void*) NULL, 0);
43337    G__memfunc_setup("Maximum",734,G__G__GL_114_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - other", (char*)NULL, (void*) NULL, 0);
43338    G__memfunc_setup("operator[]",1060,G__G__GL_114_0_21, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 0, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43339    G__memfunc_setup("operator[]",1060,G__G__GL_114_0_22, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 9, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43340    G__memfunc_setup("X",88,G__G__GL_114_0_23, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43341    G__memfunc_setup("X",88,G__G__GL_114_0_24, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43342    G__memfunc_setup("Y",89,G__G__GL_114_0_25, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43343    G__memfunc_setup("Y",89,G__G__GL_114_0_26, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43344    G__memfunc_setup("Z",90,G__G__GL_114_0_27, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43345    G__memfunc_setup("Z",90,G__G__GL_114_0_28, 100, -1, G__defined_typename("Double_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43346    G__memfunc_setup("CArr",360,G__G__GL_114_0_29, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43347    G__memfunc_setup("Arr",293,G__G__GL_114_0_30, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43348    G__memfunc_setup("Dump",406,G__G__GL_114_0_31, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43349    G__memfunc_setup("Class",502,G__G__GL_114_0_32, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLVertex3::Class) ), 0);
43350    G__memfunc_setup("Class_Name",982,G__G__GL_114_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLVertex3::Class_Name) ), 0);
43351    G__memfunc_setup("Class_Version",1339,G__G__GL_114_0_34, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLVertex3::Class_Version) ), 0);
43352    G__memfunc_setup("Dictionary",1046,G__G__GL_114_0_35, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLVertex3::Dictionary) ), 0);
43353    G__memfunc_setup("IsA",253,G__G__GL_114_0_36, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43354    G__memfunc_setup("ShowMembers",1132,G__G__GL_114_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43355    G__memfunc_setup("Streamer",835,G__G__GL_114_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43356    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_114_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43357    G__memfunc_setup("DeclFileName",1145,G__G__GL_114_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLVertex3::DeclFileName) ), 0);
43358    G__memfunc_setup("ImplFileLine",1178,G__G__GL_114_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLVertex3::ImplFileLine) ), 0);
43359    G__memfunc_setup("ImplFileName",1171,G__G__GL_114_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLVertex3::ImplFileName) ), 0);
43360    G__memfunc_setup("DeclFileLine",1152,G__G__GL_114_0_43, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLVertex3::DeclFileLine) ), 0);
43361    // automatic destructor
43362    G__memfunc_setup("~TGLVertex3", 1046, G__G__GL_114_0_44, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43363    G__tag_memfunc_reset();
43364 }
43365 
43366 static void G__setup_memfuncTGLLine3(void) {
43367    /* TGLLine3 */
43368    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLine3));
43369    G__memfunc_setup("TGLLine3",674,G__G__GL_115_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLine3), -1, 0, 2, 1, 1, 0, 
43370 "u 'TGLVertex3' - 11 - start u 'TGLVertex3' - 11 - end", (char*)NULL, (void*) NULL, 0);
43371    G__memfunc_setup("TGLLine3",674,G__G__GL_115_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLine3), -1, 0, 2, 1, 1, 0, 
43372 "u 'TGLVertex3' - 11 - start u 'TGLVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
43373    G__memfunc_setup("Set",300,G__G__GL_115_0_3, 121, -1, -1, 0, 2, 1, 1, 0, 
43374 "u 'TGLVertex3' - 11 - start u 'TGLVertex3' - 11 - end", (char*)NULL, (void*) NULL, 0);
43375    G__memfunc_setup("Set",300,G__G__GL_115_0_4, 121, -1, -1, 0, 2, 1, 1, 0, 
43376 "u 'TGLVertex3' - 11 - start u 'TGLVector3' - 11 - vector", (char*)NULL, (void*) NULL, 0);
43377    G__memfunc_setup("Start",526,G__G__GL_115_0_5, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43378    G__memfunc_setup("End",279,G__G__GL_115_0_6, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43379    G__memfunc_setup("Vector",627,G__G__GL_115_0_7, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43380    G__memfunc_setup("Draw",398,G__G__GL_115_0_8, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43381    G__memfunc_setup("Class",502,G__G__GL_115_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLLine3::Class) ), 0);
43382    G__memfunc_setup("Class_Name",982,G__G__GL_115_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLine3::Class_Name) ), 0);
43383    G__memfunc_setup("Class_Version",1339,G__G__GL_115_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLLine3::Class_Version) ), 0);
43384    G__memfunc_setup("Dictionary",1046,G__G__GL_115_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLLine3::Dictionary) ), 0);
43385    G__memfunc_setup("IsA",253,G__G__GL_115_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43386    G__memfunc_setup("ShowMembers",1132,G__G__GL_115_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43387    G__memfunc_setup("Streamer",835,G__G__GL_115_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43388    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_115_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43389    G__memfunc_setup("DeclFileName",1145,G__G__GL_115_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLine3::DeclFileName) ), 0);
43390    G__memfunc_setup("ImplFileLine",1178,G__G__GL_115_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLine3::ImplFileLine) ), 0);
43391    G__memfunc_setup("ImplFileName",1171,G__G__GL_115_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLine3::ImplFileName) ), 0);
43392    G__memfunc_setup("DeclFileLine",1152,G__G__GL_115_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLine3::DeclFileLine) ), 0);
43393    // automatic copy constructor
43394    G__memfunc_setup("TGLLine3", 674, G__G__GL_115_0_21, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLLine3), -1, 0, 1, 1, 1, 0, "u 'TGLLine3' - 11 - -", (char*) NULL, (void*) NULL, 0);
43395    // automatic destructor
43396    G__memfunc_setup("~TGLLine3", 800, G__G__GL_115_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43397    // automatic assignment operator
43398    G__memfunc_setup("operator=", 937, G__G__GL_115_0_23, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLLine3), -1, 1, 1, 1, 1, 0, "u 'TGLLine3' - 11 - -", (char*) NULL, (void*) NULL, 0);
43399    G__tag_memfunc_reset();
43400 }
43401 
43402 static void G__setup_memfuncTGLRect(void) {
43403    /* TGLRect */
43404    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLRect));
43405    G__memfunc_setup("TGLRect",629,G__G__GL_116_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43406    G__memfunc_setup("TGLRect",629,G__G__GL_116_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 0, 4, 1, 1, 0, 
43407 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
43408 "i - 'Int_t' 0 - width i - 'Int_t' 0 - height", (char*)NULL, (void*) NULL, 0);
43409    G__memfunc_setup("TGLRect",629,G__G__GL_116_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 0, 4, 1, 1, 0, 
43410 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
43411 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 0);
43412    G__memfunc_setup("Set",300,G__G__GL_116_0_4, 121, -1, -1, 0, 4, 1, 1, 0, 
43413 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
43414 "i - 'Int_t' 0 - width i - 'Int_t' 0 - height", (char*)NULL, (void*) NULL, 0);
43415    G__memfunc_setup("SetCorner",917,G__G__GL_116_0_5, 121, -1, -1, 0, 2, 1, 1, 0, 
43416 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
43417    G__memfunc_setup("Offset",615,G__G__GL_116_0_6, 121, -1, -1, 0, 2, 1, 1, 0, 
43418 "i - 'Int_t' 0 - dX i - 'Int_t' 0 - dY", (char*)NULL, (void*) NULL, 0);
43419    G__memfunc_setup("Expand",608,G__G__GL_116_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
43420 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
43421    G__memfunc_setup("CArr",360,G__G__GL_116_0_8, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43422    G__memfunc_setup("CArr",360,G__G__GL_116_0_9, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43423    G__memfunc_setup("X",88,G__G__GL_116_0_10, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43424    G__memfunc_setup("X",88,G__G__GL_116_0_11, 105, -1, G__defined_typename("Int_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43425    G__memfunc_setup("Y",89,G__G__GL_116_0_12, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43426    G__memfunc_setup("Y",89,G__G__GL_116_0_13, 105, -1, G__defined_typename("Int_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43427    G__memfunc_setup("Width",512,G__G__GL_116_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43428    G__memfunc_setup("Width",512,G__G__GL_116_0_15, 105, -1, G__defined_typename("Int_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43429    G__memfunc_setup("Height",601,G__G__GL_116_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43430    G__memfunc_setup("Height",601,G__G__GL_116_0_17, 105, -1, G__defined_typename("Int_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43431    G__memfunc_setup("CenterX",697,G__G__GL_116_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43432    G__memfunc_setup("CenterY",698,G__G__GL_116_0_19, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43433    G__memfunc_setup("Left",395,G__G__GL_116_0_20, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43434    G__memfunc_setup("Right",510,G__G__GL_116_0_21, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43435    G__memfunc_setup("Top",307,G__G__GL_116_0_22, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43436    G__memfunc_setup("Bottom",629,G__G__GL_116_0_23, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43437    G__memfunc_setup("Diagonal",799,G__G__GL_116_0_24, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43438    G__memfunc_setup("Longest",732,G__G__GL_116_0_25, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43439    G__memfunc_setup("Aspect",608,G__G__GL_116_0_26, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43440    G__memfunc_setup("Overlap",729,G__G__GL_116_0_27, 105, G__get_linked_tagnum(&G__G__GLLN_EOverlap), -1, 0, 1, 1, 1, 8, "u 'TGLRect' - 11 - other", (char*)NULL, (void*) NULL, 0);
43441    G__memfunc_setup("Class",502,G__G__GL_116_0_28, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLRect::Class) ), 0);
43442    G__memfunc_setup("Class_Name",982,G__G__GL_116_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRect::Class_Name) ), 0);
43443    G__memfunc_setup("Class_Version",1339,G__G__GL_116_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLRect::Class_Version) ), 0);
43444    G__memfunc_setup("Dictionary",1046,G__G__GL_116_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLRect::Dictionary) ), 0);
43445    G__memfunc_setup("IsA",253,G__G__GL_116_0_32, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43446    G__memfunc_setup("ShowMembers",1132,G__G__GL_116_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43447    G__memfunc_setup("Streamer",835,G__G__GL_116_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43448    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_116_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43449    G__memfunc_setup("DeclFileName",1145,G__G__GL_116_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRect::DeclFileName) ), 0);
43450    G__memfunc_setup("ImplFileLine",1178,G__G__GL_116_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLRect::ImplFileLine) ), 0);
43451    G__memfunc_setup("ImplFileName",1171,G__G__GL_116_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRect::ImplFileName) ), 0);
43452    G__memfunc_setup("DeclFileLine",1152,G__G__GL_116_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLRect::DeclFileLine) ), 0);
43453    // automatic copy constructor
43454    G__memfunc_setup("TGLRect", 629, G__G__GL_116_0_40, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 0, 1, 1, 1, 0, "u 'TGLRect' - 11 - -", (char*) NULL, (void*) NULL, 0);
43455    // automatic destructor
43456    G__memfunc_setup("~TGLRect", 755, G__G__GL_116_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43457    // automatic assignment operator
43458    G__memfunc_setup("operator=", 937, G__G__GL_116_0_42, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 1, 1, 1, 1, 0, "u 'TGLRect' - 11 - -", (char*) NULL, (void*) NULL, 0);
43459    G__tag_memfunc_reset();
43460 }
43461 
43462 static void G__setup_memfuncTGLPlane(void) {
43463    /* TGLPlane */
43464    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlane));
43465    G__memfunc_setup("Normalise",938,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
43466    G__memfunc_setup("TGLPlane",727,G__G__GL_117_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43467    G__memfunc_setup("TGLPlane",727,G__G__GL_117_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 0, 1, 1, 1, 0, "u 'TGLPlane' - 11 - other", (char*)NULL, (void*) NULL, 0);
43468    G__memfunc_setup("TGLPlane",727,G__G__GL_117_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 0, 4, 1, 1, 0, 
43469 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
43470 "d - 'Double_t' 0 - c d - 'Double_t' 0 - d", (char*)NULL, (void*) NULL, 0);
43471    G__memfunc_setup("TGLPlane",727,G__G__GL_117_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - eq", (char*)NULL, (void*) NULL, 0);
43472    G__memfunc_setup("TGLPlane",727,G__G__GL_117_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 0, 2, 1, 1, 0, 
43473 "u 'TGLVector3' - 11 - norm u 'TGLVertex3' - 11 - point", (char*)NULL, (void*) NULL, 0);
43474    G__memfunc_setup("TGLPlane",727,G__G__GL_117_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 0, 3, 1, 1, 0, 
43475 "u 'TGLVertex3' - 11 - p1 u 'TGLVertex3' - 11 - p2 "
43476 "u 'TGLVertex3' - 11 - p3", (char*)NULL, (void*) NULL, 0);
43477    G__memfunc_setup("Set",300,G__G__GL_117_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLPlane' - 11 - other", (char*)NULL, (void*) NULL, 0);
43478    G__memfunc_setup("Set",300,G__G__GL_117_0_9, 121, -1, -1, 0, 4, 1, 1, 0, 
43479 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
43480 "d - 'Double_t' 0 - c d - 'Double_t' 0 - d", (char*)NULL, (void*) NULL, 0);
43481    G__memfunc_setup("Set",300,G__G__GL_117_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - eq", (char*)NULL, (void*) NULL, 0);
43482    G__memfunc_setup("Set",300,G__G__GL_117_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
43483 "u 'TGLVector3' - 11 - norm u 'TGLVertex3' - 11 - point", (char*)NULL, (void*) NULL, 0);
43484    G__memfunc_setup("Set",300,G__G__GL_117_0_12, 121, -1, -1, 0, 3, 1, 1, 0, 
43485 "u 'TGLVertex3' - 11 - p1 u 'TGLVertex3' - 11 - p2 "
43486 "u 'TGLVertex3' - 11 - p3", (char*)NULL, (void*) NULL, 0);
43487    G__memfunc_setup("Negate",596,G__G__GL_117_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43488    G__memfunc_setup("A",65,G__G__GL_117_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43489    G__memfunc_setup("B",66,G__G__GL_117_0_15, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43490    G__memfunc_setup("C",67,G__G__GL_117_0_16, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43491    G__memfunc_setup("D",68,G__G__GL_117_0_17, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43492    G__memfunc_setup("Norm",412,G__G__GL_117_0_18, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43493    G__memfunc_setup("DistanceTo",1006,G__G__GL_117_0_19, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "u 'TGLVertex3' - 11 - vertex", (char*)NULL, (void*) NULL, 0);
43494    G__memfunc_setup("NearestOn",911,G__G__GL_117_0_20, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 1, 1, 1, 8, "u 'TGLVertex3' - 11 - point", (char*)NULL, (void*) NULL, 0);
43495    G__memfunc_setup("CArr",360,G__G__GL_117_0_21, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43496    G__memfunc_setup("Arr",293,G__G__GL_117_0_22, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43497    G__memfunc_setup("Dump",406,G__G__GL_117_0_23, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43498    G__memfunc_setup("Class",502,G__G__GL_117_0_24, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPlane::Class) ), 0);
43499    G__memfunc_setup("Class_Name",982,G__G__GL_117_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlane::Class_Name) ), 0);
43500    G__memfunc_setup("Class_Version",1339,G__G__GL_117_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPlane::Class_Version) ), 0);
43501    G__memfunc_setup("Dictionary",1046,G__G__GL_117_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPlane::Dictionary) ), 0);
43502    G__memfunc_setup("IsA",253,G__G__GL_117_0_28, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43503    G__memfunc_setup("ShowMembers",1132,G__G__GL_117_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43504    G__memfunc_setup("Streamer",835,G__G__GL_117_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43505    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_117_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43506    G__memfunc_setup("DeclFileName",1145,G__G__GL_117_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlane::DeclFileName) ), 0);
43507    G__memfunc_setup("ImplFileLine",1178,G__G__GL_117_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlane::ImplFileLine) ), 0);
43508    G__memfunc_setup("ImplFileName",1171,G__G__GL_117_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlane::ImplFileName) ), 0);
43509    G__memfunc_setup("DeclFileLine",1152,G__G__GL_117_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlane::DeclFileLine) ), 0);
43510    // automatic destructor
43511    G__memfunc_setup("~TGLPlane", 853, G__G__GL_117_0_36, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43512    // automatic assignment operator
43513    G__memfunc_setup("operator=", 937, G__G__GL_117_0_37, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 1, 1, 1, 1, 0, "u 'TGLPlane' - 11 - -", (char*) NULL, (void*) NULL, 0);
43514    G__tag_memfunc_reset();
43515 }
43516 
43517 static void G__setup_memfuncTGLMatrix(void) {
43518    /* TGLMatrix */
43519    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLMatrix));
43520    G__memfunc_setup("ValidIndex",1000,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 8, "h - 'UInt_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43521    G__memfunc_setup("TGLMatrix",860,G__G__GL_124_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43522    G__memfunc_setup("TGLMatrix",860,G__G__GL_124_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 0, 3, 1, 1, 0, 
43523 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43524 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43525    G__memfunc_setup("TGLMatrix",860,G__G__GL_124_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 0, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - translation", (char*)NULL, (void*) NULL, 0);
43526    G__memfunc_setup("TGLMatrix",860,G__G__GL_124_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 0, 3, 1, 1, 0, 
43527 "u 'TGLVertex3' - 11 - origin u 'TGLVector3' - 11 - zAxis "
43528 "u 'TGLVector3' - 11 - xAxis", (char*)NULL, (void*) NULL, 0);
43529    G__memfunc_setup("TGLMatrix",860,G__G__GL_124_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 0, 2, 1, 1, 0, 
43530 "u 'TGLVertex3' - 11 - origin u 'TGLVector3' - 11 - zAxis", (char*)NULL, (void*) NULL, 0);
43531    G__memfunc_setup("TGLMatrix",860,G__G__GL_124_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - vals", (char*)NULL, (void*) NULL, 0);
43532    G__memfunc_setup("TGLMatrix",860,G__G__GL_124_0_8, 105, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 0, 1, 1, 1, 0, "u 'TGLMatrix' - 11 - other", (char*)NULL, (void*) NULL, 0);
43533    G__memfunc_setup("operator=",937,G__G__GL_124_0_9, 117, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 1, 1, 1, 1, 0, "u 'TGLMatrix' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
43534    G__memfunc_setup("operator[]",1060,G__G__GL_124_0_10, 100, -1, G__defined_typename("Double_t"), 1, 1, 1, 1, 0, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43535    G__memfunc_setup("operator[]",1060,G__G__GL_124_0_11, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 0);
43536    G__memfunc_setup("MultRight",928,G__G__GL_124_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLMatrix' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
43537    G__memfunc_setup("MultLeft",813,G__G__GL_124_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLMatrix' - 11 - lhs", (char*)NULL, (void*) NULL, 0);
43538    G__memfunc_setup("operator*=",979,G__G__GL_124_0_14, 117, G__get_linked_tagnum(&G__G__GLLN_TGLMatrix), -1, 1, 1, 1, 1, 0, "u 'TGLMatrix' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
43539    G__memfunc_setup("Set",300,G__G__GL_124_0_15, 121, -1, -1, 0, 3, 1, 1, 0, 
43540 "u 'TGLVertex3' - 11 - origin u 'TGLVector3' - 11 - zAxis "
43541 "u 'TGLVector3' - 11 '0' xAxis", (char*)NULL, (void*) NULL, 0);
43542    G__memfunc_setup("Set",300,G__G__GL_124_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - vals", (char*)NULL, (void*) NULL, 0);
43543    G__memfunc_setup("SetIdentity",1142,G__G__GL_124_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43544    G__memfunc_setup("SetTranslation",1467,G__G__GL_124_0_18, 121, -1, -1, 0, 3, 1, 1, 0, 
43545 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43546 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43547    G__memfunc_setup("SetTranslation",1467,G__G__GL_124_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - translation", (char*)NULL, (void*) NULL, 0);
43548    G__memfunc_setup("Translate",942,G__G__GL_124_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVector3' - 11 - vect", (char*)NULL, (void*) NULL, 0);
43549    G__memfunc_setup("MoveLF",553,G__G__GL_124_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
43550 "i - 'Int_t' 0 - ai d - 'Double_t' 0 - amount", (char*)NULL, (void*) NULL, 0);
43551    G__memfunc_setup("Move3LF",604,G__G__GL_124_0_22, 121, -1, -1, 0, 3, 1, 1, 0, 
43552 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
43553 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43554    G__memfunc_setup("Scale",488,G__G__GL_124_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVector3' - 11 - scale", (char*)NULL, (void*) NULL, 0);
43555    G__memfunc_setup("Rotate",623,G__G__GL_124_0_24, 121, -1, -1, 0, 3, 1, 1, 0, 
43556 "u 'TGLVertex3' - 11 - pivot u 'TGLVector3' - 11 - axis "
43557 "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
43558    G__memfunc_setup("RotateLF",769,G__G__GL_124_0_25, 121, -1, -1, 0, 3, 1, 1, 0, 
43559 "i - 'Int_t' 0 - i1 i - 'Int_t' 0 - i2 "
43560 "d - 'Double_t' 0 - amount", (char*)NULL, (void*) NULL, 0);
43561    G__memfunc_setup("RotatePF",773,G__G__GL_124_0_26, 121, -1, -1, 0, 3, 1, 1, 0, 
43562 "i - 'Int_t' 0 - i1 i - 'Int_t' 0 - i2 "
43563 "d - 'Double_t' 0 - amount", (char*)NULL, (void*) NULL, 0);
43564    G__memfunc_setup("TransformVertex",1594,G__G__GL_124_0_27, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLVertex3' - 1 - vertex", (char*)NULL, (void*) NULL, 0);
43565    G__memfunc_setup("Transpose3x3",1181,G__G__GL_124_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43566    G__memfunc_setup("Invert",632,G__G__GL_124_0_29, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43567    G__memfunc_setup("GetTranslation",1455,G__G__GL_124_0_30, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43568    G__memfunc_setup("GetScale",776,G__G__GL_124_0_31, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43569    G__memfunc_setup("SetBaseVec",965,G__G__GL_124_0_32, 121, -1, -1, 0, 4, 1, 1, 0, 
43570 "i - 'Int_t' 0 - b d - 'Double_t' 0 - x "
43571 "d - 'Double_t' 0 - y d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
43572    G__memfunc_setup("SetBaseVec",965,G__G__GL_124_0_33, 121, -1, -1, 0, 2, 1, 1, 0, 
43573 "i - 'Int_t' 0 - b u 'TGLVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
43574    G__memfunc_setup("SetBaseVec",965,G__G__GL_124_0_34, 121, -1, -1, 0, 2, 1, 1, 0, 
43575 "i - 'Int_t' 0 - b D - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
43576    G__memfunc_setup("GetBaseVec",953,G__G__GL_124_0_35, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - b", (char*)NULL, (void*) NULL, 0);
43577    G__memfunc_setup("GetBaseVec",953,G__G__GL_124_0_36, 121, -1, -1, 0, 2, 1, 1, 8, 
43578 "i - 'Int_t' 0 - b u 'TGLVector3' - 1 - v", (char*)NULL, (void*) NULL, 0);
43579    G__memfunc_setup("GetBaseVec",953,G__G__GL_124_0_37, 121, -1, -1, 0, 2, 1, 1, 8, 
43580 "i - 'Int_t' 0 - b D - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 0);
43581    G__memfunc_setup("Multiply",864,G__G__GL_124_0_38, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 2, 1, 1, 8, 
43582 "u 'TGLVector3' - 11 - v d - 'Double_t' 0 '1' w", (char*)NULL, (void*) NULL, 0);
43583    G__memfunc_setup("Rotate",623,G__G__GL_124_0_39, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 1, 1, 1, 8, "u 'TGLVector3' - 11 - v", (char*)NULL, (void*) NULL, 0);
43584    G__memfunc_setup("MultiplyIP",1017,G__G__GL_124_0_40, 121, -1, -1, 0, 2, 1, 1, 8, 
43585 "u 'TGLVector3' - 1 - v d - 'Double_t' 0 '1' w", (char*)NULL, (void*) NULL, 0);
43586    G__memfunc_setup("RotateIP",776,G__G__GL_124_0_41, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLVector3' - 1 - v", (char*)NULL, (void*) NULL, 0);
43587    G__memfunc_setup("CArr",360,G__G__GL_124_0_42, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43588    G__memfunc_setup("Arr",293,G__G__GL_124_0_43, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43589    G__memfunc_setup("Dump",406,G__G__GL_124_0_44, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43590    G__memfunc_setup("Class",502,G__G__GL_124_0_45, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLMatrix::Class) ), 0);
43591    G__memfunc_setup("Class_Name",982,G__G__GL_124_0_46, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLMatrix::Class_Name) ), 0);
43592    G__memfunc_setup("Class_Version",1339,G__G__GL_124_0_47, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLMatrix::Class_Version) ), 0);
43593    G__memfunc_setup("Dictionary",1046,G__G__GL_124_0_48, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLMatrix::Dictionary) ), 0);
43594    G__memfunc_setup("IsA",253,G__G__GL_124_0_49, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43595    G__memfunc_setup("ShowMembers",1132,G__G__GL_124_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43596    G__memfunc_setup("Streamer",835,G__G__GL_124_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43597    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_124_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43598    G__memfunc_setup("DeclFileName",1145,G__G__GL_124_0_53, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLMatrix::DeclFileName) ), 0);
43599    G__memfunc_setup("ImplFileLine",1178,G__G__GL_124_0_54, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLMatrix::ImplFileLine) ), 0);
43600    G__memfunc_setup("ImplFileName",1171,G__G__GL_124_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLMatrix::ImplFileName) ), 0);
43601    G__memfunc_setup("DeclFileLine",1152,G__G__GL_124_0_56, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLMatrix::DeclFileLine) ), 0);
43602    // automatic destructor
43603    G__memfunc_setup("~TGLMatrix", 986, G__G__GL_124_0_57, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43604    G__tag_memfunc_reset();
43605 }
43606 
43607 static void G__setup_memfuncTGLColor(void) {
43608    /* TGLColor */
43609    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLColor));
43610    G__memfunc_setup("TGLColor",742,G__G__GL_125_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43611    G__memfunc_setup("TGLColor",742,G__G__GL_125_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 0, 4, 1, 1, 0, 
43612 "i - 'Int_t' 0 - r i - 'Int_t' 0 - g "
43613 "i - 'Int_t' 0 - b i - 'Int_t' 0 '255' a", (char*)NULL, (void*) NULL, 0);
43614    G__memfunc_setup("TGLColor",742,G__G__GL_125_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 0, 4, 1, 1, 0, 
43615 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
43616 "f - 'Float_t' 0 - b f - 'Float_t' 0 '1' a", (char*)NULL, (void*) NULL, 0);
43617    G__memfunc_setup("TGLColor",742,G__G__GL_125_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 0, 2, 1, 1, 0, 
43618 "s - 'Color_t' 0 - color_index c - 'Char_t' 0 '0' transparency", (char*)NULL, (void*) NULL, 0);
43619    G__memfunc_setup("operator=",937,G__G__GL_125_0_5, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 1, 1, 1, 0, "u 'TGLColor' - 11 - c", (char*)NULL, (void*) NULL, 0);
43620    G__memfunc_setup("Arr",293,G__G__GL_125_0_6, 66, -1, G__defined_typename("UChar_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43621    G__memfunc_setup("CArr",360,G__G__GL_125_0_7, 66, -1, G__defined_typename("UChar_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43622    G__memfunc_setup("GetRed",571,G__G__GL_125_0_8, 98, -1, G__defined_typename("UChar_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43623    G__memfunc_setup("GetGreen",785,G__G__GL_125_0_9, 98, -1, G__defined_typename("UChar_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43624    G__memfunc_setup("GetBlue",680,G__G__GL_125_0_10, 98, -1, G__defined_typename("UChar_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43625    G__memfunc_setup("GetAlpha",774,G__G__GL_125_0_11, 98, -1, G__defined_typename("UChar_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43626    G__memfunc_setup("GetColorIndex",1303,G__G__GL_125_0_12, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43627    G__memfunc_setup("GetTransparency",1562,G__G__GL_125_0_13, 99, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43628    G__memfunc_setup("SetRed",583,G__G__GL_125_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - v", (char*)NULL, (void*) NULL, 0);
43629    G__memfunc_setup("SetGreen",797,G__G__GL_125_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - v", (char*)NULL, (void*) NULL, 0);
43630    G__memfunc_setup("SetBlue",692,G__G__GL_125_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - v", (char*)NULL, (void*) NULL, 0);
43631    G__memfunc_setup("SetAlpha",786,G__G__GL_125_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - v", (char*)NULL, (void*) NULL, 0);
43632    G__memfunc_setup("SetColor",811,G__G__GL_125_0_18, 121, -1, -1, 0, 4, 1, 1, 0, 
43633 "i - 'Int_t' 0 - r i - 'Int_t' 0 - g "
43634 "i - 'Int_t' 0 - b i - 'Int_t' 0 '255' a", (char*)NULL, (void*) NULL, 0);
43635    G__memfunc_setup("SetColor",811,G__G__GL_125_0_19, 121, -1, -1, 0, 4, 1, 1, 0, 
43636 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
43637 "f - 'Float_t' 0 - b f - 'Float_t' 0 '1' a", (char*)NULL, (void*) NULL, 0);
43638    G__memfunc_setup("SetColor",811,G__G__GL_125_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - color_index", (char*)NULL, (void*) NULL, 0);
43639    G__memfunc_setup("SetColor",811,G__G__GL_125_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
43640 "s - 'Color_t' 0 - color_index c - 'Char_t' 0 - transparency", (char*)NULL, (void*) NULL, 0);
43641    G__memfunc_setup("SetTransparency",1574,G__G__GL_125_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 0 - transparency", (char*)NULL, (void*) NULL, 0);
43642    G__memfunc_setup("AsString",811,G__G__GL_125_0_23, 117, G__get_linked_tagnum(&G__G__GLLN_TString), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43643    G__memfunc_setup("Class",502,G__G__GL_125_0_24, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLColor::Class) ), 0);
43644    G__memfunc_setup("Class_Name",982,G__G__GL_125_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLColor::Class_Name) ), 0);
43645    G__memfunc_setup("Class_Version",1339,G__G__GL_125_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLColor::Class_Version) ), 0);
43646    G__memfunc_setup("Dictionary",1046,G__G__GL_125_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLColor::Dictionary) ), 0);
43647    G__memfunc_setup("IsA",253,G__G__GL_125_0_28, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43648    G__memfunc_setup("ShowMembers",1132,G__G__GL_125_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43649    G__memfunc_setup("Streamer",835,G__G__GL_125_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43650    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_125_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43651    G__memfunc_setup("DeclFileName",1145,G__G__GL_125_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLColor::DeclFileName) ), 0);
43652    G__memfunc_setup("ImplFileLine",1178,G__G__GL_125_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLColor::ImplFileLine) ), 0);
43653    G__memfunc_setup("ImplFileName",1171,G__G__GL_125_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLColor::ImplFileName) ), 0);
43654    G__memfunc_setup("DeclFileLine",1152,G__G__GL_125_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLColor::DeclFileLine) ), 0);
43655    // automatic copy constructor
43656    G__memfunc_setup("TGLColor", 742, G__G__GL_125_0_36, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 0, 1, 1, 1, 0, "u 'TGLColor' - 11 - -", (char*) NULL, (void*) NULL, 0);
43657    // automatic destructor
43658    G__memfunc_setup("~TGLColor", 868, G__G__GL_125_0_37, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43659    G__tag_memfunc_reset();
43660 }
43661 
43662 static void G__setup_memfuncTGLColorSet(void) {
43663    /* TGLColorSet */
43664    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLColorSet));
43665    G__memfunc_setup("TGLColorSet",1042,G__G__GL_126_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43666    G__memfunc_setup("operator=",937,G__G__GL_126_0_2, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 1, 1, 1, 1, 0, "u 'TGLColorSet' - 11 - s", (char*)NULL, (void*) NULL, 0);
43667    G__memfunc_setup("Background",1024,G__G__GL_126_0_3, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43668    G__memfunc_setup("Foreground",1051,G__G__GL_126_0_4, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43669    G__memfunc_setup("Outline",736,G__G__GL_126_0_5, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43670    G__memfunc_setup("Markup",624,G__G__GL_126_0_6, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43671    G__memfunc_setup("Selection",934,G__G__GL_126_0_7, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
43672    G__memfunc_setup("Background",1024,G__G__GL_126_0_8, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43673    G__memfunc_setup("Foreground",1051,G__G__GL_126_0_9, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43674    G__memfunc_setup("Outline",736,G__G__GL_126_0_10, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43675    G__memfunc_setup("Markup",624,G__G__GL_126_0_11, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43676    G__memfunc_setup("Selection",934,G__G__GL_126_0_12, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColor), -1, 1, 1, 1, 1, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
43677    G__memfunc_setup("StdDarkBackground",1709,G__G__GL_126_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43678    G__memfunc_setup("StdLightBackground",1827,G__G__GL_126_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43679    G__memfunc_setup("Class",502,G__G__GL_126_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLColorSet::Class) ), 0);
43680    G__memfunc_setup("Class_Name",982,G__G__GL_126_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLColorSet::Class_Name) ), 0);
43681    G__memfunc_setup("Class_Version",1339,G__G__GL_126_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLColorSet::Class_Version) ), 0);
43682    G__memfunc_setup("Dictionary",1046,G__G__GL_126_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLColorSet::Dictionary) ), 0);
43683    G__memfunc_setup("IsA",253,G__G__GL_126_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43684    G__memfunc_setup("ShowMembers",1132,G__G__GL_126_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43685    G__memfunc_setup("Streamer",835,G__G__GL_126_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43686    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_126_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43687    G__memfunc_setup("DeclFileName",1145,G__G__GL_126_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLColorSet::DeclFileName) ), 0);
43688    G__memfunc_setup("ImplFileLine",1178,G__G__GL_126_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLColorSet::ImplFileLine) ), 0);
43689    G__memfunc_setup("ImplFileName",1171,G__G__GL_126_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLColorSet::ImplFileName) ), 0);
43690    G__memfunc_setup("DeclFileLine",1152,G__G__GL_126_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLColorSet::DeclFileLine) ), 0);
43691    // automatic copy constructor
43692    G__memfunc_setup("TGLColorSet", 1042, G__G__GL_126_0_27, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 0, 1, 1, 1, 0, "u 'TGLColorSet' - 11 - -", (char*) NULL, (void*) NULL, 0);
43693    // automatic destructor
43694    G__memfunc_setup("~TGLColorSet", 1168, G__G__GL_126_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43695    G__tag_memfunc_reset();
43696 }
43697 
43698 static void G__setup_memfuncTGLUtil(void) {
43699    /* TGLUtil */
43700    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLUtil));
43701    G__memfunc_setup("TGLUtil",645,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLUtil), -1, 0, 1, 1, 4, 0, "u 'TGLUtil' - 11 - -", "Not implemented.", (void*) NULL, 0);
43702    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLUtil), -1, 1, 1, 1, 4, 0, "u 'TGLUtil' - 11 - -", "Not implemented.", (void*) NULL, 0);
43703    G__memfunc_setup("CheckError",1000,G__G__GL_127_0_3, 121, -1, -1, 0, 1, 3, 1, 0, "C - - 10 - loc", (char*)NULL, (void*) G__func2void( (void (*)(const char*))(&TGLUtil::CheckError) ), 0);
43704    G__memfunc_setup("GetDrawTesselator3fv",2019,G__G__GL_127_0_4, 85, G__get_linked_tagnum(&G__G__GLLN_GLUtesselator), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (GLUtesselator* (*)())(&TGLUtil::GetDrawTesselator3fv) ), 0);
43705    G__memfunc_setup("GetDrawTesselator4fv",2020,G__G__GL_127_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_GLUtesselator), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (GLUtesselator* (*)())(&TGLUtil::GetDrawTesselator4fv) ), 0);
43706    G__memfunc_setup("GetDrawTesselator3dv",2017,G__G__GL_127_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_GLUtesselator), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (GLUtesselator* (*)())(&TGLUtil::GetDrawTesselator3dv) ), 0);
43707    G__memfunc_setup("GetDrawTesselator4dv",2018,G__G__GL_127_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_GLUtesselator), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (GLUtesselator* (*)())(&TGLUtil::GetDrawTesselator4dv) ), 0);
43708    G__memfunc_setup("GetDrawQuality",1431,G__G__GL_127_0_8, 104, -1, G__defined_typename("UInt_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (UInt_t (*)())(&TGLUtil::GetDrawQuality) ), 0);
43709    G__memfunc_setup("SetDrawQuality",1443,G__G__GL_127_0_9, 121, -1, -1, 0, 1, 3, 1, 0, "h - 'UInt_t' 0 - dq", (char*)NULL, (void*) G__func2void( (void (*)(UInt_t))(&TGLUtil::SetDrawQuality) ), 0);
43710    G__memfunc_setup("ResetDrawQuality",1658,G__G__GL_127_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLUtil::ResetDrawQuality) ), 0);
43711    G__memfunc_setup("GetDefaultDrawQuality",2140,G__G__GL_127_0_11, 104, -1, G__defined_typename("UInt_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (UInt_t (*)())(&TGLUtil::GetDefaultDrawQuality) ), 0);
43712    G__memfunc_setup("SetDefaultDrawQuality",2152,G__G__GL_127_0_12, 121, -1, -1, 0, 1, 3, 1, 0, "h - 'UInt_t' 0 - dq", (char*)NULL, (void*) G__func2void( (void (*)(UInt_t))(&TGLUtil::SetDefaultDrawQuality) ), 0);
43713    G__memfunc_setup("LockColor",904,G__G__GL_127_0_13, 104, -1, G__defined_typename("UInt_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (UInt_t (*)())(&TGLUtil::LockColor) ), 0);
43714    G__memfunc_setup("UnlockColor",1131,G__G__GL_127_0_14, 104, -1, G__defined_typename("UInt_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (UInt_t (*)())(&TGLUtil::UnlockColor) ), 0);
43715    G__memfunc_setup("IsColorLocked",1293,G__G__GL_127_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TGLUtil::IsColorLocked) ), 0);
43716    G__memfunc_setup("Color",511,G__G__GL_127_0_16, 121, -1, -1, 0, 1, 3, 1, 0, "u 'TGLColor' - 11 - color", (char*)NULL, (void*) G__func2void( (void (*)(const TGLColor&))(&TGLUtil::Color) ), 0);
43717    G__memfunc_setup("ColorAlpha",997,G__G__GL_127_0_17, 121, -1, -1, 0, 2, 3, 1, 0, 
43718 "u 'TGLColor' - 11 - color b - 'UChar_t' 0 - alpha", (char*)NULL, (void*) G__func2void( (void (*)(const TGLColor&, UChar_t))(&TGLUtil::ColorAlpha) ), 0);
43719    G__memfunc_setup("ColorAlpha",997,G__G__GL_127_0_18, 121, -1, -1, 0, 2, 3, 1, 0, 
43720 "u 'TGLColor' - 11 - color f - 'Float_t' 0 - alpha", (char*)NULL, (void*) G__func2void( (void (*)(const TGLColor&, Float_t))(&TGLUtil::ColorAlpha) ), 0);
43721    G__memfunc_setup("ColorAlpha",997,G__G__GL_127_0_19, 121, -1, -1, 0, 2, 3, 1, 0, 
43722 "s - 'Color_t' 0 - color_index f - 'Float_t' 0 '1' alpha", (char*)NULL, (void*) G__func2void( (void (*)(Color_t, Float_t))(&TGLUtil::ColorAlpha) ), 0);
43723    G__memfunc_setup("ColorTransparency",1785,G__G__GL_127_0_20, 121, -1, -1, 0, 2, 3, 1, 0, 
43724 "s - 'Color_t' 0 - color_index c - 'Char_t' 0 '0' transparency", (char*)NULL, (void*) G__func2void( (void (*)(Color_t, Char_t))(&TGLUtil::ColorTransparency) ), 0);
43725    G__memfunc_setup("Color3ub",777,G__G__GL_127_0_21, 121, -1, -1, 0, 3, 3, 1, 0, 
43726 "b - 'UChar_t' 0 - r b - 'UChar_t' 0 - g "
43727 "b - 'UChar_t' 0 - b", (char*)NULL, (void*) G__func2void( (void (*)(UChar_t, UChar_t, UChar_t))(&TGLUtil::Color3ub) ), 0);
43728    G__memfunc_setup("Color4ub",778,G__G__GL_127_0_22, 121, -1, -1, 0, 4, 3, 1, 0, 
43729 "b - 'UChar_t' 0 - r b - 'UChar_t' 0 - g "
43730 "b - 'UChar_t' 0 - b b - 'UChar_t' 0 - a", (char*)NULL, (void*) G__func2void( (void (*)(UChar_t, UChar_t, UChar_t, UChar_t))(&TGLUtil::Color4ub) ), 0);
43731    G__memfunc_setup("Color3ubv",895,G__G__GL_127_0_23, 121, -1, -1, 0, 1, 3, 1, 0, "B - 'UChar_t' 10 - rgb", (char*)NULL, (void*) G__func2void( (void (*)(const UChar_t*))(&TGLUtil::Color3ubv) ), 0);
43732    G__memfunc_setup("Color4ubv",896,G__G__GL_127_0_24, 121, -1, -1, 0, 1, 3, 1, 0, "B - 'UChar_t' 10 - rgba", (char*)NULL, (void*) G__func2void( (void (*)(const UChar_t*))(&TGLUtil::Color4ubv) ), 0);
43733    G__memfunc_setup("Color3f",664,G__G__GL_127_0_25, 121, -1, -1, 0, 3, 3, 1, 0, 
43734 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
43735 "f - 'Float_t' 0 - b", (char*)NULL, (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t))(&TGLUtil::Color3f) ), 0);
43736    G__memfunc_setup("Color4f",665,G__G__GL_127_0_26, 121, -1, -1, 0, 4, 3, 1, 0, 
43737 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
43738 "f - 'Float_t' 0 - b f - 'Float_t' 0 - a", (char*)NULL, (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t, Float_t))(&TGLUtil::Color4f) ), 0);
43739    G__memfunc_setup("Color3fv",782,G__G__GL_127_0_27, 121, -1, -1, 0, 1, 3, 1, 0, "F - 'Float_t' 10 - rgb", (char*)NULL, (void*) G__func2void( (void (*)(const Float_t*))(&TGLUtil::Color3fv) ), 0);
43740    G__memfunc_setup("Color4fv",783,G__G__GL_127_0_28, 121, -1, -1, 0, 1, 3, 1, 0, "F - 'Float_t' 10 - rgba", (char*)NULL, (void*) G__func2void( (void (*)(const Float_t*))(&TGLUtil::Color4fv) ), 0);
43741    G__memfunc_setup("GetPointSizeScale",1709,G__G__GL_127_0_29, 102, -1, G__defined_typename("Float_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Float_t (*)())(&TGLUtil::GetPointSizeScale) ), 0);
43742    G__memfunc_setup("SetPointSizeScale",1721,G__G__GL_127_0_30, 121, -1, -1, 0, 1, 3, 1, 0, "f - 'Float_t' 0 - scale", (char*)NULL, (void*) G__func2void( (void (*)(Float_t))(&TGLUtil::SetPointSizeScale) ), 0);
43743    G__memfunc_setup("GetLineWidthScale",1680,G__G__GL_127_0_31, 102, -1, G__defined_typename("Float_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Float_t (*)())(&TGLUtil::GetLineWidthScale) ), 0);
43744    G__memfunc_setup("SetLineWidthScale",1692,G__G__GL_127_0_32, 121, -1, -1, 0, 1, 3, 1, 0, "f - 'Float_t' 0 - scale", (char*)NULL, (void*) G__func2void( (void (*)(Float_t))(&TGLUtil::SetLineWidthScale) ), 0);
43745    G__memfunc_setup("PointSize",933,G__G__GL_127_0_33, 121, -1, -1, 0, 1, 3, 1, 0, "f - 'Float_t' 0 - point_size", (char*)NULL, (void*) G__func2void( (void (*)(Float_t))(&TGLUtil::PointSize) ), 0);
43746    G__memfunc_setup("LineWidth",904,G__G__GL_127_0_34, 121, -1, -1, 0, 1, 3, 1, 0, "f - 'Float_t' 0 - line_width", (char*)NULL, (void*) G__func2void( (void (*)(Float_t))(&TGLUtil::LineWidth) ), 0);
43747    G__memfunc_setup("PointSize",933,G__G__GL_127_0_35, 102, -1, G__defined_typename("Float_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Float_t (*)())(&TGLUtil::PointSize) ), 0);
43748    G__memfunc_setup("LineWidth",904,G__G__GL_127_0_36, 102, -1, G__defined_typename("Float_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Float_t (*)())(&TGLUtil::LineWidth) ), 0);
43749    G__memfunc_setup("BeginExtendPickRegion",2104,G__G__GL_127_0_37, 121, -1, -1, 0, 1, 3, 1, 0, "f - 'Float_t' 0 - scale", (char*)NULL, (void*) G__func2void( (void (*)(Float_t))(&TGLUtil::BeginExtendPickRegion) ), 0);
43750    G__memfunc_setup("EndExtendPickRegion",1898,G__G__GL_127_0_38, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLUtil::EndExtendPickRegion) ), 0);
43751    G__memfunc_setup("RenderPolyMarkers",1753,G__G__GL_127_0_39, 121, -1, -1, 0, 7, 3, 1, 0, 
43752 "u 'TAttMarker' - 11 - marker c - 'Char_t' 0 - transp "
43753 "F - 'Float_t' 0 - p i - 'Int_t' 0 - n "
43754 "i - 'Int_t' 0 '0' pick_radius g - 'Bool_t' 0 'kFALSE' selection "
43755 "g - 'Bool_t' 0 'kFALSE' sec_selection", (char*)NULL, (void*) G__func2void( (void (*)(const TAttMarker&, Char_t, Float_t*, Int_t, Int_t, Bool_t, Bool_t))(&TGLUtil::RenderPolyMarkers) ), 0);
43756    G__memfunc_setup("RenderPoints",1245,G__G__GL_127_0_40, 121, -1, -1, 0, 6, 3, 1, 0, 
43757 "u 'TAttMarker' - 11 - marker F - 'Float_t' 0 - p "
43758 "i - 'Int_t' 0 - n i - 'Int_t' 0 '0' pick_radius "
43759 "g - 'Bool_t' 0 'kFALSE' selection g - 'Bool_t' 0 'kFALSE' sec_selection", (char*)NULL, (void*) G__func2void( (void (*)(const TAttMarker&, Float_t*, Int_t, Int_t, Bool_t, Bool_t))(&TGLUtil::RenderPoints) ), 0);
43760    G__memfunc_setup("RenderCrosses",1346,G__G__GL_127_0_41, 121, -1, -1, 0, 4, 3, 1, 0, 
43761 "u 'TAttMarker' - 11 - marker F - 'Float_t' 0 - p "
43762 "i - 'Int_t' 0 - n g - 'Bool_t' 0 'kFALSE' sec_selection", (char*)NULL, (void*) G__func2void( (void (*)(const TAttMarker&, Float_t*, Int_t, Bool_t))(&TGLUtil::RenderCrosses) ), 0);
43763    G__memfunc_setup("RenderPolyLine",1420,G__G__GL_127_0_42, 121, -1, -1, 0, 6, 3, 1, 0, 
43764 "u 'TAttLine' - 11 - aline c - 'Char_t' 0 - transp "
43765 "F - 'Float_t' 0 - p i - 'Int_t' 0 - n "
43766 "i - 'Int_t' 0 '0' pick_radius g - 'Bool_t' 0 'kFALSE' selection", (char*)NULL, (void*) G__func2void( (void (*)(const TAttLine&, Char_t, Float_t*, Int_t, Int_t, Bool_t))(&TGLUtil::RenderPolyLine) ), 0);
43767    G__memfunc_setup("BeginAttLine",1174,G__G__GL_127_0_43, 121, -1, -1, 0, 4, 3, 1, 0, 
43768 "u 'TAttLine' - 11 - aline c - 'Char_t' 0 - transp "
43769 "i - 'Int_t' 0 '0' pick_radius g - 'Bool_t' 0 'kFALSE' selection", (char*)NULL, (void*) G__func2void( (void (*)(const TAttLine&, Char_t, Int_t, Bool_t))(&TGLUtil::BeginAttLine) ), 0);
43770    G__memfunc_setup("EndAttLine",968,G__G__GL_127_0_44, 121, -1, -1, 0, 2, 3, 1, 0, 
43771 "i - 'Int_t' 0 '0' pick_radius g - 'Bool_t' 0 'kFALSE' selection", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Bool_t))(&TGLUtil::EndAttLine) ), 0);
43772    G__memfunc_setup("SetDrawColors",1324,G__G__GL_127_0_45, 121, -1, -1, 0, 1, 3, 1, 0, "B - 'UChar_t' 10 - rgba", (char*)NULL, (void*) G__func2void( (void (*)(const UChar_t*))(&TGLUtil::SetDrawColors) ), 0);
43773    G__memfunc_setup("DrawSphere",1013,G__G__GL_127_0_46, 121, -1, -1, 0, 3, 3, 1, 0, 
43774 "u 'TGLVertex3' - 11 - position d - 'Double_t' 0 - radius "
43775 "B - 'UChar_t' 10 - rgba", (char*)NULL, (void*) G__func2void( (void (*)(const TGLVertex3&, Double_t, const UChar_t*))(&TGLUtil::DrawSphere) ), 0);
43776    G__memfunc_setup("DrawLine",790,G__G__GL_127_0_47, 121, -1, -1, 0, 4, 3, 1, 0, 
43777 "u 'TGLLine3' - 11 - line i 'TGLUtil::ELineHeadShape' - 0 - head "
43778 "d - 'Double_t' 0 - size B - 'UChar_t' 10 - rgba", (char*)NULL, (void*) G__func2void( (void (*)(const TGLLine3&, TGLUtil::ELineHeadShape, Double_t, const UChar_t*))(&TGLUtil::DrawLine) ), 0);
43779    G__memfunc_setup("DrawLine",790,G__G__GL_127_0_48, 121, -1, -1, 0, 5, 3, 1, 0, 
43780 "u 'TGLVertex3' - 11 - start u 'TGLVector3' - 11 - vector "
43781 "i 'TGLUtil::ELineHeadShape' - 0 - head d - 'Double_t' 0 - size "
43782 "B - 'UChar_t' 10 - rgba", (char*)NULL, (void*) G__func2void( (void (*)(const TGLVertex3&, const TGLVector3&, TGLUtil::ELineHeadShape, Double_t, const UChar_t*))(&TGLUtil::DrawLine) ), 0);
43783    G__memfunc_setup("DrawRing",798,G__G__GL_127_0_49, 121, -1, -1, 0, 4, 3, 1, 0, 
43784 "u 'TGLVertex3' - 11 - center u 'TGLVector3' - 11 - normal "
43785 "d - 'Double_t' 0 - radius B - 'UChar_t' 10 - rgba", (char*)NULL, (void*) G__func2void( (void (*)(const TGLVertex3&, const TGLVector3&, Double_t, const UChar_t*))(&TGLUtil::DrawRing) ), 0);
43786    G__memfunc_setup("DrawReferenceMarker",1919,G__G__GL_127_0_50, 121, -1, -1, 0, 4, 3, 1, 0, 
43787 "u 'TGLCamera' - 11 - camera u 'TGLVertex3' - 11 - pos "
43788 "f - 'Float_t' 0 '3' radius B - 'UChar_t' 10 '0' rgba", (char*)NULL, (void*) G__func2void( (void (*)(const TGLCamera&, const TGLVertex3&, Float_t, const UChar_t*))(&TGLUtil::DrawReferenceMarker) ), 0);
43789    G__memfunc_setup("DrawSimpleAxes",1417,G__G__GL_127_0_51, 121, -1, -1, 0, 3, 3, 1, 0, 
43790 "u 'TGLCamera' - 11 - camera u 'TGLBoundingBox' - 11 - bbox "
43791 "i - 'Int_t' 0 - axesType", (char*)NULL, (void*) G__func2void( (void (*)(const TGLCamera&, const TGLBoundingBox&, Int_t))(&TGLUtil::DrawSimpleAxes) ), 0);
43792    G__memfunc_setup("DrawNumber",1015,G__G__GL_127_0_52, 121, -1, -1, 0, 3, 3, 1, 0, 
43793 "u 'TString' - 11 - num u 'TGLVertex3' - 11 - pos "
43794 "g - 'Bool_t' 0 'kFALSE' center", (char*)NULL, (void*) G__func2void( (void (*)(const TString&, const TGLVertex3&, Bool_t))(&TGLUtil::DrawNumber) ), 0);
43795    G__memfunc_setup("Class",502,G__G__GL_127_0_53, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLUtil::Class) ), 0);
43796    G__memfunc_setup("Class_Name",982,G__G__GL_127_0_54, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::Class_Name) ), 0);
43797    G__memfunc_setup("Class_Version",1339,G__G__GL_127_0_55, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLUtil::Class_Version) ), 0);
43798    G__memfunc_setup("Dictionary",1046,G__G__GL_127_0_56, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLUtil::Dictionary) ), 0);
43799    G__memfunc_setup("IsA",253,G__G__GL_127_0_57, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43800    G__memfunc_setup("ShowMembers",1132,G__G__GL_127_0_58, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43801    G__memfunc_setup("Streamer",835,G__G__GL_127_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43802    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_127_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43803    G__memfunc_setup("DeclFileName",1145,G__G__GL_127_0_61, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::DeclFileName) ), 0);
43804    G__memfunc_setup("ImplFileLine",1178,G__G__GL_127_0_62, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLUtil::ImplFileLine) ), 0);
43805    G__memfunc_setup("ImplFileName",1171,G__G__GL_127_0_63, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::ImplFileName) ), 0);
43806    G__memfunc_setup("DeclFileLine",1152,G__G__GL_127_0_64, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLUtil::DeclFileLine) ), 0);
43807    // automatic destructor
43808    G__memfunc_setup("~TGLUtil", 771, G__G__GL_127_0_65, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43809    G__tag_memfunc_reset();
43810 }
43811 
43812 static void G__setup_memfuncTGLUtilcLcLTColorLocker(void) {
43813    /* TGLUtil::TColorLocker */
43814    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTColorLocker));
43815    G__memfunc_setup("TColorLocker",1203,G__G__GL_128_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTColorLocker), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43816    G__memfunc_setup("Class",502,G__G__GL_128_0_2, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLUtil::TColorLocker::Class) ), 0);
43817    G__memfunc_setup("Class_Name",982,G__G__GL_128_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TColorLocker::Class_Name) ), 0);
43818    G__memfunc_setup("Class_Version",1339,G__G__GL_128_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLUtil::TColorLocker::Class_Version) ), 0);
43819    G__memfunc_setup("Dictionary",1046,G__G__GL_128_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLUtil::TColorLocker::Dictionary) ), 0);
43820    G__memfunc_setup("IsA",253,G__G__GL_128_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43821    G__memfunc_setup("ShowMembers",1132,G__G__GL_128_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43822    G__memfunc_setup("Streamer",835,G__G__GL_128_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43823    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_128_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43824    G__memfunc_setup("DeclFileName",1145,G__G__GL_128_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TColorLocker::DeclFileName) ), 0);
43825    G__memfunc_setup("ImplFileLine",1178,G__G__GL_128_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLUtil::TColorLocker::ImplFileLine) ), 0);
43826    G__memfunc_setup("ImplFileName",1171,G__G__GL_128_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TColorLocker::ImplFileName) ), 0);
43827    G__memfunc_setup("DeclFileLine",1152,G__G__GL_128_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLUtil::TColorLocker::DeclFileLine) ), 0);
43828    // automatic copy constructor
43829    G__memfunc_setup("TColorLocker", 1203, G__G__GL_128_0_14, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTColorLocker), -1, 0, 1, 1, 1, 0, "u 'TGLUtil::TColorLocker' - 11 - -", (char*) NULL, (void*) NULL, 0);
43830    // automatic destructor
43831    G__memfunc_setup("~TColorLocker", 1329, G__G__GL_128_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43832    // automatic assignment operator
43833    G__memfunc_setup("operator=", 937, G__G__GL_128_0_16, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTColorLocker), -1, 1, 1, 1, 1, 0, "u 'TGLUtil::TColorLocker' - 11 - -", (char*) NULL, (void*) NULL, 0);
43834    G__tag_memfunc_reset();
43835 }
43836 
43837 static void G__setup_memfuncTGLUtilcLcLTDrawQualityModifier(void) {
43838    /* TGLUtil::TDrawQualityModifier */
43839    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityModifier));
43840    G__memfunc_setup("TDrawQualityModifier",2042,G__G__GL_129_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityModifier), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - dq", (char*)NULL, (void*) NULL, 0);
43841    G__memfunc_setup("Class",502,G__G__GL_129_0_2, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLUtil::TDrawQualityModifier::Class) ), 0);
43842    G__memfunc_setup("Class_Name",982,G__G__GL_129_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TDrawQualityModifier::Class_Name) ), 0);
43843    G__memfunc_setup("Class_Version",1339,G__G__GL_129_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLUtil::TDrawQualityModifier::Class_Version) ), 0);
43844    G__memfunc_setup("Dictionary",1046,G__G__GL_129_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLUtil::TDrawQualityModifier::Dictionary) ), 0);
43845    G__memfunc_setup("IsA",253,G__G__GL_129_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43846    G__memfunc_setup("ShowMembers",1132,G__G__GL_129_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43847    G__memfunc_setup("Streamer",835,G__G__GL_129_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43848    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_129_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43849    G__memfunc_setup("DeclFileName",1145,G__G__GL_129_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TDrawQualityModifier::DeclFileName) ), 0);
43850    G__memfunc_setup("ImplFileLine",1178,G__G__GL_129_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLUtil::TDrawQualityModifier::ImplFileLine) ), 0);
43851    G__memfunc_setup("ImplFileName",1171,G__G__GL_129_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TDrawQualityModifier::ImplFileName) ), 0);
43852    G__memfunc_setup("DeclFileLine",1152,G__G__GL_129_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLUtil::TDrawQualityModifier::DeclFileLine) ), 0);
43853    // automatic copy constructor
43854    G__memfunc_setup("TDrawQualityModifier", 2042, G__G__GL_129_0_14, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityModifier), -1, 0, 1, 1, 1, 0, "u 'TGLUtil::TDrawQualityModifier' - 11 - -", (char*) NULL, (void*) NULL, 0);
43855    // automatic destructor
43856    G__memfunc_setup("~TDrawQualityModifier", 2168, G__G__GL_129_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43857    // automatic assignment operator
43858    G__memfunc_setup("operator=", 937, G__G__GL_129_0_16, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityModifier), -1, 1, 1, 1, 1, 0, "u 'TGLUtil::TDrawQualityModifier' - 11 - -", (char*) NULL, (void*) NULL, 0);
43859    G__tag_memfunc_reset();
43860 }
43861 
43862 static void G__setup_memfuncTGLUtilcLcLTDrawQualityScaler(void) {
43863    /* TGLUtil::TDrawQualityScaler */
43864    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityScaler));
43865    G__memfunc_setup("TDrawQualityScaler",1829,G__G__GL_130_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityScaler), -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - fac", (char*)NULL, (void*) NULL, 0);
43866    G__memfunc_setup("Class",502,G__G__GL_130_0_2, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLUtil::TDrawQualityScaler::Class) ), 0);
43867    G__memfunc_setup("Class_Name",982,G__G__GL_130_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TDrawQualityScaler::Class_Name) ), 0);
43868    G__memfunc_setup("Class_Version",1339,G__G__GL_130_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLUtil::TDrawQualityScaler::Class_Version) ), 0);
43869    G__memfunc_setup("Dictionary",1046,G__G__GL_130_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLUtil::TDrawQualityScaler::Dictionary) ), 0);
43870    G__memfunc_setup("IsA",253,G__G__GL_130_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43871    G__memfunc_setup("ShowMembers",1132,G__G__GL_130_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43872    G__memfunc_setup("Streamer",835,G__G__GL_130_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43873    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_130_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43874    G__memfunc_setup("DeclFileName",1145,G__G__GL_130_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TDrawQualityScaler::DeclFileName) ), 0);
43875    G__memfunc_setup("ImplFileLine",1178,G__G__GL_130_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLUtil::TDrawQualityScaler::ImplFileLine) ), 0);
43876    G__memfunc_setup("ImplFileName",1171,G__G__GL_130_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLUtil::TDrawQualityScaler::ImplFileName) ), 0);
43877    G__memfunc_setup("DeclFileLine",1152,G__G__GL_130_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLUtil::TDrawQualityScaler::DeclFileLine) ), 0);
43878    // automatic copy constructor
43879    G__memfunc_setup("TDrawQualityScaler", 1829, G__G__GL_130_0_14, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityScaler), -1, 0, 1, 1, 1, 0, "u 'TGLUtil::TDrawQualityScaler' - 11 - -", (char*) NULL, (void*) NULL, 0);
43880    // automatic destructor
43881    G__memfunc_setup("~TDrawQualityScaler", 1955, G__G__GL_130_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43882    // automatic assignment operator
43883    G__memfunc_setup("operator=", 937, G__G__GL_130_0_16, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLUtilcLcLTDrawQualityScaler), -1, 1, 1, 1, 1, 0, "u 'TGLUtil::TDrawQualityScaler' - 11 - -", (char*) NULL, (void*) NULL, 0);
43884    G__tag_memfunc_reset();
43885 }
43886 
43887 static void G__setup_memfuncTGLSelectionBuffer(void) {
43888    /* TGLSelectionBuffer */
43889    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectionBuffer));
43890    G__memfunc_setup("TGLSelectionBuffer",1767,G__G__GL_138_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectionBuffer), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43891    G__memfunc_setup("ReadColorBuffer",1493,G__G__GL_138_0_2, 121, -1, -1, 0, 2, 1, 1, 0, 
43892 "i - 'Int_t' 0 - width i - 'Int_t' 0 - height", (char*)NULL, (void*) NULL, 0);
43893    G__memfunc_setup("ReadColorBuffer",1493,G__G__GL_138_0_3, 121, -1, -1, 0, 4, 1, 1, 0, 
43894 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
43895 "i - 'Int_t' 0 - width i - 'Int_t' 0 - height", (char*)NULL, (void*) NULL, 0);
43896    G__memfunc_setup("GetPixelColor",1313,G__G__GL_138_0_4, 66, -1, G__defined_typename("UChar_t"), 0, 2, 1, 1, 9, 
43897 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
43898    G__memfunc_setup("TGLSelectionBuffer",1767,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectionBuffer), -1, 0, 1, 1, 4, 0, "u 'TGLSelectionBuffer' - 11 - -", (char*)NULL, (void*) NULL, 0);
43899    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSelectionBuffer), -1, 1, 1, 1, 4, 0, "u 'TGLSelectionBuffer' - 11 - -", (char*)NULL, (void*) NULL, 0);
43900    G__memfunc_setup("Class",502,G__G__GL_138_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSelectionBuffer::Class) ), 0);
43901    G__memfunc_setup("Class_Name",982,G__G__GL_138_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectionBuffer::Class_Name) ), 0);
43902    G__memfunc_setup("Class_Version",1339,G__G__GL_138_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSelectionBuffer::Class_Version) ), 0);
43903    G__memfunc_setup("Dictionary",1046,G__G__GL_138_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSelectionBuffer::Dictionary) ), 0);
43904    G__memfunc_setup("IsA",253,G__G__GL_138_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43905    G__memfunc_setup("ShowMembers",1132,G__G__GL_138_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43906    G__memfunc_setup("Streamer",835,G__G__GL_138_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43907    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_138_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43908    G__memfunc_setup("DeclFileName",1145,G__G__GL_138_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectionBuffer::DeclFileName) ), 0);
43909    G__memfunc_setup("ImplFileLine",1178,G__G__GL_138_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSelectionBuffer::ImplFileLine) ), 0);
43910    G__memfunc_setup("ImplFileName",1171,G__G__GL_138_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectionBuffer::ImplFileName) ), 0);
43911    G__memfunc_setup("DeclFileLine",1152,G__G__GL_138_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSelectionBuffer::DeclFileLine) ), 0);
43912    // automatic destructor
43913    G__memfunc_setup("~TGLSelectionBuffer", 1893, G__G__GL_138_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43914    G__tag_memfunc_reset();
43915 }
43916 
43917 static void G__setup_memfuncTGLPlotCoordinates(void) {
43918    /* TGLPlotCoordinates */
43919    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates));
43920    G__memfunc_setup("TGLPlotCoordinates",1793,G__G__GL_143_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43921    G__memfunc_setup("SetCoordType",1221,G__G__GL_143_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "i 'EGLCoordType' - 0 - type", (char*)NULL, (void*) NULL, 0);
43922    G__memfunc_setup("GetCoordType",1209,G__G__GL_143_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_EGLCoordType), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43923    G__memfunc_setup("SetXLog",678,G__G__GL_143_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - xLog", (char*)NULL, (void*) NULL, 0);
43924    G__memfunc_setup("GetXLog",666,G__G__GL_143_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43925    G__memfunc_setup("SetYLog",679,G__G__GL_143_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - yLog", (char*)NULL, (void*) NULL, 0);
43926    G__memfunc_setup("GetYLog",667,G__G__GL_143_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43927    G__memfunc_setup("SetZLog",680,G__G__GL_143_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - zLog", (char*)NULL, (void*) NULL, 0);
43928    G__memfunc_setup("GetZLog",668,G__G__GL_143_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43929    G__memfunc_setup("ResetModified",1316,G__G__GL_143_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43930    G__memfunc_setup("Modified",801,G__G__GL_143_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43931    G__memfunc_setup("SetRanges",908,G__G__GL_143_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
43932 "U 'TH1' - 10 - hist g - 'Bool_t' 0 'kFALSE' errors "
43933 "g - 'Bool_t' 0 'kFALSE' zBins", (char*)NULL, (void*) NULL, 0);
43934    G__memfunc_setup("SetRanges",908,G__G__GL_143_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TH2Poly' - 0 - hist", (char*)NULL, (void*) NULL, 0);
43935    G__memfunc_setup("SetRanges",908,G__G__GL_143_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
43936 "U 'TAxis' - 10 - xAxis U 'TAxis' - 10 - yAxis "
43937 "U 'TAxis' - 10 - zAxis", (char*)NULL, (void*) NULL, 0);
43938    G__memfunc_setup("GetNXBins",850,G__G__GL_143_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43939    G__memfunc_setup("GetNYBins",851,G__G__GL_143_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43940    G__memfunc_setup("GetNZBins",852,G__G__GL_143_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43941    G__memfunc_setup("GetXBins",772,G__G__GL_143_0_18, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEintcOintgR), G__defined_typename("Rgl::BinRange_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43942    G__memfunc_setup("GetYBins",773,G__G__GL_143_0_19, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEintcOintgR), G__defined_typename("Rgl::BinRange_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43943    G__memfunc_setup("GetZBins",774,G__G__GL_143_0_20, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEintcOintgR), G__defined_typename("Rgl::BinRange_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43944    G__memfunc_setup("GetXRange",869,G__G__GL_143_0_21, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43945    G__memfunc_setup("GetXLength",986,G__G__GL_143_0_22, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43946    G__memfunc_setup("GetYRange",870,G__G__GL_143_0_23, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43947    G__memfunc_setup("GetYLength",987,G__G__GL_143_0_24, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43948    G__memfunc_setup("GetZRange",871,G__G__GL_143_0_25, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43949    G__memfunc_setup("GetZLength",988,G__G__GL_143_0_26, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43950    G__memfunc_setup("GetXRangeScaled",1457,G__G__GL_143_0_27, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43951    G__memfunc_setup("GetYRangeScaled",1458,G__G__GL_143_0_28, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43952    G__memfunc_setup("GetZRangeScaled",1459,G__G__GL_143_0_29, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
43953    G__memfunc_setup("GetXScale",864,G__G__GL_143_0_30, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43954    G__memfunc_setup("GetYScale",865,G__G__GL_143_0_31, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43955    G__memfunc_setup("GetZScale",866,G__G__GL_143_0_32, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43956    G__memfunc_setup("GetFirstXBin",1177,G__G__GL_143_0_33, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43957    G__memfunc_setup("GetLastXBin",1061,G__G__GL_143_0_34, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43958    G__memfunc_setup("GetFirstYBin",1178,G__G__GL_143_0_35, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43959    G__memfunc_setup("GetLastYBin",1062,G__G__GL_143_0_36, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43960    G__memfunc_setup("GetFirstZBin",1179,G__G__GL_143_0_37, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43961    G__memfunc_setup("GetLastZBin",1063,G__G__GL_143_0_38, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43962    G__memfunc_setup("GetFactor",895,G__G__GL_143_0_39, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
43963    G__memfunc_setup("SetRangesPolar",1418,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'TH1' - 10 - hist", (char*)NULL, (void*) NULL, 0);
43964    G__memfunc_setup("SetRangesCylindrical",2042,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'TH1' - 10 - hist", (char*)NULL, (void*) NULL, 0);
43965    G__memfunc_setup("SetRangesSpherical",1831,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'TH1' - 10 - hist", (char*)NULL, (void*) NULL, 0);
43966    G__memfunc_setup("SetRangesCartesian",1830,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 4, 0, 
43967 "U 'TH1' - 10 - hist g - 'Bool_t' 0 'kFALSE' errors "
43968 "g - 'Bool_t' 0 'kFALSE' zBins", (char*)NULL, (void*) NULL, 0);
43969    G__memfunc_setup("TGLPlotCoordinates",1793,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates), -1, 0, 1, 1, 4, 0, "u 'TGLPlotCoordinates' - 11 - -", (char*)NULL, (void*) NULL, 0);
43970    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPlotCoordinates), -1, 1, 1, 1, 4, 0, "u 'TGLPlotCoordinates' - 11 - -", (char*)NULL, (void*) NULL, 0);
43971    G__memfunc_setup("Class",502,G__G__GL_143_0_46, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPlotCoordinates::Class) ), 0);
43972    G__memfunc_setup("Class_Name",982,G__G__GL_143_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotCoordinates::Class_Name) ), 0);
43973    G__memfunc_setup("Class_Version",1339,G__G__GL_143_0_48, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPlotCoordinates::Class_Version) ), 0);
43974    G__memfunc_setup("Dictionary",1046,G__G__GL_143_0_49, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPlotCoordinates::Dictionary) ), 0);
43975    G__memfunc_setup("IsA",253,G__G__GL_143_0_50, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
43976    G__memfunc_setup("ShowMembers",1132,G__G__GL_143_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
43977    G__memfunc_setup("Streamer",835,G__G__GL_143_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
43978    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_143_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
43979    G__memfunc_setup("DeclFileName",1145,G__G__GL_143_0_54, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotCoordinates::DeclFileName) ), 0);
43980    G__memfunc_setup("ImplFileLine",1178,G__G__GL_143_0_55, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlotCoordinates::ImplFileLine) ), 0);
43981    G__memfunc_setup("ImplFileName",1171,G__G__GL_143_0_56, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotCoordinates::ImplFileName) ), 0);
43982    G__memfunc_setup("DeclFileLine",1152,G__G__GL_143_0_57, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlotCoordinates::DeclFileLine) ), 0);
43983    // automatic destructor
43984    G__memfunc_setup("~TGLPlotCoordinates", 1919, G__G__GL_143_0_58, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
43985    G__tag_memfunc_reset();
43986 }
43987 
43988 static void G__setup_memfuncTGLQuadric(void) {
43989    /* TGLQuadric */
43990    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLQuadric));
43991    G__memfunc_setup("TGLQuadric",944,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLQuadric), -1, 0, 1, 1, 2, 0, "u 'TGLQuadric' - 11 - glq", (char*)NULL, (void*) NULL, 0);
43992    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLQuadric), -1, 1, 1, 1, 2, 0, "u 'TGLQuadric' - 11 - glq", (char*)NULL, (void*) NULL, 0);
43993    G__memfunc_setup("TGLQuadric",944,G__G__GL_144_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLQuadric), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43994    G__memfunc_setup("Get",288,G__G__GL_144_0_4, 85, G__get_linked_tagnum(&G__G__GLLN_GLUquadric), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
43995    G__memfunc_setup("Class",502,G__G__GL_144_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLQuadric::Class) ), 0);
43996    G__memfunc_setup("Class_Name",982,G__G__GL_144_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLQuadric::Class_Name) ), 0);
43997    G__memfunc_setup("Class_Version",1339,G__G__GL_144_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLQuadric::Class_Version) ), 0);
43998    G__memfunc_setup("Dictionary",1046,G__G__GL_144_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLQuadric::Dictionary) ), 0);
43999    G__memfunc_setup("IsA",253,G__G__GL_144_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44000    G__memfunc_setup("ShowMembers",1132,G__G__GL_144_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44001    G__memfunc_setup("Streamer",835,G__G__GL_144_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44002    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_144_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44003    G__memfunc_setup("DeclFileName",1145,G__G__GL_144_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLQuadric::DeclFileName) ), 0);
44004    G__memfunc_setup("ImplFileLine",1178,G__G__GL_144_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLQuadric::ImplFileLine) ), 0);
44005    G__memfunc_setup("ImplFileName",1171,G__G__GL_144_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLQuadric::ImplFileName) ), 0);
44006    G__memfunc_setup("DeclFileLine",1152,G__G__GL_144_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLQuadric::DeclFileLine) ), 0);
44007    // automatic destructor
44008    G__memfunc_setup("~TGLQuadric", 1070, G__G__GL_144_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44009    G__tag_memfunc_reset();
44010 }
44011 
44012 static void G__setup_memfuncRgl(void) {
44013    /* Rgl */
44014    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_Rgl));
44015    G__memfunc_setup("ObjectIDToColor",1446,G__G__GL_146_0_1, 121, -1, -1, 0, 2, 1, 1, 0, 
44016 "i - 'Int_t' 0 - objectID g - 'Bool_t' 0 - highColor", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Bool_t))(&Rgl::ObjectIDToColor) ), 0);
44017    G__memfunc_setup("ColorToObjectID",1446,G__G__GL_146_0_2, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
44018 "B - 'UChar_t' 10 - color g - 'Bool_t' 0 - highColor", (char*)NULL, (void*) G__func2void( (Int_t (*)(const UChar_t*, Bool_t))(&Rgl::ColorToObjectID) ), 0);
44019    G__memfunc_setup("DrawQuadOutline",1529,G__G__GL_146_0_3, 121, -1, -1, 0, 4, 1, 1, 0, 
44020 "u 'TGLVertex3' - 11 - v1 u 'TGLVertex3' - 11 - v2 "
44021 "u 'TGLVertex3' - 11 - v3 u 'TGLVertex3' - 11 - v4", (char*)NULL, (void*) G__func2void( (void (*)(const TGLVertex3&, const TGLVertex3&, const TGLVertex3&, const TGLVertex3&))(&Rgl::DrawQuadOutline) ), 0);
44022    G__memfunc_setup("DrawQuadFilled",1385,G__G__GL_146_0_4, 121, -1, -1, 0, 5, 1, 1, 0, 
44023 "u 'TGLVertex3' - 11 - v0 u 'TGLVertex3' - 11 - v1 "
44024 "u 'TGLVertex3' - 11 - v2 u 'TGLVertex3' - 11 - v3 "
44025 "u 'TGLVector3' - 11 - normal", (char*)NULL, (void*) G__func2void( (void (*)(const TGLVertex3&, const TGLVertex3&, const TGLVertex3&, const TGLVertex3&, const TGLVector3&))(&Rgl::DrawQuadFilled) ), 0);
44026    G__memfunc_setup("DrawQuadFilled",1385,G__G__GL_146_0_5, 121, -1, -1, 0, 5, 1, 1, 0, 
44027 "D - 'Double_t' 10 - v0 D - 'Double_t' 10 - v1 "
44028 "D - 'Double_t' 10 - v2 D - 'Double_t' 10 - v3 "
44029 "D - 'Double_t' 10 - normal", (char*)NULL, (void*) G__func2void( (void (*)(const Double_t*, const Double_t*, const Double_t*, const Double_t*, const Double_t*))(&Rgl::DrawQuadFilled) ), 0);
44030    G__memfunc_setup("DrawSmoothFace",1399,G__G__GL_146_0_6, 121, -1, -1, 0, 6, 1, 1, 0, 
44031 "u 'TGLVertex3' - 11 - v1 u 'TGLVertex3' - 11 - v2 "
44032 "u 'TGLVertex3' - 11 - v3 u 'TGLVector3' - 11 - norm1 "
44033 "u 'TGLVector3' - 11 - norm2 u 'TGLVector3' - 11 - norm3", (char*)NULL, (void*) G__func2void( (void (*)(const TGLVertex3&, const TGLVertex3&, const TGLVertex3&, const TGLVector3&, const TGLVector3&, const TGLVector3&))(&Rgl::DrawSmoothFace) ), 0);
44034    G__memfunc_setup("DrawBoxFront",1216,G__G__GL_146_0_7, 121, -1, -1, 0, 7, 1, 1, 0, 
44035 "d - 'Double_t' 0 - xMin d - 'Double_t' 0 - xMax "
44036 "d - 'Double_t' 0 - yMin d - 'Double_t' 0 - yMax "
44037 "d - 'Double_t' 0 - zMin d - 'Double_t' 0 - zMax "
44038 "i - 'Int_t' 0 - fp", (char*)NULL, (void*) G__func2void( (void (*)(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Int_t))(&Rgl::DrawBoxFront) ), 0);
44039    G__memfunc_setup("DrawBoxFrontTextured",2069,G__G__GL_146_0_8, 121, -1, -1, 0, 9, 1, 1, 0, 
44040 "d - 'Double_t' 0 - xMin d - 'Double_t' 0 - xMax "
44041 "d - 'Double_t' 0 - yMin d - 'Double_t' 0 - yMax "
44042 "d - 'Double_t' 0 - zMin d - 'Double_t' 0 - zMax "
44043 "d - 'Double_t' 0 - tMin d - 'Double_t' 0 - tMax "
44044 "i - 'Int_t' 0 - front", (char*)NULL, (void*) G__func2void( (void (*)(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Int_t))(&Rgl::DrawBoxFrontTextured) ), 0);
44045    G__memfunc_setup("DrawCylinder",1224,G__G__GL_146_0_9, 121, -1, -1, 0, 7, 1, 1, 0, 
44046 "U 'TGLQuadric' - 0 - quadric d - 'Double_t' 0 - xMin "
44047 "d - 'Double_t' 0 - xMax d - 'Double_t' 0 - yMin "
44048 "d - 'Double_t' 0 - yMax d - 'Double_t' 0 - zMin "
44049 "d - 'Double_t' 0 - zMax", (char*)NULL, (void*) G__func2void( (void (*)(TGLQuadric*, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t))(&Rgl::DrawCylinder) ), 0);
44050    G__memfunc_setup("DrawSphere",1013,G__G__GL_146_0_10, 121, -1, -1, 0, 7, 1, 1, 0, 
44051 "U 'TGLQuadric' - 0 - quadric d - 'Double_t' 0 - xMin "
44052 "d - 'Double_t' 0 - xMax d - 'Double_t' 0 - yMin "
44053 "d - 'Double_t' 0 - yMax d - 'Double_t' 0 - zMin "
44054 "d - 'Double_t' 0 - zMax", (char*)NULL, (void*) G__func2void( (void (*)(TGLQuadric*, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t))(&Rgl::DrawSphere) ), 0);
44055    G__memfunc_setup("DrawError",920,G__G__GL_146_0_11, 121, -1, -1, 0, 6, 1, 1, 0, 
44056 "d - 'Double_t' 0 - xMin d - 'Double_t' 0 - xMax "
44057 "d - 'Double_t' 0 - yMin d - 'Double_t' 0 - yMax "
44058 "d - 'Double_t' 0 - zMin d - 'Double_t' 0 - zMax", (char*)NULL, (void*) G__func2void( (void (*)(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t))(&Rgl::DrawError) ), 0);
44059    G__memfunc_setup("DrawAxes",799,G__G__GL_146_0_12, 121, -1, -1, 0, 7, 1, 1, 0, 
44060 "i - 'Int_t' 0 - frontPoint I - 'Int_t' 10 - viewport "
44061 "U 'TGLVertex3' - 10 - box2D U 'TGLPlotCoordinates' - 10 - plotCoord "
44062 "U 'TAxis' - 0 - xAxis U 'TAxis' - 0 - yAxis "
44063 "U 'TAxis' - 0 - zAxis", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, const Int_t*, const TGLVertex3*, const TGLPlotCoordinates*, TAxis*, TAxis*, TAxis*))(&Rgl::DrawAxes) ), 0);
44064    G__memfunc_setup("SetZLevels",1009,G__G__GL_146_0_13, 121, -1, -1, 0, 5, 1, 1, 0, 
44065 "U 'TAxis' - 0 - zAxis d - 'Double_t' 0 - zMin "
44066 "d - 'Double_t' 0 - zMax d - 'Double_t' 0 - zScale "
44067 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 1 - zLevels", (char*)NULL, (void*) G__func2void( (void (*)(TAxis*, Double_t, Double_t, Double_t, vector<Double_t>&))(&Rgl::SetZLevels) ), 0);
44068    G__memfunc_setup("DrawFaceTextured",1618,G__G__GL_146_0_14, 121, -1, -1, 0, 9, 1, 1, 0, 
44069 "u 'TGLVertex3' - 11 - v1 u 'TGLVertex3' - 11 - v2 "
44070 "u 'TGLVertex3' - 11 - v3 d - 'Double_t' 0 - t1 "
44071 "d - 'Double_t' 0 - t2 d - 'Double_t' 0 - t3 "
44072 "u 'TGLVector3' - 11 - norm1 u 'TGLVector3' - 11 - norm2 "
44073 "u 'TGLVector3' - 11 - norm3", (char*)NULL, (void*) G__func2void( (void (*)(const TGLVertex3&, const TGLVertex3&, const TGLVertex3&, Double_t, Double_t, Double_t, const TGLVector3&, const TGLVector3&, const TGLVector3&))(&Rgl::DrawFaceTextured) ), 0);
44074    G__memfunc_setup("DrawFaceTextured",1618,G__G__GL_146_0_15, 121, -1, -1, 0, 8, 1, 1, 0, 
44075 "u 'TGLVertex3' - 11 - v1 u 'TGLVertex3' - 11 - v2 "
44076 "u 'TGLVertex3' - 11 - v3 d - 'Double_t' 0 - t1 "
44077 "d - 'Double_t' 0 - t2 d - 'Double_t' 0 - t3 "
44078 "d - 'Double_t' 0 - z u 'TGLVector3' - 11 - planeNormal", (char*)NULL, (void*) G__func2void( (void (*)(const TGLVertex3&, const TGLVertex3&, const TGLVertex3&, Double_t, Double_t, Double_t, Double_t, const TGLVector3&))(&Rgl::DrawFaceTextured) ), 0);
44079    G__memfunc_setup("GetColor",799,G__G__GL_146_0_16, 121, -1, -1, 0, 5, 1, 1, 0, 
44080 "f - 'Float_t' 0 - v f - 'Float_t' 0 - vmin "
44081 "f - 'Float_t' 0 - vmax i - 'Int_t' 0 - type "
44082 "F - 'Float_t' 0 - rgba", (char*)NULL, (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t, Int_t, Float_t*))(&Rgl::GetColor) ), 0);
44083    G__memfunc_setup("DrawPalette",1117,G__G__GL_146_0_17, 121, -1, -1, 0, 2, 1, 1, 0, 
44084 "U 'TGLPlotCamera' - 10 - camera u 'TGLLevelPalette' - 11 - palette", (char*)NULL, (void*) G__func2void( (void (*)(const TGLPlotCamera*, const TGLLevelPalette&))(&Rgl::DrawPalette) ), 0);
44085    G__memfunc_setup("DrawPaletteAxis",1522,G__G__GL_146_0_18, 121, -1, -1, 0, 3, 1, 1, 0, 
44086 "U 'TGLPlotCamera' - 10 - camera u 'pair<double,double>' 'Rgl::Range_t' 11 - minMax "
44087 "g - 'Bool_t' 0 - logZ", (char*)NULL, (void*) G__func2void( (void (*)(const TGLPlotCamera*, const Rgl::Range_t&, Bool_t))(&Rgl::DrawPaletteAxis) ), 0);
44088    G__memfunc_setup("DrawMesh",795,G__G__GL_146_0_19, 121, -1, -1, 0, 3, 1, 1, 0, 
44089 "u 'vector<float,allocator<float> >' 'vector<Float_t>' 11 - vs u 'vector<float,allocator<float> >' 'vector<Float_t>' 11 - ns "
44090 "u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - ts", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Float_t>&, const vector<Float_t>&, const vector<UInt_t>&))(&Rgl::DrawMesh) ), 0);
44091    G__memfunc_setup("DrawMesh",795,G__G__GL_146_0_20, 121, -1, -1, 0, 3, 1, 1, 0, 
44092 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - vs u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - ns "
44093 "u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - ts", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Double_t>&, const vector<Double_t>&, const vector<UInt_t>&))(&Rgl::DrawMesh) ), 0);
44094    G__memfunc_setup("DrawMesh",795,G__G__GL_146_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
44095 "u 'vector<float,allocator<float> >' 'vector<Float_t>' 11 - vs u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - fTS", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Float_t>&, const vector<UInt_t>&))(&Rgl::DrawMesh) ), 0);
44096    G__memfunc_setup("DrawMesh",795,G__G__GL_146_0_22, 121, -1, -1, 0, 2, 1, 1, 0, 
44097 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - vs u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - fTS", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Double_t>&, const vector<UInt_t>&))(&Rgl::DrawMesh) ), 0);
44098    G__memfunc_setup("DrawMesh",795,G__G__GL_146_0_23, 121, -1, -1, 0, 4, 1, 1, 0, 
44099 "u 'vector<float,allocator<float> >' 'vector<Float_t>' 11 - vs u 'vector<float,allocator<float> >' 'vector<Float_t>' 11 - ns "
44100 "u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - ts u 'TGLBoxCut' - 11 - box", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Float_t>&, const vector<Float_t>&, const vector<UInt_t>&, const TGLBoxCut&))(&Rgl::DrawMesh) ), 0);
44101    G__memfunc_setup("DrawMesh",795,G__G__GL_146_0_24, 121, -1, -1, 0, 4, 1, 1, 0, 
44102 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - vs u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - ns "
44103 "u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - ts u 'TGLBoxCut' - 11 - box", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Double_t>&, const vector<Double_t>&, const vector<UInt_t>&, const TGLBoxCut&))(&Rgl::DrawMesh) ), 0);
44104    G__memfunc_setup("DrawMesh",795,G__G__GL_146_0_25, 121, -1, -1, 0, 3, 1, 1, 0, 
44105 "u 'vector<float,allocator<float> >' 'vector<Float_t>' 11 - vs u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - ts "
44106 "u 'TGLBoxCut' - 11 - box", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Float_t>&, const vector<UInt_t>&, const TGLBoxCut&))(&Rgl::DrawMesh) ), 0);
44107    G__memfunc_setup("DrawMesh",795,G__G__GL_146_0_26, 121, -1, -1, 0, 3, 1, 1, 0, 
44108 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - vs u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - ts "
44109 "u 'TGLBoxCut' - 11 - box", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Double_t>&, const vector<UInt_t>&, const TGLBoxCut&))(&Rgl::DrawMesh) ), 0);
44110    G__memfunc_setup("DrawMapleMesh",1290,G__G__GL_146_0_27, 121, -1, -1, 0, 3, 1, 1, 0, 
44111 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - vs u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - ns "
44112 "u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - ts", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Double_t>&, const vector<Double_t>&, const vector<UInt_t>&))(&Rgl::DrawMapleMesh) ), 0);
44113    G__memfunc_setup("DrawMapleMesh",1290,G__G__GL_146_0_28, 121, -1, -1, 0, 4, 1, 1, 0, 
44114 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - vs u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - ns "
44115 "u 'vector<unsigned int,allocator<unsigned int> >' 'vector<UInt_t>' 11 - ts u 'TGLBoxCut' - 11 - box", (char*)NULL, (void*) G__func2void( (void (*)(const vector<Double_t>&, const vector<Double_t>&, const vector<UInt_t>&, const TGLBoxCut&))(&Rgl::DrawMapleMesh) ), 0);
44116    G__tag_memfunc_reset();
44117 }
44118 
44119 static void G__setup_memfuncTGLPhysicalShape(void) {
44120    /* TGLPhysicalShape */
44121    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape));
44122    G__memfunc_setup("TGLPhysicalShape",1557,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 1, 1, 4, 0, "u 'TGLPhysicalShape' - 11 - -", "Not implemented", (void*) NULL, 0);
44123    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 1, 1, 1, 4, 0, "u 'TGLPhysicalShape' - 11 - -", "Not implemented", (void*) NULL, 0);
44124    G__memfunc_setup("UpdateBoundingBox",1730,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
44125    G__memfunc_setup("InitColor",915,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "F - 'Float_t' 10 - rgba", (char*)NULL, (void*) NULL, 0);
44126    G__memfunc_setup("TGLPhysicalShape",1557,G__G__GL_162_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 5, 1, 1, 0, 
44127 "h - 'UInt_t' 0 - ID u 'TGLLogicalShape' - 11 - logicalShape "
44128 "u 'TGLMatrix' - 11 - transform g - 'Bool_t' 0 - invertedWind "
44129 "F - 'Float_t' 10 - rgba", (char*)NULL, (void*) NULL, 0);
44130    G__memfunc_setup("TGLPhysicalShape",1557,G__G__GL_162_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 5, 1, 1, 0, 
44131 "h - 'UInt_t' 0 - ID u 'TGLLogicalShape' - 11 - logicalShape "
44132 "D - - 10 - transform g - 'Bool_t' 0 - invertedWind "
44133 "F - 'Float_t' 10 - rgba", (char*)NULL, (void*) NULL, 0);
44134    G__memfunc_setup("AddReference",1176,G__G__GL_162_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLPShapeRef' - 0 - ref", (char*)NULL, (void*) NULL, 0);
44135    G__memfunc_setup("RemoveReference",1533,G__G__GL_162_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLPShapeRef' - 0 - ref", (char*)NULL, (void*) NULL, 0);
44136    G__memfunc_setup("ID",141,G__G__GL_162_0_9, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44137    G__memfunc_setup("BoundingBox",1119,G__G__GL_162_0_10, 117, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44138    G__memfunc_setup("CalculateShapeLOD",1630,G__G__GL_162_0_11, 121, -1, -1, 0, 3, 1, 1, 8, 
44139 "u 'TGLRnrCtx' - 1 - rnrCtx f - 'Float_t' 1 - pixSize "
44140 "s - 'Short_t' 1 - shapeLOD", (char*)NULL, (void*) NULL, 1);
44141    G__memfunc_setup("QuantizeShapeLOD",1569,G__G__GL_162_0_12, 121, -1, -1, 0, 3, 1, 1, 8, 
44142 "s - 'Short_t' 0 - shapeLOD s - 'Short_t' 0 - combiLOD "
44143 "s - 'Short_t' 1 - quantLOD", (char*)NULL, (void*) NULL, 1);
44144    G__memfunc_setup("SetupGLColors",1302,G__G__GL_162_0_13, 121, -1, -1, 0, 2, 1, 1, 8, 
44145 "u 'TGLRnrCtx' - 1 - rnrCtx F - 'Float_t' 10 '0' color", (char*)NULL, (void*) NULL, 0);
44146    G__memfunc_setup("Draw",398,G__G__GL_162_0_14, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44147    G__memfunc_setup("GetLogical",987,G__G__GL_162_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44148    G__memfunc_setup("GetNextPhysical",1532,G__G__GL_162_0_16, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44149    G__memfunc_setup("GetManip",789,G__G__GL_162_0_17, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShapecLcLEManip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44150    G__memfunc_setup("SetManip",801,G__G__GL_162_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLPhysicalShape::EManip' - 0 - manip", (char*)NULL, (void*) NULL, 0);
44151    G__memfunc_setup("Modified",801,G__G__GL_162_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44152    G__memfunc_setup("IsModified",989,G__G__GL_162_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44153    G__memfunc_setup("IsSelected",997,G__G__GL_162_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44154    G__memfunc_setup("GetSelected",1097,G__G__GL_162_0_22, 98, -1, G__defined_typename("UChar_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44155    G__memfunc_setup("Select",608,G__G__GL_162_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "b - 'UChar_t' 0 - select", (char*)NULL, (void*) NULL, 0);
44156    G__memfunc_setup("Color",511,G__G__GL_162_0_24, 70, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44157    G__memfunc_setup("IsTransparent",1358,G__G__GL_162_0_25, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44158    G__memfunc_setup("IsInvisible",1121,G__G__GL_162_0_26, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44159    G__memfunc_setup("SetColor",811,G__G__GL_162_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "F - 'Float_t' 10 - rgba", (char*)NULL, (void*) NULL, 0);
44160    G__memfunc_setup("SetColorOnFamily",1610,G__G__GL_162_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "F - 'Float_t' 10 - rgba", (char*)NULL, (void*) NULL, 0);
44161    G__memfunc_setup("SetDiffuseColor",1521,G__G__GL_162_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "F - 'Float_t' 10 - rgba", (char*)NULL, (void*) NULL, 0);
44162    G__memfunc_setup("SetDiffuseColor",1521,G__G__GL_162_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "B - 'UChar_t' 10 - rgba", (char*)NULL, (void*) NULL, 0);
44163    G__memfunc_setup("SetDiffuseColor",1521,G__G__GL_162_0_31, 121, -1, -1, 0, 2, 1, 1, 0, 
44164 "s - 'Color_t' 0 - ci b - 'UChar_t' 0 - transparency", (char*)NULL, (void*) NULL, 0);
44165    G__memfunc_setup("GetScale",776,G__G__GL_162_0_32, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44166    G__memfunc_setup("GetTranslation",1455,G__G__GL_162_0_33, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44167    G__memfunc_setup("SetTransform",1256,G__G__GL_162_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLMatrix' - 11 - transform", (char*)NULL, (void*) NULL, 0);
44168    G__memfunc_setup("SetTransform",1256,G__G__GL_162_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - vals", (char*)NULL, (void*) NULL, 0);
44169    G__memfunc_setup("SetTranslation",1467,G__G__GL_162_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVertex3' - 11 - translation", (char*)NULL, (void*) NULL, 0);
44170    G__memfunc_setup("Translate",942,G__G__GL_162_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVector3' - 11 - vect", (char*)NULL, (void*) NULL, 0);
44171    G__memfunc_setup("Scale",488,G__G__GL_162_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLVector3' - 11 - scale", (char*)NULL, (void*) NULL, 0);
44172    G__memfunc_setup("Rotate",623,G__G__GL_162_0_39, 121, -1, -1, 0, 3, 1, 1, 0, 
44173 "u 'TGLVertex3' - 11 - pivot u 'TGLVector3' - 11 - axis "
44174 "d - 'Double_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
44175    G__memfunc_setup("InvokeContextMenu",1766,G__G__GL_162_0_40, 121, -1, -1, 0, 3, 1, 1, 8, 
44176 "u 'TContextMenu' - 1 - menu h - 'UInt_t' 0 - x "
44177 "h - 'UInt_t' 0 - y", (char*)NULL, (void*) NULL, 0);
44178    G__memfunc_setup("Class",502,G__G__GL_162_0_41, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPhysicalShape::Class) ), 0);
44179    G__memfunc_setup("Class_Name",982,G__G__GL_162_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPhysicalShape::Class_Name) ), 0);
44180    G__memfunc_setup("Class_Version",1339,G__G__GL_162_0_43, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPhysicalShape::Class_Version) ), 0);
44181    G__memfunc_setup("Dictionary",1046,G__G__GL_162_0_44, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPhysicalShape::Dictionary) ), 0);
44182    G__memfunc_setup("IsA",253,G__G__GL_162_0_45, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44183    G__memfunc_setup("ShowMembers",1132,G__G__GL_162_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44184    G__memfunc_setup("Streamer",835,G__G__GL_162_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44185    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_162_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44186    G__memfunc_setup("DeclFileName",1145,G__G__GL_162_0_49, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPhysicalShape::DeclFileName) ), 0);
44187    G__memfunc_setup("ImplFileLine",1178,G__G__GL_162_0_50, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPhysicalShape::ImplFileLine) ), 0);
44188    G__memfunc_setup("ImplFileName",1171,G__G__GL_162_0_51, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPhysicalShape::ImplFileName) ), 0);
44189    G__memfunc_setup("DeclFileLine",1152,G__G__GL_162_0_52, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPhysicalShape::DeclFileLine) ), 0);
44190    // automatic destructor
44191    G__memfunc_setup("~TGLPhysicalShape", 1683, G__G__GL_162_0_53, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44192    G__tag_memfunc_reset();
44193 }
44194 
44195 static void G__setup_memfuncTGLRnrCtx(void) {
44196    /* TGLRnrCtx */
44197    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx));
44198    G__memfunc_setup("StyleName",914,G__G__GL_163_0_1, 67, -1, -1, 0, 1, 3, 1, 1, "s - 'Short_t' 0 - style", (char*)NULL, (void*) G__func2void( (const char* (*)(Short_t))(&TGLRnrCtx::StyleName) ), 0);
44199    G__memfunc_setup("TGLRnrCtx",840,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx), -1, 0, 1, 1, 4, 0, "u 'TGLRnrCtx' - 11 - -", "Not implemented", (void*) NULL, 0);
44200    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx), -1, 1, 1, 1, 4, 0, "u 'TGLRnrCtx' - 11 - -", "Not implemented", (void*) NULL, 0);
44201    G__memfunc_setup("TGLRnrCtx",840,G__G__GL_163_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx), -1, 0, 1, 1, 1, 0, "U 'TGLViewerBase' - 0 - viewer", (char*)NULL, (void*) NULL, 0);
44202    G__memfunc_setup("GetViewer",914,G__G__GL_163_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44203    G__memfunc_setup("RefViewer",911,G__G__GL_163_0_6, 117, G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44204    G__memfunc_setup("GetCamera",873,G__G__GL_163_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44205    G__memfunc_setup("RefCamera",870,G__G__GL_163_0_8, 117, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44206    G__memfunc_setup("GetSceneInfo",1178,G__G__GL_163_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44207    G__memfunc_setup("RefSceneInfo",1175,G__G__GL_163_0_10, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44208    G__memfunc_setup("GetScene",782,G__G__GL_163_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44209    G__memfunc_setup("RefScene",779,G__G__GL_163_0_12, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44210    G__memfunc_setup("RefCamera",870,G__G__GL_163_0_13, 117, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44211    G__memfunc_setup("GetCamera",873,G__G__GL_163_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44212    G__memfunc_setup("SetCamera",885,G__G__GL_163_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLCamera' - 0 - c", (char*)NULL, (void*) NULL, 0);
44213    G__memfunc_setup("SetSceneInfo",1190,G__G__GL_163_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLSceneInfo' - 0 - si", (char*)NULL, (void*) NULL, 0);
44214    G__memfunc_setup("ViewerLOD",849,G__G__GL_163_0_17, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44215    G__memfunc_setup("SetViewerLOD",1149,G__G__GL_163_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - LOD", (char*)NULL, (void*) NULL, 0);
44216    G__memfunc_setup("SceneLOD",717,G__G__GL_163_0_19, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44217    G__memfunc_setup("SetSceneLOD",1017,G__G__GL_163_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - LOD", (char*)NULL, (void*) NULL, 0);
44218    G__memfunc_setup("CombiLOD",713,G__G__GL_163_0_21, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44219    G__memfunc_setup("SetCombiLOD",1013,G__G__GL_163_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - LOD", (char*)NULL, (void*) NULL, 0);
44220    G__memfunc_setup("ShapeLOD",720,G__G__GL_163_0_23, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44221    G__memfunc_setup("SetShapeLOD",1020,G__G__GL_163_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - LOD", (char*)NULL, (void*) NULL, 0);
44222    G__memfunc_setup("ShapePixSize",1213,G__G__GL_163_0_25, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44223    G__memfunc_setup("SetShapePixSize",1513,G__G__GL_163_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - ps", (char*)NULL, (void*) NULL, 0);
44224    G__memfunc_setup("ViewerStyle",1155,G__G__GL_163_0_27, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44225    G__memfunc_setup("SetViewerStyle",1455,G__G__GL_163_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - sty", (char*)NULL, (void*) NULL, 0);
44226    G__memfunc_setup("SceneStyle",1023,G__G__GL_163_0_29, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44227    G__memfunc_setup("SetSceneStyle",1323,G__G__GL_163_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - sty", (char*)NULL, (void*) NULL, 0);
44228    G__memfunc_setup("ViewerWFLineW",1262,G__G__GL_163_0_31, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44229    G__memfunc_setup("SetViewerWFLineW",1562,G__G__GL_163_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
44230    G__memfunc_setup("SceneWFLineW",1130,G__G__GL_163_0_33, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44231    G__memfunc_setup("SetSceneWFLineW",1430,G__G__GL_163_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
44232    G__memfunc_setup("ViewerOLLineW",1260,G__G__GL_163_0_35, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44233    G__memfunc_setup("SetViewerOLLineW",1560,G__G__GL_163_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
44234    G__memfunc_setup("SceneOLLineW",1128,G__G__GL_163_0_37, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44235    G__memfunc_setup("SetSceneOLLineW",1428,G__G__GL_163_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
44236    G__memfunc_setup("ViewerClip",1018,G__G__GL_163_0_39, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44237    G__memfunc_setup("SetViewerClip",1318,G__G__GL_163_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLClip' - 0 - p", (char*)NULL, (void*) NULL, 0);
44238    G__memfunc_setup("SceneClip",886,G__G__GL_163_0_41, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44239    G__memfunc_setup("SetSceneClip",1186,G__G__GL_163_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLClip' - 0 - p", (char*)NULL, (void*) NULL, 0);
44240    G__memfunc_setup("Clip",392,G__G__GL_163_0_43, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44241    G__memfunc_setup("SetClip",692,G__G__GL_163_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLClip' - 0 - p", (char*)NULL, (void*) NULL, 0);
44242    G__memfunc_setup("HasClip",676,G__G__GL_163_0_45, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44243    G__memfunc_setup("DrawPass",805,G__G__GL_163_0_46, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44244    G__memfunc_setup("SetDrawPass",1105,G__G__GL_163_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - dpass", (char*)NULL, (void*) NULL, 0);
44245    G__memfunc_setup("IsDrawPassFilled",1585,G__G__GL_163_0_48, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44246    G__memfunc_setup("IsDrawPassOutlineLine",2121,G__G__GL_163_0_49, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44247    G__memfunc_setup("RenderTimeOut",1319,G__G__GL_163_0_50, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44248    G__memfunc_setup("SetRenderTimeOut",1619,G__G__GL_163_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - tout", (char*)NULL, (void*) NULL, 0);
44249    G__memfunc_setup("StartStopwatch",1483,G__G__GL_163_0_52, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44250    G__memfunc_setup("StopStopwatch",1379,G__G__GL_163_0_53, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44251    G__memfunc_setup("IsStopwatchRunning",1882,G__G__GL_163_0_54, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44252    G__memfunc_setup("HasStopwatchTimedOut",2052,G__G__GL_163_0_55, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44253    G__memfunc_setup("Highlight",920,G__G__GL_163_0_56, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44254    G__memfunc_setup("SetHighlight",1220,G__G__GL_163_0_57, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - hil", (char*)NULL, (void*) NULL, 0);
44255    G__memfunc_setup("HighlightOutline",1656,G__G__GL_163_0_58, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44256    G__memfunc_setup("SetHighlightOutline",1956,G__G__GL_163_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - ho", (char*)NULL, (void*) NULL, 0);
44257    G__memfunc_setup("Selection",934,G__G__GL_163_0_60, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44258    G__memfunc_setup("SetSelection",1234,G__G__GL_163_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - sel", (char*)NULL, (void*) NULL, 0);
44259    G__memfunc_setup("SecSelection",1217,G__G__GL_163_0_62, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44260    G__memfunc_setup("SetSecSelection",1517,G__G__GL_163_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - secSel", (char*)NULL, (void*) NULL, 0);
44261    G__memfunc_setup("GetPickRectangle",1596,G__G__GL_163_0_64, 85, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44262    G__memfunc_setup("GetPickRadius",1295,G__G__GL_163_0_65, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44263    G__memfunc_setup("GetSelectBuffer",1498,G__G__GL_163_0_66, 85, G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44264    G__memfunc_setup("BeginSelection",1419,G__G__GL_163_0_67, 121, -1, -1, 0, 3, 1, 1, 0, 
44265 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
44266 "i - 'Int_t' 0 '3' r", (char*)NULL, (void*) NULL, 0);
44267    G__memfunc_setup("EndSelection",1213,G__G__GL_163_0_68, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - glResult", (char*)NULL, (void*) NULL, 0);
44268    G__memfunc_setup("PushColorSet",1227,G__G__GL_163_0_69, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44269    G__memfunc_setup("ColorSet",811,G__G__GL_163_0_70, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44270    G__memfunc_setup("PopColorSet",1114,G__G__GL_163_0_71, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44271    G__memfunc_setup("ChangeBaseColorSet",1772,G__G__GL_163_0_72, 85, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 0, 1, 1, 1, 0, "U 'TGLColorSet' - 0 - set", (char*)NULL, (void*) NULL, 0);
44272    G__memfunc_setup("GetBaseColorSet",1478,G__G__GL_163_0_73, 85, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44273    G__memfunc_setup("ColorOrForeground",1755,G__G__GL_163_0_74, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - col", (char*)NULL, (void*) NULL, 0);
44274    G__memfunc_setup("GetRenderScale",1384,G__G__GL_163_0_75, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44275    G__memfunc_setup("SetRenderScale",1396,G__G__GL_163_0_76, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - s", (char*)NULL, (void*) NULL, 0);
44276    G__memfunc_setup("GetEventKeySym",1412,G__G__GL_163_0_77, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44277    G__memfunc_setup("SetEventKeySym",1424,G__G__GL_163_0_78, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - k", (char*)NULL, (void*) NULL, 0);
44278    G__memfunc_setup("IsDLCaptureOpen",1458,G__G__GL_163_0_79, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44279    G__memfunc_setup("OpenDLCapture",1270,G__G__GL_163_0_80, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44280    G__memfunc_setup("CloseDLCapture",1370,G__G__GL_163_0_81, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44281    G__memfunc_setup("GetGLCtxIdentity",1580,G__G__GL_163_0_82, 85, G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44282    G__memfunc_setup("SetGLCtxIdentity",1592,G__G__GL_163_0_83, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLContextIdentity' - 0 - cid", (char*)NULL, (void*) NULL, 0);
44283    G__memfunc_setup("RegisterFont",1244,G__G__GL_163_0_84, 121, -1, -1, 0, 4, 1, 1, 0, 
44284 "i - 'Int_t' 0 - size i - 'Int_t' 0 - file "
44285 "i - 'Int_t' 0 - mode u 'TGLFont' - 1 - out", (char*)NULL, (void*) NULL, 0);
44286    G__memfunc_setup("RegisterFont",1244,G__G__GL_163_0_85, 121, -1, -1, 0, 4, 1, 1, 0, 
44287 "i - 'Int_t' 0 - size C - - 10 - name "
44288 "i - 'Int_t' 0 - mode u 'TGLFont' - 1 - out", (char*)NULL, (void*) NULL, 0);
44289    G__memfunc_setup("RegisterFontNoScale",1921,G__G__GL_163_0_86, 121, -1, -1, 0, 4, 1, 1, 0, 
44290 "i - 'Int_t' 0 - size i - 'Int_t' 0 - file "
44291 "i - 'Int_t' 0 - mode u 'TGLFont' - 1 - out", (char*)NULL, (void*) NULL, 0);
44292    G__memfunc_setup("RegisterFontNoScale",1921,G__G__GL_163_0_87, 121, -1, -1, 0, 4, 1, 1, 0, 
44293 "i - 'Int_t' 0 - size C - - 10 - name "
44294 "i - 'Int_t' 0 - mode u 'TGLFont' - 1 - out", (char*)NULL, (void*) NULL, 0);
44295    G__memfunc_setup("ReleaseFont",1112,G__G__GL_163_0_88, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLFont' - 1 - font", (char*)NULL, (void*) NULL, 0);
44296    G__memfunc_setup("GetGluQuadric",1297,G__G__GL_163_0_89, 85, G__get_linked_tagnum(&G__G__GLLN_GLUquadric), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44297    G__memfunc_setup("SetGrabImage",1163,G__G__GL_163_0_90, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - gi", (char*)NULL, (void*) NULL, 0);
44298    G__memfunc_setup("GetGrabImage",1151,G__G__GL_163_0_91, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44299    G__memfunc_setup("ProjectionMatrixPushIdentity",2940,G__G__GL_163_0_92, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44300    G__memfunc_setup("ProjectionMatrixPop",1985,G__G__GL_163_0_93, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44301    G__memfunc_setup("Class",502,G__G__GL_163_0_94, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLRnrCtx::Class) ), 0);
44302    G__memfunc_setup("Class_Name",982,G__G__GL_163_0_95, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRnrCtx::Class_Name) ), 0);
44303    G__memfunc_setup("Class_Version",1339,G__G__GL_163_0_96, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLRnrCtx::Class_Version) ), 0);
44304    G__memfunc_setup("Dictionary",1046,G__G__GL_163_0_97, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLRnrCtx::Dictionary) ), 0);
44305    G__memfunc_setup("IsA",253,G__G__GL_163_0_98, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44306    G__memfunc_setup("ShowMembers",1132,G__G__GL_163_0_99, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44307    G__memfunc_setup("Streamer",835,G__G__GL_163_0_100, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44308    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_163_0_101, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44309    G__memfunc_setup("DeclFileName",1145,G__G__GL_163_0_102, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRnrCtx::DeclFileName) ), 0);
44310    G__memfunc_setup("ImplFileLine",1178,G__G__GL_163_0_103, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLRnrCtx::ImplFileLine) ), 0);
44311    G__memfunc_setup("ImplFileName",1171,G__G__GL_163_0_104, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRnrCtx::ImplFileName) ), 0);
44312    G__memfunc_setup("DeclFileLine",1152,G__G__GL_163_0_105, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLRnrCtx::DeclFileLine) ), 0);
44313    // automatic destructor
44314    G__memfunc_setup("~TGLRnrCtx", 966, G__G__GL_163_0_106, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44315    G__tag_memfunc_reset();
44316 }
44317 
44318 static void G__setup_memfuncTGLSelectRecord(void) {
44319    /* TGLSelectRecord */
44320    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord));
44321    G__memfunc_setup("TGLSelectRecord",1446,G__G__GL_164_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44322    G__memfunc_setup("TGLSelectRecord",1446,G__G__GL_164_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord), -1, 0, 1, 1, 1, 0, "H - 'UInt_t' 0 - data", (char*)NULL, (void*) NULL, 0);
44323    G__memfunc_setup("TGLSelectRecord",1446,G__G__GL_164_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord), -1, 0, 1, 1, 1, 0, "u 'TGLSelectRecord' - 11 - rec", (char*)NULL, (void*) NULL, 0);
44324    G__memfunc_setup("operator=",937,G__G__GL_164_0_4, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord), -1, 1, 1, 1, 1, 0, "u 'TGLSelectRecord' - 11 - rec", (char*)NULL, (void*) NULL, 0);
44325    G__memfunc_setup("Set",300,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "H - 'UInt_t' 0 - data", (char*)NULL, (void*) NULL, 1);
44326    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44327    G__memfunc_setup("GetTransparent",1458,G__G__GL_164_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44328    G__memfunc_setup("GetSceneInfo",1178,G__G__GL_164_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44329    G__memfunc_setup("GetPhysShape",1205,G__G__GL_164_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44330    G__memfunc_setup("GetObject",887,G__G__GL_164_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44331    G__memfunc_setup("GetSpecific",1094,G__G__GL_164_0_11, 89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44332    G__memfunc_setup("GetMultiple",1132,G__G__GL_164_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44333    G__memfunc_setup("GetHighlight",1208,G__G__GL_164_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44334    G__memfunc_setup("GetSecSelResult",1502,G__G__GL_164_0_14, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordcLcLESecSelResult), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44335    G__memfunc_setup("SetTransparent",1470,G__G__GL_164_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - t", (char*)NULL, (void*) NULL, 0);
44336    G__memfunc_setup("SetSceneInfo",1190,G__G__GL_164_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLSceneInfo' - 0 - si", (char*)NULL, (void*) NULL, 0);
44337    G__memfunc_setup("SetPhysShape",1217,G__G__GL_164_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - pshp", (char*)NULL, (void*) NULL, 0);
44338    G__memfunc_setup("SetObject",899,G__G__GL_164_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
44339    G__memfunc_setup("SetSpecific",1106,G__G__GL_164_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - spec", (char*)NULL, (void*) NULL, 0);
44340    G__memfunc_setup("SetMultiple",1144,G__G__GL_164_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - multi", (char*)NULL, (void*) NULL, 0);
44341    G__memfunc_setup("SetHighlight",1220,G__G__GL_164_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - hlt", (char*)NULL, (void*) NULL, 0);
44342    G__memfunc_setup("SetSecSelResult",1514,G__G__GL_164_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLSelectRecord::ESecSelResult' - 0 - r", (char*)NULL, (void*) NULL, 0);
44343    G__memfunc_setup("Print",525,G__G__GL_164_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44344    G__memfunc_setup("AreSameSelectionWise",2012,G__G__GL_164_0_24, 103, -1, G__defined_typename("Bool_t"), 0, 2, 3, 1, 0, 
44345 "u 'TGLSelectRecord' - 11 - r1 u 'TGLSelectRecord' - 11 - r2", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TGLSelectRecord&, const TGLSelectRecord&))(&TGLSelectRecord::AreSameSelectionWise) ), 0);
44346    G__memfunc_setup("Class",502,G__G__GL_164_0_25, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSelectRecord::Class) ), 0);
44347    G__memfunc_setup("Class_Name",982,G__G__GL_164_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectRecord::Class_Name) ), 0);
44348    G__memfunc_setup("Class_Version",1339,G__G__GL_164_0_27, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSelectRecord::Class_Version) ), 0);
44349    G__memfunc_setup("Dictionary",1046,G__G__GL_164_0_28, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSelectRecord::Dictionary) ), 0);
44350    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44351    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44352    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44353    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_164_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44354    G__memfunc_setup("DeclFileName",1145,G__G__GL_164_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectRecord::DeclFileName) ), 0);
44355    G__memfunc_setup("ImplFileLine",1178,G__G__GL_164_0_34, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSelectRecord::ImplFileLine) ), 0);
44356    G__memfunc_setup("ImplFileName",1171,G__G__GL_164_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectRecord::ImplFileName) ), 0);
44357    G__memfunc_setup("DeclFileLine",1152,G__G__GL_164_0_36, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSelectRecord::DeclFileLine) ), 0);
44358    // automatic destructor
44359    G__memfunc_setup("~TGLSelectRecord", 1572, G__G__GL_164_0_37, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44360    G__tag_memfunc_reset();
44361 }
44362 
44363 static void G__setup_memfuncTGLViewer(void) {
44364    /* TGLViewer */
44365    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewer));
44366    G__memfunc_setup("TGLViewer",857,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewer), -1, 0, 1, 1, 4, 0, "u 'TGLViewer' - 11 - -", "Not implemented", (void*) NULL, 0);
44367    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLViewer), -1, 1, 1, 1, 4, 0, "u 'TGLViewer' - 11 - -", "Not implemented", (void*) NULL, 0);
44368    G__memfunc_setup("InitSecondaryObjects",2054,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
44369    G__memfunc_setup("SetupClipObject",1520,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
44370    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
44371    G__memfunc_setup("PreDraw",693,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
44372    G__memfunc_setup("PostDraw",820,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
44373    G__memfunc_setup("FadeView",779,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "f - 'Float_t' 0 - alpha", (char*)NULL, (void*) NULL, 0);
44374    G__memfunc_setup("MakeCurrent",1121,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
44375    G__memfunc_setup("SwapBuffers",1128,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
44376    G__memfunc_setup("SetViewport",1164,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0, 
44377 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
44378 "i - 'Int_t' 0 - width i - 'Int_t' 0 - height", (char*)NULL, (void*) NULL, 0);
44379    G__memfunc_setup("SetViewport",1164,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TGLRect' - 11 - vp", (char*)NULL, (void*) NULL, 0);
44380    G__memfunc_setup("SetupCameras",1229,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "g - 'Bool_t' 0 - reset", (char*)NULL, (void*) NULL, 0);
44381    G__memfunc_setup("TGLViewer",857,G__G__GL_165_0_14, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewer), -1, 0, 5, 1, 1, 0, 
44382 "U 'TVirtualPad' - 0 - pad i - 'Int_t' 0 - x "
44383 "i - 'Int_t' 0 - y i - 'Int_t' 0 - width "
44384 "i - 'Int_t' 0 - height", (char*)NULL, (void*) NULL, 0);
44385    G__memfunc_setup("TGLViewer",857,G__G__GL_165_0_15, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewer), -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - pad", (char*)NULL, (void*) NULL, 0);
44386    G__memfunc_setup("CanLoopOnPrimitives",1941,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44387    G__memfunc_setup("PadPaint",785,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - pad", (char*)NULL, (void*) NULL, 1);
44388    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
44389 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
44390    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
44391 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
44392 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
44393    G__memfunc_setup("PreferLocalFrame",1594,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44394    G__memfunc_setup("BeginScene",979,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44395    G__memfunc_setup("BuildingScene",1308,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44396    G__memfunc_setup("EndScene",773,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44397    G__memfunc_setup("AddObject",864,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
44398 "u 'TBuffer3D' - 11 - - G - 'Bool_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
44399    G__memfunc_setup("AddObject",864,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
44400 "h - 'UInt_t' 0 - - u 'TBuffer3D' - 11 - - "
44401 "G - 'Bool_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
44402    G__memfunc_setup("OpenComposite",1349,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44403 "u 'TBuffer3D' - 11 - - G - 'Bool_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
44404    G__memfunc_setup("CloseComposite",1449,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44405    G__memfunc_setup("AddCompositeOp",1403,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - -", (char*)NULL, (void*) NULL, 1);
44406    G__memfunc_setup("PrintObjects",1239,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44407    G__memfunc_setup("ResetCameras",1215,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44408    G__memfunc_setup("ResetCamerasAfterNextUpdate",2739,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44409    G__memfunc_setup("GetGLWidget",1047,G__G__GL_165_0_32, 85, G__get_linked_tagnum(&G__G__GLLN_TGLWidget), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44410    G__memfunc_setup("CreateGLWidget",1355,G__G__GL_165_0_33, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44411    G__memfunc_setup("DestroyGLWidget",1505,G__G__GL_165_0_34, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44412    G__memfunc_setup("GetDev",575,G__G__GL_165_0_35, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44413    G__memfunc_setup("GetSmartRefresh",1526,G__G__GL_165_0_36, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44414    G__memfunc_setup("SetSmartRefresh",1538,G__G__GL_165_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - smart_ref", (char*)NULL, (void*) NULL, 0);
44415    G__memfunc_setup("RefDarkColorSet",1482,G__G__GL_165_0_38, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44416    G__memfunc_setup("RefLightColorSet",1600,G__G__GL_165_0_39, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44417    G__memfunc_setup("ColorSet",811,G__G__GL_165_0_40, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44418    G__memfunc_setup("UseDarkColorSet",1498,G__G__GL_165_0_41, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44419    G__memfunc_setup("UseLightColorSet",1616,G__G__GL_165_0_42, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44420    G__memfunc_setup("SwitchColorSet",1437,G__G__GL_165_0_43, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44421    G__memfunc_setup("UseDefaultColorSet",1821,G__G__GL_165_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
44422    G__memfunc_setup("IsUsingDefaultColorSet",2226,G__G__GL_165_0_45, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44423    G__memfunc_setup("IsColorSetDark",1385,G__G__GL_165_0_46, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44424    G__memfunc_setup("SetClearColor",1298,G__G__GL_165_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - col", (char*)NULL, (void*) NULL, 0);
44425    G__memfunc_setup("GetDefaultColorSet",1808,G__G__GL_165_0_48, 117, G__get_linked_tagnum(&G__G__GLLN_TGLColorSet), -1, 1, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGLColorSet& (*)())(&TGLViewer::GetDefaultColorSet) ), 0);
44426    G__memfunc_setup("UseDefaultColorSetForNewViewers",3155,G__G__GL_165_0_49, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TGLViewer::UseDefaultColorSetForNewViewers) ), 0);
44427    G__memfunc_setup("IsUsingDefaultColorSetForNewViewers",3560,G__G__GL_165_0_50, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TGLViewer::IsUsingDefaultColorSetForNewViewers) ), 0);
44428    G__memfunc_setup("RefViewport",1149,G__G__GL_165_0_51, 117, G__get_linked_tagnum(&G__G__GLLN_TGLRect), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44429    G__memfunc_setup("ViewportDiagonal",1663,G__G__GL_165_0_52, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44430    G__memfunc_setup("GetPointScale",1298,G__G__GL_165_0_53, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44431    G__memfunc_setup("GetLineScale",1168,G__G__GL_165_0_54, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44432    G__memfunc_setup("SetPointScale",1310,G__G__GL_165_0_55, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - s", (char*)NULL, (void*) NULL, 0);
44433    G__memfunc_setup("SetLineScale",1180,G__G__GL_165_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - s", (char*)NULL, (void*) NULL, 0);
44434    G__memfunc_setup("GetSmoothPoints",1559,G__G__GL_165_0_57, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44435    G__memfunc_setup("GetSmoothLines",1429,G__G__GL_165_0_58, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44436    G__memfunc_setup("SetSmoothPoints",1571,G__G__GL_165_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - s", (char*)NULL, (void*) NULL, 0);
44437    G__memfunc_setup("SetSmoothLines",1441,G__G__GL_165_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - s", (char*)NULL, (void*) NULL, 0);
44438    G__memfunc_setup("GetLightSet",1092,G__G__GL_165_0_61, 85, G__get_linked_tagnum(&G__G__GLLN_TGLLightSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44439    G__memfunc_setup("GetClipSet",980,G__G__GL_165_0_62, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClipSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44440    G__memfunc_setup("GetClipAutoUpdate",1700,G__G__GL_165_0_63, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44441    G__memfunc_setup("SetClipAutoUpdate",1712,G__G__GL_165_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
44442    G__memfunc_setup("CurrentCamera",1324,G__G__GL_165_0_65, 117, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 1, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44443    G__memfunc_setup("RefCamera",870,G__G__GL_165_0_66, 117, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 1, 1, 1, 1, 0, "i 'TGLViewer::ECameraType' - 0 - camera", (char*)NULL, (void*) NULL, 0);
44444    G__memfunc_setup("SetCurrentCamera",1624,G__G__GL_165_0_67, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLViewer::ECameraType' - 0 - camera", (char*)NULL, (void*) NULL, 0);
44445    G__memfunc_setup("SetOrthoCamera",1409,G__G__GL_165_0_68, 121, -1, -1, 0, 6, 1, 1, 0, 
44446 "i 'TGLViewer::ECameraType' - 0 - camera d - 'Double_t' 0 - zoom "
44447 "d - 'Double_t' 0 - dolly D - 'Double_t' 0 - center "
44448 "d - 'Double_t' 0 - hRotate d - 'Double_t' 0 - vRotate", (char*)NULL, (void*) NULL, 0);
44449    G__memfunc_setup("SetPerspectiveCamera",2047,G__G__GL_165_0_69, 121, -1, -1, 0, 6, 1, 1, 0, 
44450 "i 'TGLViewer::ECameraType' - 0 - camera d - 'Double_t' 0 - fov "
44451 "d - 'Double_t' 0 - dolly D - 'Double_t' 0 - center "
44452 "d - 'Double_t' 0 - hRotate d - 'Double_t' 0 - vRotate", (char*)NULL, (void*) NULL, 0);
44453    G__memfunc_setup("GetGuideState",1295,G__G__GL_165_0_70, 121, -1, -1, 0, 4, 1, 1, 8, 
44454 "i - 'Int_t' 1 - axesType g - 'Bool_t' 1 - axesDepthTest "
44455 "g - 'Bool_t' 1 - referenceOn D - 'Double_t' 0 - referencePos", (char*)NULL, (void*) NULL, 0);
44456    G__memfunc_setup("SetGuideState",1307,G__G__GL_165_0_71, 121, -1, -1, 0, 4, 1, 1, 0, 
44457 "i - 'Int_t' 0 - axesType g - 'Bool_t' 0 - axesDepthTest "
44458 "g - 'Bool_t' 0 - referenceOn D - 'Double_t' 10 - referencePos", (char*)NULL, (void*) NULL, 0);
44459    G__memfunc_setup("SetDrawCameraCenter",1892,G__G__GL_165_0_72, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
44460    G__memfunc_setup("GetDrawCameraCenter",1880,G__G__GL_165_0_73, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44461    G__memfunc_setup("PickCameraCenter",1585,G__G__GL_165_0_74, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44462    G__memfunc_setup("PickAnnotate",1217,G__G__GL_165_0_75, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44463    G__memfunc_setup("GetCameraOverlay",1611,G__G__GL_165_0_76, 85, G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44464    G__memfunc_setup("SetCameraOverlay",1623,G__G__GL_165_0_77, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLCameraOverlay' - 0 - m", (char*)NULL, (void*) NULL, 0);
44465    G__memfunc_setup("GetAutoRotator",1444,G__G__GL_165_0_78, 85, G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44466    G__memfunc_setup("SetAutoRotator",1456,G__G__GL_165_0_79, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLAutoRotator' - 0 - ar", (char*)NULL, (void*) NULL, 0);
44467    G__memfunc_setup("GetStereo",914,G__G__GL_165_0_80, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44468    G__memfunc_setup("GetStereoZeroParallax",2151,G__G__GL_165_0_81, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44469    G__memfunc_setup("GetStereoEyeOffsetFac",2086,G__G__GL_165_0_82, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44470    G__memfunc_setup("GetStereoFrustumAsymFac",2348,G__G__GL_165_0_83, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44471    G__memfunc_setup("SetStereo",926,G__G__GL_165_0_84, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - s", (char*)NULL, (void*) NULL, 0);
44472    G__memfunc_setup("SetStereoZeroParallax",2163,G__G__GL_165_0_85, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - f", (char*)NULL, (void*) NULL, 0);
44473    G__memfunc_setup("SetStereoEyeOffsetFac",2098,G__G__GL_165_0_86, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - f", (char*)NULL, (void*) NULL, 0);
44474    G__memfunc_setup("SetStereoFrustumAsymFac",2360,G__G__GL_165_0_87, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - f", (char*)NULL, (void*) NULL, 0);
44475    G__memfunc_setup("GetPushAction",1310,G__G__GL_165_0_88, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEPushAction), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44476    G__memfunc_setup("GetDragAction",1276,G__G__GL_165_0_89, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewercLcLEDragAction), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44477    G__memfunc_setup("GetSelected",1097,G__G__GL_165_0_90, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44478    G__memfunc_setup("GetMaxSceneDrawTimeHQ",2026,G__G__GL_165_0_91, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44479    G__memfunc_setup("GetMaxSceneDrawTimeLQ",2030,G__G__GL_165_0_92, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44480    G__memfunc_setup("SetMaxSceneDrawTimeHQ",2038,G__G__GL_165_0_93, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - t", (char*)NULL, (void*) NULL, 0);
44481    G__memfunc_setup("SetMaxSceneDrawTimeLQ",2042,G__G__GL_165_0_94, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - t", (char*)NULL, (void*) NULL, 0);
44482    G__memfunc_setup("RequestDraw",1143,G__G__GL_165_0_95, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 'TGLRnrCtx::kLODMed' LOD", "Cross thread draw request", (void*) NULL, 0);
44483    G__memfunc_setup("PreRender",903,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44484    G__memfunc_setup("PostRender",1030,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44485    G__memfunc_setup("DoDraw",577,G__G__GL_165_0_98, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' swap_buffers", (char*)NULL, (void*) NULL, 0);
44486    G__memfunc_setup("DoDrawMono",986,G__G__GL_165_0_99, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - swap_buffers", (char*)NULL, (void*) NULL, 0);
44487    G__memfunc_setup("DoDrawStereo",1203,G__G__GL_165_0_100, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - swap_buffers", (char*)NULL, (void*) NULL, 0);
44488    G__memfunc_setup("DrawGuides",1007,G__G__GL_165_0_101, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44489    G__memfunc_setup("DrawDebugInfo",1281,G__G__GL_165_0_102, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44490    G__memfunc_setup("RequestSelect",1353,G__G__GL_165_0_103, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44491 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", "Cross thread select request", (void*) NULL, 0);
44492    G__memfunc_setup("DoSelect",787,G__G__GL_165_0_104, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44493 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", "First level selecton (shapes/objects).", (void*) NULL, 0);
44494    G__memfunc_setup("RequestSecondarySelect",2289,G__G__GL_165_0_105, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44495 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", "Cross thread secondary select request", (void*) NULL, 0);
44496    G__memfunc_setup("DoSecondarySelect",1723,G__G__GL_165_0_106, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44497 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", "Second level selecton (inner structure).", (void*) NULL, 0);
44498    G__memfunc_setup("ApplySelection",1452,G__G__GL_165_0_107, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44499    G__memfunc_setup("RequestOverlaySelect",2091,G__G__GL_165_0_108, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44500 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", "Cross thread select request", (void*) NULL, 0);
44501    G__memfunc_setup("DoOverlaySelect",1525,G__G__GL_165_0_109, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44502 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", "Window coords origin top left", (void*) NULL, 0);
44503    G__memfunc_setup("SavePicture",1131,G__G__GL_165_0_110, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44504    G__memfunc_setup("SavePicture",1131,G__G__GL_165_0_111, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TString' - 11 - fileName", (char*)NULL, (void*) NULL, 0);
44505    G__memfunc_setup("SavePictureUsingBB",1781,G__G__GL_165_0_112, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TString' - 11 - fileName", (char*)NULL, (void*) NULL, 0);
44506    G__memfunc_setup("SavePictureUsingFBO",1864,G__G__GL_165_0_113, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
44507 "u 'TString' - 11 - fileName i - 'Int_t' 0 - w "
44508 "i - 'Int_t' 0 - h f - 'Float_t' 0 '0' pixel_object_scale", (char*)NULL, (void*) NULL, 0);
44509    G__memfunc_setup("SavePictureWidth",1643,G__G__GL_165_0_114, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
44510 "u 'TString' - 11 - fileName i - 'Int_t' 0 - width "
44511 "g - 'Bool_t' 0 'kTRUE' pixel_object_scale", (char*)NULL, (void*) NULL, 0);
44512    G__memfunc_setup("SavePictureHeight",1732,G__G__GL_165_0_115, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
44513 "u 'TString' - 11 - fileName i - 'Int_t' 0 - height "
44514 "g - 'Bool_t' 0 'kTRUE' pixel_object_scale", (char*)NULL, (void*) NULL, 0);
44515    G__memfunc_setup("SavePictureScale",1619,G__G__GL_165_0_116, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
44516 "u 'TString' - 11 - fileName f - 'Float_t' 0 - scale "
44517 "g - 'Bool_t' 0 'kTRUE' pixel_object_scale", (char*)NULL, (void*) NULL, 0);
44518    G__memfunc_setup("GetPictureFileName",1789,G__G__GL_165_0_117, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44519    G__memfunc_setup("SetPictureFileName",1801,G__G__GL_165_0_118, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - f", (char*)NULL, (void*) NULL, 0);
44520    G__memfunc_setup("GetFader",770,G__G__GL_165_0_119, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44521    G__memfunc_setup("SetFader",782,G__G__GL_165_0_120, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - x", (char*)NULL, (void*) NULL, 0);
44522    G__memfunc_setup("AutoFade",777,G__G__GL_165_0_121, 121, -1, -1, 0, 3, 1, 1, 0, 
44523 "f - 'Float_t' 0 - fade f - 'Float_t' 0 '1' time "
44524 "i - 'Int_t' 0 '10' steps", (char*)NULL, (void*) NULL, 0);
44525    G__memfunc_setup("UpdateScene",1105,G__G__GL_165_0_122, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' redraw", (char*)NULL, (void*) NULL, 0);
44526    G__memfunc_setup("GetIgnoreSizesOnUpdate",2226,G__G__GL_165_0_123, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44527    G__memfunc_setup("SetIgnoreSizesOnUpdate",2238,G__G__GL_165_0_124, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - v", (char*)NULL, (void*) NULL, 0);
44528    G__memfunc_setup("ResetCurrentCamera",1839,G__G__GL_165_0_125, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44529    G__memfunc_setup("GetResetCamerasOnUpdate",2303,G__G__GL_165_0_126, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44530    G__memfunc_setup("SetResetCamerasOnUpdate",2315,G__G__GL_165_0_127, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - v", (char*)NULL, (void*) NULL, 0);
44531    G__memfunc_setup("PostSceneBuildSetup",1941,G__G__GL_165_0_128, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - resetCameras", (char*)NULL, (void*) NULL, 1);
44532    G__memfunc_setup("Activated",917,G__G__GL_165_0_129, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 1);
44533    G__memfunc_setup("MouseIdle",903,G__G__GL_165_0_130, 121, -1, -1, 0, 3, 1, 1, 0, 
44534 "U 'TGLPhysicalShape' - 0 - - h - 'UInt_t' 0 - - "
44535 "h - 'UInt_t' 0 - -", "*SIGNAL*", (void*) NULL, 1);
44536    G__memfunc_setup("MouseOver",933,G__G__GL_165_0_131, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - -", "*SIGNAL*", (void*) NULL, 1);
44537    G__memfunc_setup("MouseOver",933,G__G__GL_165_0_132, 121, -1, -1, 0, 2, 1, 1, 0, 
44538 "U 'TGLPhysicalShape' - 0 - - h - 'UInt_t' 0 - state", "*SIGNAL*", (void*) NULL, 1);
44539    G__memfunc_setup("MouseOver",933,G__G__GL_165_0_133, 121, -1, -1, 0, 2, 1, 1, 0, 
44540 "U 'TObject' - 0 - obj h - 'UInt_t' 0 - state", "*SIGNAL*", (void*) NULL, 1);
44541    G__memfunc_setup("ReMouseOver",1116,G__G__GL_165_0_134, 121, -1, -1, 0, 2, 1, 1, 0, 
44542 "U 'TObject' - 0 - obj h - 'UInt_t' 0 - state", "*SIGNAL*", (void*) NULL, 1);
44543    G__memfunc_setup("UnMouseOver",1128,G__G__GL_165_0_135, 121, -1, -1, 0, 2, 1, 1, 0, 
44544 "U 'TObject' - 0 - obj h - 'UInt_t' 0 - state", "*SIGNAL*", (void*) NULL, 1);
44545    G__memfunc_setup("Clicked",687,G__G__GL_165_0_136, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", "*SIGNAL*", (void*) NULL, 1);
44546    G__memfunc_setup("Clicked",687,G__G__GL_165_0_137, 121, -1, -1, 0, 3, 1, 1, 0, 
44547 "U 'TObject' - 0 - obj h - 'UInt_t' 0 - button "
44548 "h - 'UInt_t' 0 - state", "*SIGNAL*", (void*) NULL, 1);
44549    G__memfunc_setup("ReClicked",870,G__G__GL_165_0_138, 121, -1, -1, 0, 3, 1, 1, 0, 
44550 "U 'TObject' - 0 - obj h - 'UInt_t' 0 - button "
44551 "h - 'UInt_t' 0 - state", "*SIGNAL*", (void*) NULL, 1);
44552    G__memfunc_setup("UnClicked",882,G__G__GL_165_0_139, 121, -1, -1, 0, 3, 1, 1, 0, 
44553 "U 'TObject' - 0 - obj h - 'UInt_t' 0 - button "
44554 "h - 'UInt_t' 0 - state", "*SIGNAL*", (void*) NULL, 1);
44555    G__memfunc_setup("DoubleClicked",1290,G__G__GL_165_0_140, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 1);
44556    G__memfunc_setup("GetEventHandler",1504,G__G__GL_165_0_141, 85, G__get_linked_tagnum(&G__G__GLLN_TGEventHandler), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44557    G__memfunc_setup("SetEventHandler",1516,G__G__GL_165_0_142, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGEventHandler' - 0 - handler", (char*)NULL, (void*) NULL, 1);
44558    G__memfunc_setup("GetGedEditor",1175,G__G__GL_165_0_143, 85, G__get_linked_tagnum(&G__G__GLLN_TGedEditor), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44559    G__memfunc_setup("SetGedEditor",1187,G__G__GL_165_0_144, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGedEditor' - 0 - ed", (char*)NULL, (void*) NULL, 1);
44560    G__memfunc_setup("SelectionChanged",1616,G__G__GL_165_0_145, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44561    G__memfunc_setup("OverlayDragFinished",1930,G__G__GL_165_0_146, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44562    G__memfunc_setup("RefreshPadEditor",1611,G__G__GL_165_0_147, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 '0' obj", (char*)NULL, (void*) NULL, 1);
44563    G__memfunc_setup("RemoveOverlayElement",2074,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLOverlayElement' - 0 - el", (char*)NULL, (void*) NULL, 1);
44564    G__memfunc_setup("GetSelRec",862,G__G__GL_165_0_149, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecord), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44565    G__memfunc_setup("GetOvlSelRec",1167,G__G__GL_165_0_150, 117, G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44566    G__memfunc_setup("GetCurrentOvlElm",1618,G__G__GL_165_0_151, 85, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44567    G__memfunc_setup("ClearCurrentOvlElm",1817,G__G__GL_165_0_152, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44568    G__memfunc_setup("Class",502,G__G__GL_165_0_153, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLViewer::Class) ), 0);
44569    G__memfunc_setup("Class_Name",982,G__G__GL_165_0_154, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewer::Class_Name) ), 0);
44570    G__memfunc_setup("Class_Version",1339,G__G__GL_165_0_155, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLViewer::Class_Version) ), 0);
44571    G__memfunc_setup("Dictionary",1046,G__G__GL_165_0_156, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLViewer::Dictionary) ), 0);
44572    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44573    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44574    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44575    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_165_0_160, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44576    G__memfunc_setup("DeclFileName",1145,G__G__GL_165_0_161, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewer::DeclFileName) ), 0);
44577    G__memfunc_setup("ImplFileLine",1178,G__G__GL_165_0_162, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLViewer::ImplFileLine) ), 0);
44578    G__memfunc_setup("ImplFileName",1171,G__G__GL_165_0_163, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewer::ImplFileName) ), 0);
44579    G__memfunc_setup("DeclFileLine",1152,G__G__GL_165_0_164, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLViewer::DeclFileLine) ), 0);
44580    // automatic destructor
44581    G__memfunc_setup("~TGLViewer", 983, G__G__GL_165_0_165, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44582    G__tag_memfunc_reset();
44583 }
44584 
44585 static void G__setup_memfuncTGLSceneBase(void) {
44586    /* TGLSceneBase */
44587    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase));
44588    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase), -1, 1, 1, 1, 4, 0, "u 'TGLSceneBase' - 11 - -", "Not implemented", (void*) NULL, 0);
44589    G__memfunc_setup("AddViewer",891,G__G__GL_166_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLViewerBase' - 0 - viewer", (char*)NULL, (void*) NULL, 0);
44590    G__memfunc_setup("RemoveViewer",1248,G__G__GL_166_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLViewerBase' - 0 - viewer", (char*)NULL, (void*) NULL, 0);
44591    G__memfunc_setup("TagViewersChanged",1707,G__G__GL_166_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44592    G__memfunc_setup("LockIdStr",879,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
44593    G__memfunc_setup("GetName",673,G__G__GL_166_0_8, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
44594    G__memfunc_setup("GetTitle",802,G__G__GL_166_0_9, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
44595    G__memfunc_setup("SetName",685,G__G__GL_166_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
44596    G__memfunc_setup("SetTitle",814,G__G__GL_166_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - title", (char*)NULL, (void*) NULL, 1);
44597    G__memfunc_setup("SetNameTitle",1199,G__G__GL_166_0_12, 121, -1, -1, 0, 2, 1, 1, 0, 
44598 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 1);
44599    G__memfunc_setup("CreateSceneInfo",1486,G__G__GL_166_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 0, 1, 1, 1, 0, "U 'TGLViewerBase' - 0 - view", (char*)NULL, (void*) NULL, 1);
44600    G__memfunc_setup("RebuildSceneInfo",1601,G__G__GL_166_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - ctx", (char*)NULL, (void*) NULL, 1);
44601    G__memfunc_setup("UpdateSceneInfo",1501,G__G__GL_166_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - ctx", (char*)NULL, (void*) NULL, 1);
44602    G__memfunc_setup("LodifySceneInfo",1505,G__G__GL_166_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - ctx", (char*)NULL, (void*) NULL, 1);
44603    G__memfunc_setup("PreDraw",693,G__G__GL_166_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44604    G__memfunc_setup("PreRender",903,G__G__GL_166_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44605    G__memfunc_setup("Render",608,G__G__GL_166_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44606    G__memfunc_setup("RenderOpaque",1227,G__G__GL_166_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44607    G__memfunc_setup("RenderTransp",1240,G__G__GL_166_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44608    G__memfunc_setup("RenderSelOpaque",1519,G__G__GL_166_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44609    G__memfunc_setup("RenderSelTransp",1532,G__G__GL_166_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44610    G__memfunc_setup("PostRender",1030,G__G__GL_166_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44611    G__memfunc_setup("PostDraw",820,G__G__GL_166_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44612    G__memfunc_setup("FindLogical",1084,G__G__GL_166_0_26, 85, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape), -1, 0, 1, 1, 1, 8, "U 'TObject' - 0 - -", (char*)NULL, (void*) NULL, 1);
44613    G__memfunc_setup("ResolveSelectRecord",1951,G__G__GL_166_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44614 "u 'TGLSelectRecord' - 1 - rec i - 'Int_t' 0 - curIdx", (char*)NULL, (void*) NULL, 1);
44615    G__memfunc_setup("GetTimeStamp",1204,G__G__GL_166_0_28, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44616    G__memfunc_setup("IncTimeStamp",1198,G__G__GL_166_0_29, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44617    G__memfunc_setup("GetMinorStamp",1322,G__G__GL_166_0_30, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44618    G__memfunc_setup("IncMinorStamp",1316,G__G__GL_166_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44619    G__memfunc_setup("LOD",223,G__G__GL_166_0_32, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44620    G__memfunc_setup("SetLOD",523,G__G__GL_166_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - lod", (char*)NULL, (void*) NULL, 0);
44621    G__memfunc_setup("Style",529,G__G__GL_166_0_34, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44622    G__memfunc_setup("SetStyle",829,G__G__GL_166_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - st", (char*)NULL, (void*) NULL, 0);
44623    G__memfunc_setup("Clip",392,G__G__GL_166_0_36, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44624    G__memfunc_setup("SetClip",692,G__G__GL_166_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLClip' - 0 - p", (char*)NULL, (void*) NULL, 0);
44625    G__memfunc_setup("GetSelectable",1300,G__G__GL_166_0_38, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44626    G__memfunc_setup("SetSelectable",1312,G__G__GL_166_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - a", (char*)NULL, (void*) NULL, 0);
44627    G__memfunc_setup("GetAutoDestruct",1543,G__G__GL_166_0_40, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44628    G__memfunc_setup("SetAutoDestruct",1555,G__G__GL_166_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - a", (char*)NULL, (void*) NULL, 0);
44629    G__memfunc_setup("CalcBoundingBox",1490,G__G__GL_166_0_42, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
44630    G__memfunc_setup("InvalidateBoundingBox",2144,G__G__GL_166_0_43, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44631    G__memfunc_setup("BoundingBox",1119,G__G__GL_166_0_44, 117, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44632    G__memfunc_setup("Class",502,G__G__GL_166_0_45, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSceneBase::Class) ), 0);
44633    G__memfunc_setup("Class_Name",982,G__G__GL_166_0_46, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSceneBase::Class_Name) ), 0);
44634    G__memfunc_setup("Class_Version",1339,G__G__GL_166_0_47, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSceneBase::Class_Version) ), 0);
44635    G__memfunc_setup("Dictionary",1046,G__G__GL_166_0_48, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSceneBase::Dictionary) ), 0);
44636    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44637    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44638    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44639    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_166_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44640    G__memfunc_setup("DeclFileName",1145,G__G__GL_166_0_53, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSceneBase::DeclFileName) ), 0);
44641    G__memfunc_setup("ImplFileLine",1178,G__G__GL_166_0_54, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSceneBase::ImplFileLine) ), 0);
44642    G__memfunc_setup("ImplFileName",1171,G__G__GL_166_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSceneBase::ImplFileName) ), 0);
44643    G__memfunc_setup("DeclFileLine",1152,G__G__GL_166_0_56, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSceneBase::DeclFileLine) ), 0);
44644    // automatic destructor
44645    G__memfunc_setup("~TGLSceneBase", 1230, G__G__GL_166_0_57, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44646    G__tag_memfunc_reset();
44647 }
44648 
44649 static void G__setup_memfuncTGLScene(void) {
44650    /* TGLScene */
44651    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScene));
44652    G__memfunc_setup("TGLScene",725,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLScene), -1, 0, 1, 1, 4, 0, "u 'TGLScene' - 11 - -", "Not implemented", (void*) NULL, 0);
44653    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLScene), -1, 1, 1, 1, 4, 0, "u 'TGLScene' - 11 - -", "Not implemented", (void*) NULL, 0);
44654    G__memfunc_setup("ComparePhysicalVolumes",2287,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 3, 4, 0, 
44655 "U 'TGLPhysicalShape' - 10 - shape1 U 'TGLPhysicalShape' - 10 - shape2", (char*)NULL, (void*) NULL, 0);
44656    G__memfunc_setup("ComparePhysicalDiagonals",2454,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 3, 4, 0, 
44657 "U 'TGLPhysicalShape' - 10 - shape1 U 'TGLPhysicalShape' - 10 - shape2", (char*)NULL, (void*) NULL, 0);
44658    G__memfunc_setup("DestroyPhysicalInternal",2404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'map<unsigned int,TGLPhysicalShape*,less<unsigned int>,allocator<pair<const unsigned int,TGLPhysicalShape*> > >::iterator' 'TGLScene::PhysicalShapeMapIt_t' 0 - pit", (char*)NULL, (void*) NULL, 1);
44659    G__memfunc_setup("ReleaseGLCtxIdentity",1997,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
44660    G__memfunc_setup("TGLScene",725,G__G__GL_167_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLScene), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44661    G__memfunc_setup("CalcBoundingBox",1490,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44662    G__memfunc_setup("CreateSceneInfo",1486,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TGLScenecLcLTSceneInfo), -1, 0, 1, 1, 1, 0, "U 'TGLViewerBase' - 0 - view", (char*)NULL, (void*) NULL, 1);
44663    G__memfunc_setup("RebuildSceneInfo",1601,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44664    G__memfunc_setup("UpdateSceneInfo",1501,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44665    G__memfunc_setup("LodifySceneInfo",1505,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44666    G__memfunc_setup("PreDraw",693,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44667    G__memfunc_setup("RenderOpaque",1227,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44668    G__memfunc_setup("RenderTransp",1240,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44669    G__memfunc_setup("RenderSelOpaque",1519,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44670    G__memfunc_setup("RenderSelTransp",1532,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44671    G__memfunc_setup("PostDraw",820,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44672    G__memfunc_setup("RenderAllPasses",1512,G__G__GL_167_0_19, 121, -1, -1, 0, 3, 1, 1, 0, 
44673 "u 'TGLRnrCtx' - 1 - rnrCtx u 'vector<TGLScene::DrawElement_t*,allocator<TGLScene::DrawElement_t*> >' 'TGLScene::DrawElementPtrVec_t' 1 - elVec "
44674 "g - 'Bool_t' 0 - check_timeout", (char*)NULL, (void*) NULL, 1);
44675    G__memfunc_setup("RenderElements",1437,G__G__GL_167_0_20, 121, -1, -1, 0, 4, 1, 1, 0, 
44676 "u 'TGLRnrCtx' - 1 - rnrCtx u 'vector<TGLScene::DrawElement_t*,allocator<TGLScene::DrawElement_t*> >' 'TGLScene::DrawElementPtrVec_t' 1 - elVec "
44677 "g - 'Bool_t' 0 - check_timeout U 'vector<TGLPlane,allocator<TGLPlane> >' 'TGLPlaneSet_t' 10 '0' clipPlanes", (char*)NULL, (void*) NULL, 1);
44678    G__memfunc_setup("ResolveSelectRecord",1951,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44679 "u 'TGLSelectRecord' - 1 - rec i - 'Int_t' 0 - curIdx", (char*)NULL, (void*) NULL, 1);
44680    G__memfunc_setup("AdoptLogical",1203,G__G__GL_167_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLLogicalShape' - 1 - shape", (char*)NULL, (void*) NULL, 1);
44681    G__memfunc_setup("DestroyLogical",1445,G__G__GL_167_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44682 "U 'TObject' - 0 - logid g - 'Bool_t' 0 'kTRUE' mustFind", (char*)NULL, (void*) NULL, 1);
44683    G__memfunc_setup("DestroyLogicals",1560,G__G__GL_167_0_24, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44684    G__memfunc_setup("FindLogical",1084,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape), -1, 0, 1, 1, 1, 8, "U 'TObject' - 0 - logid", (char*)NULL, (void*) NULL, 1);
44685    G__memfunc_setup("AdoptPhysical",1333,G__G__GL_167_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLPhysicalShape' - 1 - shape", (char*)NULL, (void*) NULL, 1);
44686    G__memfunc_setup("DestroyPhysical",1575,G__G__GL_167_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - phid", (char*)NULL, (void*) NULL, 1);
44687    G__memfunc_setup("DestroyPhysicals",1690,G__G__GL_167_0_28, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44688    G__memfunc_setup("FindPhysical",1214,G__G__GL_167_0_29, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - phid", (char*)NULL, (void*) NULL, 1);
44689    G__memfunc_setup("GetMaxPhysicalID",1552,G__G__GL_167_0_30, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44690    G__memfunc_setup("BeginUpdate",1096,G__G__GL_167_0_31, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44691    G__memfunc_setup("EndUpdate",890,G__G__GL_167_0_32, 121, -1, -1, 0, 3, 1, 1, 0, 
44692 "g - 'Bool_t' 0 'kTRUE' minorChange g - 'Bool_t' 0 'kTRUE' sceneChanged "
44693 "g - 'Bool_t' 0 'kTRUE' updateViewers", (char*)NULL, (void*) NULL, 1);
44694    G__memfunc_setup("UpdateLogical",1310,G__G__GL_167_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - logid", (char*)NULL, (void*) NULL, 1);
44695    G__memfunc_setup("UpdatePhysical",1440,G__G__GL_167_0_34, 121, -1, -1, 0, 3, 1, 1, 0, 
44696 "h - 'UInt_t' 0 - phid D - 'Double_t' 0 - trans "
44697 "B - 'UChar_t' 0 - col", (char*)NULL, (void*) NULL, 1);
44698    G__memfunc_setup("UpdatePhysical",1440,G__G__GL_167_0_35, 121, -1, -1, 0, 4, 1, 1, 0, 
44699 "h - 'UInt_t' 0 - phid D - 'Double_t' 0 - trans "
44700 "s - 'Color_t' 0 '-1' cidx b - 'UChar_t' 0 '0' transp", (char*)NULL, (void*) NULL, 1);
44701    G__memfunc_setup("UpdatePhysioLogical",1946,G__G__GL_167_0_36, 121, -1, -1, 0, 3, 1, 1, 0, 
44702 "U 'TObject' - 0 - logid D - 'Double_t' 0 - trans "
44703 "B - 'UChar_t' 0 - col", (char*)NULL, (void*) NULL, 1);
44704    G__memfunc_setup("UpdatePhysioLogical",1946,G__G__GL_167_0_37, 121, -1, -1, 0, 4, 1, 1, 0, 
44705 "U 'TObject' - 0 - logid D - 'Double_t' 0 - trans "
44706 "s - 'Color_t' 0 - cidx b - 'UChar_t' 0 - transp", (char*)NULL, (void*) NULL, 1);
44707    G__memfunc_setup("RefLogicalShapes",1596,G__G__GL_167_0_38, 117, G__get_linked_tagnum(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR), G__defined_typename("TGLScene::LogicalShapeMap_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44708    G__memfunc_setup("BeginSmartRefresh",1723,G__G__GL_167_0_39, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44709    G__memfunc_setup("EndSmartRefresh",1517,G__G__GL_167_0_40, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44710    G__memfunc_setup("FindLogicalSmartRefresh",2322,G__G__GL_167_0_41, 85, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape), -1, 0, 1, 1, 1, 8, "U 'TObject' - 0 - ID", (char*)NULL, (void*) NULL, 0);
44711    G__memfunc_setup("GetGLCtxIdentity",1580,G__G__GL_167_0_42, 85, G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44712    G__memfunc_setup("SizeOfScene",1086,G__G__GL_167_0_43, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44713    G__memfunc_setup("DumpMapSizes",1218,G__G__GL_167_0_44, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44714    G__memfunc_setup("RGBAFromColorIdx",1492,G__G__GL_167_0_45, 121, -1, -1, 0, 3, 3, 1, 0, 
44715 "F - 'Float_t' 0 - rgba s - 'Color_t' 0 - ci "
44716 "c - 'Char_t' 0 '0' transp", (char*)NULL, (void*) G__func2void( (void (*)(Float_t*, Color_t, Char_t))(&TGLScene::RGBAFromColorIdx) ), 0);
44717    G__memfunc_setup("IsOutside",921,G__G__GL_167_0_46, 103, -1, G__defined_typename("Bool_t"), 0, 2, 3, 1, 0, 
44718 "u 'TGLBoundingBox' - 11 - box u 'vector<TGLPlane,allocator<TGLPlane> >' 'TGLPlaneSet_t' 11 - planes", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TGLBoundingBox&, const TGLPlaneSet_t&))(&TGLScene::IsOutside) ), 0);
44719    G__memfunc_setup("Class",502,G__G__GL_167_0_47, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLScene::Class) ), 0);
44720    G__memfunc_setup("Class_Name",982,G__G__GL_167_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScene::Class_Name) ), 0);
44721    G__memfunc_setup("Class_Version",1339,G__G__GL_167_0_49, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLScene::Class_Version) ), 0);
44722    G__memfunc_setup("Dictionary",1046,G__G__GL_167_0_50, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLScene::Dictionary) ), 0);
44723    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44724    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44725    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44726    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_167_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44727    G__memfunc_setup("DeclFileName",1145,G__G__GL_167_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScene::DeclFileName) ), 0);
44728    G__memfunc_setup("ImplFileLine",1178,G__G__GL_167_0_56, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLScene::ImplFileLine) ), 0);
44729    G__memfunc_setup("ImplFileName",1171,G__G__GL_167_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScene::ImplFileName) ), 0);
44730    G__memfunc_setup("DeclFileLine",1152,G__G__GL_167_0_58, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLScene::DeclFileLine) ), 0);
44731    // automatic destructor
44732    G__memfunc_setup("~TGLScene", 851, G__G__GL_167_0_59, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44733    G__tag_memfunc_reset();
44734 }
44735 
44736 static void G__setup_memfuncTGLLogicalShape(void) {
44737    /* TGLLogicalShape */
44738    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape));
44739    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape), -1, 1, 1, 1, 4, 0, "u 'TGLLogicalShape' - 11 - -", "Not implemented.", (void*) NULL, 0);
44740    G__memfunc_setup("PurgeDLRange",1152,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 8, 
44741 "h - 'UInt_t' 0 - base i - 'Int_t' 0 - size", (char*)NULL, (void*) NULL, 0);
44742    G__memfunc_setup("Ref",285,G__G__GL_168_0_7, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44743    G__memfunc_setup("AddRef",550,G__G__GL_168_0_8, 121, -1, -1, 0, 1, 1, 1, 8, "U 'TGLPhysicalShape' - 0 - phys", (char*)NULL, (void*) NULL, 0);
44744    G__memfunc_setup("SubRef",583,G__G__GL_168_0_9, 121, -1, -1, 0, 1, 1, 1, 8, "U 'TGLPhysicalShape' - 0 - phys", (char*)NULL, (void*) NULL, 0);
44745    G__memfunc_setup("StrongRef",922,G__G__GL_168_0_10, 121, -1, -1, 0, 1, 1, 1, 8, "g - 'Bool_t' 0 - strong", (char*)NULL, (void*) NULL, 0);
44746    G__memfunc_setup("DestroyPhysicals",1690,G__G__GL_168_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44747    G__memfunc_setup("UnrefFirstPhysical",1861,G__G__GL_168_0_12, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44748    G__memfunc_setup("GetFirstPhysical",1637,G__G__GL_168_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44749    G__memfunc_setup("ID",141,G__G__GL_168_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44750    G__memfunc_setup("GetExternal",1123,G__G__GL_168_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44751    G__memfunc_setup("GetScene",782,G__G__GL_168_0_16, 85, G__get_linked_tagnum(&G__G__GLLN_TGLScene), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44752    G__memfunc_setup("BoundingBox",1119,G__G__GL_168_0_17, 117, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44753    G__memfunc_setup("UpdateBoundingBox",1730,G__G__GL_168_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44754    G__memfunc_setup("UpdateBoundingBoxesOfPhysicals",3071,G__G__GL_168_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44755    G__memfunc_setup("SetDLCache",912,G__G__GL_168_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - cached", (char*)NULL, (void*) NULL, 0);
44756    G__memfunc_setup("ShouldDLCache",1235,G__G__GL_168_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 11 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44757    G__memfunc_setup("DLOffset",759,G__G__GL_168_0_22, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "s - 'Short_t' 0 - -", (char*)NULL, (void*) NULL, 1);
44758    G__memfunc_setup("DLCacheClear",1099,G__G__GL_168_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44759    G__memfunc_setup("DLCacheDrop",1017,G__G__GL_168_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44760    G__memfunc_setup("DLCachePurge",1127,G__G__GL_168_0_25, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44761    G__memfunc_setup("SupportedLODAxes",1590,G__G__GL_168_0_26, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShapecLcLELODAxes), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44762    G__memfunc_setup("QuantizeShapeLOD",1569,G__G__GL_168_0_27, 115, -1, G__defined_typename("Short_t"), 0, 2, 1, 1, 8, 
44763 "s - 'Short_t' 0 - shapeLOD s - 'Short_t' 0 - combiLOD", (char*)NULL, (void*) NULL, 1);
44764    G__memfunc_setup("Draw",398,G__G__GL_168_0_28, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44765    G__memfunc_setup("DirectDraw",1001,G__G__GL_168_0_29, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", "Actual draw method (non DL cached)", (void*) NULL, 3);
44766    G__memfunc_setup("DrawHighlight",1318,G__G__GL_168_0_30, 121, -1, -1, 0, 3, 1, 1, 8, 
44767 "u 'TGLRnrCtx' - 1 - rnrCtx U 'TGLPhysicalShape' - 10 - pshp "
44768 "i - 'Int_t' 0 '-1' lvl", (char*)NULL, (void*) NULL, 1);
44769    G__memfunc_setup("IgnoreSizeForOfInterest",2345,G__G__GL_168_0_31, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44770    G__memfunc_setup("KeepDuringSmartRefresh",2244,G__G__GL_168_0_32, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44771    G__memfunc_setup("SupportsSecondarySelect",2424,G__G__GL_168_0_33, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44772    G__memfunc_setup("AlwaysSecondarySelect",2169,G__G__GL_168_0_34, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44773    G__memfunc_setup("ProcessSelection",1669,G__G__GL_168_0_35, 121, -1, -1, 0, 2, 1, 1, 0, 
44774 "u 'TGLRnrCtx' - 1 - rnrCtx u 'TGLSelectRecord' - 1 - rec", (char*)NULL, (void*) NULL, 1);
44775    G__memfunc_setup("InvokeContextMenu",1766,G__G__GL_168_0_36, 121, -1, -1, 0, 3, 1, 1, 8, 
44776 "u 'TContextMenu' - 1 - menu h - 'UInt_t' 0 - x "
44777 "h - 'UInt_t' 0 - y", (char*)NULL, (void*) NULL, 0);
44778    G__memfunc_setup("Class",502,G__G__GL_168_0_37, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLLogicalShape::Class) ), 0);
44779    G__memfunc_setup("Class_Name",982,G__G__GL_168_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLogicalShape::Class_Name) ), 0);
44780    G__memfunc_setup("Class_Version",1339,G__G__GL_168_0_39, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLLogicalShape::Class_Version) ), 0);
44781    G__memfunc_setup("Dictionary",1046,G__G__GL_168_0_40, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLLogicalShape::Dictionary) ), 0);
44782    G__memfunc_setup("IsA",253,G__G__GL_168_0_41, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44783    G__memfunc_setup("ShowMembers",1132,G__G__GL_168_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44784    G__memfunc_setup("Streamer",835,G__G__GL_168_0_43, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44785    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_168_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44786    G__memfunc_setup("DeclFileName",1145,G__G__GL_168_0_45, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLogicalShape::DeclFileName) ), 0);
44787    G__memfunc_setup("ImplFileLine",1178,G__G__GL_168_0_46, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLogicalShape::ImplFileLine) ), 0);
44788    G__memfunc_setup("ImplFileName",1171,G__G__GL_168_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLogicalShape::ImplFileName) ), 0);
44789    G__memfunc_setup("DeclFileLine",1152,G__G__GL_168_0_48, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLogicalShape::DeclFileLine) ), 0);
44790    // automatic destructor
44791    G__memfunc_setup("~TGLLogicalShape", 1553, G__G__GL_168_0_49, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44792    G__tag_memfunc_reset();
44793 }
44794 
44795 static void G__setup_memfuncTGLObject(void) {
44796    /* TGLObject */
44797    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLObject));
44798    G__memfunc_setup("SearchGLRenderer",1568,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 1, 3, 4, 0, "U 'TClass' - 0 - cls", (char*)NULL, (void*) NULL, 0);
44799    G__memfunc_setup("SetModelCheckClass",1777,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 0, 
44800 "U 'TObject' - 0 - obj U 'TClass' - 0 - cls", (char*)NULL, (void*) NULL, 0);
44801    G__memfunc_setup("SetAxisAlignedBBox",1760,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 2, 0, 
44802 "f - 'Float_t' 0 - xmin f - 'Float_t' 0 - xmax "
44803 "f - 'Float_t' 0 - ymin f - 'Float_t' 0 - ymax "
44804 "f - 'Float_t' 0 - zmin f - 'Float_t' 0 - zmax", (char*)NULL, (void*) NULL, 0);
44805    G__memfunc_setup("SetAxisAlignedBBox",1760,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "F - 'Float_t' 10 - p", (char*)NULL, (void*) NULL, 0);
44806    G__memfunc_setup("ShouldDLCache",1235,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 11 - rnrCtx", (char*)NULL, (void*) NULL, 1);
44807    G__memfunc_setup("KeepDuringSmartRefresh",2244,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44808    G__memfunc_setup("UpdateBoundingBox",1730,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
44809    G__memfunc_setup("SetModel",797,G__G__GL_205_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44810 "U 'TObject' - 0 - obj C - 'Option_t' 10 '0' opt", (char*)NULL, (void*) NULL, 3);
44811    G__memfunc_setup("SetBBox",663,G__G__GL_205_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
44812    G__memfunc_setup("GetGLRenderer",1258,G__G__GL_205_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 1, 3, 1, 0, "U 'TClass' - 0 - isa", (char*)NULL, (void*) G__func2void( (TClass* (*)(TClass*))(&TGLObject::GetGLRenderer) ), 0);
44813    G__memfunc_setup("Class",502,G__G__GL_205_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLObject::Class) ), 0);
44814    G__memfunc_setup("Class_Name",982,G__G__GL_205_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLObject::Class_Name) ), 0);
44815    G__memfunc_setup("Class_Version",1339,G__G__GL_205_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLObject::Class_Version) ), 0);
44816    G__memfunc_setup("Dictionary",1046,G__G__GL_205_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLObject::Dictionary) ), 0);
44817    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44818    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44819    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44820    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_205_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44821    G__memfunc_setup("DeclFileName",1145,G__G__GL_205_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLObject::DeclFileName) ), 0);
44822    G__memfunc_setup("ImplFileLine",1178,G__G__GL_205_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLObject::ImplFileLine) ), 0);
44823    G__memfunc_setup("ImplFileName",1171,G__G__GL_205_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLObject::ImplFileName) ), 0);
44824    G__memfunc_setup("DeclFileLine",1152,G__G__GL_205_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLObject::DeclFileLine) ), 0);
44825    // automatic destructor
44826    G__memfunc_setup("~TGLObject", 956, G__G__GL_205_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44827    G__tag_memfunc_reset();
44828 }
44829 
44830 static void G__setup_memfuncTGLManip(void) {
44831    /* TGLManip */
44832    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLManip));
44833    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLManip), -1, 1, 1, 1, 2, 0, "u 'TGLManip' - 11 - -", (char*)NULL, (void*) NULL, 0);
44834    G__memfunc_setup("CalcDrawScale",1257,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 8, 
44835 "u 'TGLBoundingBox' - 11 - box u 'TGLCamera' - 11 - camera "
44836 "d - 'Double_t' 1 - base U 'TGLVector3' - 0 - axis", (char*)NULL, (void*) NULL, 0);
44837    G__memfunc_setup("ColorFor",806,(G__InterfaceMethod) NULL, 66, -1, G__defined_typename("UChar_t"), 0, 1, 1, 2, 9, "h - 'UInt_t' 0 - widget", (char*)NULL, (void*) NULL, 0);
44838    G__memfunc_setup("GetSelectedWidget",1709,G__G__GL_225_0_7, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44839    G__memfunc_setup("SetSelectedWidget",1721,G__G__GL_225_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - s", (char*)NULL, (void*) NULL, 0);
44840    G__memfunc_setup("GetActive",892,G__G__GL_225_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44841    G__memfunc_setup("SetActive",904,G__G__GL_225_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - a", (char*)NULL, (void*) NULL, 0);
44842    G__memfunc_setup("Attach",597,G__G__GL_225_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - shape", (char*)NULL, (void*) NULL, 0);
44843    G__memfunc_setup("GetAttached",1086,G__G__GL_225_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44844    G__memfunc_setup("Draw",398,G__G__GL_225_0_13, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 3);
44845    G__memfunc_setup("Select",608,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
44846 "u 'TGLCamera' - 11 - - u 'TGLRect' - 11 - - "
44847 "u 'TGLBoundingBox' - 11 - -", (char*)NULL, (void*) NULL, 1);
44848    G__memfunc_setup("HandleButton",1224,G__G__GL_225_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44849 "u 'Event_t' - 11 - event u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
44850    G__memfunc_setup("HandleMotion",1218,G__G__GL_225_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
44851 "u 'Event_t' - 11 - event u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
44852    G__memfunc_setup("Class",502,G__G__GL_225_0_17, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLManip::Class) ), 0);
44853    G__memfunc_setup("Class_Name",982,G__G__GL_225_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManip::Class_Name) ), 0);
44854    G__memfunc_setup("Class_Version",1339,G__G__GL_225_0_19, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLManip::Class_Version) ), 0);
44855    G__memfunc_setup("Dictionary",1046,G__G__GL_225_0_20, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLManip::Dictionary) ), 0);
44856    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44857    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44858    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44859    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_225_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44860    G__memfunc_setup("DeclFileName",1145,G__G__GL_225_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManip::DeclFileName) ), 0);
44861    G__memfunc_setup("ImplFileLine",1178,G__G__GL_225_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLManip::ImplFileLine) ), 0);
44862    G__memfunc_setup("ImplFileName",1171,G__G__GL_225_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManip::ImplFileName) ), 0);
44863    G__memfunc_setup("DeclFileLine",1152,G__G__GL_225_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLManip::DeclFileLine) ), 0);
44864    // automatic destructor
44865    G__memfunc_setup("~TGLManip", 858, G__G__GL_225_0_29, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44866    G__tag_memfunc_reset();
44867 }
44868 
44869 static void G__setup_memfuncTGLContext(void) {
44870    /* TGLContext */
44871    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLContext));
44872    G__memfunc_setup("TGLContext",972,G__G__GL_229_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLContext), -1, 0, 3, 1, 1, 0, 
44873 "U 'TGLWidget' - 0 - glWidget g - 'Bool_t' 0 'kTRUE' shareDefault "
44874 "U 'TGLContext' - 10 '0' shareList", (char*)NULL, (void*) NULL, 0);
44875    G__memfunc_setup("GetIdentity",1130,G__G__GL_229_0_2, 85, G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44876    G__memfunc_setup("MakeCurrent",1121,G__G__GL_229_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44877    G__memfunc_setup("ClearCurrent",1226,G__G__GL_229_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44878    G__memfunc_setup("SwapBuffers",1128,G__G__GL_229_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44879    G__memfunc_setup("SetContext",1041,G__G__GL_229_0_6, 121, -1, -1, 0, 2, 1, 1, 0, 
44880 "U 'TGLWidget' - 0 - widget U 'TGLContext' - 10 - shareList", (char*)NULL, (void*) NULL, 0);
44881    G__memfunc_setup("Release",705,G__G__GL_229_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44882    G__memfunc_setup("IsValid",684,G__G__GL_229_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44883    G__memfunc_setup("GetCurrent",1027,G__G__GL_229_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TGLContext), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGLContext* (*)())(&TGLContext::GetCurrent) ), 0);
44884    G__memfunc_setup("GlewInit",803,G__G__GL_229_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLContext::GlewInit) ), 0);
44885    G__memfunc_setup("TGLContext",972,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLContext), -1, 0, 1, 1, 4, 0, "u 'TGLContext' - 11 - -", (char*)NULL, (void*) NULL, 0);
44886    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLContext), -1, 1, 1, 1, 4, 0, "u 'TGLContext' - 11 - -", (char*)NULL, (void*) NULL, 0);
44887    G__memfunc_setup("Class",502,G__G__GL_229_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLContext::Class) ), 0);
44888    G__memfunc_setup("Class_Name",982,G__G__GL_229_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLContext::Class_Name) ), 0);
44889    G__memfunc_setup("Class_Version",1339,G__G__GL_229_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLContext::Class_Version) ), 0);
44890    G__memfunc_setup("Dictionary",1046,G__G__GL_229_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLContext::Dictionary) ), 0);
44891    G__memfunc_setup("IsA",253,G__G__GL_229_0_17, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44892    G__memfunc_setup("ShowMembers",1132,G__G__GL_229_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44893    G__memfunc_setup("Streamer",835,G__G__GL_229_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44894    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_229_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44895    G__memfunc_setup("DeclFileName",1145,G__G__GL_229_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLContext::DeclFileName) ), 0);
44896    G__memfunc_setup("ImplFileLine",1178,G__G__GL_229_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLContext::ImplFileLine) ), 0);
44897    G__memfunc_setup("ImplFileName",1171,G__G__GL_229_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLContext::ImplFileName) ), 0);
44898    G__memfunc_setup("DeclFileLine",1152,G__G__GL_229_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLContext::DeclFileLine) ), 0);
44899    // automatic destructor
44900    G__memfunc_setup("~TGLContext", 1098, G__G__GL_229_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44901    G__tag_memfunc_reset();
44902 }
44903 
44904 static void G__setup_memfuncTGLFormat(void) {
44905    /* TGLFormat */
44906    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFormat));
44907    G__memfunc_setup("GetDefaultSamples",1722,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 3, 4, 0, "", (char*)NULL, (void*) NULL, 0);
44908    G__memfunc_setup("InitAvailableSamples",2026,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 3, 4, 0, "", (char*)NULL, (void*) NULL, 0);
44909    G__memfunc_setup("TGLFormat",848,G__G__GL_230_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFormat), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44910    G__memfunc_setup("TGLFormat",848,G__G__GL_230_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFormat), -1, 0, 1, 1, 1, 0, "i 'TGLFormat::EFormatOptions' - 0 - options", (char*)NULL, (void*) NULL, 0);
44911    G__memfunc_setup("operator==",998,G__G__GL_230_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGLFormat' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
44912    G__memfunc_setup("operator!=",970,G__G__GL_230_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGLFormat' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
44913    G__memfunc_setup("GetDepthSize",1200,G__G__GL_230_0_7, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44914    G__memfunc_setup("SetDepthSize",1212,G__G__GL_230_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - depth", (char*)NULL, (void*) NULL, 0);
44915    G__memfunc_setup("HasDepth",785,G__G__GL_230_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44916    G__memfunc_setup("GetStencilSize",1421,G__G__GL_230_0_10, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44917    G__memfunc_setup("SetStencilSize",1433,G__G__GL_230_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - stencil", (char*)NULL, (void*) NULL, 0);
44918    G__memfunc_setup("HasStencil",1006,G__G__GL_230_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44919    G__memfunc_setup("GetAccumSize",1188,G__G__GL_230_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44920    G__memfunc_setup("SetAccumSize",1200,G__G__GL_230_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - accum", (char*)NULL, (void*) NULL, 0);
44921    G__memfunc_setup("HasAccumBuffer",1375,G__G__GL_230_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44922    G__memfunc_setup("IsDoubleBuffered",1594,G__G__GL_230_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44923    G__memfunc_setup("SetDoubleBuffered",1706,G__G__GL_230_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - db", (char*)NULL, (void*) NULL, 0);
44924    G__memfunc_setup("IsStereo",814,G__G__GL_230_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44925    G__memfunc_setup("SetStereo",926,G__G__GL_230_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - db", (char*)NULL, (void*) NULL, 0);
44926    G__memfunc_setup("GetSamples",1013,G__G__GL_230_0_20, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44927    G__memfunc_setup("SetSamples",1025,G__G__GL_230_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - samples", (char*)NULL, (void*) NULL, 0);
44928    G__memfunc_setup("HasMultiSampling",1634,G__G__GL_230_0_22, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44929    G__memfunc_setup("Class",502,G__G__GL_230_0_23, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLFormat::Class) ), 0);
44930    G__memfunc_setup("Class_Name",982,G__G__GL_230_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFormat::Class_Name) ), 0);
44931    G__memfunc_setup("Class_Version",1339,G__G__GL_230_0_25, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLFormat::Class_Version) ), 0);
44932    G__memfunc_setup("Dictionary",1046,G__G__GL_230_0_26, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLFormat::Dictionary) ), 0);
44933    G__memfunc_setup("IsA",253,G__G__GL_230_0_27, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44934    G__memfunc_setup("ShowMembers",1132,G__G__GL_230_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44935    G__memfunc_setup("Streamer",835,G__G__GL_230_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44936    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_230_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44937    G__memfunc_setup("DeclFileName",1145,G__G__GL_230_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFormat::DeclFileName) ), 0);
44938    G__memfunc_setup("ImplFileLine",1178,G__G__GL_230_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFormat::ImplFileLine) ), 0);
44939    G__memfunc_setup("ImplFileName",1171,G__G__GL_230_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFormat::ImplFileName) ), 0);
44940    G__memfunc_setup("DeclFileLine",1152,G__G__GL_230_0_34, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFormat::DeclFileLine) ), 0);
44941    // automatic copy constructor
44942    G__memfunc_setup("TGLFormat", 848, G__G__GL_230_0_35, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLFormat), -1, 0, 1, 1, 1, 0, "u 'TGLFormat' - 11 - -", (char*) NULL, (void*) NULL, 0);
44943    // automatic destructor
44944    G__memfunc_setup("~TGLFormat", 974, G__G__GL_230_0_36, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44945    // automatic assignment operator
44946    G__memfunc_setup("operator=", 937, G__G__GL_230_0_37, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLFormat), -1, 1, 1, 1, 1, 0, "u 'TGLFormat' - 11 - -", (char*) NULL, (void*) NULL, 0);
44947    G__tag_memfunc_reset();
44948 }
44949 
44950 static void G__setup_memfuncTGLPlotBox(void) {
44951    /* TGLPlotBox */
44952    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox));
44953    G__memfunc_setup("TGLPlotBox",943,G__G__GL_233_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox), -1, 0, 3, 1, 1, 0, 
44954 "g - 'Bool_t' 0 - xoySelectable g - 'Bool_t' 0 - xozSelectable "
44955 "g - 'Bool_t' 0 - yozSelectable", (char*)NULL, (void*) NULL, 0);
44956    G__memfunc_setup("DrawBox",695,G__G__GL_233_0_2, 121, -1, -1, 0, 4, 1, 1, 8, 
44957 "i - 'Int_t' 0 - selectedPart g - 'Bool_t' 0 - selectionPass "
44958 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - zLevels g - 'Bool_t' 0 - highColor", (char*)NULL, (void*) NULL, 0);
44959    G__memfunc_setup("SetPlotBox",1012,G__G__GL_233_0_3, 121, -1, -1, 0, 3, 1, 1, 0, 
44960 "u 'pair<double,double>' 'Rgl::Range_t' 11 - xRange u 'pair<double,double>' 'Rgl::Range_t' 11 - yRange "
44961 "u 'pair<double,double>' 'Rgl::Range_t' 11 - zRange", (char*)NULL, (void*) NULL, 0);
44962    G__memfunc_setup("SetPlotBox",1012,G__G__GL_233_0_4, 121, -1, -1, 0, 6, 1, 1, 0, 
44963 "u 'pair<double,double>' 'Rgl::Range_t' 11 - xRange d - 'Double_t' 0 - rangeXU "
44964 "u 'pair<double,double>' 'Rgl::Range_t' 11 - yRange d - 'Double_t' 0 - rangeYU "
44965 "u 'pair<double,double>' 'Rgl::Range_t' 11 - zRange d - 'Double_t' 0 - rangeZU", (char*)NULL, (void*) NULL, 0);
44966    G__memfunc_setup("SetFrameColor",1302,G__G__GL_233_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TColor' - 10 - color", (char*)NULL, (void*) NULL, 0);
44967    G__memfunc_setup("FindFrontPoint",1428,G__G__GL_233_0_6, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44968    G__memfunc_setup("GetFrontPoint",1331,G__G__GL_233_0_7, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
44969    G__memfunc_setup("Get3DBox",704,G__G__GL_233_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44970    G__memfunc_setup("Get2DBox",703,G__G__GL_233_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TGLVertex3), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
44971    G__memfunc_setup("DrawBackPlane",1263,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 8, 
44972 "i - 'Int_t' 0 - plane g - 'Bool_t' 0 - selectionPass "
44973 "u 'vector<double,allocator<double> >' 'vector<Double_t>' 11 - zLevels", (char*)NULL, (void*) NULL, 0);
44974    G__memfunc_setup("Class",502,G__G__GL_233_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPlotBox::Class) ), 0);
44975    G__memfunc_setup("Class_Name",982,G__G__GL_233_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotBox::Class_Name) ), 0);
44976    G__memfunc_setup("Class_Version",1339,G__G__GL_233_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPlotBox::Class_Version) ), 0);
44977    G__memfunc_setup("Dictionary",1046,G__G__GL_233_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPlotBox::Dictionary) ), 0);
44978    G__memfunc_setup("IsA",253,G__G__GL_233_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
44979    G__memfunc_setup("ShowMembers",1132,G__G__GL_233_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
44980    G__memfunc_setup("Streamer",835,G__G__GL_233_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
44981    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_233_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
44982    G__memfunc_setup("DeclFileName",1145,G__G__GL_233_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotBox::DeclFileName) ), 0);
44983    G__memfunc_setup("ImplFileLine",1178,G__G__GL_233_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlotBox::ImplFileLine) ), 0);
44984    G__memfunc_setup("ImplFileName",1171,G__G__GL_233_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotBox::ImplFileName) ), 0);
44985    G__memfunc_setup("DeclFileLine",1152,G__G__GL_233_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlotBox::DeclFileLine) ), 0);
44986    // automatic copy constructor
44987    G__memfunc_setup("TGLPlotBox", 943, G__G__GL_233_0_23, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox), -1, 0, 1, 1, 1, 0, "u 'TGLPlotBox' - 11 - -", (char*) NULL, (void*) NULL, 0);
44988    // automatic destructor
44989    G__memfunc_setup("~TGLPlotBox", 1069, G__G__GL_233_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
44990    G__tag_memfunc_reset();
44991 }
44992 
44993 static void G__setup_memfuncTGLPlotCamera(void) {
44994    /* TGLPlotCamera */
44995    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotCamera));
44996    G__memfunc_setup("TGLPlotCamera",1231,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlotCamera), -1, 0, 1, 1, 4, 0, "u 'TGLPlotCamera' - 11 - -", "Not implemented", (void*) NULL, 0);
44997    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPlotCamera), -1, 1, 1, 1, 4, 0, "u 'TGLPlotCamera' - 11 - -", "Not implemented", (void*) NULL, 0);
44998    G__memfunc_setup("TGLPlotCamera",1231,G__G__GL_234_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPlotCamera), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
44999    G__memfunc_setup("SetViewport",1164,G__G__GL_234_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRect' - 11 - vp", (char*)NULL, (void*) NULL, 0);
45000    G__memfunc_setup("SetViewVolume",1343,G__G__GL_234_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLVertex3' - 10 - box", (char*)NULL, (void*) NULL, 0);
45001    G__memfunc_setup("StartRotation",1374,G__G__GL_234_0_6, 121, -1, -1, 0, 2, 1, 1, 0, 
45002 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
45003    G__memfunc_setup("RotateCamera",1208,G__G__GL_234_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
45004 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
45005    G__memfunc_setup("StartPan",813,G__G__GL_234_0_8, 121, -1, -1, 0, 2, 1, 1, 0, 
45006 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
45007    G__memfunc_setup("Pan",287,G__G__GL_234_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
45008 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
45009    G__memfunc_setup("ZoomIn",604,G__G__GL_234_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45010    G__memfunc_setup("ZoomOut",733,G__G__GL_234_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45011    G__memfunc_setup("SetCamera",885,G__G__GL_234_0_12, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45012    G__memfunc_setup("Apply",518,G__G__GL_234_0_13, 121, -1, -1, 0, 2, 1, 1, 8, 
45013 "d - 'Double_t' 0 - phi d - 'Double_t' 0 - theta", (char*)NULL, (void*) NULL, 0);
45014    G__memfunc_setup("ViewportChanged",1546,G__G__GL_234_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45015    G__memfunc_setup("GetX",376,G__G__GL_234_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45016    G__memfunc_setup("GetY",377,G__G__GL_234_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45017    G__memfunc_setup("GetWidth",800,G__G__GL_234_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45018    G__memfunc_setup("GetHeight",889,G__G__GL_234_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45019    G__memfunc_setup("Class",502,G__G__GL_234_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPlotCamera::Class) ), 0);
45020    G__memfunc_setup("Class_Name",982,G__G__GL_234_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotCamera::Class_Name) ), 0);
45021    G__memfunc_setup("Class_Version",1339,G__G__GL_234_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPlotCamera::Class_Version) ), 0);
45022    G__memfunc_setup("Dictionary",1046,G__G__GL_234_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPlotCamera::Dictionary) ), 0);
45023    G__memfunc_setup("IsA",253,G__G__GL_234_0_23, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45024    G__memfunc_setup("ShowMembers",1132,G__G__GL_234_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45025    G__memfunc_setup("Streamer",835,G__G__GL_234_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45026    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_234_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45027    G__memfunc_setup("DeclFileName",1145,G__G__GL_234_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotCamera::DeclFileName) ), 0);
45028    G__memfunc_setup("ImplFileLine",1178,G__G__GL_234_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlotCamera::ImplFileLine) ), 0);
45029    G__memfunc_setup("ImplFileName",1171,G__G__GL_234_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotCamera::ImplFileName) ), 0);
45030    G__memfunc_setup("DeclFileLine",1152,G__G__GL_234_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlotCamera::DeclFileLine) ), 0);
45031    // automatic destructor
45032    G__memfunc_setup("~TGLPlotCamera", 1357, G__G__GL_234_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45033    G__tag_memfunc_reset();
45034 }
45035 
45036 static void G__setup_memfuncTGL5DDataSet(void) {
45037    /* TGL5DDataSet */
45038    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet));
45039    G__memfunc_setup("TGL5DDataSet",1030,G__G__GL_235_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet), -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - inputData", (char*)NULL, (void*) NULL, 0);
45040    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
45041 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45042    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
45043 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45044 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45045    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
45046 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45047    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
45048    G__memfunc_setup("GetRealPainter",1399,G__G__GL_235_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TGL5DPainter), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45049    G__memfunc_setup("SelectPoints",1245,G__G__GL_235_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
45050 "d - 'Double_t' 0 - v4Level d - 'Double_t' 0 - range", (char*)NULL, (void*) NULL, 0);
45051    G__memfunc_setup("SelectedSize",1220,G__G__GL_235_0_8, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45052    G__memfunc_setup("V1",135,G__G__GL_235_0_9, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - ind", (char*)NULL, (void*) NULL, 0);
45053    G__memfunc_setup("V2",136,G__G__GL_235_0_10, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - ind", (char*)NULL, (void*) NULL, 0);
45054    G__memfunc_setup("V3",137,G__G__GL_235_0_11, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - ind", (char*)NULL, (void*) NULL, 0);
45055    G__memfunc_setup("GetXAxis",781,G__G__GL_235_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45056    G__memfunc_setup("GetYAxis",782,G__G__GL_235_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45057    G__memfunc_setup("GetZAxis",783,G__G__GL_235_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TAxis), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45058    G__memfunc_setup("GetXRange",869,G__G__GL_235_0_15, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45059    G__memfunc_setup("GetYRange",870,G__G__GL_235_0_16, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45060    G__memfunc_setup("GetZRange",871,G__G__GL_235_0_17, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45061    G__memfunc_setup("GetV4Range",919,G__G__GL_235_0_18, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45062    G__memfunc_setup("V1ToUnitCube",1129,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 0 - v1", (char*)NULL, (void*) NULL, 0);
45063    G__memfunc_setup("V2ToUnitCube",1130,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 0 - v2", (char*)NULL, (void*) NULL, 0);
45064    G__memfunc_setup("V3ToUnitCube",1131,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 0 - v3", (char*)NULL, (void*) NULL, 0);
45065    G__memfunc_setup("TGL5DDataSet",1030,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet), -1, 0, 1, 1, 4, 0, "u 'TGL5DDataSet' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
45066    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSet), -1, 1, 1, 1, 4, 0, "u 'TGL5DDataSet' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
45067    G__memfunc_setup("Class",502,G__G__GL_235_0_24, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGL5DDataSet::Class) ), 0);
45068    G__memfunc_setup("Class_Name",982,G__G__GL_235_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGL5DDataSet::Class_Name) ), 0);
45069    G__memfunc_setup("Class_Version",1339,G__G__GL_235_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGL5DDataSet::Class_Version) ), 0);
45070    G__memfunc_setup("Dictionary",1046,G__G__GL_235_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGL5DDataSet::Dictionary) ), 0);
45071    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45072    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45073    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45074    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_235_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45075    G__memfunc_setup("DeclFileName",1145,G__G__GL_235_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGL5DDataSet::DeclFileName) ), 0);
45076    G__memfunc_setup("ImplFileLine",1178,G__G__GL_235_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGL5DDataSet::ImplFileLine) ), 0);
45077    G__memfunc_setup("ImplFileName",1171,G__G__GL_235_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGL5DDataSet::ImplFileName) ), 0);
45078    G__memfunc_setup("DeclFileLine",1152,G__G__GL_235_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGL5DDataSet::DeclFileLine) ), 0);
45079    // automatic destructor
45080    G__memfunc_setup("~TGL5DDataSet", 1156, G__G__GL_235_0_36, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
45081    G__tag_memfunc_reset();
45082 }
45083 
45084 static void G__setup_memfuncTGLBoxCut(void) {
45085    /* TGLBoxCut */
45086    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLBoxCut));
45087    G__memfunc_setup("TGLBoxCut",828,G__G__GL_239_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLBoxCut), -1, 0, 1, 1, 1, 0, "U 'TGLPlotBox' - 10 - plotBox", (char*)NULL, (void*) NULL, 0);
45088    G__memfunc_setup("TurnOnOff",897,G__G__GL_239_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45089    G__memfunc_setup("IsActive",792,G__G__GL_239_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45090    G__memfunc_setup("SetActive",904,G__G__GL_239_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - a", (char*)NULL, (void*) NULL, 0);
45091    G__memfunc_setup("ResetBoxGeometry",1656,G__G__GL_239_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45092    G__memfunc_setup("SetFactor",907,G__G__GL_239_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - f", (char*)NULL, (void*) NULL, 0);
45093    G__memfunc_setup("DrawBox",695,G__G__GL_239_0_7, 121, -1, -1, 0, 2, 1, 1, 8, 
45094 "g - 'Bool_t' 0 - selectionPass i - 'Int_t' 0 - selected", (char*)NULL, (void*) NULL, 0);
45095    G__memfunc_setup("StartMovement",1369,G__G__GL_239_0_8, 121, -1, -1, 0, 2, 1, 1, 0, 
45096 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
45097    G__memfunc_setup("MoveBox",704,G__G__GL_239_0_9, 121, -1, -1, 0, 3, 1, 1, 0, 
45098 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py "
45099 "i - 'Int_t' 0 - axisID", (char*)NULL, (void*) NULL, 0);
45100    G__memfunc_setup("IsInCut",671,G__G__GL_239_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 6, 1, 1, 8, 
45101 "d - 'Double_t' 0 - xMin d - 'Double_t' 0 - xMax "
45102 "d - 'Double_t' 0 - yMin d - 'Double_t' 0 - yMax "
45103 "d - 'Double_t' 0 - zMin d - 'Double_t' 0 - zMax", (char*)NULL, (void*) NULL, 0);
45104    G__memfunc_setup("GetXRange",869,G__G__GL_239_0_11, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45105    G__memfunc_setup("GetYRange",870,G__G__GL_239_0_12, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45106    G__memfunc_setup("GetZRange",871,G__G__GL_239_0_13, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45107    G__memfunc_setup("AdjustBox",916,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45108    G__memfunc_setup("Class",502,G__G__GL_239_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLBoxCut::Class) ), 0);
45109    G__memfunc_setup("Class_Name",982,G__G__GL_239_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoxCut::Class_Name) ), 0);
45110    G__memfunc_setup("Class_Version",1339,G__G__GL_239_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLBoxCut::Class_Version) ), 0);
45111    G__memfunc_setup("Dictionary",1046,G__G__GL_239_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLBoxCut::Dictionary) ), 0);
45112    G__memfunc_setup("IsA",253,G__G__GL_239_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45113    G__memfunc_setup("ShowMembers",1132,G__G__GL_239_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45114    G__memfunc_setup("Streamer",835,G__G__GL_239_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45115    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_239_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45116    G__memfunc_setup("DeclFileName",1145,G__G__GL_239_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoxCut::DeclFileName) ), 0);
45117    G__memfunc_setup("ImplFileLine",1178,G__G__GL_239_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLBoxCut::ImplFileLine) ), 0);
45118    G__memfunc_setup("ImplFileName",1171,G__G__GL_239_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoxCut::ImplFileName) ), 0);
45119    G__memfunc_setup("DeclFileLine",1152,G__G__GL_239_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLBoxCut::DeclFileLine) ), 0);
45120    // automatic copy constructor
45121    G__memfunc_setup("TGLBoxCut", 828, G__G__GL_239_0_27, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLBoxCut), -1, 0, 1, 1, 1, 0, "u 'TGLBoxCut' - 11 - -", (char*) NULL, (void*) NULL, 0);
45122    // automatic destructor
45123    G__memfunc_setup("~TGLBoxCut", 954, G__G__GL_239_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45124    G__tag_memfunc_reset();
45125 }
45126 
45127 static void G__setup_memfuncTGLTH3Slice(void) {
45128    /* TGLTH3Slice */
45129    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice));
45130    G__memfunc_setup("TGLTH3Slice",934,G__G__GL_240_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice), -1, 0, 5, 1, 1, 0, 
45131 "u 'TString' - 11 - sliceName U 'TH3' - 10 - hist "
45132 "U 'TGLPlotCoordinates' - 10 - coord U 'TGLPlotBox' - 10 - box "
45133 "i 'TGLTH3Slice::ESliceAxis' - 0 - axis", (char*)NULL, (void*) NULL, 0);
45134    G__memfunc_setup("TGLTH3Slice",934,G__G__GL_240_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTH3Slice), -1, 0, 6, 1, 1, 0, 
45135 "u 'TString' - 11 - sliceName U 'TH3' - 10 - hist "
45136 "U 'TF3' - 10 - fun U 'TGLPlotCoordinates' - 10 - coord "
45137 "U 'TGLPlotBox' - 10 - box i 'TGLTH3Slice::ESliceAxis' - 0 - axis", (char*)NULL, (void*) NULL, 0);
45138    G__memfunc_setup("DrawSlice",894,G__G__GL_240_0_3, 121, -1, -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - pos", (char*)NULL, (void*) NULL, 0);
45139    G__memfunc_setup("SetSliceWidth",1308,G__G__GL_240_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' width", "*MENU*", (void*) NULL, 0);
45140    G__memfunc_setup("SetMinMax",886,G__G__GL_240_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "u 'pair<double,double>' 'Rgl::Range_t' 11 - newRange", (char*)NULL, (void*) NULL, 0);
45141    G__memfunc_setup("GetPalette",1007,G__G__GL_240_0_6, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLevelPalette), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45142    G__memfunc_setup("PrepareTexCoords",1642,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 8, 
45143 "d - 'Double_t' 0 - pos i - 'Int_t' 0 - sliceBegin "
45144 "i - 'Int_t' 0 - sliceEnd", (char*)NULL, (void*) NULL, 0);
45145    G__memfunc_setup("FindMinMax",971,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 8, 
45146 "i - 'Int_t' 0 - sliceBegin i - 'Int_t' 0 - sliceEnd", (char*)NULL, (void*) NULL, 0);
45147    G__memfunc_setup("PreparePalette",1438,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
45148    G__memfunc_setup("DrawSliceTextured",1747,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 8, "d - 'Double_t' 0 - pos", (char*)NULL, (void*) NULL, 0);
45149    G__memfunc_setup("DrawSliceFrame",1385,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 8, 
45150 "i - 'Int_t' 0 - low i - 'Int_t' 0 - up", (char*)NULL, (void*) NULL, 0);
45151    G__memfunc_setup("Class",502,G__G__GL_240_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLTH3Slice::Class) ), 0);
45152    G__memfunc_setup("Class_Name",982,G__G__GL_240_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3Slice::Class_Name) ), 0);
45153    G__memfunc_setup("Class_Version",1339,G__G__GL_240_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLTH3Slice::Class_Version) ), 0);
45154    G__memfunc_setup("Dictionary",1046,G__G__GL_240_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLTH3Slice::Dictionary) ), 0);
45155    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45156    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45157    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45158    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_240_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45159    G__memfunc_setup("DeclFileName",1145,G__G__GL_240_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3Slice::DeclFileName) ), 0);
45160    G__memfunc_setup("ImplFileLine",1178,G__G__GL_240_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTH3Slice::ImplFileLine) ), 0);
45161    G__memfunc_setup("ImplFileName",1171,G__G__GL_240_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3Slice::ImplFileName) ), 0);
45162    G__memfunc_setup("DeclFileLine",1152,G__G__GL_240_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTH3Slice::DeclFileLine) ), 0);
45163    // automatic destructor
45164    G__memfunc_setup("~TGLTH3Slice", 1060, G__G__GL_240_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
45165    G__tag_memfunc_reset();
45166 }
45167 
45168 static void G__setup_memfuncTGLPlotPainter(void) {
45169    /* TGLPlotPainter */
45170    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter));
45171    G__memfunc_setup("RefBackBox",951,G__G__GL_243_0_4, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPlotBox), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45172    G__memfunc_setup("InitGL",551,G__G__GL_243_0_5, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
45173    G__memfunc_setup("DeInitGL",720,G__G__GL_243_0_6, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
45174    G__memfunc_setup("DrawPlot",813,G__G__GL_243_0_7, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
45175    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45176    G__memfunc_setup("PlotSelected",1224,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
45177 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45178    G__memfunc_setup("InitGeometry",1248,G__G__GL_243_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
45179    G__memfunc_setup("StartPan",813,G__G__GL_243_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
45180 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
45181    G__memfunc_setup("AddOption",898,G__G__GL_243_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - stringOption", (char*)NULL, (void*) NULL, 3);
45182    G__memfunc_setup("ProcessEvent",1249,G__G__GL_243_0_13, 121, -1, -1, 0, 3, 1, 1, 0, 
45183 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45184 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
45185    G__memfunc_setup("SetPadColor",1088,G__G__GL_243_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TColor' - 10 - color", (char*)NULL, (void*) NULL, 0);
45186    G__memfunc_setup("SetFrameColor",1302,G__G__GL_243_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TColor' - 10 - frameColor", (char*)NULL, (void*) NULL, 1);
45187    G__memfunc_setup("InvalidateSelection",1959,G__G__GL_243_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45188    G__memfunc_setup("CutAxisSelected",1514,G__G__GL_243_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45189    G__memfunc_setup("GetPadColor",1076,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GLLN_TColor), -1, 0, 0, 1, 2, 9, "", (char*)NULL, (void*) NULL, 0);
45190    G__memfunc_setup("MoveSection",1132,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
45191 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
45192    G__memfunc_setup("DrawSections",1238,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
45193    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 3);
45194    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 3);
45195    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 3);
45196    G__memfunc_setup("DrawPaletteAxis",1522,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 1);
45197    G__memfunc_setup("ClearBuffers",1204,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 1);
45198    G__memfunc_setup("PrintPlot",940,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
45199    G__memfunc_setup("SaveModelviewMatrix",1968,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
45200    G__memfunc_setup("SaveProjectionMatrix",2081,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
45201    G__memfunc_setup("RestoreModelviewMatrix",2309,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
45202    G__memfunc_setup("RestoreProjectionMatrix",2422,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
45203    G__memfunc_setup("Class",502,G__G__GL_243_0_31, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPlotPainter::Class) ), 0);
45204    G__memfunc_setup("Class_Name",982,G__G__GL_243_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotPainter::Class_Name) ), 0);
45205    G__memfunc_setup("Class_Version",1339,G__G__GL_243_0_33, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPlotPainter::Class_Version) ), 0);
45206    G__memfunc_setup("Dictionary",1046,G__G__GL_243_0_34, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPlotPainter::Dictionary) ), 0);
45207    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45208    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45209    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45210    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_243_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45211    G__memfunc_setup("DeclFileName",1145,G__G__GL_243_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotPainter::DeclFileName) ), 0);
45212    G__memfunc_setup("ImplFileLine",1178,G__G__GL_243_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlotPainter::ImplFileLine) ), 0);
45213    G__memfunc_setup("ImplFileName",1171,G__G__GL_243_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlotPainter::ImplFileName) ), 0);
45214    G__memfunc_setup("DeclFileLine",1152,G__G__GL_243_0_42, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlotPainter::DeclFileLine) ), 0);
45215    // automatic destructor
45216    G__memfunc_setup("~TGLPlotPainter", 1495, G__G__GL_243_0_43, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
45217    G__tag_memfunc_reset();
45218 }
45219 
45220 static void G__setup_memfuncTGLPlot3D(void) {
45221    /* TGLPlot3D */
45222    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D));
45223    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D), -1, 1, 1, 1, 4, 0, "u 'TGLPlot3D' - 11 - -", "Not implemented", (void*) NULL, 0);
45224    G__memfunc_setup("SetPainter",1023,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGLPlotPainter' - 0 - p", (char*)NULL, (void*) NULL, 0);
45225    G__memfunc_setup("InstantiatePlot",1571,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D), -1, 0, 1, 3, 2, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
45226    G__memfunc_setup("KeepDuringSmartRefresh",2244,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45227    G__memfunc_setup("CreatePlot",1011,G__G__GL_249_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D), -1, 0, 3, 3, 1, 0, 
45228 "U 'TObject' - 0 - obj C - 'Option_t' 10 - opt "
45229 "U 'TVirtualPad' - 0 - pad", (char*)NULL, (void*) G__func2void( (TGLPlot3D* (*)(TObject*, Option_t*, TVirtualPad*))(&TGLPlot3D::CreatePlot) ), 0);
45230    G__memfunc_setup("CreatePlot",1011,G__G__GL_249_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPlot3D), -1, 0, 5, 3, 1, 0, 
45231 "U 'TObject' - 0 - obj C - 'Option_t' 10 - opt "
45232 "g - 'Bool_t' 0 - logx g - 'Bool_t' 0 - logy "
45233 "g - 'Bool_t' 0 - logz", (char*)NULL, (void*) G__func2void( (TGLPlot3D* (*)(TObject*, Option_t*, Bool_t, Bool_t, Bool_t))(&TGLPlot3D::CreatePlot) ), 0);
45234    G__memfunc_setup("Class",502,G__G__GL_249_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPlot3D::Class) ), 0);
45235    G__memfunc_setup("Class_Name",982,G__G__GL_249_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlot3D::Class_Name) ), 0);
45236    G__memfunc_setup("Class_Version",1339,G__G__GL_249_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPlot3D::Class_Version) ), 0);
45237    G__memfunc_setup("Dictionary",1046,G__G__GL_249_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPlot3D::Dictionary) ), 0);
45238    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45239    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45240    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45241    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_249_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45242    G__memfunc_setup("DeclFileName",1145,G__G__GL_249_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlot3D::DeclFileName) ), 0);
45243    G__memfunc_setup("ImplFileLine",1178,G__G__GL_249_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlot3D::ImplFileLine) ), 0);
45244    G__memfunc_setup("ImplFileName",1171,G__G__GL_249_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPlot3D::ImplFileName) ), 0);
45245    G__memfunc_setup("DeclFileLine",1152,G__G__GL_249_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPlot3D::DeclFileLine) ), 0);
45246    // automatic destructor
45247    G__memfunc_setup("~TGLPlot3D", 891, G__G__GL_249_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45248    G__tag_memfunc_reset();
45249 }
45250 
45251 static void G__setup_memfuncTF2GL(void) {
45252    /* TF2GL */
45253    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TF2GL));
45254    G__memfunc_setup("TF2GL",351,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TF2GL), -1, 0, 1, 1, 4, 0, "u 'TF2GL' - 11 - -", "Not implemented", (void*) NULL, 0);
45255    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TF2GL), -1, 1, 1, 1, 4, 0, "u 'TF2GL' - 11 - -", "Not implemented", (void*) NULL, 0);
45256    G__memfunc_setup("TF2GL",351,G__G__GL_252_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TF2GL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45257    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
45258 "U 'TObject' - 0 - obj C - 'Option_t' 10 '0' opt", (char*)NULL, (void*) NULL, 1);
45259    G__memfunc_setup("SetBBox",663,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45260    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
45261    G__memfunc_setup("KeepDuringSmartRefresh",2244,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45262    G__memfunc_setup("Class",502,G__G__GL_252_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TF2GL::Class) ), 0);
45263    G__memfunc_setup("Class_Name",982,G__G__GL_252_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF2GL::Class_Name) ), 0);
45264    G__memfunc_setup("Class_Version",1339,G__G__GL_252_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TF2GL::Class_Version) ), 0);
45265    G__memfunc_setup("Dictionary",1046,G__G__GL_252_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TF2GL::Dictionary) ), 0);
45266    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45267    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45268    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45269    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_252_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45270    G__memfunc_setup("DeclFileName",1145,G__G__GL_252_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF2GL::DeclFileName) ), 0);
45271    G__memfunc_setup("ImplFileLine",1178,G__G__GL_252_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF2GL::ImplFileLine) ), 0);
45272    G__memfunc_setup("ImplFileName",1171,G__G__GL_252_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TF2GL::ImplFileName) ), 0);
45273    G__memfunc_setup("DeclFileLine",1152,G__G__GL_252_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TF2GL::DeclFileLine) ), 0);
45274    // automatic destructor
45275    G__memfunc_setup("~TF2GL", 477, G__G__GL_252_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45276    G__tag_memfunc_reset();
45277 }
45278 
45279 static void G__setup_memfuncTGL5DDataSetEditor(void) {
45280    /* TGL5DDataSetEditor */
45281    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor));
45282    G__memfunc_setup("ConnectSignals2Slots",2018,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45283    G__memfunc_setup("TGL5DDataSetEditor",1645,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor), -1, 0, 1, 1, 4, 0, "u 'TGL5DDataSetEditor' - 11 - -", (char*)NULL, (void*) NULL, 0);
45284    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor), -1, 1, 1, 1, 4, 0, "u 'TGL5DDataSetEditor' - 11 - -", (char*)NULL, (void*) NULL, 0);
45285    G__memfunc_setup("CreateStyleTab",1404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45286    G__memfunc_setup("CreateGridTab",1265,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45287    G__memfunc_setup("CreateIsoTab",1174,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45288    G__memfunc_setup("SetStyleTabWidgets",1835,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45289    G__memfunc_setup("SetGridTabWidgets",1696,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45290    G__memfunc_setup("SetIsoTabWidgets",1605,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45291    G__memfunc_setup("EnableGridTabButtons",2003,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45292    G__memfunc_setup("DisableGridTabButtons",2112,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45293    G__memfunc_setup("EnableSurfaceControls",2148,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45294    G__memfunc_setup("DisableSurfaceControls",2257,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
45295    G__memfunc_setup("TGL5DDataSetEditor",1645,G__G__GL_351_0_14, 105, G__get_linked_tagnum(&G__G__GLLN_TGL5DDataSetEditor), -1, 0, 5, 1, 1, 0, 
45296 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '140' width "
45297 "i - 'Int_t' 0 '30' height h - 'UInt_t' 0 'kChildFrame' options "
45298 "k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
45299    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
45300    G__memfunc_setup("GridParametersChanged",2116,G__G__GL_351_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45301    G__memfunc_setup("XSliderChanged",1381,G__G__GL_351_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45302    G__memfunc_setup("YSliderChanged",1382,G__G__GL_351_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45303    G__memfunc_setup("ZSliderChanged",1383,G__G__GL_351_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45304    G__memfunc_setup("XSliderSetMin",1291,G__G__GL_351_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45305    G__memfunc_setup("XSliderSetMax",1293,G__G__GL_351_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45306    G__memfunc_setup("YSliderSetMin",1292,G__G__GL_351_0_22, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45307    G__memfunc_setup("YSliderSetMax",1294,G__G__GL_351_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45308    G__memfunc_setup("ZSliderSetMin",1293,G__G__GL_351_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45309    G__memfunc_setup("ZSliderSetMax",1295,G__G__GL_351_0_25, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45310    G__memfunc_setup("RollbackGridParameters",2244,G__G__GL_351_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45311    G__memfunc_setup("ApplyGridParameters",1952,G__G__GL_351_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45312    G__memfunc_setup("HighlightClicked",1607,G__G__GL_351_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45313    G__memfunc_setup("SurfaceSelected",1522,G__G__GL_351_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 0);
45314    G__memfunc_setup("VisibleClicked",1405,G__G__GL_351_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45315    G__memfunc_setup("ColorChanged",1193,G__G__GL_351_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - pixelColor", (char*)NULL, (void*) NULL, 0);
45316    G__memfunc_setup("AlphaChanged",1168,G__G__GL_351_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - alpha", (char*)NULL, (void*) NULL, 0);
45317    G__memfunc_setup("RemoveSurface",1335,G__G__GL_351_0_33, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45318    G__memfunc_setup("AddNewSurface",1276,G__G__GL_351_0_34, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45319    G__memfunc_setup("ApplyAlpha",1004,G__G__GL_351_0_35, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45320    G__memfunc_setup("ApplyPlanes",1129,G__G__GL_351_0_36, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45321    G__memfunc_setup("BoxCutToggled",1307,G__G__GL_351_0_37, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45322    G__memfunc_setup("AlphaChanged",1168,G__G__GL_351_0_38, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45323    G__memfunc_setup("NContoursChanged",1621,G__G__GL_351_0_39, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45324    G__memfunc_setup("Class",502,G__G__GL_351_0_40, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGL5DDataSetEditor::Class) ), 0);
45325    G__memfunc_setup("Class_Name",982,G__G__GL_351_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGL5DDataSetEditor::Class_Name) ), 0);
45326    G__memfunc_setup("Class_Version",1339,G__G__GL_351_0_42, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGL5DDataSetEditor::Class_Version) ), 0);
45327    G__memfunc_setup("Dictionary",1046,G__G__GL_351_0_43, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGL5DDataSetEditor::Dictionary) ), 0);
45328    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45329    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45330    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45331    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_351_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45332    G__memfunc_setup("DeclFileName",1145,G__G__GL_351_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGL5DDataSetEditor::DeclFileName) ), 0);
45333    G__memfunc_setup("ImplFileLine",1178,G__G__GL_351_0_49, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGL5DDataSetEditor::ImplFileLine) ), 0);
45334    G__memfunc_setup("ImplFileName",1171,G__G__GL_351_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGL5DDataSetEditor::ImplFileName) ), 0);
45335    G__memfunc_setup("DeclFileLine",1152,G__G__GL_351_0_51, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGL5DDataSetEditor::DeclFileLine) ), 0);
45336    // automatic destructor
45337    G__memfunc_setup("~TGL5DDataSetEditor", 1771, G__G__GL_351_0_52, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45338    G__tag_memfunc_reset();
45339 }
45340 
45341 static void G__setup_memfuncTGLParametricEquation(void) {
45342    /* TGLParametricEquation */
45343    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation));
45344    G__memfunc_setup("TGLParametricEquation",2101,G__G__GL_355_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation), -1, 0, 8, 1, 1, 0, 
45345 "u 'TString' - 11 - name u 'TString' - 11 - xEquation "
45346 "u 'TString' - 11 - yEquation u 'TString' - 11 - zEquation "
45347 "d - 'Double_t' 0 - uMin d - 'Double_t' 0 - uMax "
45348 "d - 'Double_t' 0 - vMin d - 'Double_t' 0 - vMax", (char*)NULL, (void*) NULL, 0);
45349    G__memfunc_setup("TGLParametricEquation",2101,G__G__GL_355_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation), -1, 0, 6, 1, 1, 0, 
45350 "u 'TString' - 11 - name Y - 'ParametricEquation_t' 0 - equation "
45351 "d - 'Double_t' 0 - uMin d - 'Double_t' 0 - uMax "
45352 "d - 'Double_t' 0 - vMin d - 'Double_t' 0 - vMax", (char*)NULL, (void*) NULL, 0);
45353    G__memfunc_setup("GetURange",866,G__G__GL_355_0_3, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45354    G__memfunc_setup("GetVRange",867,G__G__GL_355_0_4, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEdoublecOdoublegR), G__defined_typename("Rgl::Range_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45355    G__memfunc_setup("IsConstrained",1334,G__G__GL_355_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45356    G__memfunc_setup("SetConstrained",1446,G__G__GL_355_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - c", (char*)NULL, (void*) NULL, 0);
45357    G__memfunc_setup("IsModified",989,G__G__GL_355_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45358    G__memfunc_setup("SetModified",1101,G__G__GL_355_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - m", (char*)NULL, (void*) NULL, 0);
45359    G__memfunc_setup("EvalVertex",1030,G__G__GL_355_0_9, 121, -1, -1, 0, 3, 1, 1, 8, 
45360 "u 'TGLVertex3' - 1 - newVertex d - 'Double_t' 0 - u "
45361 "d - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 0);
45362    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
45363 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45364    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
45365 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45366 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45367    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
45368 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45369    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
45370    G__memfunc_setup("TGLParametricEquation",2101,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation), -1, 0, 1, 1, 4, 0, "u 'TGLParametricEquation' - 11 - -", (char*)NULL, (void*) NULL, 0);
45371    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquation), -1, 1, 1, 1, 4, 0, "u 'TGLParametricEquation' - 11 - -", (char*)NULL, (void*) NULL, 0);
45372    G__memfunc_setup("Class",502,G__G__GL_355_0_16, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLParametricEquation::Class) ), 0);
45373    G__memfunc_setup("Class_Name",982,G__G__GL_355_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricEquation::Class_Name) ), 0);
45374    G__memfunc_setup("Class_Version",1339,G__G__GL_355_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLParametricEquation::Class_Version) ), 0);
45375    G__memfunc_setup("Dictionary",1046,G__G__GL_355_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLParametricEquation::Dictionary) ), 0);
45376    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45377    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45378    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45379    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_355_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45380    G__memfunc_setup("DeclFileName",1145,G__G__GL_355_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricEquation::DeclFileName) ), 0);
45381    G__memfunc_setup("ImplFileLine",1178,G__G__GL_355_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLParametricEquation::ImplFileLine) ), 0);
45382    G__memfunc_setup("ImplFileName",1171,G__G__GL_355_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricEquation::ImplFileName) ), 0);
45383    G__memfunc_setup("DeclFileLine",1152,G__G__GL_355_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLParametricEquation::DeclFileLine) ), 0);
45384    // automatic destructor
45385    G__memfunc_setup("~TGLParametricEquation", 2227, G__G__GL_355_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
45386    G__tag_memfunc_reset();
45387 }
45388 
45389 static void G__setup_memfuncTGLTH3Composition(void) {
45390    /* TGLTH3Composition */
45391    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition));
45392    G__memfunc_setup("TGLTH3Composition",1610,G__G__GL_356_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition), -1, 0, 0, 1, 1, 0, "", "I need it only because of explicit private copy ctor.", (void*) NULL, 0);
45393    G__memfunc_setup("AddTH3",472,G__G__GL_356_0_2, 121, -1, -1, 0, 2, 1, 1, 0, 
45394 "U 'TH3' - 10 - hist i 'TGLTH3Composition::ETH3BinShape' - 0 'kBox' shape", (char*)NULL, (void*) NULL, 0);
45395    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
45396 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45397    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
45398 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45399 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45400    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
45401 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45402    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
45403    G__memfunc_setup("CheckRanges",1086,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TH3' - 10 - hist", (char*)NULL, (void*) NULL, 0);
45404    G__memfunc_setup("TGLTH3Composition",1610,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition), -1, 0, 1, 1, 4, 0, "u 'TGLTH3Composition' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
45405    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLTH3Composition), -1, 1, 1, 1, 4, 0, "u 'TGLTH3Composition' - 11 - -", (char*)NULL, (void*) NULL, 0);
45406    G__memfunc_setup("Class",502,G__G__GL_356_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLTH3Composition::Class) ), 0);
45407    G__memfunc_setup("Class_Name",982,G__G__GL_356_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3Composition::Class_Name) ), 0);
45408    G__memfunc_setup("Class_Version",1339,G__G__GL_356_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLTH3Composition::Class_Version) ), 0);
45409    G__memfunc_setup("Dictionary",1046,G__G__GL_356_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLTH3Composition::Dictionary) ), 0);
45410    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45411    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45412    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45413    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_356_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45414    G__memfunc_setup("DeclFileName",1145,G__G__GL_356_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3Composition::DeclFileName) ), 0);
45415    G__memfunc_setup("ImplFileLine",1178,G__G__GL_356_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTH3Composition::ImplFileLine) ), 0);
45416    G__memfunc_setup("ImplFileName",1171,G__G__GL_356_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3Composition::ImplFileName) ), 0);
45417    G__memfunc_setup("DeclFileLine",1152,G__G__GL_356_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTH3Composition::DeclFileLine) ), 0);
45418    // automatic destructor
45419    G__memfunc_setup("~TGLTH3Composition", 1736, G__G__GL_356_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
45420    G__tag_memfunc_reset();
45421 }
45422 
45423 static void G__setup_memfuncTGLHistPainter(void) {
45424    /* TGLHistPainter */
45425    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter));
45426    G__memfunc_setup("TGLHistPainter",1362,G__G__GL_357_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter), -1, 0, 1, 1, 1, 0, "U 'TH1' - 0 - hist", (char*)NULL, (void*) NULL, 0);
45427    G__memfunc_setup("TGLHistPainter",1362,G__G__GL_357_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter), -1, 0, 1, 1, 1, 0, "U 'TGLParametricEquation' - 0 - equation", (char*)NULL, (void*) NULL, 0);
45428    G__memfunc_setup("TGLHistPainter",1362,G__G__GL_357_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter), -1, 0, 1, 1, 1, 0, "U 'TGL5DDataSet' - 0 - data", (char*)NULL, (void*) NULL, 0);
45429    G__memfunc_setup("TGLHistPainter",1362,G__G__GL_357_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter), -1, 0, 1, 1, 1, 0, "U 'TGLTH3Composition' - 0 - comp", (char*)NULL, (void*) NULL, 0);
45430    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
45431 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45432    G__memfunc_setup("DrawPanel",894,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45433    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
45434 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
45435 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45436    G__memfunc_setup("GetContourList",1446,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TList), -1, 0, 1, 1, 1, 8, "d - 'Double_t' 0 - contour", (char*)NULL, (void*) NULL, 1);
45437    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
45438 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
45439    G__memfunc_setup("GetStack",790,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45440    G__memfunc_setup("IsInside",792,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
45441 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
45442    G__memfunc_setup("IsInside",792,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
45443 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
45444    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
45445    G__memfunc_setup("PaintStat",920,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
45446 "i - 'Int_t' 0 - dostat U 'TF1' - 0 - fit", (char*)NULL, (void*) NULL, 1);
45447    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
45448 "C - - 10 - message U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 1);
45449    G__memfunc_setup("SetHistogram",1242,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TH1' - 0 - hist", (char*)NULL, (void*) NULL, 1);
45450    G__memfunc_setup("SetStack",802,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TList' - 0 - stack", (char*)NULL, (void*) NULL, 1);
45451    G__memfunc_setup("MakeCuts",797,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 0 - cutsOpt", (char*)NULL, (void*) NULL, 1);
45452    G__memfunc_setup("SetShowProjection",1770,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
45453 "C - - 10 - option i - 'Int_t' 0 - nbins", (char*)NULL, (void*) NULL, 1);
45454    G__memfunc_setup("GetRealPainter",1399,G__G__GL_357_0_20, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPlotPainter), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45455    G__memfunc_setup("ParsePaintOption",1648,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLHistPaintercLcLPlotOption_t), -1, 0, 1, 1, 4, 8, "u 'TString' - 11 - option", (char*)NULL, (void*) NULL, 0);
45456    G__memfunc_setup("CreatePainter",1319,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
45457 "u 'TGLHistPainter::PlotOption_t' - 11 - parsed u 'TString' - 11 - option", (char*)NULL, (void*) NULL, 0);
45458    G__memfunc_setup("PadToViewport",1336,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 'kFALSE' selectionPass", (char*)NULL, (void*) NULL, 0);
45459    G__memfunc_setup("TGLHistPainter",1362,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter), -1, 0, 1, 1, 4, 0, "u 'TGLHistPainter' - 11 - -", (char*)NULL, (void*) NULL, 0);
45460    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLHistPainter), -1, 1, 1, 1, 4, 0, "u 'TGLHistPainter' - 11 - -", (char*)NULL, (void*) NULL, 0);
45461    G__memfunc_setup("Class",502,G__G__GL_357_0_26, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLHistPainter::Class) ), 0);
45462    G__memfunc_setup("Class_Name",982,G__G__GL_357_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLHistPainter::Class_Name) ), 0);
45463    G__memfunc_setup("Class_Version",1339,G__G__GL_357_0_28, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLHistPainter::Class_Version) ), 0);
45464    G__memfunc_setup("Dictionary",1046,G__G__GL_357_0_29, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLHistPainter::Dictionary) ), 0);
45465    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45466    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45467    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45468    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_357_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45469    G__memfunc_setup("DeclFileName",1145,G__G__GL_357_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLHistPainter::DeclFileName) ), 0);
45470    G__memfunc_setup("ImplFileLine",1178,G__G__GL_357_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLHistPainter::ImplFileLine) ), 0);
45471    G__memfunc_setup("ImplFileName",1171,G__G__GL_357_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLHistPainter::ImplFileName) ), 0);
45472    G__memfunc_setup("DeclFileLine",1152,G__G__GL_357_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLHistPainter::DeclFileLine) ), 0);
45473    // automatic destructor
45474    G__memfunc_setup("~TGLHistPainter", 1488, G__G__GL_357_0_38, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
45475    G__tag_memfunc_reset();
45476 }
45477 
45478 static void G__setup_memfuncTGLAdapter(void) {
45479    /* TGLAdapter */
45480    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAdapter));
45481    G__memfunc_setup("TGLAdapter",936,G__G__GL_368_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAdapter), -1, 0, 1, 5, 1, 0, "i - 'Int_t' 0 '-1' glDevice", (char*)NULL, (void*) NULL, 0);
45482    G__memfunc_setup("MakeCurrent",1121,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45483    G__memfunc_setup("SwapBuffers",1128,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45484    G__memfunc_setup("GetPixelFormat",1419,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TGLFormat), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
45485    G__memfunc_setup("GetContext",1029,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TGLContext), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
45486    G__memfunc_setup("SetGLDevice",1039,G__G__GL_368_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - glDevice", (char*)NULL, (void*) NULL, 0);
45487    G__memfunc_setup("ReadGLBuffer",1129,G__G__GL_368_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45488    G__memfunc_setup("SelectOffScreenDevice",2091,G__G__GL_368_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45489    G__memfunc_setup("MarkForDirectCopy",1704,G__G__GL_368_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - isDirect", (char*)NULL, (void*) NULL, 0);
45490    G__memfunc_setup("ExtractViewport",1595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "I - 'Int_t' 0 - vp", (char*)NULL, (void*) NULL, 1);
45491    G__memfunc_setup("TGLAdapter",936,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAdapter), -1, 0, 1, 1, 4, 0, "u 'TGLAdapter' - 11 - -", (char*)NULL, (void*) NULL, 0);
45492    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLAdapter), -1, 1, 1, 1, 4, 0, "u 'TGLAdapter' - 11 - -", (char*)NULL, (void*) NULL, 0);
45493    G__memfunc_setup("AddContext",1006,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGLContext' - 0 - -", (char*)NULL, (void*) NULL, 1);
45494    G__memfunc_setup("RemoveContext",1363,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGLContext' - 0 - -", (char*)NULL, (void*) NULL, 1);
45495    G__memfunc_setup("Class",502,G__G__GL_368_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLAdapter::Class) ), 0);
45496    G__memfunc_setup("Class_Name",982,G__G__GL_368_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAdapter::Class_Name) ), 0);
45497    G__memfunc_setup("Class_Version",1339,G__G__GL_368_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLAdapter::Class_Version) ), 0);
45498    G__memfunc_setup("Dictionary",1046,G__G__GL_368_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLAdapter::Dictionary) ), 0);
45499    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45500    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45501    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45502    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_368_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45503    G__memfunc_setup("DeclFileName",1145,G__G__GL_368_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAdapter::DeclFileName) ), 0);
45504    G__memfunc_setup("ImplFileLine",1178,G__G__GL_368_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAdapter::ImplFileLine) ), 0);
45505    G__memfunc_setup("ImplFileName",1171,G__G__GL_368_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAdapter::ImplFileName) ), 0);
45506    G__memfunc_setup("DeclFileLine",1152,G__G__GL_368_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAdapter::DeclFileLine) ), 0);
45507    // automatic destructor
45508    G__memfunc_setup("~TGLAdapter", 1062, G__G__GL_368_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
45509    G__tag_memfunc_reset();
45510 }
45511 
45512 static void G__setup_memfuncTGLOvlSelectRecord(void) {
45513    /* TGLOvlSelectRecord */
45514    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord));
45515    G__memfunc_setup("TGLOvlSelectRecord",1751,G__G__GL_369_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45516    G__memfunc_setup("TGLOvlSelectRecord",1751,G__G__GL_369_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord), -1, 0, 1, 1, 1, 0, "H - 'UInt_t' 0 - data", (char*)NULL, (void*) NULL, 0);
45517    G__memfunc_setup("TGLOvlSelectRecord",1751,G__G__GL_369_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord), -1, 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 11 - rec", (char*)NULL, (void*) NULL, 0);
45518    G__memfunc_setup("operator=",937,G__G__GL_369_0_4, 117, G__get_linked_tagnum(&G__G__GLLN_TGLOvlSelectRecord), -1, 1, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 11 - rec", (char*)NULL, (void*) NULL, 0);
45519    G__memfunc_setup("Set",300,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "H - 'UInt_t' 0 - data", (char*)NULL, (void*) NULL, 1);
45520    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45521    G__memfunc_setup("GetOvlElement",1307,G__G__GL_369_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45522    G__memfunc_setup("SetOvlElement",1319,G__G__GL_369_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLOverlayElement' - 0 - e", (char*)NULL, (void*) NULL, 0);
45523    G__memfunc_setup("Class",502,G__G__GL_369_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLOvlSelectRecord::Class) ), 0);
45524    G__memfunc_setup("Class_Name",982,G__G__GL_369_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOvlSelectRecord::Class_Name) ), 0);
45525    G__memfunc_setup("Class_Version",1339,G__G__GL_369_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLOvlSelectRecord::Class_Version) ), 0);
45526    G__memfunc_setup("Dictionary",1046,G__G__GL_369_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLOvlSelectRecord::Dictionary) ), 0);
45527    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45528    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45529    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45530    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_369_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45531    G__memfunc_setup("DeclFileName",1145,G__G__GL_369_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOvlSelectRecord::DeclFileName) ), 0);
45532    G__memfunc_setup("ImplFileLine",1178,G__G__GL_369_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOvlSelectRecord::ImplFileLine) ), 0);
45533    G__memfunc_setup("ImplFileName",1171,G__G__GL_369_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOvlSelectRecord::ImplFileName) ), 0);
45534    G__memfunc_setup("DeclFileLine",1152,G__G__GL_369_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOvlSelectRecord::DeclFileLine) ), 0);
45535    // automatic destructor
45536    G__memfunc_setup("~TGLOvlSelectRecord", 1877, G__G__GL_369_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45537    G__tag_memfunc_reset();
45538 }
45539 
45540 static void G__setup_memfuncTGLOverlayElement(void) {
45541    /* TGLOverlayElement */
45542    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement));
45543    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElement), -1, 1, 1, 1, 4, 0, "u 'TGLOverlayElement' - 11 - -", "Not implemented", (void*) NULL, 0);
45544    G__memfunc_setup("ProjectionMatrixPushIdentity",2940,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
45545    G__memfunc_setup("MouseEnter",1031,G__G__GL_370_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 1 - selRec", (char*)NULL, (void*) NULL, 1);
45546    G__memfunc_setup("MouseStillInside",1645,G__G__GL_370_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 1 - selRec", (char*)NULL, (void*) NULL, 1);
45547    G__memfunc_setup("Handle",588,G__G__GL_370_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
45548 "u 'TGLRnrCtx' - 1 - rnrCtx u 'TGLOvlSelectRecord' - 1 - selRec "
45549 "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
45550    G__memfunc_setup("MouseLeave",1014,G__G__GL_370_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45551    G__memfunc_setup("Render",608,G__G__GL_370_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 3);
45552    G__memfunc_setup("GetRole",690,G__G__GL_370_0_10, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLERole), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45553    G__memfunc_setup("SetRole",702,G__G__GL_370_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLOverlayElement::ERole' - 0 - r", (char*)NULL, (void*) NULL, 0);
45554    G__memfunc_setup("GetState",801,G__G__GL_370_0_12, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayElementcLcLEState), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45555    G__memfunc_setup("SetState",813,G__G__GL_370_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLOverlayElement::EState' - 0 - s", (char*)NULL, (void*) NULL, 0);
45556    G__memfunc_setup("SetBinaryState",1426,G__G__GL_370_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - s", (char*)NULL, (void*) NULL, 0);
45557    G__memfunc_setup("Class",502,G__G__GL_370_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLOverlayElement::Class) ), 0);
45558    G__memfunc_setup("Class_Name",982,G__G__GL_370_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayElement::Class_Name) ), 0);
45559    G__memfunc_setup("Class_Version",1339,G__G__GL_370_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLOverlayElement::Class_Version) ), 0);
45560    G__memfunc_setup("Dictionary",1046,G__G__GL_370_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLOverlayElement::Dictionary) ), 0);
45561    G__memfunc_setup("IsA",253,G__G__GL_370_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45562    G__memfunc_setup("ShowMembers",1132,G__G__GL_370_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45563    G__memfunc_setup("Streamer",835,G__G__GL_370_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45564    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_370_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45565    G__memfunc_setup("DeclFileName",1145,G__G__GL_370_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayElement::DeclFileName) ), 0);
45566    G__memfunc_setup("ImplFileLine",1178,G__G__GL_370_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOverlayElement::ImplFileLine) ), 0);
45567    G__memfunc_setup("ImplFileName",1171,G__G__GL_370_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayElement::ImplFileName) ), 0);
45568    G__memfunc_setup("DeclFileLine",1152,G__G__GL_370_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOverlayElement::DeclFileLine) ), 0);
45569    // automatic destructor
45570    G__memfunc_setup("~TGLOverlayElement", 1809, G__G__GL_370_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45571    G__tag_memfunc_reset();
45572 }
45573 
45574 static void G__setup_memfuncTGLOverlayList(void) {
45575    /* TGLOverlayList */
45576    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayList));
45577    G__memfunc_setup("TGLOverlayList",1381,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayList), -1, 0, 1, 1, 4, 0, "u 'TGLOverlayList' - 11 - -", "Not implemented", (void*) NULL, 0);
45578    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayList), -1, 1, 1, 1, 4, 0, "u 'TGLOverlayList' - 11 - -", "Not implemented", (void*) NULL, 0);
45579    G__memfunc_setup("TGLOverlayList",1381,G__G__GL_373_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45580    G__memfunc_setup("Class",502,G__G__GL_373_0_4, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLOverlayList::Class) ), 0);
45581    G__memfunc_setup("Class_Name",982,G__G__GL_373_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayList::Class_Name) ), 0);
45582    G__memfunc_setup("Class_Version",1339,G__G__GL_373_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLOverlayList::Class_Version) ), 0);
45583    G__memfunc_setup("Dictionary",1046,G__G__GL_373_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLOverlayList::Dictionary) ), 0);
45584    G__memfunc_setup("IsA",253,G__G__GL_373_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45585    G__memfunc_setup("ShowMembers",1132,G__G__GL_373_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45586    G__memfunc_setup("Streamer",835,G__G__GL_373_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45587    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_373_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45588    G__memfunc_setup("DeclFileName",1145,G__G__GL_373_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayList::DeclFileName) ), 0);
45589    G__memfunc_setup("ImplFileLine",1178,G__G__GL_373_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOverlayList::ImplFileLine) ), 0);
45590    G__memfunc_setup("ImplFileName",1171,G__G__GL_373_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayList::ImplFileName) ), 0);
45591    G__memfunc_setup("DeclFileLine",1152,G__G__GL_373_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOverlayList::DeclFileLine) ), 0);
45592    // automatic destructor
45593    G__memfunc_setup("~TGLOverlayList", 1507, G__G__GL_373_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45594    G__tag_memfunc_reset();
45595 }
45596 
45597 static void G__setup_memfuncTGLFontManager(void) {
45598    /* TGLFontManager */
45599    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFontManager));
45600    G__memfunc_setup("TGLFontManager",1337,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFontManager), -1, 0, 1, 1, 4, 0, "u 'TGLFontManager' - 11 - -", "Not implemented", (void*) NULL, 0);
45601    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLFontManager), -1, 1, 1, 1, 4, 0, "u 'TGLFontManager' - 11 - -", "Not implemented", (void*) NULL, 0);
45602    G__memfunc_setup("InitStatics",1135,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 3, 2, 0, "", (char*)NULL, (void*) NULL, 0);
45603    G__memfunc_setup("TGLFontManager",1337,G__G__GL_380_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFontManager), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45604    G__memfunc_setup("RegisterFont",1244,G__G__GL_380_0_5, 121, -1, -1, 0, 4, 1, 1, 0, 
45605 "i - 'Int_t' 0 - size i - 'Int_t' 0 - file "
45606 "i 'TGLFont::EMode' - 0 - mode u 'TGLFont' - 1 - out", (char*)NULL, (void*) NULL, 0);
45607    G__memfunc_setup("RegisterFont",1244,G__G__GL_380_0_6, 121, -1, -1, 0, 4, 1, 1, 0, 
45608 "i - 'Int_t' 0 - size C - - 10 - name "
45609 "i 'TGLFont::EMode' - 0 - mode u 'TGLFont' - 1 - out", (char*)NULL, (void*) NULL, 0);
45610    G__memfunc_setup("ReleaseFont",1112,G__G__GL_380_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLFont' - 1 - font", (char*)NULL, (void*) NULL, 0);
45611    G__memfunc_setup("GetFontFileArray",1590,G__G__GL_380_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TObjArray), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TObjArray* (*)())(&TGLFontManager::GetFontFileArray) ), 0);
45612    G__memfunc_setup("GetFontSizeArray",1617,G__G__GL_380_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR), G__defined_typename("TGLFontManager::FontSizeVec_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGLFontManager::FontSizeVec_t* (*)())(&TGLFontManager::GetFontSizeArray) ), 0);
45613    G__memfunc_setup("GetFontSize",1106,G__G__GL_380_0_10, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "i - 'Int_t' 0 - ds", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t))(&TGLFontManager::GetFontSize) ), 0);
45614    G__memfunc_setup("GetFontSize",1106,G__G__GL_380_0_11, 105, -1, G__defined_typename("Int_t"), 0, 3, 3, 1, 0, 
45615 "i - 'Int_t' 0 - ds i - 'Int_t' 0 - min "
45616 "i - 'Int_t' 0 - max", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t, Int_t, Int_t))(&TGLFontManager::GetFontSize) ), 0);
45617    G__memfunc_setup("GetFontNameFromId",1657,G__G__GL_380_0_12, 67, -1, -1, 0, 1, 3, 1, 1, "i - 'Int_t' 0 - -", (char*)NULL, (void*) G__func2void( (const char* (*)(Int_t))(&TGLFontManager::GetFontNameFromId) ), 0);
45618    G__memfunc_setup("ClearFontTrash",1408,G__G__GL_380_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45619    G__memfunc_setup("Class",502,G__G__GL_380_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLFontManager::Class) ), 0);
45620    G__memfunc_setup("Class_Name",982,G__G__GL_380_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFontManager::Class_Name) ), 0);
45621    G__memfunc_setup("Class_Version",1339,G__G__GL_380_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLFontManager::Class_Version) ), 0);
45622    G__memfunc_setup("Dictionary",1046,G__G__GL_380_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLFontManager::Dictionary) ), 0);
45623    G__memfunc_setup("IsA",253,G__G__GL_380_0_18, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45624    G__memfunc_setup("ShowMembers",1132,G__G__GL_380_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45625    G__memfunc_setup("Streamer",835,G__G__GL_380_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45626    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_380_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45627    G__memfunc_setup("DeclFileName",1145,G__G__GL_380_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFontManager::DeclFileName) ), 0);
45628    G__memfunc_setup("ImplFileLine",1178,G__G__GL_380_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFontManager::ImplFileLine) ), 0);
45629    G__memfunc_setup("ImplFileName",1171,G__G__GL_380_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFontManager::ImplFileName) ), 0);
45630    G__memfunc_setup("DeclFileLine",1152,G__G__GL_380_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFontManager::DeclFileLine) ), 0);
45631    // automatic destructor
45632    G__memfunc_setup("~TGLFontManager", 1463, G__G__GL_380_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45633    G__tag_memfunc_reset();
45634 }
45635 
45636 static void G__setup_memfuncTGLFont(void) {
45637    /* TGLFont */
45638    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFont));
45639    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLFont), -1, 1, 1, 1, 4, 0, "u 'TGLFont' - 11 - o", "Not implemented.", (void*) NULL, 0);
45640    G__memfunc_setup("TGLFont",638,G__G__GL_381_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFont), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45641    G__memfunc_setup("TGLFont",638,G__G__GL_381_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFont), -1, 0, 5, 1, 1, 0, 
45642 "i - 'Int_t' 0 - size i - 'Int_t' 0 - font "
45643 "i 'TGLFont::EMode' - 0 - mode U 'FTFont' - 0 '0' f "
45644 "U 'TGLFontManager' - 0 '0' mng", (char*)NULL, (void*) NULL, 0);
45645    G__memfunc_setup("TGLFont",638,G__G__GL_381_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFont), -1, 0, 1, 1, 1, 0, "u 'TGLFont' - 11 - o", "Not implemented.", (void*) NULL, 0);
45646    G__memfunc_setup("CopyAttributes",1474,G__G__GL_381_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLFont' - 11 - o", (char*)NULL, (void*) NULL, 0);
45647    G__memfunc_setup("GetSize",699,G__G__GL_381_0_6, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45648    G__memfunc_setup("GetFile",672,G__G__GL_381_0_7, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45649    G__memfunc_setup("GetMode",677,G__G__GL_381_0_8, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45650    G__memfunc_setup("GetTrashCount",1323,G__G__GL_381_0_9, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45651    G__memfunc_setup("SetTrashCount",1335,G__G__GL_381_0_10, 121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - c", (char*)NULL, (void*) NULL, 0);
45652    G__memfunc_setup("IncTrashCount",1317,G__G__GL_381_0_11, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45653    G__memfunc_setup("SetFont",707,G__G__GL_381_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'FTFont' - 0 - f", (char*)NULL, (void*) NULL, 0);
45654    G__memfunc_setup("GetFont",695,G__G__GL_381_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_FTFont), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45655    G__memfunc_setup("SetManager",999,G__G__GL_381_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLFontManager' - 0 - mng", (char*)NULL, (void*) NULL, 0);
45656    G__memfunc_setup("GetManager",987,G__G__GL_381_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TGLFontManager), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45657    G__memfunc_setup("GetDepth",789,G__G__GL_381_0_16, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45658    G__memfunc_setup("SetDepth",801,G__G__GL_381_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - d", (char*)NULL, (void*) NULL, 0);
45659    G__memfunc_setup("GetAscent",894,G__G__GL_381_0_18, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45660    G__memfunc_setup("GetDescent",998,G__G__GL_381_0_19, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45661    G__memfunc_setup("GetLineHeight",1281,G__G__GL_381_0_20, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45662    G__memfunc_setup("MeasureBaseLineParams",2105,G__G__GL_381_0_21, 121, -1, -1, 0, 4, 1, 1, 8, 
45663 "f - 'Float_t' 1 - ascent f - 'Float_t' 1 - descent "
45664 "f - 'Float_t' 1 - line_height C - - 10 '\"Xj\"' txt", (char*)NULL, (void*) NULL, 0);
45665    G__memfunc_setup("BBox",363,G__G__GL_381_0_22, 121, -1, -1, 0, 7, 1, 1, 8, 
45666 "C - - 10 - txt f - 'Float_t' 1 - llx "
45667 "f - 'Float_t' 1 - lly f - 'Float_t' 1 - llz "
45668 "f - 'Float_t' 1 - urx f - 'Float_t' 1 - ury "
45669 "f - 'Float_t' 1 - urz", (char*)NULL, (void*) NULL, 0);
45670    G__memfunc_setup("Render",608,G__G__GL_381_0_23, 121, -1, -1, 0, 5, 1, 1, 8, 
45671 "C - - 10 - txt d - 'Double_t' 0 - x "
45672 "d - 'Double_t' 0 - y d - 'Double_t' 0 - angle "
45673 "d - 'Double_t' 0 - mgn", (char*)NULL, (void*) NULL, 0);
45674    G__memfunc_setup("Render",608,G__G__GL_381_0_24, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TString' - 11 - txt", (char*)NULL, (void*) NULL, 0);
45675    G__memfunc_setup("Render",608,G__G__GL_381_0_25, 121, -1, -1, 0, 6, 1, 1, 8, 
45676 "u 'TString' - 11 - txt f - 'Float_t' 0 - x "
45677 "f - 'Float_t' 0 - y f - 'Float_t' 0 - z "
45678 "i 'TGLFont::ETextAlignH_e' - 0 - alignH i 'TGLFont::ETextAlignV_e' - 0 - alignV", (char*)NULL, (void*) NULL, 0);
45679    G__memfunc_setup("PreRender",903,G__G__GL_381_0_26, 121, -1, -1, 0, 2, 1, 1, 8, 
45680 "g - 'Bool_t' 0 'kTRUE' autoLight g - 'Bool_t' 0 'kFALSE' lightOn", (char*)NULL, (void*) NULL, 1);
45681    G__memfunc_setup("PostRender",1030,G__G__GL_381_0_27, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45682    G__memfunc_setup("operator<",936,G__G__GL_381_0_28, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGLFont' - 11 - o", (char*)NULL, (void*) NULL, 0);
45683    G__memfunc_setup("Class",502,G__G__GL_381_0_29, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLFont::Class) ), 0);
45684    G__memfunc_setup("Class_Name",982,G__G__GL_381_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFont::Class_Name) ), 0);
45685    G__memfunc_setup("Class_Version",1339,G__G__GL_381_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLFont::Class_Version) ), 0);
45686    G__memfunc_setup("Dictionary",1046,G__G__GL_381_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLFont::Dictionary) ), 0);
45687    G__memfunc_setup("IsA",253,G__G__GL_381_0_33, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45688    G__memfunc_setup("ShowMembers",1132,G__G__GL_381_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45689    G__memfunc_setup("Streamer",835,G__G__GL_381_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45690    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_381_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45691    G__memfunc_setup("DeclFileName",1145,G__G__GL_381_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFont::DeclFileName) ), 0);
45692    G__memfunc_setup("ImplFileLine",1178,G__G__GL_381_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFont::ImplFileLine) ), 0);
45693    G__memfunc_setup("ImplFileName",1171,G__G__GL_381_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFont::ImplFileName) ), 0);
45694    G__memfunc_setup("DeclFileLine",1152,G__G__GL_381_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFont::DeclFileLine) ), 0);
45695    // automatic destructor
45696    G__memfunc_setup("~TGLFont", 764, G__G__GL_381_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45697    G__tag_memfunc_reset();
45698 }
45699 
45700 static void G__setup_memfuncTGLViewerBase(void) {
45701    /* TGLViewerBase */
45702    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase));
45703    G__memfunc_setup("TGLViewerBase",1236,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase), -1, 0, 1, 1, 4, 0, "u 'TGLViewerBase' - 11 - -", "Not implemented", (void*) NULL, 0);
45704    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase), -1, 1, 1, 1, 4, 0, "u 'TGLViewerBase' - 11 - -", "Not implemented", (void*) NULL, 0);
45705    G__memfunc_setup("FindScene",879,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator), G__defined_typename("TGLViewerBase::SceneInfoList_i"), 0, 1, 1, 2, 0, "U 'TGLSceneBase' - 0 - scene", (char*)NULL, (void*) NULL, 0);
45706    G__memfunc_setup("SubRenderScenes",1515,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "a - 'TGLViewerBase::SubRender_foo' 0 - render_foo", (char*)NULL, (void*) NULL, 0);
45707    G__memfunc_setup("SetupClipObject",1520,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
45708    G__memfunc_setup("TGLViewerBase",1236,G__G__GL_402_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45709    G__memfunc_setup("LockIdStr",879,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
45710    G__memfunc_setup("AddScene",759,G__G__GL_402_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 0, 1, 1, 1, 0, "U 'TGLSceneBase' - 0 - scene", (char*)NULL, (void*) NULL, 0);
45711    G__memfunc_setup("RemoveScene",1116,G__G__GL_402_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLSceneBase' - 0 - scene", (char*)NULL, (void*) NULL, 0);
45712    G__memfunc_setup("RemoveAllScenes",1512,G__G__GL_402_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45713    G__memfunc_setup("SceneDestructing",1658,G__G__GL_402_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLSceneBase' - 0 - scene", (char*)NULL, (void*) NULL, 0);
45714    G__memfunc_setup("GetSceneInfo",1178,G__G__GL_402_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 0, 1, 1, 1, 0, "U 'TGLSceneBase' - 0 - scene", (char*)NULL, (void*) NULL, 0);
45715    G__memfunc_setup("FindLogicalInScenes",1876,G__G__GL_402_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape), -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - id", (char*)NULL, (void*) NULL, 0);
45716    G__memfunc_setup("AddOverlayElement",1717,G__G__GL_402_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLOverlayElement' - 0 - el", (char*)NULL, (void*) NULL, 1);
45717    G__memfunc_setup("RemoveOverlayElement",2074,G__G__GL_402_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLOverlayElement' - 0 - el", (char*)NULL, (void*) NULL, 1);
45718    G__memfunc_setup("DeleteOverlayAnnotations",2499,G__G__GL_402_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45719    G__memfunc_setup("DeleteOverlayElements",2162,G__G__GL_402_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLOverlayElement::ERole' - 0 - r", (char*)NULL, (void*) NULL, 1);
45720    G__memfunc_setup("Clip",392,G__G__GL_402_0_18, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45721    G__memfunc_setup("SetClip",692,G__G__GL_402_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLClip' - 0 - p", (char*)NULL, (void*) NULL, 0);
45722    G__memfunc_setup("LOD",223,G__G__GL_402_0_20, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45723    G__memfunc_setup("SetLOD",523,G__G__GL_402_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - lod", (char*)NULL, (void*) NULL, 0);
45724    G__memfunc_setup("Style",529,G__G__GL_402_0_22, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45725    G__memfunc_setup("SetStyle",829,G__G__GL_402_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - st", (char*)NULL, (void*) NULL, 0);
45726    G__memfunc_setup("WFLineW",636,G__G__GL_402_0_24, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45727    G__memfunc_setup("SetWFLineW",936,G__G__GL_402_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
45728    G__memfunc_setup("OLLineW",634,G__G__GL_402_0_26, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45729    G__memfunc_setup("SetOLLineW",934,G__G__GL_402_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
45730    G__memfunc_setup("ResetSceneInfos",1520,G__G__GL_402_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45731    G__memfunc_setup("Changed",682,G__G__GL_402_0_29, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45732    G__memfunc_setup("IsChanged",870,G__G__GL_402_0_30, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45733    G__memfunc_setup("MergeSceneBBoxes",1569,G__G__GL_402_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 1 - bbox", (char*)NULL, (void*) NULL, 1);
45734    G__memfunc_setup("PreRender",903,G__G__GL_402_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45735    G__memfunc_setup("Render",608,G__G__GL_402_0_33, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45736    G__memfunc_setup("RenderNonSelected",1716,G__G__GL_402_0_34, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45737    G__memfunc_setup("RenderSelected",1417,G__G__GL_402_0_35, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45738    G__memfunc_setup("RenderOverlay",1346,G__G__GL_402_0_36, 121, -1, -1, 0, 2, 1, 1, 0, 
45739 "i - 'Int_t' 0 - state g - 'Bool_t' 0 - selection", (char*)NULL, (void*) NULL, 1);
45740    G__memfunc_setup("PostRender",1030,G__G__GL_402_0_37, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45741    G__memfunc_setup("PreRenderOverlaySelection",2575,G__G__GL_402_0_38, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45742    G__memfunc_setup("PostRenderOverlaySelection",2702,G__G__GL_402_0_39, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45743    G__memfunc_setup("ResolveSelectRecord",1951,G__G__GL_402_0_40, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
45744 "u 'TGLSelectRecord' - 1 - rec i - 'Int_t' 0 - recIdx", (char*)NULL, (void*) NULL, 0);
45745    G__memfunc_setup("FindClosestRecord",1725,G__G__GL_402_0_41, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
45746 "u 'TGLSelectRecord' - 1 - rec i - 'Int_t' 1 - recIdx", (char*)NULL, (void*) NULL, 0);
45747    G__memfunc_setup("FindClosestOpaqueRecord",2344,G__G__GL_402_0_42, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
45748 "u 'TGLSelectRecord' - 1 - rec i - 'Int_t' 1 - recIdx", (char*)NULL, (void*) NULL, 0);
45749    G__memfunc_setup("FindClosestOverlayRecord",2463,G__G__GL_402_0_43, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
45750 "u 'TGLOvlSelectRecord' - 1 - rec i - 'Int_t' 1 - recIdx", (char*)NULL, (void*) NULL, 0);
45751    G__memfunc_setup("GetRnrCtx",897,G__G__GL_402_0_44, 85, G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45752    G__memfunc_setup("RnrCtx",609,G__G__GL_402_0_45, 117, G__get_linked_tagnum(&G__G__GLLN_TGLRnrCtx), -1, 1, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45753    G__memfunc_setup("Class",502,G__G__GL_402_0_46, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLViewerBase::Class) ), 0);
45754    G__memfunc_setup("Class_Name",982,G__G__GL_402_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewerBase::Class_Name) ), 0);
45755    G__memfunc_setup("Class_Version",1339,G__G__GL_402_0_48, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLViewerBase::Class_Version) ), 0);
45756    G__memfunc_setup("Dictionary",1046,G__G__GL_402_0_49, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLViewerBase::Dictionary) ), 0);
45757    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45758    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45759    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45760    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_402_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45761    G__memfunc_setup("DeclFileName",1145,G__G__GL_402_0_54, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewerBase::DeclFileName) ), 0);
45762    G__memfunc_setup("ImplFileLine",1178,G__G__GL_402_0_55, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLViewerBase::ImplFileLine) ), 0);
45763    G__memfunc_setup("ImplFileName",1171,G__G__GL_402_0_56, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewerBase::ImplFileName) ), 0);
45764    G__memfunc_setup("DeclFileLine",1152,G__G__GL_402_0_57, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLViewerBase::DeclFileLine) ), 0);
45765    // automatic destructor
45766    G__memfunc_setup("~TGLViewerBase", 1362, G__G__GL_402_0_58, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45767    G__tag_memfunc_reset();
45768 }
45769 
45770 static void G__setup_memfuncTGLAnnotation(void) {
45771    /* TGLAnnotation */
45772    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation));
45773    G__memfunc_setup("TGLAnnotation",1282,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation), -1, 0, 1, 1, 4, 0, "u 'TGLAnnotation' - 11 - -", "Not implemented", (void*) NULL, 0);
45774    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation), -1, 1, 1, 1, 4, 0, "u 'TGLAnnotation' - 11 - -", "Not implemented", (void*) NULL, 0);
45775    G__memfunc_setup("MakeEditor",997,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
45776    G__memfunc_setup("GetLineTransparency",1954,(G__InterfaceMethod) NULL, 99, -1, G__defined_typename("Char_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
45777    G__memfunc_setup("TGLAnnotation",1282,G__G__GL_404_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation), -1, 0, 4, 1, 1, 0, 
45778 "U 'TGLViewerBase' - 0 - parent C - - 10 - text "
45779 "f - 'Float_t' 0 - posx f - 'Float_t' 0 - posy", (char*)NULL, (void*) NULL, 0);
45780    G__memfunc_setup("TGLAnnotation",1282,G__G__GL_404_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAnnotation), -1, 0, 5, 1, 1, 0, 
45781 "U 'TGLViewerBase' - 0 - parent C - - 10 - text "
45782 "f - 'Float_t' 0 - posx f - 'Float_t' 0 - posy "
45783 "u 'TGLVector3' - 0 - ref", (char*)NULL, (void*) NULL, 0);
45784    G__memfunc_setup("SetText",721,G__G__GL_404_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - x", (char*)NULL, (void*) NULL, 0);
45785    G__memfunc_setup("GetText",709,G__G__GL_404_0_8, 117, G__get_linked_tagnum(&G__G__GLLN_TString), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
45786    G__memfunc_setup("SetTransparency",1574,G__G__GL_404_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 0 - x", (char*)NULL, (void*) NULL, 0);
45787    G__memfunc_setup("GetTransparency",1562,G__G__GL_404_0_10, 99, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45788    G__memfunc_setup("SetUseColorSet",1412,G__G__GL_404_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
45789    G__memfunc_setup("GetUseColorSet",1400,G__G__GL_404_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45790    G__memfunc_setup("SetBackColor",1180,G__G__GL_404_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - x", (char*)NULL, (void*) NULL, 0);
45791    G__memfunc_setup("GetBackColor",1168,G__G__GL_404_0_14, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45792    G__memfunc_setup("SetTextColor",1232,G__G__GL_404_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - x", (char*)NULL, (void*) NULL, 0);
45793    G__memfunc_setup("GetTextColor",1220,G__G__GL_404_0_16, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45794    G__memfunc_setup("SetTextSize",1132,G__G__GL_404_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - x", (char*)NULL, (void*) NULL, 0);
45795    G__memfunc_setup("GetTextSize",1120,G__G__GL_404_0_18, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45796    G__memfunc_setup("SetAllowClose",1313,G__G__GL_404_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
45797    G__memfunc_setup("GetAllowClose",1301,G__G__GL_404_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45798    G__memfunc_setup("GetTextAlign",1200,G__G__GL_404_0_21, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLETextAlignH_e), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45799    G__memfunc_setup("SetTextAlign",1212,G__G__GL_404_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLFont::ETextAlignH_e' - 0 - a", (char*)NULL, (void*) NULL, 0);
45800    G__memfunc_setup("MouseEnter",1031,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 1 - selRec", (char*)NULL, (void*) NULL, 1);
45801    G__memfunc_setup("Handle",588,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
45802 "u 'TGLRnrCtx' - 1 - rnrCtx u 'TGLOvlSelectRecord' - 1 - selRec "
45803 "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
45804    G__memfunc_setup("MouseLeave",1014,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
45805    G__memfunc_setup("CloseEditor",1117,G__G__GL_404_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45806    G__memfunc_setup("UpdateText",1032,G__G__GL_404_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45807    G__memfunc_setup("Render",608,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
45808    G__memfunc_setup("Class",502,G__G__GL_404_0_29, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLAnnotation::Class) ), 0);
45809    G__memfunc_setup("Class_Name",982,G__G__GL_404_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAnnotation::Class_Name) ), 0);
45810    G__memfunc_setup("Class_Version",1339,G__G__GL_404_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLAnnotation::Class_Version) ), 0);
45811    G__memfunc_setup("Dictionary",1046,G__G__GL_404_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLAnnotation::Dictionary) ), 0);
45812    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45813    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45814    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45815    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_404_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45816    G__memfunc_setup("DeclFileName",1145,G__G__GL_404_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAnnotation::DeclFileName) ), 0);
45817    G__memfunc_setup("ImplFileLine",1178,G__G__GL_404_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAnnotation::ImplFileLine) ), 0);
45818    G__memfunc_setup("ImplFileName",1171,G__G__GL_404_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAnnotation::ImplFileName) ), 0);
45819    G__memfunc_setup("DeclFileLine",1152,G__G__GL_404_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAnnotation::DeclFileLine) ), 0);
45820    // automatic destructor
45821    G__memfunc_setup("~TGLAnnotation", 1408, G__G__GL_404_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45822    G__tag_memfunc_reset();
45823 }
45824 
45825 static void G__setup_memfuncTGLAutoRotator(void) {
45826    /* TGLAutoRotator */
45827    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator));
45828    G__memfunc_setup("TGLAutoRotator",1387,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator), -1, 0, 1, 1, 4, 0, "u 'TGLAutoRotator' - 11 - -", "Not implemented", (void*) NULL, 0);
45829    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator), -1, 1, 1, 1, 4, 0, "u 'TGLAutoRotator' - 11 - -", "Not implemented", (void*) NULL, 0);
45830    G__memfunc_setup("TGLAutoRotator",1387,G__G__GL_408_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAutoRotator), -1, 0, 1, 1, 1, 0, "U 'TGLViewer' - 0 - v", (char*)NULL, (void*) NULL, 0);
45831    G__memfunc_setup("GetCamera",873,G__G__GL_408_0_4, 85, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45832    G__memfunc_setup("Start",526,G__G__GL_408_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45833    G__memfunc_setup("Stop",422,G__G__GL_408_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45834    G__memfunc_setup("Timeout",743,G__G__GL_408_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45835    G__memfunc_setup("IsRunning",925,G__G__GL_408_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45836    G__memfunc_setup("GetDt",472,G__G__GL_408_0_9, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45837    G__memfunc_setup("SetDt",484,G__G__GL_408_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - dt", (char*)NULL, (void*) NULL, 0);
45838    G__memfunc_setup("GetWPhi",664,G__G__GL_408_0_11, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45839    G__memfunc_setup("SetWPhi",676,G__G__GL_408_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 0);
45840    G__memfunc_setup("GetWTheta",877,G__G__GL_408_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45841    G__memfunc_setup("SetWTheta",889,G__G__GL_408_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 0);
45842    G__memfunc_setup("GetATheta",855,G__G__GL_408_0_15, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45843    G__memfunc_setup("SetATheta",867,G__G__GL_408_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
45844    G__memfunc_setup("GetWDolly",891,G__G__GL_408_0_17, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45845    G__memfunc_setup("SetWDolly",903,G__G__GL_408_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - w", (char*)NULL, (void*) NULL, 0);
45846    G__memfunc_setup("GetADolly",869,G__G__GL_408_0_19, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45847    G__memfunc_setup("SetADolly",881,G__G__GL_408_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - a", (char*)NULL, (void*) NULL, 0);
45848    G__memfunc_setup("Class",502,G__G__GL_408_0_21, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLAutoRotator::Class) ), 0);
45849    G__memfunc_setup("Class_Name",982,G__G__GL_408_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAutoRotator::Class_Name) ), 0);
45850    G__memfunc_setup("Class_Version",1339,G__G__GL_408_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLAutoRotator::Class_Version) ), 0);
45851    G__memfunc_setup("Dictionary",1046,G__G__GL_408_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLAutoRotator::Dictionary) ), 0);
45852    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45853    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45854    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45855    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_408_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45856    G__memfunc_setup("DeclFileName",1145,G__G__GL_408_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAutoRotator::DeclFileName) ), 0);
45857    G__memfunc_setup("ImplFileLine",1178,G__G__GL_408_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAutoRotator::ImplFileLine) ), 0);
45858    G__memfunc_setup("ImplFileName",1171,G__G__GL_408_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAutoRotator::ImplFileName) ), 0);
45859    G__memfunc_setup("DeclFileLine",1152,G__G__GL_408_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAutoRotator::DeclFileLine) ), 0);
45860    // automatic destructor
45861    G__memfunc_setup("~TGLAutoRotator", 1513, G__G__GL_408_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45862    G__tag_memfunc_reset();
45863 }
45864 
45865 static void G__setup_memfuncTGLText(void) {
45866    /* TGLText */
45867    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLText));
45868    G__memfunc_setup("TGLText",652,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLText), -1, 0, 1, 1, 4, 0, "u 'TGLText' - 11 - -", "Not implemented", (void*) NULL, 0);
45869    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLText), -1, 1, 1, 1, 4, 0, "u 'TGLText' - 11 - -", "Not implemented", (void*) NULL, 0);
45870    G__memfunc_setup("TGLText",652,G__G__GL_409_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLText), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45871    G__memfunc_setup("TGLText",652,G__G__GL_409_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLText), -1, 0, 4, 1, 1, 0, 
45872 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
45873 "d - 'Double_t' 0 - z C - - 10 - text", (char*)NULL, (void*) NULL, 0);
45874    G__memfunc_setup("GetFont",695,G__G__GL_409_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_FTFont), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45875    G__memfunc_setup("SetGLTextAngles",1470,G__G__GL_409_0_6, 121, -1, -1, 0, 3, 1, 1, 0, 
45876 "d - 'Double_t' 0 - a1 d - 'Double_t' 0 - a2 "
45877 "d - 'Double_t' 0 - a3", (char*)NULL, (void*) NULL, 0);
45878    G__memfunc_setup("SetGLTextFont",1275,G__G__GL_409_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Font_t' 0 - fontnumber", (char*)NULL, (void*) NULL, 0);
45879    G__memfunc_setup("PaintGLText",1076,G__G__GL_409_0_8, 121, -1, -1, 0, 4, 1, 1, 0, 
45880 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
45881 "d - 'Double_t' 0 - z C - - 10 - text", (char*)NULL, (void*) NULL, 0);
45882    G__memfunc_setup("PaintBBox",871,G__G__GL_409_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - text", (char*)NULL, (void*) NULL, 0);
45883    G__memfunc_setup("BBox",363,G__G__GL_409_0_10, 121, -1, -1, 0, 7, 1, 1, 0, 
45884 "C - - 10 - string f - - 1 - llx "
45885 "f - - 1 - lly f - - 1 - llz "
45886 "f - - 1 - urx f - - 1 - ury "
45887 "f - - 1 - urz", (char*)NULL, (void*) NULL, 0);
45888    G__memfunc_setup("Class",502,G__G__GL_409_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLText::Class) ), 0);
45889    G__memfunc_setup("Class_Name",982,G__G__GL_409_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLText::Class_Name) ), 0);
45890    G__memfunc_setup("Class_Version",1339,G__G__GL_409_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLText::Class_Version) ), 0);
45891    G__memfunc_setup("Dictionary",1046,G__G__GL_409_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLText::Dictionary) ), 0);
45892    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45893    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45894    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45895    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_409_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45896    G__memfunc_setup("DeclFileName",1145,G__G__GL_409_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLText::DeclFileName) ), 0);
45897    G__memfunc_setup("ImplFileLine",1178,G__G__GL_409_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLText::ImplFileLine) ), 0);
45898    G__memfunc_setup("ImplFileName",1171,G__G__GL_409_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLText::ImplFileName) ), 0);
45899    G__memfunc_setup("DeclFileLine",1152,G__G__GL_409_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLText::DeclFileLine) ), 0);
45900    // automatic destructor
45901    G__memfunc_setup("~TGLText", 778, G__G__GL_409_0_23, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45902    G__tag_memfunc_reset();
45903 }
45904 
45905 static void G__setup_memfuncTGLAxis(void) {
45906    /* TGLAxis */
45907    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxis));
45908    G__memfunc_setup("TGLAxis",636,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAxis), -1, 0, 1, 1, 4, 0, "u 'TGLAxis' - 11 - -", "Not implemented", (void*) NULL, 0);
45909    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLAxis), -1, 1, 1, 1, 4, 0, "u 'TGLAxis' - 11 - -", "Not implemented", (void*) NULL, 0);
45910    G__memfunc_setup("TGLAxis",636,G__G__GL_410_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAxis), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45911    G__memfunc_setup("PaintGLAxis",1060,G__G__GL_410_0_4, 121, -1, -1, 0, 6, 1, 1, 0, 
45912 "D - 'Double_t' 10 - p1 D - 'Double_t' 10 - p2 "
45913 "d - 'Double_t' 0 - wmin d - 'Double_t' 0 - wmax "
45914 "i - 'Int_t' 0 - ndiv C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
45915    G__memfunc_setup("Init",404,G__G__GL_410_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45916    G__memfunc_setup("PaintGLAxisBody",1458,G__G__GL_410_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45917    G__memfunc_setup("PaintGLAxisTickMarks",1965,G__G__GL_410_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45918    G__memfunc_setup("PaintGLAxisLabels",1655,G__G__GL_410_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45919    G__memfunc_setup("TicksPositions",1478,G__G__GL_410_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
45920    G__memfunc_setup("TicksPositionsNoOpt",1974,G__G__GL_410_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45921    G__memfunc_setup("TicksPositionsOpt",1785,G__G__GL_410_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45922    G__memfunc_setup("DoLabels",774,G__G__GL_410_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45923    G__memfunc_setup("SetTickMarksLength",1815,G__G__GL_410_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - length", (char*)NULL, (void*) NULL, 0);
45924    G__memfunc_setup("SetTickMarksOrientation",2369,G__G__GL_410_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - tmo", (char*)NULL, (void*) NULL, 0);
45925    G__memfunc_setup("SetLabelsOffset",1510,G__G__GL_410_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - offset", (char*)NULL, (void*) NULL, 0);
45926    G__memfunc_setup("SetLabelsSize",1306,G__G__GL_410_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - size", (char*)NULL, (void*) NULL, 0);
45927    G__memfunc_setup("SetGridLength",1300,G__G__GL_410_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - grid", (char*)NULL, (void*) NULL, 0);
45928    G__memfunc_setup("SetLabelsAngles",1497,G__G__GL_410_0_18, 121, -1, -1, 0, 3, 1, 1, 0, 
45929 "d - 'Double_t' 0 - a1 d - 'Double_t' 0 - a2 "
45930 "d - 'Double_t' 0 - a3", (char*)NULL, (void*) NULL, 0);
45931    G__memfunc_setup("Class",502,G__G__GL_410_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLAxis::Class) ), 0);
45932    G__memfunc_setup("Class_Name",982,G__G__GL_410_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxis::Class_Name) ), 0);
45933    G__memfunc_setup("Class_Version",1339,G__G__GL_410_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLAxis::Class_Version) ), 0);
45934    G__memfunc_setup("Dictionary",1046,G__G__GL_410_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLAxis::Dictionary) ), 0);
45935    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
45936    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
45937    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
45938    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_410_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
45939    G__memfunc_setup("DeclFileName",1145,G__G__GL_410_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxis::DeclFileName) ), 0);
45940    G__memfunc_setup("ImplFileLine",1178,G__G__GL_410_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAxis::ImplFileLine) ), 0);
45941    G__memfunc_setup("ImplFileName",1171,G__G__GL_410_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxis::ImplFileName) ), 0);
45942    G__memfunc_setup("DeclFileLine",1152,G__G__GL_410_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAxis::DeclFileLine) ), 0);
45943    // automatic destructor
45944    G__memfunc_setup("~TGLAxis", 762, G__G__GL_410_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
45945    G__tag_memfunc_reset();
45946 }
45947 
45948 static void G__setup_memfuncTGLAxisPainter(void) {
45949    /* TGLAxisPainter */
45950    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter));
45951    G__memfunc_setup("TGLAxisPainter",1359,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter), -1, 0, 1, 1, 4, 0, "u 'TGLAxisPainter' - 11 - -", "Not implemented", (void*) NULL, 0);
45952    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter), -1, 1, 1, 1, 4, 0, "u 'TGLAxisPainter' - 11 - -", "Not implemented", (void*) NULL, 0);
45953    G__memfunc_setup("LabelsLimits",1221,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 8, 
45954 "C - - 10 - label i - 'Int_t' 1 - first "
45955 "i - 'Int_t' 1 - last", (char*)NULL, (void*) NULL, 0);
45956    G__memfunc_setup("FormAxisValue",1318,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 8, 
45957 "d - 'Double_t' 0 - x u 'TString' - 1 - s", (char*)NULL, (void*) NULL, 0);
45958    G__memfunc_setup("TGLAxisPainter",1359,G__G__GL_412_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainter), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45959    G__memfunc_setup("GetTMNDim",809,G__G__GL_412_0_6, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45960    G__memfunc_setup("SetTMNDim",821,G__G__GL_412_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - x", (char*)NULL, (void*) NULL, 0);
45961    G__memfunc_setup("RefDir",572,G__G__GL_412_0_8, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45962    G__memfunc_setup("RefTMOff",729,G__G__GL_412_0_9, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
45963    G__memfunc_setup("GetFontMode",1084,G__G__GL_412_0_10, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFontcLcLEMode), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45964    G__memfunc_setup("SetFontMode",1096,G__G__GL_412_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLFont::EMode' - 0 - m", (char*)NULL, (void*) NULL, 0);
45965    G__memfunc_setup("SetLabelPixelFontSize",2112,G__G__GL_412_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - fs", (char*)NULL, (void*) NULL, 0);
45966    G__memfunc_setup("GetLabelPixelFontSize",2100,G__G__GL_412_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45967    G__memfunc_setup("SetTitlePixelFontSize",2146,G__G__GL_412_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - fs", (char*)NULL, (void*) NULL, 0);
45968    G__memfunc_setup("GetTitlePixelFontSize",2134,G__G__GL_412_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45969    G__memfunc_setup("RefTitlePos",1105,G__G__GL_412_0_16, 117, G__get_linked_tagnum(&G__G__GLLN_TGLVector3), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45970    G__memfunc_setup("SetLabelAlign",1271,G__G__GL_412_0_17, 121, -1, -1, 0, 2, 1, 1, 0, 
45971 "i 'TGLFont::ETextAlignH_e' - 0 - - i 'TGLFont::ETextAlignV_e' - 0 - -", (char*)NULL, (void*) NULL, 0);
45972    G__memfunc_setup("RefLabVec",842,G__G__GL_412_0_18, 117, G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR), G__defined_typename("TGLAxisPainter::LabVec_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45973    G__memfunc_setup("RefTMVec",732,G__G__GL_412_0_19, 117, G__get_linked_tagnum(&G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR), G__defined_typename("TGLAxisPainter::TMVec_t"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45974    G__memfunc_setup("SetAttAxis",1002,G__G__GL_412_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TAttAxis' - 0 - a", (char*)NULL, (void*) NULL, 0);
45975    G__memfunc_setup("GetAttAxis",990,G__G__GL_412_0_21, 85, G__get_linked_tagnum(&G__G__GLLN_TAttAxis), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
45976    G__memfunc_setup("SetUseAxisColors",1632,G__G__GL_412_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
45977    G__memfunc_setup("GetUseAxisColors",1620,G__G__GL_412_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45978    G__memfunc_setup("SetLabelFont",1187,G__G__GL_412_0_24, 121, -1, -1, 0, 4, 1, 1, 0, 
45979 "u 'TGLRnrCtx' - 1 - rnrCtx C - - 10 - fontName "
45980 "i - 'Int_t' 0 '64' pixelSize d - 'Double_t' 0 '-1' font3DSize", (char*)NULL, (void*) NULL, 0);
45981    G__memfunc_setup("SetTitleFont",1221,G__G__GL_412_0_25, 121, -1, -1, 0, 4, 1, 1, 0, 
45982 "u 'TGLRnrCtx' - 1 - rnrCtx C - - 10 - fontName "
45983 "i - 'Int_t' 0 '64' pixelSize d - 'Double_t' 0 '-1' font3DSize", (char*)NULL, (void*) NULL, 0);
45984    G__memfunc_setup("SetTextFormat",1338,G__G__GL_412_0_26, 121, -1, -1, 0, 3, 1, 1, 0, 
45985 "d - 'Double_t' 0 - min d - 'Double_t' 0 - max "
45986 "d - 'Double_t' 0 - binWidth", (char*)NULL, (void*) NULL, 0);
45987    G__memfunc_setup("RnrText",727,G__G__GL_412_0_27, 121, -1, -1, 0, 5, 1, 1, 8, 
45988 "u 'TString' - 11 - txt u 'TGLVector3' - 11 - pos "
45989 "i 'TGLFont::ETextAlignH_e' - 0 - aH i 'TGLFont::ETextAlignV_e' - 0 - aV "
45990 "u 'TGLFont' - 11 - font", (char*)NULL, (void*) NULL, 0);
45991    G__memfunc_setup("RnrTitle",820,G__G__GL_412_0_28, 121, -1, -1, 0, 4, 1, 1, 8, 
45992 "u 'TString' - 11 - title u 'TGLVector3' - 1 - pos "
45993 "i 'TGLFont::ETextAlignH_e' - 0 - aH i 'TGLFont::ETextAlignV_e' - 0 - aV", (char*)NULL, (void*) NULL, 0);
45994    G__memfunc_setup("RnrLabels",901,G__G__GL_412_0_29, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45995    G__memfunc_setup("RnrLines",813,G__G__GL_412_0_30, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
45996    G__memfunc_setup("PaintAxis",913,G__G__GL_412_0_31, 121, -1, -1, 0, 2, 1, 1, 0, 
45997 "u 'TGLRnrCtx' - 1 - ctx U 'TAxis' - 0 - ax", (char*)NULL, (void*) NULL, 0);
45998    G__memfunc_setup("Class",502,G__G__GL_412_0_32, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLAxisPainter::Class) ), 0);
45999    G__memfunc_setup("Class_Name",982,G__G__GL_412_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxisPainter::Class_Name) ), 0);
46000    G__memfunc_setup("Class_Version",1339,G__G__GL_412_0_34, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLAxisPainter::Class_Version) ), 0);
46001    G__memfunc_setup("Dictionary",1046,G__G__GL_412_0_35, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLAxisPainter::Dictionary) ), 0);
46002    G__memfunc_setup("IsA",253,G__G__GL_412_0_36, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46003    G__memfunc_setup("ShowMembers",1132,G__G__GL_412_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46004    G__memfunc_setup("Streamer",835,G__G__GL_412_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46005    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_412_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46006    G__memfunc_setup("DeclFileName",1145,G__G__GL_412_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxisPainter::DeclFileName) ), 0);
46007    G__memfunc_setup("ImplFileLine",1178,G__G__GL_412_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAxisPainter::ImplFileLine) ), 0);
46008    G__memfunc_setup("ImplFileName",1171,G__G__GL_412_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxisPainter::ImplFileName) ), 0);
46009    G__memfunc_setup("DeclFileLine",1152,G__G__GL_412_0_43, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAxisPainter::DeclFileLine) ), 0);
46010    // automatic destructor
46011    G__memfunc_setup("~TGLAxisPainter", 1485, G__G__GL_412_0_44, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46012    G__tag_memfunc_reset();
46013 }
46014 
46015 static void G__setup_memfuncTGLAxisPainterBox(void) {
46016    /* TGLAxisPainterBox */
46017    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainterBox));
46018    G__memfunc_setup("TGLAxisPainterBox",1656,G__G__GL_423_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLAxisPainterBox), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46019    G__memfunc_setup("SetAxis3DTitlePos",1644,G__G__GL_423_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 0);
46020    G__memfunc_setup("DrawAxis3D",922,G__G__GL_423_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 0);
46021    G__memfunc_setup("PlotStandard",1232,G__G__GL_423_0_4, 121, -1, -1, 0, 3, 1, 1, 0, 
46022 "u 'TGLRnrCtx' - 1 - rnrCtx U 'TH1' - 10 - histo "
46023 "u 'TGLBoundingBox' - 11 - bbox", (char*)NULL, (void*) NULL, 0);
46024    G__memfunc_setup("Class",502,G__G__GL_423_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLAxisPainterBox::Class) ), 0);
46025    G__memfunc_setup("Class_Name",982,G__G__GL_423_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxisPainterBox::Class_Name) ), 0);
46026    G__memfunc_setup("Class_Version",1339,G__G__GL_423_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLAxisPainterBox::Class_Version) ), 0);
46027    G__memfunc_setup("Dictionary",1046,G__G__GL_423_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLAxisPainterBox::Dictionary) ), 0);
46028    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46029    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46030    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46031    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_423_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46032    G__memfunc_setup("DeclFileName",1145,G__G__GL_423_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxisPainterBox::DeclFileName) ), 0);
46033    G__memfunc_setup("ImplFileLine",1178,G__G__GL_423_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAxisPainterBox::ImplFileLine) ), 0);
46034    G__memfunc_setup("ImplFileName",1171,G__G__GL_423_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLAxisPainterBox::ImplFileName) ), 0);
46035    G__memfunc_setup("DeclFileLine",1152,G__G__GL_423_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLAxisPainterBox::DeclFileLine) ), 0);
46036    // automatic destructor
46037    G__memfunc_setup("~TGLAxisPainterBox", 1782, G__G__GL_423_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46038    G__tag_memfunc_reset();
46039 }
46040 
46041 static void G__setup_memfuncTGLBoxPainter(void) {
46042    /* TGLBoxPainter */
46043    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter));
46044    G__memfunc_setup("TGLBoxPainter",1251,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter), -1, 0, 1, 1, 4, 0, "u 'TGLBoxPainter' - 11 - -", (char*)NULL, (void*) NULL, 0);
46045    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter), -1, 1, 1, 1, 4, 0, "u 'TGLBoxPainter' - 11 - -", (char*)NULL, (void*) NULL, 0);
46046    G__memfunc_setup("TGLBoxPainter",1251,G__G__GL_425_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLBoxPainter), -1, 0, 3, 1, 1, 0, 
46047 "U 'TH1' - 0 - hist U 'TGLPlotCamera' - 0 - camera "
46048 "U 'TGLPlotCoordinates' - 0 - coord", (char*)NULL, (void*) NULL, 0);
46049    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 0, 
46050 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
46051    G__memfunc_setup("InitGeometry",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46052    G__memfunc_setup("StartPan",813,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
46053 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
46054    G__memfunc_setup("Pan",287,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
46055 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
46056    G__memfunc_setup("AddOption",898,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - stringOption", (char*)NULL, (void*) NULL, 1);
46057    G__memfunc_setup("ProcessEvent",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
46058 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
46059 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
46060    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
46061    G__memfunc_setup("DeInitGL",720,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
46062    G__memfunc_setup("DrawPlot",813,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
46063    G__memfunc_setup("SetPlotColor",1226,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
46064    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
46065    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
46066    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
46067    G__memfunc_setup("DrawPalette",1117,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
46068    G__memfunc_setup("DrawPaletteAxis",1522,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
46069    G__memfunc_setup("HasSections",1124,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
46070    G__memfunc_setup("Class",502,G__G__GL_425_0_20, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLBoxPainter::Class) ), 0);
46071    G__memfunc_setup("Class_Name",982,G__G__GL_425_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoxPainter::Class_Name) ), 0);
46072    G__memfunc_setup("Class_Version",1339,G__G__GL_425_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLBoxPainter::Class_Version) ), 0);
46073    G__memfunc_setup("Dictionary",1046,G__G__GL_425_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLBoxPainter::Dictionary) ), 0);
46074    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46075    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46076    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46077    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_425_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46078    G__memfunc_setup("DeclFileName",1145,G__G__GL_425_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoxPainter::DeclFileName) ), 0);
46079    G__memfunc_setup("ImplFileLine",1178,G__G__GL_425_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLBoxPainter::ImplFileLine) ), 0);
46080    G__memfunc_setup("ImplFileName",1171,G__G__GL_425_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLBoxPainter::ImplFileName) ), 0);
46081    G__memfunc_setup("DeclFileLine",1152,G__G__GL_425_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLBoxPainter::DeclFileLine) ), 0);
46082    // automatic destructor
46083    G__memfunc_setup("~TGLBoxPainter", 1377, G__G__GL_425_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
46084    G__tag_memfunc_reset();
46085 }
46086 
46087 static void G__setup_memfuncTGLCameraGuide(void) {
46088    /* TGLCameraGuide */
46089    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCameraGuide));
46090    G__memfunc_setup("TGLCameraGuide",1310,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLCameraGuide), -1, 0, 1, 1, 4, 0, "u 'TGLCameraGuide' - 11 - -", "Not implemented", (void*) NULL, 0);
46091    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLCameraGuide), -1, 1, 1, 1, 4, 0, "u 'TGLCameraGuide' - 11 - -", "Not implemented", (void*) NULL, 0);
46092    G__memfunc_setup("TGLCameraGuide",1310,G__G__GL_427_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLCameraGuide), -1, 0, 5, 1, 1, 0, 
46093 "f - 'Float_t' 0 - x f - 'Float_t' 0 - y "
46094 "f - 'Float_t' 0 - s i 'TGLOverlayElement::ERole' - 0 'kUser' role "
46095 "i 'TGLOverlayElement::EState' - 0 'kActive' state", (char*)NULL, (void*) NULL, 0);
46096    G__memfunc_setup("SetX",388,G__G__GL_427_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - x", (char*)NULL, (void*) NULL, 0);
46097    G__memfunc_setup("SetY",389,G__G__GL_427_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - y", (char*)NULL, (void*) NULL, 0);
46098    G__memfunc_setup("SetXY",477,G__G__GL_427_0_6, 121, -1, -1, 0, 2, 1, 1, 0, 
46099 "f - 'Float_t' 0 - x f - 'Float_t' 0 - y", (char*)NULL, (void*) NULL, 0);
46100    G__memfunc_setup("SetSize",711,G__G__GL_427_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - s", (char*)NULL, (void*) NULL, 0);
46101    G__memfunc_setup("MouseEnter",1031,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 1 - selRec", (char*)NULL, (void*) NULL, 1);
46102    G__memfunc_setup("Handle",588,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
46103 "u 'TGLRnrCtx' - 1 - rnrCtx u 'TGLOvlSelectRecord' - 1 - selRec "
46104 "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
46105    G__memfunc_setup("MouseLeave",1014,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46106    G__memfunc_setup("Render",608,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
46107    G__memfunc_setup("Class",502,G__G__GL_427_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLCameraGuide::Class) ), 0);
46108    G__memfunc_setup("Class_Name",982,G__G__GL_427_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCameraGuide::Class_Name) ), 0);
46109    G__memfunc_setup("Class_Version",1339,G__G__GL_427_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLCameraGuide::Class_Version) ), 0);
46110    G__memfunc_setup("Dictionary",1046,G__G__GL_427_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLCameraGuide::Dictionary) ), 0);
46111    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46112    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46113    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46114    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_427_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46115    G__memfunc_setup("DeclFileName",1145,G__G__GL_427_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCameraGuide::DeclFileName) ), 0);
46116    G__memfunc_setup("ImplFileLine",1178,G__G__GL_427_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLCameraGuide::ImplFileLine) ), 0);
46117    G__memfunc_setup("ImplFileName",1171,G__G__GL_427_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCameraGuide::ImplFileName) ), 0);
46118    G__memfunc_setup("DeclFileLine",1152,G__G__GL_427_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLCameraGuide::DeclFileLine) ), 0);
46119    // automatic destructor
46120    G__memfunc_setup("~TGLCameraGuide", 1436, G__G__GL_427_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46121    G__tag_memfunc_reset();
46122 }
46123 
46124 static void G__setup_memfuncTGLCameraOverlay(void) {
46125    /* TGLCameraOverlay */
46126    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay));
46127    G__memfunc_setup("TGLCameraOverlay",1554,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay), -1, 0, 1, 1, 4, 0, "u 'TGLCameraOverlay' - 11 - -", "Not implemented", (void*) NULL, 0);
46128    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay), -1, 1, 1, 1, 4, 0, "u 'TGLCameraOverlay' - 11 - -", "Not implemented", (void*) NULL, 0);
46129    G__memfunc_setup("RenderPlaneIntersect",2049,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 0);
46130    G__memfunc_setup("RenderAxis",1013,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
46131 "u 'TGLRnrCtx' - 1 - rnrCtx g - 'Bool_t' 0 - drawGrid", (char*)NULL, (void*) NULL, 0);
46132    G__memfunc_setup("RenderGrid",998,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 0);
46133    G__memfunc_setup("RenderBar",885,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 0);
46134    G__memfunc_setup("TGLCameraOverlay",1554,G__G__GL_429_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLCameraOverlay), -1, 0, 2, 1, 1, 0, 
46135 "g - 'Bool_t' 0 'kTRUE' showOrtho g - 'Bool_t' 0 'kFALSE' showPersp", (char*)NULL, (void*) NULL, 0);
46136    G__memfunc_setup("Render",608,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
46137    G__memfunc_setup("RefExternalRefPlane",1901,G__G__GL_429_0_9, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPlane), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46138    G__memfunc_setup("UseExternalRefPlane",1917,G__G__GL_429_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
46139    G__memfunc_setup("GetUseExternalRefPlane",2205,G__G__GL_429_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46140    G__memfunc_setup("GetPerspectiveMode",1839,G__G__GL_429_0_12, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46141    G__memfunc_setup("SetPerspectiveMode",1851,G__G__GL_429_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLCameraOverlay::EMode' - 0 - m", (char*)NULL, (void*) NULL, 0);
46142    G__memfunc_setup("GetOrthographicMode",1935,G__G__GL_429_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46143    G__memfunc_setup("SetOrthographicMode",1947,G__G__GL_429_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLCameraOverlay::EMode' - 0 - m", (char*)NULL, (void*) NULL, 0);
46144    G__memfunc_setup("GetShowOrthographic",1963,G__G__GL_429_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46145    G__memfunc_setup("SetShowOrthographic",1975,G__G__GL_429_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
46146    G__memfunc_setup("GetShowPerspective",1867,G__G__GL_429_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46147    G__memfunc_setup("SetShowPerspective",1879,G__G__GL_429_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
46148    G__memfunc_setup("SetFrustum",1058,G__G__GL_429_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLCamera' - 1 - cam", (char*)NULL, (void*) NULL, 0);
46149    G__memfunc_setup("GetAttAxis",990,G__G__GL_429_0_21, 85, G__get_linked_tagnum(&G__G__GLLN_TAttAxis), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46150    G__memfunc_setup("Class",502,G__G__GL_429_0_22, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLCameraOverlay::Class) ), 0);
46151    G__memfunc_setup("Class_Name",982,G__G__GL_429_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCameraOverlay::Class_Name) ), 0);
46152    G__memfunc_setup("Class_Version",1339,G__G__GL_429_0_24, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLCameraOverlay::Class_Version) ), 0);
46153    G__memfunc_setup("Dictionary",1046,G__G__GL_429_0_25, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLCameraOverlay::Dictionary) ), 0);
46154    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46155    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46156    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46157    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_429_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46158    G__memfunc_setup("DeclFileName",1145,G__G__GL_429_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCameraOverlay::DeclFileName) ), 0);
46159    G__memfunc_setup("ImplFileLine",1178,G__G__GL_429_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLCameraOverlay::ImplFileLine) ), 0);
46160    G__memfunc_setup("ImplFileName",1171,G__G__GL_429_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCameraOverlay::ImplFileName) ), 0);
46161    G__memfunc_setup("DeclFileLine",1152,G__G__GL_429_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLCameraOverlay::DeclFileLine) ), 0);
46162    // automatic destructor
46163    G__memfunc_setup("~TGLCameraOverlay", 1680, G__G__GL_429_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46164    G__tag_memfunc_reset();
46165 }
46166 
46167 static void G__setup_memfuncTGLPShapeRef(void) {
46168    /* TGLPShapeRef */
46169    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef));
46170    G__memfunc_setup("TGLPShapeRef",1093,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef), -1, 0, 1, 1, 4, 0, "u 'TGLPShapeRef' - 11 - -", "Not implemented", (void*) NULL, 0);
46171    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef), -1, 1, 1, 1, 4, 0, "u 'TGLPShapeRef' - 11 - -", "Not implemented", (void*) NULL, 0);
46172    G__memfunc_setup("TGLPShapeRef",1093,G__G__GL_431_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46173    G__memfunc_setup("TGLPShapeRef",1093,G__G__GL_431_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeRef), -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - shape", (char*)NULL, (void*) NULL, 0);
46174    G__memfunc_setup("GetPShape",865,G__G__GL_431_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46175    G__memfunc_setup("SetPShape",877,G__G__GL_431_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - shape", (char*)NULL, (void*) NULL, 1);
46176    G__memfunc_setup("PShapeModified",1378,G__G__GL_431_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46177    G__memfunc_setup("Class",502,G__G__GL_431_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPShapeRef::Class) ), 0);
46178    G__memfunc_setup("Class_Name",982,G__G__GL_431_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeRef::Class_Name) ), 0);
46179    G__memfunc_setup("Class_Version",1339,G__G__GL_431_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPShapeRef::Class_Version) ), 0);
46180    G__memfunc_setup("Dictionary",1046,G__G__GL_431_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPShapeRef::Dictionary) ), 0);
46181    G__memfunc_setup("IsA",253,G__G__GL_431_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46182    G__memfunc_setup("ShowMembers",1132,G__G__GL_431_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46183    G__memfunc_setup("Streamer",835,G__G__GL_431_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46184    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_431_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46185    G__memfunc_setup("DeclFileName",1145,G__G__GL_431_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeRef::DeclFileName) ), 0);
46186    G__memfunc_setup("ImplFileLine",1178,G__G__GL_431_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPShapeRef::ImplFileLine) ), 0);
46187    G__memfunc_setup("ImplFileName",1171,G__G__GL_431_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeRef::ImplFileName) ), 0);
46188    G__memfunc_setup("DeclFileLine",1152,G__G__GL_431_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPShapeRef::DeclFileLine) ), 0);
46189    // automatic destructor
46190    G__memfunc_setup("~TGLPShapeRef", 1219, G__G__GL_431_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46191    G__tag_memfunc_reset();
46192 }
46193 
46194 static void G__setup_memfuncTGLManipSet(void) {
46195    /* TGLManipSet */
46196    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLManipSet));
46197    G__memfunc_setup("TGLManipSet",1032,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLManipSet), -1, 0, 1, 1, 4, 0, "u 'TGLManipSet' - 11 - -", "Not implemented", (void*) NULL, 0);
46198    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLManipSet), -1, 1, 1, 1, 4, 0, "u 'TGLManipSet' - 11 - -", "Not implemented", (void*) NULL, 0);
46199    G__memfunc_setup("TGLManipSet",1032,G__G__GL_433_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLManipSet), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46200    G__memfunc_setup("SetPShape",877,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - shape", (char*)NULL, (void*) NULL, 1);
46201    G__memfunc_setup("MouseEnter",1031,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 1 - selRec", (char*)NULL, (void*) NULL, 1);
46202    G__memfunc_setup("Handle",588,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
46203 "u 'TGLRnrCtx' - 1 - rnrCtx u 'TGLOvlSelectRecord' - 1 - selRec "
46204 "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
46205    G__memfunc_setup("MouseLeave",1014,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46206    G__memfunc_setup("Render",608,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
46207    G__memfunc_setup("GetCurrentManip",1528,G__G__GL_433_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TGLManip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46208    G__memfunc_setup("GetManipType",1207,G__G__GL_433_0_10, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46209    G__memfunc_setup("SetManipType",1219,G__G__GL_433_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - type", (char*)NULL, (void*) NULL, 0);
46210    G__memfunc_setup("GetDrawBBox",1049,G__G__GL_433_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46211    G__memfunc_setup("SetDrawBBox",1061,G__G__GL_433_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - bb", (char*)NULL, (void*) NULL, 0);
46212    G__memfunc_setup("Class",502,G__G__GL_433_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLManipSet::Class) ), 0);
46213    G__memfunc_setup("Class_Name",982,G__G__GL_433_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManipSet::Class_Name) ), 0);
46214    G__memfunc_setup("Class_Version",1339,G__G__GL_433_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLManipSet::Class_Version) ), 0);
46215    G__memfunc_setup("Dictionary",1046,G__G__GL_433_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLManipSet::Dictionary) ), 0);
46216    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46217    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46218    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46219    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_433_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46220    G__memfunc_setup("DeclFileName",1145,G__G__GL_433_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManipSet::DeclFileName) ), 0);
46221    G__memfunc_setup("ImplFileLine",1178,G__G__GL_433_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLManipSet::ImplFileLine) ), 0);
46222    G__memfunc_setup("ImplFileName",1171,G__G__GL_433_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManipSet::ImplFileName) ), 0);
46223    G__memfunc_setup("DeclFileLine",1152,G__G__GL_433_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLManipSet::DeclFileLine) ), 0);
46224    // automatic destructor
46225    G__memfunc_setup("~TGLManipSet", 1158, G__G__GL_433_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46226    G__tag_memfunc_reset();
46227 }
46228 
46229 static void G__setup_memfuncTGLClip(void) {
46230    /* TGLClip */
46231    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClip));
46232    G__memfunc_setup("Modified",801,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46233    G__memfunc_setup("Setup",529,G__G__GL_434_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - bbox", (char*)NULL, (void*) NULL, 3);
46234    G__memfunc_setup("Setup",529,G__G__GL_434_0_4, 121, -1, -1, 0, 2, 1, 1, 0, 
46235 "u 'TGLVector3' - 11 - - u 'TGLVector3' - 11 - -", (char*)NULL, (void*) NULL, 1);
46236    G__memfunc_setup("GetMode",677,G__G__GL_434_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipcLcLEMode), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46237    G__memfunc_setup("SetMode",689,G__G__GL_434_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLClip::EMode' - 0 - mode", (char*)NULL, (void*) NULL, 0);
46238    G__memfunc_setup("TimeStamp",916,G__G__GL_434_0_7, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46239    G__memfunc_setup("IncTimeStamp",1198,G__G__GL_434_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46240    G__memfunc_setup("IsValid",684,G__G__GL_434_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46241    G__memfunc_setup("Invalidate",1025,G__G__GL_434_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46242    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
46243    G__memfunc_setup("PlaneSet",796,G__G__GL_434_0_12, 121, -1, -1, 0, 1, 1, 1, 8, "u 'vector<TGLPlane,allocator<TGLPlane> >' 'TGLPlaneSet_t' 1 - set", (char*)NULL, (void*) NULL, 3);
46244    G__memfunc_setup("Class",502,G__G__GL_434_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLClip::Class) ), 0);
46245    G__memfunc_setup("Class_Name",982,G__G__GL_434_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClip::Class_Name) ), 0);
46246    G__memfunc_setup("Class_Version",1339,G__G__GL_434_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLClip::Class_Version) ), 0);
46247    G__memfunc_setup("Dictionary",1046,G__G__GL_434_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLClip::Dictionary) ), 0);
46248    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46249    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46250    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46251    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_434_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46252    G__memfunc_setup("DeclFileName",1145,G__G__GL_434_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClip::DeclFileName) ), 0);
46253    G__memfunc_setup("ImplFileLine",1178,G__G__GL_434_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClip::ImplFileLine) ), 0);
46254    G__memfunc_setup("ImplFileName",1171,G__G__GL_434_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClip::ImplFileName) ), 0);
46255    G__memfunc_setup("DeclFileLine",1152,G__G__GL_434_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClip::DeclFileLine) ), 0);
46256    // automatic destructor
46257    G__memfunc_setup("~TGLClip", 749, G__G__GL_434_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46258    G__tag_memfunc_reset();
46259 }
46260 
46261 static void G__setup_memfuncTGLClipPlane(void) {
46262    /* TGLClipPlane */
46263    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipPlane));
46264    G__memfunc_setup("TGLClipPlane",1119,G__G__GL_436_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipPlane), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46265    G__memfunc_setup("Setup",529,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - bbox", (char*)NULL, (void*) NULL, 1);
46266    G__memfunc_setup("Setup",529,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
46267 "u 'TGLVector3' - 11 - point u 'TGLVector3' - 11 - normal", (char*)NULL, (void*) NULL, 1);
46268    G__memfunc_setup("Set",300,G__G__GL_436_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLPlane' - 11 - plane", (char*)NULL, (void*) NULL, 0);
46269    G__memfunc_setup("PlaneSet",796,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'vector<TGLPlane,allocator<TGLPlane> >' 'TGLPlaneSet_t' 1 - set", (char*)NULL, (void*) NULL, 1);
46270    G__memfunc_setup("Class",502,G__G__GL_436_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLClipPlane::Class) ), 0);
46271    G__memfunc_setup("Class_Name",982,G__G__GL_436_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipPlane::Class_Name) ), 0);
46272    G__memfunc_setup("Class_Version",1339,G__G__GL_436_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLClipPlane::Class_Version) ), 0);
46273    G__memfunc_setup("Dictionary",1046,G__G__GL_436_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLClipPlane::Dictionary) ), 0);
46274    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46275    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46276    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46277    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_436_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46278    G__memfunc_setup("DeclFileName",1145,G__G__GL_436_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipPlane::DeclFileName) ), 0);
46279    G__memfunc_setup("ImplFileLine",1178,G__G__GL_436_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipPlane::ImplFileLine) ), 0);
46280    G__memfunc_setup("ImplFileName",1171,G__G__GL_436_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipPlane::ImplFileName) ), 0);
46281    G__memfunc_setup("DeclFileLine",1152,G__G__GL_436_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipPlane::DeclFileLine) ), 0);
46282    // automatic destructor
46283    G__memfunc_setup("~TGLClipPlane", 1245, G__G__GL_436_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46284    G__tag_memfunc_reset();
46285 }
46286 
46287 static void G__setup_memfuncTGLClipBox(void) {
46288    /* TGLClipBox */
46289    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipBox));
46290    G__memfunc_setup("TGLClipBox",920,G__G__GL_437_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipBox), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46291    G__memfunc_setup("Setup",529,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - bbox", (char*)NULL, (void*) NULL, 1);
46292    G__memfunc_setup("Setup",529,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
46293 "u 'TGLVector3' - 11 - min_point u 'TGLVector3' - 11 - max_point", (char*)NULL, (void*) NULL, 1);
46294    G__memfunc_setup("PlaneSet",796,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'vector<TGLPlane,allocator<TGLPlane> >' 'TGLPlaneSet_t' 1 - set", (char*)NULL, (void*) NULL, 1);
46295    G__memfunc_setup("Class",502,G__G__GL_437_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLClipBox::Class) ), 0);
46296    G__memfunc_setup("Class_Name",982,G__G__GL_437_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipBox::Class_Name) ), 0);
46297    G__memfunc_setup("Class_Version",1339,G__G__GL_437_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLClipBox::Class_Version) ), 0);
46298    G__memfunc_setup("Dictionary",1046,G__G__GL_437_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLClipBox::Dictionary) ), 0);
46299    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46300    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46301    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46302    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_437_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46303    G__memfunc_setup("DeclFileName",1145,G__G__GL_437_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipBox::DeclFileName) ), 0);
46304    G__memfunc_setup("ImplFileLine",1178,G__G__GL_437_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipBox::ImplFileLine) ), 0);
46305    G__memfunc_setup("ImplFileName",1171,G__G__GL_437_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipBox::ImplFileName) ), 0);
46306    G__memfunc_setup("DeclFileLine",1152,G__G__GL_437_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipBox::DeclFileLine) ), 0);
46307    // automatic destructor
46308    G__memfunc_setup("~TGLClipBox", 1046, G__G__GL_437_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46309    G__tag_memfunc_reset();
46310 }
46311 
46312 static void G__setup_memfuncTGLClipSet(void) {
46313    /* TGLClipSet */
46314    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSet));
46315    G__memfunc_setup("TGLClipSet",923,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipSet), -1, 0, 1, 1, 4, 0, "u 'TGLClipSet' - 11 - -", "Not implemented", (void*) NULL, 0);
46316    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLClipSet), -1, 1, 1, 1, 4, 0, "u 'TGLClipSet' - 11 - -", "Not implemented", (void*) NULL, 0);
46317    G__memfunc_setup("TGLClipSet",923,G__G__GL_438_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipSet), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46318    G__memfunc_setup("MouseEnter",1031,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 1 - selRec", (char*)NULL, (void*) NULL, 1);
46319    G__memfunc_setup("MouseStillInside",1645,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 1 - selRec", (char*)NULL, (void*) NULL, 1);
46320    G__memfunc_setup("Handle",588,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
46321 "u 'TGLRnrCtx' - 1 - rnrCtx u 'TGLOvlSelectRecord' - 1 - selRec "
46322 "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
46323    G__memfunc_setup("MouseLeave",1014,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46324    G__memfunc_setup("Render",608,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
46325    G__memfunc_setup("IsClipping",1010,G__G__GL_438_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46326    G__memfunc_setup("GetCurrentClip",1419,G__G__GL_438_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46327    G__memfunc_setup("FillPlaneSet",1187,G__G__GL_438_0_11, 121, -1, -1, 0, 1, 1, 1, 8, "u 'vector<TGLPlane,allocator<TGLPlane> >' 'TGLPlaneSet_t' 1 - set", (char*)NULL, (void*) NULL, 0);
46328    G__memfunc_setup("SetupClips",1036,G__G__GL_438_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - sceneBBox", (char*)NULL, (void*) NULL, 0);
46329    G__memfunc_setup("SetupCurrentClip",1660,G__G__GL_438_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - sceneBBox", (char*)NULL, (void*) NULL, 0);
46330    G__memfunc_setup("SetupCurrentClipIfInvalid",2546,G__G__GL_438_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLBoundingBox' - 11 - sceneBBox", (char*)NULL, (void*) NULL, 0);
46331    G__memfunc_setup("InvalidateClips",1532,G__G__GL_438_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46332    G__memfunc_setup("InvalidateCurrentClip",2156,G__G__GL_438_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46333    G__memfunc_setup("GetClipState",1193,G__G__GL_438_0_17, 121, -1, -1, 0, 2, 1, 1, 8, 
46334 "i 'EClipType' - 0 - type D - 'Double_t' 0 - data", (char*)NULL, (void*) NULL, 0);
46335    G__memfunc_setup("SetClipState",1205,G__G__GL_438_0_18, 121, -1, -1, 0, 2, 1, 1, 0, 
46336 "i 'EClipType' - 0 - type D - 'Double_t' 10 - data", (char*)NULL, (void*) NULL, 0);
46337    G__memfunc_setup("GetClipType",1098,G__G__GL_438_0_19, 105, G__get_linked_tagnum(&G__G__GLLN_EClipType), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46338    G__memfunc_setup("SetClipType",1110,G__G__GL_438_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "i 'EClipType' - 0 - type", (char*)NULL, (void*) NULL, 0);
46339    G__memfunc_setup("GetAutoUpdate",1308,G__G__GL_438_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46340    G__memfunc_setup("SetAutoUpdate",1320,G__G__GL_438_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - aup", (char*)NULL, (void*) NULL, 0);
46341    G__memfunc_setup("GetShowManip",1206,G__G__GL_438_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46342    G__memfunc_setup("SetShowManip",1218,G__G__GL_438_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - show", (char*)NULL, (void*) NULL, 0);
46343    G__memfunc_setup("GetShowClip",1097,G__G__GL_438_0_25, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46344    G__memfunc_setup("SetShowClip",1109,G__G__GL_438_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - show", (char*)NULL, (void*) NULL, 0);
46345    G__memfunc_setup("Class",502,G__G__GL_438_0_27, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLClipSet::Class) ), 0);
46346    G__memfunc_setup("Class_Name",982,G__G__GL_438_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSet::Class_Name) ), 0);
46347    G__memfunc_setup("Class_Version",1339,G__G__GL_438_0_29, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLClipSet::Class_Version) ), 0);
46348    G__memfunc_setup("Dictionary",1046,G__G__GL_438_0_30, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLClipSet::Dictionary) ), 0);
46349    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46350    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46351    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46352    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_438_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46353    G__memfunc_setup("DeclFileName",1145,G__G__GL_438_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSet::DeclFileName) ), 0);
46354    G__memfunc_setup("ImplFileLine",1178,G__G__GL_438_0_36, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipSet::ImplFileLine) ), 0);
46355    G__memfunc_setup("ImplFileName",1171,G__G__GL_438_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSet::ImplFileName) ), 0);
46356    G__memfunc_setup("DeclFileLine",1152,G__G__GL_438_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipSet::DeclFileLine) ), 0);
46357    // automatic destructor
46358    G__memfunc_setup("~TGLClipSet", 1049, G__G__GL_438_0_39, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46359    G__tag_memfunc_reset();
46360 }
46361 
46362 static void G__setup_memfuncTGLClipSetSubEditor(void) {
46363    /* TGLClipSetSubEditor */
46364    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor));
46365    G__memfunc_setup("TGLClipSetSubEditor",1836,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor), -1, 0, 1, 1, 4, 0, "u 'TGLClipSetSubEditor' - 11 - -", "Not implemented", (void*) NULL, 0);
46366    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor), -1, 1, 1, 1, 4, 0, "u 'TGLClipSetSubEditor' - 11 - -", "Not implemented", (void*) NULL, 0);
46367    G__memfunc_setup("TGLClipSetSubEditor",1836,G__G__GL_441_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipSetSubEditor), -1, 0, 1, 1, 1, 0, "U 'TGWindow' - 10 - p", (char*)NULL, (void*) NULL, 0);
46368    G__memfunc_setup("SetModel",797,G__G__GL_441_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLClipSet' - 0 - m", (char*)NULL, (void*) NULL, 0);
46369    G__memfunc_setup("Changed",682,G__G__GL_441_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 0);
46370    G__memfunc_setup("ClipValueChanged",1583,G__G__GL_441_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46371    G__memfunc_setup("ClipTypeChanged",1492,G__G__GL_441_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 0);
46372    G__memfunc_setup("UpdateViewerClip",1629,G__G__GL_441_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46373    G__memfunc_setup("ResetViewerClip",1533,G__G__GL_441_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46374    G__memfunc_setup("Class",502,G__G__GL_441_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLClipSetSubEditor::Class) ), 0);
46375    G__memfunc_setup("Class_Name",982,G__G__GL_441_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSetSubEditor::Class_Name) ), 0);
46376    G__memfunc_setup("Class_Version",1339,G__G__GL_441_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLClipSetSubEditor::Class_Version) ), 0);
46377    G__memfunc_setup("Dictionary",1046,G__G__GL_441_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLClipSetSubEditor::Dictionary) ), 0);
46378    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46379    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46380    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46381    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_441_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46382    G__memfunc_setup("DeclFileName",1145,G__G__GL_441_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSetSubEditor::DeclFileName) ), 0);
46383    G__memfunc_setup("ImplFileLine",1178,G__G__GL_441_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipSetSubEditor::ImplFileLine) ), 0);
46384    G__memfunc_setup("ImplFileName",1171,G__G__GL_441_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSetSubEditor::ImplFileName) ), 0);
46385    G__memfunc_setup("DeclFileLine",1152,G__G__GL_441_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipSetSubEditor::DeclFileLine) ), 0);
46386    // automatic destructor
46387    G__memfunc_setup("~TGLClipSetSubEditor", 1962, G__G__GL_441_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46388    G__tag_memfunc_reset();
46389 }
46390 
46391 static void G__setup_memfuncTGLClipSetEditor(void) {
46392    /* TGLClipSetEditor */
46393    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor));
46394    G__memfunc_setup("TGLClipSetEditor",1538,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor), -1, 0, 1, 1, 4, 0, "u 'TGLClipSetEditor' - 11 - -", "Not implemented", (void*) NULL, 0);
46395    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor), -1, 1, 1, 1, 4, 0, "u 'TGLClipSetEditor' - 11 - -", "Not implemented", (void*) NULL, 0);
46396    G__memfunc_setup("TGLClipSetEditor",1538,G__G__GL_442_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLClipSetEditor), -1, 0, 5, 1, 1, 0, 
46397 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '170' width "
46398 "i - 'Int_t' 0 '30' height h - 'UInt_t' 0 'kChildFrame' options "
46399 "k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
46400    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
46401    G__memfunc_setup("Class",502,G__G__GL_442_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLClipSetEditor::Class) ), 0);
46402    G__memfunc_setup("Class_Name",982,G__G__GL_442_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSetEditor::Class_Name) ), 0);
46403    G__memfunc_setup("Class_Version",1339,G__G__GL_442_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLClipSetEditor::Class_Version) ), 0);
46404    G__memfunc_setup("Dictionary",1046,G__G__GL_442_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLClipSetEditor::Dictionary) ), 0);
46405    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46406    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46407    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46408    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_442_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46409    G__memfunc_setup("DeclFileName",1145,G__G__GL_442_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSetEditor::DeclFileName) ), 0);
46410    G__memfunc_setup("ImplFileLine",1178,G__G__GL_442_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipSetEditor::ImplFileLine) ), 0);
46411    G__memfunc_setup("ImplFileName",1171,G__G__GL_442_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLClipSetEditor::ImplFileName) ), 0);
46412    G__memfunc_setup("DeclFileLine",1152,G__G__GL_442_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLClipSetEditor::DeclFileLine) ), 0);
46413    // automatic destructor
46414    G__memfunc_setup("~TGLClipSetEditor", 1664, G__G__GL_442_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46415    G__tag_memfunc_reset();
46416 }
46417 
46418 static void G__setup_memfuncTGLContextIdentity(void) {
46419    /* TGLContextIdentity */
46420    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity));
46421    G__memfunc_setup("TGLContextIdentity",1814,G__G__GL_443_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46422    G__memfunc_setup("AddRef",550,G__G__GL_443_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLContext' - 0 - ctx", (char*)NULL, (void*) NULL, 0);
46423    G__memfunc_setup("Release",705,G__G__GL_443_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLContext' - 0 - ctx", (char*)NULL, (void*) NULL, 0);
46424    G__memfunc_setup("AddClientRef",1157,G__G__GL_443_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46425    G__memfunc_setup("ReleaseClient",1312,G__G__GL_443_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46426    G__memfunc_setup("GetRefCnt",866,G__G__GL_443_0_6, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46427    G__memfunc_setup("GetClientRefCnt",1473,G__G__GL_443_0_7, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46428    G__memfunc_setup("IsValid",684,G__G__GL_443_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46429    G__memfunc_setup("RegisterDLNameRangeToWipe",2459,G__G__GL_443_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
46430 "h - 'UInt_t' 0 - base i - 'Int_t' 0 - size", (char*)NULL, (void*) NULL, 0);
46431    G__memfunc_setup("DeleteGLResources",1697,G__G__GL_443_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46432    G__memfunc_setup("GetCurrent",1027,G__G__GL_443_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGLContextIdentity* (*)())(&TGLContextIdentity::GetCurrent) ), 0);
46433    G__memfunc_setup("GetDefaultIdentity",1839,G__G__GL_443_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGLContextIdentity* (*)())(&TGLContextIdentity::GetDefaultIdentity) ), 0);
46434    G__memfunc_setup("GetDefaultContextAny",2034,G__G__GL_443_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TGLContext), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGLContext* (*)())(&TGLContextIdentity::GetDefaultContextAny) ), 0);
46435    G__memfunc_setup("GetFontManager",1394,G__G__GL_443_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TGLFontManager), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46436    G__memfunc_setup("CheckDestroy",1224,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46437    G__memfunc_setup("Class",502,G__G__GL_443_0_16, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLContextIdentity::Class) ), 0);
46438    G__memfunc_setup("Class_Name",982,G__G__GL_443_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLContextIdentity::Class_Name) ), 0);
46439    G__memfunc_setup("Class_Version",1339,G__G__GL_443_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLContextIdentity::Class_Version) ), 0);
46440    G__memfunc_setup("Dictionary",1046,G__G__GL_443_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLContextIdentity::Dictionary) ), 0);
46441    G__memfunc_setup("IsA",253,G__G__GL_443_0_20, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46442    G__memfunc_setup("ShowMembers",1132,G__G__GL_443_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46443    G__memfunc_setup("Streamer",835,G__G__GL_443_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46444    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_443_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46445    G__memfunc_setup("DeclFileName",1145,G__G__GL_443_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLContextIdentity::DeclFileName) ), 0);
46446    G__memfunc_setup("ImplFileLine",1178,G__G__GL_443_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLContextIdentity::ImplFileLine) ), 0);
46447    G__memfunc_setup("ImplFileName",1171,G__G__GL_443_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLContextIdentity::ImplFileName) ), 0);
46448    G__memfunc_setup("DeclFileLine",1152,G__G__GL_443_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLContextIdentity::DeclFileLine) ), 0);
46449    // automatic copy constructor
46450    G__memfunc_setup("TGLContextIdentity", 1814, G__G__GL_443_0_28, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity), -1, 0, 1, 1, 1, 0, "u 'TGLContextIdentity' - 11 - -", (char*) NULL, (void*) NULL, 0);
46451    // automatic destructor
46452    G__memfunc_setup("~TGLContextIdentity", 1940, G__G__GL_443_0_29, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46453    // automatic assignment operator
46454    G__memfunc_setup("operator=", 937, G__G__GL_443_0_30, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLContextIdentity), -1, 1, 1, 1, 1, 0, "u 'TGLContextIdentity' - 11 - -", (char*) NULL, (void*) NULL, 0);
46455    G__tag_memfunc_reset();
46456 }
46457 
46458 static void G__setup_memfuncTGLWidget(void) {
46459    /* TGLWidget */
46460    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLWidget));
46461    G__memfunc_setup("CreateDummy",1120,G__G__GL_446_0_1, 85, G__get_linked_tagnum(&G__G__GLLN_TGLWidget), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGLWidget* (*)())(&TGLWidget::CreateDummy) ), 0);
46462    G__memfunc_setup("Create",596,G__G__GL_446_0_2, 85, G__get_linked_tagnum(&G__G__GLLN_TGLWidget), -1, 0, 6, 3, 1, 0, 
46463 "U 'TGWindow' - 10 - parent g - 'Bool_t' 0 - selectInput "
46464 "g - 'Bool_t' 0 - shareDefault U 'TGLPaintDevice' - 10 - shareDevice "
46465 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) G__func2void( (TGLWidget* (*)(const TGWindow*, Bool_t, Bool_t, const TGLPaintDevice*, UInt_t, UInt_t))(&TGLWidget::Create) ), 0);
46466    G__memfunc_setup("Create",596,G__G__GL_446_0_3, 85, G__get_linked_tagnum(&G__G__GLLN_TGLWidget), -1, 0, 7, 3, 1, 0, 
46467 "u 'TGLFormat' - 11 - format U 'TGWindow' - 10 - parent "
46468 "g - 'Bool_t' 0 - selectInput g - 'Bool_t' 0 - shareDefault "
46469 "U 'TGLPaintDevice' - 10 - shareDevice h - 'UInt_t' 0 - width "
46470 "h - 'UInt_t' 0 - height", (char*)NULL, (void*) G__func2void( (TGLWidget* (*)(const TGLFormat&, const TGWindow*, Bool_t, Bool_t, const TGLPaintDevice*, UInt_t, UInt_t))(&TGLWidget::Create) ), 0);
46471    G__memfunc_setup("InitGL",551,G__G__GL_446_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46472    G__memfunc_setup("PaintGL",655,G__G__GL_446_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46473    G__memfunc_setup("MakeCurrent",1121,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46474    G__memfunc_setup("ClearCurrent",1226,G__G__GL_446_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46475    G__memfunc_setup("SwapBuffers",1128,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46476    G__memfunc_setup("GetContext",1029,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TGLContext), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
46477    G__memfunc_setup("GetPixelFormat",1419,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TGLFormat), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
46478    G__memfunc_setup("SetFormat",917,G__G__GL_446_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46479    G__memfunc_setup("ExtractViewport",1595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "I - 'Int_t' 0 - vp", (char*)NULL, (void*) NULL, 1);
46480    G__memfunc_setup("GetEventHandler",1504,G__G__GL_446_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TGEventHandler), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46481    G__memfunc_setup("SetEventHandler",1516,G__G__GL_446_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGEventHandler' - 0 - eh", (char*)NULL, (void*) NULL, 0);
46482    G__memfunc_setup("HandleButton",1224,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
46483    G__memfunc_setup("HandleDoubleClick",1677,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
46484    G__memfunc_setup("HandleConfigureNotify",2151,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
46485    G__memfunc_setup("HandleKey",885,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
46486    G__memfunc_setup("HandleMotion",1218,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
46487    G__memfunc_setup("HandleFocusChange",1682,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
46488    G__memfunc_setup("HandleCrossing",1428,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
46489    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46490    G__memfunc_setup("TGLWidget",843,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLWidget), -1, 0, 1, 1, 4, 0, "u 'TGLWidget' - 11 - -", "Not implemented.", (void*) NULL, 0);
46491    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLWidget), -1, 1, 1, 1, 4, 0, "u 'TGLWidget' - 11 - -", "Not implemented.", (void*) NULL, 0);
46492    G__memfunc_setup("TGLWidget",843,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLWidget), -1, 0, 3, 1, 2, 0, 
46493 "k - 'Window_t' 0 - glw U 'TGWindow' - 10 - parent "
46494 "g - 'Bool_t' 0 - selectInput", (char*)NULL, (void*) NULL, 0);
46495    G__memfunc_setup("CreateWindow",1228,(G__InterfaceMethod) NULL, 107, -1, G__defined_typename("Window_t"), 0, 5, 3, 2, 0, 
46496 "U 'TGWindow' - 10 - parent u 'TGLFormat' - 11 - format "
46497 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
46498 "u 'pair<void*,void*>' - 1 - innerData", (char*)NULL, (void*) NULL, 0);
46499    G__memfunc_setup("AddContext",1006,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGLContext' - 0 - ctx", (char*)NULL, (void*) NULL, 1);
46500    G__memfunc_setup("RemoveContext",1363,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGLContext' - 0 - ctx", (char*)NULL, (void*) NULL, 1);
46501    G__memfunc_setup("GetInnerData",1174,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_pairlEvoidmUcOvoidmUgR), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
46502    G__memfunc_setup("Class",502,G__G__GL_446_0_30, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLWidget::Class) ), 0);
46503    G__memfunc_setup("Class_Name",982,G__G__GL_446_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLWidget::Class_Name) ), 0);
46504    G__memfunc_setup("Class_Version",1339,G__G__GL_446_0_32, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLWidget::Class_Version) ), 0);
46505    G__memfunc_setup("Dictionary",1046,G__G__GL_446_0_33, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLWidget::Dictionary) ), 0);
46506    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46507    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46508    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46509    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_446_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46510    G__memfunc_setup("DeclFileName",1145,G__G__GL_446_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLWidget::DeclFileName) ), 0);
46511    G__memfunc_setup("ImplFileLine",1178,G__G__GL_446_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLWidget::ImplFileLine) ), 0);
46512    G__memfunc_setup("ImplFileName",1171,G__G__GL_446_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLWidget::ImplFileName) ), 0);
46513    G__memfunc_setup("DeclFileLine",1152,G__G__GL_446_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLWidget::DeclFileLine) ), 0);
46514    // automatic destructor
46515    G__memfunc_setup("~TGLWidget", 969, G__G__GL_446_0_42, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46516    G__tag_memfunc_reset();
46517 }
46518 
46519 static void G__setup_memfuncTGLCylinder(void) {
46520    /* TGLCylinder */
46521    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLCylinder));
46522    G__memfunc_setup("TGLCylinder",1057,G__G__GL_457_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLCylinder), -1, 0, 1, 1, 1, 0, "u 'TBuffer3DTube' - 11 - buffer", (char*)NULL, (void*) NULL, 0);
46523    G__memfunc_setup("DLOffset",759,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "s - 'Short_t' 0 - lod", (char*)NULL, (void*) NULL, 1);
46524    G__memfunc_setup("SupportedLODAxes",1590,(G__InterfaceMethod) NULL,105, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShapecLcLELODAxes), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46525    G__memfunc_setup("QuantizeShapeLOD",1569,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Short_t"), 0, 2, 1, 1, 8, 
46526 "s - 'Short_t' 0 - shapeLOD s - 'Short_t' 0 - combiLOD", (char*)NULL, (void*) NULL, 1);
46527    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
46528    G__memfunc_setup("Class",502,G__G__GL_457_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLCylinder::Class) ), 0);
46529    G__memfunc_setup("Class_Name",982,G__G__GL_457_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCylinder::Class_Name) ), 0);
46530    G__memfunc_setup("Class_Version",1339,G__G__GL_457_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLCylinder::Class_Version) ), 0);
46531    G__memfunc_setup("Dictionary",1046,G__G__GL_457_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLCylinder::Dictionary) ), 0);
46532    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46533    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46534    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46535    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_457_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46536    G__memfunc_setup("DeclFileName",1145,G__G__GL_457_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCylinder::DeclFileName) ), 0);
46537    G__memfunc_setup("ImplFileLine",1178,G__G__GL_457_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLCylinder::ImplFileLine) ), 0);
46538    G__memfunc_setup("ImplFileName",1171,G__G__GL_457_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLCylinder::ImplFileName) ), 0);
46539    G__memfunc_setup("DeclFileLine",1152,G__G__GL_457_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLCylinder::DeclFileLine) ), 0);
46540    // automatic destructor
46541    G__memfunc_setup("~TGLCylinder", 1183, G__G__GL_457_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46542    G__tag_memfunc_reset();
46543 }
46544 
46545 static void G__setup_memfuncTGLLockable(void) {
46546    /* TGLLockable */
46547    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLockable));
46548    G__memfunc_setup("TGLLockable",1028,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLockable), -1, 0, 1, 1, 4, 0, "u 'TGLLockable' - 11 - -", "Not implemented", (void*) NULL, 0);
46549    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLockable), -1, 1, 1, 1, 4, 0, "u 'TGLLockable' - 11 - -", "Not implemented", (void*) NULL, 0);
46550    G__memfunc_setup("TGLLockable",1028,G__G__GL_458_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLockable), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46551    G__memfunc_setup("LockIdStr",879,G__G__GL_458_0_4, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
46552    G__memfunc_setup("TakeLock",782,G__G__GL_458_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "i 'TGLLockable::ELock' - 0 - lock", (char*)NULL, (void*) NULL, 0);
46553    G__memfunc_setup("ReleaseLock",1098,G__G__GL_458_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "i 'TGLLockable::ELock' - 0 - lock", (char*)NULL, (void*) NULL, 0);
46554    G__memfunc_setup("IsLocked",782,G__G__GL_458_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46555    G__memfunc_setup("CurrentLock",1132,G__G__GL_458_0_8, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLockablecLcLELock), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46556    G__memfunc_setup("IsDrawOrSelectLock",1780,G__G__GL_458_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46557    G__memfunc_setup("LockName",778,G__G__GL_458_0_10, 67, -1, -1, 0, 1, 3, 1, 1, "i 'TGLLockable::ELock' - 0 - lock", (char*)NULL, (void*) G__func2void( (const char* (*)(TGLLockable::ELock))(&TGLLockable::LockName) ), 0);
46558    G__memfunc_setup("LockValid",889,G__G__GL_458_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 1, 0, "i 'TGLLockable::ELock' - 0 - lock", (char*)NULL, (void*) G__func2void( (Bool_t (*)(TGLLockable::ELock))(&TGLLockable::LockValid) ), 0);
46559    G__memfunc_setup("Class",502,G__G__GL_458_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLLockable::Class) ), 0);
46560    G__memfunc_setup("Class_Name",982,G__G__GL_458_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLockable::Class_Name) ), 0);
46561    G__memfunc_setup("Class_Version",1339,G__G__GL_458_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLLockable::Class_Version) ), 0);
46562    G__memfunc_setup("Dictionary",1046,G__G__GL_458_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLLockable::Dictionary) ), 0);
46563    G__memfunc_setup("IsA",253,G__G__GL_458_0_16, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46564    G__memfunc_setup("ShowMembers",1132,G__G__GL_458_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46565    G__memfunc_setup("Streamer",835,G__G__GL_458_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46566    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_458_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46567    G__memfunc_setup("DeclFileName",1145,G__G__GL_458_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLockable::DeclFileName) ), 0);
46568    G__memfunc_setup("ImplFileLine",1178,G__G__GL_458_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLockable::ImplFileLine) ), 0);
46569    G__memfunc_setup("ImplFileName",1171,G__G__GL_458_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLockable::ImplFileName) ), 0);
46570    G__memfunc_setup("DeclFileLine",1152,G__G__GL_458_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLockable::DeclFileLine) ), 0);
46571    // automatic destructor
46572    G__memfunc_setup("~TGLLockable", 1154, G__G__GL_458_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46573    G__tag_memfunc_reset();
46574 }
46575 
46576 static void G__setup_memfuncTGLSceneInfo(void) {
46577    /* TGLSceneInfo */
46578    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo));
46579    G__memfunc_setup("TGLSceneInfo",1121,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 0, 1, 1, 4, 0, "u 'TGLSceneInfo' - 11 - -", "Not implemented", (void*) NULL, 0);
46580    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 1, 1, 1, 4, 0, "u 'TGLSceneInfo' - 11 - -", "Not implemented", (void*) NULL, 0);
46581    G__memfunc_setup("TGLSceneInfo",1121,G__G__GL_461_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSceneInfo), -1, 0, 2, 1, 1, 0, 
46582 "U 'TGLViewerBase' - 0 '0' view U 'TGLSceneBase' - 0 '0' scene", (char*)NULL, (void*) NULL, 0);
46583    G__memfunc_setup("GetViewer",914,G__G__GL_461_0_4, 85, G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46584    G__memfunc_setup("RefViewer",911,G__G__GL_461_0_5, 117, G__get_linked_tagnum(&G__G__GLLN_TGLViewerBase), -1, 1, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46585    G__memfunc_setup("GetScene",782,G__G__GL_461_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46586    G__memfunc_setup("RefScene",779,G__G__GL_461_0_7, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSceneBase), -1, 1, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46587    G__memfunc_setup("GetActive",892,G__G__GL_461_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46588    G__memfunc_setup("SetActive",904,G__G__GL_461_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - a", (char*)NULL, (void*) NULL, 0);
46589    G__memfunc_setup("SetupTransformsAndBBox",2238,G__G__GL_461_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46590    G__memfunc_setup("GetTransformedBBox",1808,G__G__GL_461_0_11, 117, G__get_linked_tagnum(&G__G__GLLN_TGLBoundingBox), -1, 1, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
46591    G__memfunc_setup("SetSceneTrans",1314,G__G__GL_461_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLMatrix' - 1 - -", (char*)NULL, (void*) NULL, 1);
46592    G__memfunc_setup("ViewCheck",889,G__G__GL_461_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46593    G__memfunc_setup("ViewCheck",889,G__G__GL_461_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - c", (char*)NULL, (void*) NULL, 0);
46594    G__memfunc_setup("IsInFrustum",1129,G__G__GL_461_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46595    G__memfunc_setup("InFrustum",941,G__G__GL_461_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - f", (char*)NULL, (void*) NULL, 0);
46596    G__memfunc_setup("IsInClip",763,G__G__GL_461_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46597    G__memfunc_setup("InClip",575,G__G__GL_461_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - c", (char*)NULL, (void*) NULL, 0);
46598    G__memfunc_setup("ClipMode",781,G__G__GL_461_0_19, 99, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46599    G__memfunc_setup("ClipMode",781,G__G__GL_461_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 0 - m", (char*)NULL, (void*) NULL, 0);
46600    G__memfunc_setup("ShouldClip",1015,G__G__GL_461_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46601    G__memfunc_setup("IsVisible",906,G__G__GL_461_0_22, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46602    G__memfunc_setup("FrustumPlanes",1369,G__G__GL_461_0_23, 117, G__get_linked_tagnum(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR), G__defined_typename("vector<TGLPlane>"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46603    G__memfunc_setup("ClipPlanes",1003,G__G__GL_461_0_24, 117, G__get_linked_tagnum(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR), G__defined_typename("vector<TGLPlane>"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46604    G__memfunc_setup("LOD",223,G__G__GL_461_0_25, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46605    G__memfunc_setup("SetLOD",523,G__G__GL_461_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - lod", (char*)NULL, (void*) NULL, 0);
46606    G__memfunc_setup("Style",529,G__G__GL_461_0_27, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46607    G__memfunc_setup("SetStyle",829,G__G__GL_461_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - st", (char*)NULL, (void*) NULL, 0);
46608    G__memfunc_setup("WFLineW",636,G__G__GL_461_0_29, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46609    G__memfunc_setup("SetWFLineW",936,G__G__GL_461_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
46610    G__memfunc_setup("OLLineW",634,G__G__GL_461_0_31, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46611    G__memfunc_setup("SetOLLineW",934,G__G__GL_461_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
46612    G__memfunc_setup("Clip",392,G__G__GL_461_0_33, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46613    G__memfunc_setup("SetClip",692,G__G__GL_461_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLClip' - 0 - p", (char*)NULL, (void*) NULL, 0);
46614    G__memfunc_setup("LastLOD",627,G__G__GL_461_0_35, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46615    G__memfunc_setup("SetLastLOD",927,G__G__GL_461_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - ld", (char*)NULL, (void*) NULL, 0);
46616    G__memfunc_setup("LastStyle",933,G__G__GL_461_0_37, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46617    G__memfunc_setup("SetLastStyle",1233,G__G__GL_461_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - st", (char*)NULL, (void*) NULL, 0);
46618    G__memfunc_setup("LastWFLineW",1040,G__G__GL_461_0_39, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46619    G__memfunc_setup("SetLastWFLineW",1340,G__G__GL_461_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
46620    G__memfunc_setup("LastOLLineW",1038,G__G__GL_461_0_41, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46621    G__memfunc_setup("SetLastOLLineW",1338,G__G__GL_461_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - w", (char*)NULL, (void*) NULL, 0);
46622    G__memfunc_setup("LastClip",796,G__G__GL_461_0_43, 85, G__get_linked_tagnum(&G__G__GLLN_TGLClip), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46623    G__memfunc_setup("SetLastClip",1096,G__G__GL_461_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLClip' - 0 - p", (char*)NULL, (void*) NULL, 0);
46624    G__memfunc_setup("LastCamera",989,G__G__GL_461_0_45, 85, G__get_linked_tagnum(&G__G__GLLN_TGLCamera), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46625    G__memfunc_setup("SetLastCamera",1289,G__G__GL_461_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLCamera' - 0 - p", (char*)NULL, (void*) NULL, 0);
46626    G__memfunc_setup("SceneStamp",1011,G__G__GL_461_0_47, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46627    G__memfunc_setup("SetSceneStamp",1311,G__G__GL_461_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - ts", (char*)NULL, (void*) NULL, 0);
46628    G__memfunc_setup("ResetSceneStamp",1526,G__G__GL_461_0_49, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46629    G__memfunc_setup("ClipStamp",909,G__G__GL_461_0_50, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46630    G__memfunc_setup("SetClipStamp",1209,G__G__GL_461_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - ts", (char*)NULL, (void*) NULL, 0);
46631    G__memfunc_setup("ResetClipStamp",1424,G__G__GL_461_0_52, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46632    G__memfunc_setup("CameraStamp",1102,G__G__GL_461_0_53, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46633    G__memfunc_setup("SetCameraStamp",1402,G__G__GL_461_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - ts", (char*)NULL, (void*) NULL, 0);
46634    G__memfunc_setup("ResetCameraStamp",1617,G__G__GL_461_0_55, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46635    G__memfunc_setup("HasUpdateTimeouted",1839,G__G__GL_461_0_56, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46636    G__memfunc_setup("UpdateTimeouted",1555,G__G__GL_461_0_57, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46637    G__memfunc_setup("ResetUpdateTimeouted",2070,G__G__GL_461_0_58, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46638    G__memfunc_setup("Class",502,G__G__GL_461_0_59, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSceneInfo::Class) ), 0);
46639    G__memfunc_setup("Class_Name",982,G__G__GL_461_0_60, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSceneInfo::Class_Name) ), 0);
46640    G__memfunc_setup("Class_Version",1339,G__G__GL_461_0_61, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSceneInfo::Class_Version) ), 0);
46641    G__memfunc_setup("Dictionary",1046,G__G__GL_461_0_62, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSceneInfo::Dictionary) ), 0);
46642    G__memfunc_setup("IsA",253,G__G__GL_461_0_63, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46643    G__memfunc_setup("ShowMembers",1132,G__G__GL_461_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46644    G__memfunc_setup("Streamer",835,G__G__GL_461_0_65, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46645    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_461_0_66, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46646    G__memfunc_setup("DeclFileName",1145,G__G__GL_461_0_67, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSceneInfo::DeclFileName) ), 0);
46647    G__memfunc_setup("ImplFileLine",1178,G__G__GL_461_0_68, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSceneInfo::ImplFileLine) ), 0);
46648    G__memfunc_setup("ImplFileName",1171,G__G__GL_461_0_69, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSceneInfo::ImplFileName) ), 0);
46649    G__memfunc_setup("DeclFileLine",1152,G__G__GL_461_0_70, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSceneInfo::DeclFileLine) ), 0);
46650    // automatic destructor
46651    G__memfunc_setup("~TGLSceneInfo", 1247, G__G__GL_461_0_71, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46652    G__tag_memfunc_reset();
46653 }
46654 
46655 static void G__setup_memfuncTGLStopwatch(void) {
46656    /* TGLStopwatch */
46657    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLStopwatch));
46658    G__memfunc_setup("GetClock",780,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
46659    G__memfunc_setup("TGLStopwatch",1188,G__G__GL_472_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLStopwatch), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46660    G__memfunc_setup("Start",526,G__G__GL_472_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46661    G__memfunc_setup("Lap",285,G__G__GL_472_0_4, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46662    G__memfunc_setup("End",279,G__G__GL_472_0_5, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46663    G__memfunc_setup("LastRun",713,G__G__GL_472_0_6, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46664    G__memfunc_setup("Class",502,G__G__GL_472_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLStopwatch::Class) ), 0);
46665    G__memfunc_setup("Class_Name",982,G__G__GL_472_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLStopwatch::Class_Name) ), 0);
46666    G__memfunc_setup("Class_Version",1339,G__G__GL_472_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLStopwatch::Class_Version) ), 0);
46667    G__memfunc_setup("Dictionary",1046,G__G__GL_472_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLStopwatch::Dictionary) ), 0);
46668    G__memfunc_setup("IsA",253,G__G__GL_472_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46669    G__memfunc_setup("ShowMembers",1132,G__G__GL_472_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46670    G__memfunc_setup("Streamer",835,G__G__GL_472_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46671    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_472_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46672    G__memfunc_setup("DeclFileName",1145,G__G__GL_472_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLStopwatch::DeclFileName) ), 0);
46673    G__memfunc_setup("ImplFileLine",1178,G__G__GL_472_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLStopwatch::ImplFileLine) ), 0);
46674    G__memfunc_setup("ImplFileName",1171,G__G__GL_472_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLStopwatch::ImplFileName) ), 0);
46675    G__memfunc_setup("DeclFileLine",1152,G__G__GL_472_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLStopwatch::DeclFileLine) ), 0);
46676    // automatic copy constructor
46677    G__memfunc_setup("TGLStopwatch", 1188, G__G__GL_472_0_19, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLStopwatch), -1, 0, 1, 1, 1, 0, "u 'TGLStopwatch' - 11 - -", (char*) NULL, (void*) NULL, 0);
46678    // automatic destructor
46679    G__memfunc_setup("~TGLStopwatch", 1314, G__G__GL_472_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46680    // automatic assignment operator
46681    G__memfunc_setup("operator=", 937, G__G__GL_472_0_21, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLStopwatch), -1, 1, 1, 1, 1, 0, "u 'TGLStopwatch' - 11 - -", (char*) NULL, (void*) NULL, 0);
46682    G__tag_memfunc_reset();
46683 }
46684 
46685 static void G__setup_memfuncTGLSelectBuffer(void) {
46686    /* TGLSelectBuffer */
46687    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer));
46688    G__memfunc_setup("TGLSelectBuffer",1441,G__G__GL_473_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46689    G__memfunc_setup("GetBufSize",984,G__G__GL_473_0_2, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46690    G__memfunc_setup("GetBuf",573,G__G__GL_473_0_3, 72, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46691    G__memfunc_setup("GetNRecords",1088,G__G__GL_473_0_4, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46692    G__memfunc_setup("CanGrow",689,G__G__GL_473_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46693    G__memfunc_setup("Grow",415,G__G__GL_473_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46694    G__memfunc_setup("ProcessResult",1374,G__G__GL_473_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - glResult", (char*)NULL, (void*) NULL, 0);
46695    G__memfunc_setup("RawRecord",905,G__G__GL_473_0_8, 72, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
46696    G__memfunc_setup("SelectRecord",1215,G__G__GL_473_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
46697 "u 'TGLSelectRecordBase' - 1 - rec i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
46698    G__memfunc_setup("Class",502,G__G__GL_473_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSelectBuffer::Class) ), 0);
46699    G__memfunc_setup("Class_Name",982,G__G__GL_473_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectBuffer::Class_Name) ), 0);
46700    G__memfunc_setup("Class_Version",1339,G__G__GL_473_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSelectBuffer::Class_Version) ), 0);
46701    G__memfunc_setup("Dictionary",1046,G__G__GL_473_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSelectBuffer::Dictionary) ), 0);
46702    G__memfunc_setup("IsA",253,G__G__GL_473_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46703    G__memfunc_setup("ShowMembers",1132,G__G__GL_473_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46704    G__memfunc_setup("Streamer",835,G__G__GL_473_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46705    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_473_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46706    G__memfunc_setup("DeclFileName",1145,G__G__GL_473_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectBuffer::DeclFileName) ), 0);
46707    G__memfunc_setup("ImplFileLine",1178,G__G__GL_473_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSelectBuffer::ImplFileLine) ), 0);
46708    G__memfunc_setup("ImplFileName",1171,G__G__GL_473_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectBuffer::ImplFileName) ), 0);
46709    G__memfunc_setup("DeclFileLine",1152,G__G__GL_473_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSelectBuffer::DeclFileLine) ), 0);
46710    // automatic copy constructor
46711    G__memfunc_setup("TGLSelectBuffer", 1441, G__G__GL_473_0_22, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer), -1, 0, 1, 1, 1, 0, "u 'TGLSelectBuffer' - 11 - -", (char*) NULL, (void*) NULL, 0);
46712    // automatic destructor
46713    G__memfunc_setup("~TGLSelectBuffer", 1567, G__G__GL_473_0_23, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46714    // automatic assignment operator
46715    G__memfunc_setup("operator=", 937, G__G__GL_473_0_24, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLSelectBuffer), -1, 1, 1, 1, 1, 0, "u 'TGLSelectBuffer' - 11 - -", (char*) NULL, (void*) NULL, 0);
46716    G__tag_memfunc_reset();
46717 }
46718 
46719 static void G__setup_memfuncTGLSelectRecordBase(void) {
46720    /* TGLSelectRecordBase */
46721    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase));
46722    G__memfunc_setup("CopyItems",925,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "H - 'UInt_t' 0 - items", (char*)NULL, (void*) NULL, 0);
46723    G__memfunc_setup("TGLSelectRecordBase",1825,G__G__GL_482_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46724    G__memfunc_setup("TGLSelectRecordBase",1825,G__G__GL_482_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase), -1, 0, 1, 1, 1, 0, "H - 'UInt_t' 0 - data", (char*)NULL, (void*) NULL, 0);
46725    G__memfunc_setup("TGLSelectRecordBase",1825,G__G__GL_482_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase), -1, 0, 1, 1, 1, 0, "u 'TGLSelectRecordBase' - 11 - rec", (char*)NULL, (void*) NULL, 0);
46726    G__memfunc_setup("operator=",937,G__G__GL_482_0_5, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSelectRecordBase), -1, 1, 1, 1, 1, 0, "u 'TGLSelectRecordBase' - 11 - rec", (char*)NULL, (void*) NULL, 0);
46727    G__memfunc_setup("SetRawOnly",1016,G__G__GL_482_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "H - 'UInt_t' 0 - data", (char*)NULL, (void*) NULL, 0);
46728    G__memfunc_setup("Set",300,G__G__GL_482_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "H - 'UInt_t' 0 - data", (char*)NULL, (void*) NULL, 1);
46729    G__memfunc_setup("Reset",515,G__G__GL_482_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46730    G__memfunc_setup("GetN",366,G__G__GL_482_0_9, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46731    G__memfunc_setup("GetItems",802,G__G__GL_482_0_10, 72, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46732    G__memfunc_setup("GetItem",687,G__G__GL_482_0_11, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
46733    G__memfunc_setup("GetMinZ",670,G__G__GL_482_0_12, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46734    G__memfunc_setup("GetMaxZ",672,G__G__GL_482_0_13, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46735    G__memfunc_setup("GetCurrItem",1099,G__G__GL_482_0_14, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46736    G__memfunc_setup("GetNLeft",761,G__G__GL_482_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46737    G__memfunc_setup("NextPos",721,G__G__GL_482_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46738    G__memfunc_setup("PrevPos",719,G__G__GL_482_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46739    G__memfunc_setup("ResetPos",821,G__G__GL_482_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46740    G__memfunc_setup("Class",502,G__G__GL_482_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSelectRecordBase::Class) ), 0);
46741    G__memfunc_setup("Class_Name",982,G__G__GL_482_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectRecordBase::Class_Name) ), 0);
46742    G__memfunc_setup("Class_Version",1339,G__G__GL_482_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSelectRecordBase::Class_Version) ), 0);
46743    G__memfunc_setup("Dictionary",1046,G__G__GL_482_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSelectRecordBase::Dictionary) ), 0);
46744    G__memfunc_setup("IsA",253,G__G__GL_482_0_23, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46745    G__memfunc_setup("ShowMembers",1132,G__G__GL_482_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46746    G__memfunc_setup("Streamer",835,G__G__GL_482_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46747    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_482_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46748    G__memfunc_setup("DeclFileName",1145,G__G__GL_482_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectRecordBase::DeclFileName) ), 0);
46749    G__memfunc_setup("ImplFileLine",1178,G__G__GL_482_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSelectRecordBase::ImplFileLine) ), 0);
46750    G__memfunc_setup("ImplFileName",1171,G__G__GL_482_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSelectRecordBase::ImplFileName) ), 0);
46751    G__memfunc_setup("DeclFileLine",1152,G__G__GL_482_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSelectRecordBase::DeclFileLine) ), 0);
46752    // automatic destructor
46753    G__memfunc_setup("~TGLSelectRecordBase", 1951, G__G__GL_482_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46754    G__tag_memfunc_reset();
46755 }
46756 
46757 static void G__setup_memfuncTGLPerspectiveCamera(void) {
46758    /* TGLPerspectiveCamera */
46759    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera));
46760    G__memfunc_setup("TGLPerspectiveCamera",1978,G__G__GL_489_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPerspectiveCamera), -1, 0, 2, 1, 1, 0, 
46761 "u 'TGLVector3' - 11 - hAxis u 'TGLVector3' - 11 - vAxis", (char*)NULL, (void*) NULL, 0);
46762    G__memfunc_setup("IsPerspective",1350,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46763    G__memfunc_setup("GetFOV",523,G__G__GL_489_0_3, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46764    G__memfunc_setup("Setup",529,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
46765 "u 'TGLBoundingBox' - 11 - box g - 'Bool_t' 0 'kTRUE' reset", (char*)NULL, (void*) NULL, 1);
46766    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46767    G__memfunc_setup("Zoom",421,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
46768 "i - 'Int_t' 0 - delta g - 'Bool_t' 0 - mod1 "
46769 "g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
46770    G__memfunc_setup("Truck",521,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
46771 "i - 'Int_t' 0 - xDelta i - 'Int_t' 0 - yDelta "
46772 "g - 'Bool_t' 0 - mod1 g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
46773    G__memfunc_setup("Apply",518,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 8, 
46774 "u 'TGLBoundingBox' - 11 - box U 'TGLRect' - 10 '0' pickRect", (char*)NULL, (void*) NULL, 1);
46775    G__memfunc_setup("Configure",930,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
46776 "d - 'Double_t' 0 - fov d - 'Double_t' 0 - dolly "
46777 "D - 'Double_t' 0 - center d - 'Double_t' 0 - hRotate "
46778 "d - 'Double_t' 0 - vRotate", (char*)NULL, (void*) NULL, 1);
46779    G__memfunc_setup("Class",502,G__G__GL_489_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPerspectiveCamera::Class) ), 0);
46780    G__memfunc_setup("Class_Name",982,G__G__GL_489_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPerspectiveCamera::Class_Name) ), 0);
46781    G__memfunc_setup("Class_Version",1339,G__G__GL_489_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPerspectiveCamera::Class_Version) ), 0);
46782    G__memfunc_setup("Dictionary",1046,G__G__GL_489_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPerspectiveCamera::Dictionary) ), 0);
46783    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46784    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46785    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46786    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_489_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46787    G__memfunc_setup("DeclFileName",1145,G__G__GL_489_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPerspectiveCamera::DeclFileName) ), 0);
46788    G__memfunc_setup("ImplFileLine",1178,G__G__GL_489_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPerspectiveCamera::ImplFileLine) ), 0);
46789    G__memfunc_setup("ImplFileName",1171,G__G__GL_489_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPerspectiveCamera::ImplFileName) ), 0);
46790    G__memfunc_setup("DeclFileLine",1152,G__G__GL_489_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPerspectiveCamera::DeclFileLine) ), 0);
46791    // automatic destructor
46792    G__memfunc_setup("~TGLPerspectiveCamera", 2104, G__G__GL_489_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46793    G__tag_memfunc_reset();
46794 }
46795 
46796 static void G__setup_memfuncTGLOrthoCamera(void) {
46797    /* TGLOrthoCamera */
46798    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera));
46799    G__memfunc_setup("TGLOrthoCamera",1340,G__G__GL_490_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera), -1, 0, 3, 1, 1, 0, 
46800 "i 'TGLOrthoCamera::EType' - 0 - type u 'TGLVector3' - 11 - hAxis "
46801 "u 'TGLVector3' - 11 - vAxis", (char*)NULL, (void*) NULL, 0);
46802    G__memfunc_setup("IsOrthographic",1446,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46803    G__memfunc_setup("Setup",529,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
46804 "u 'TGLBoundingBox' - 11 - box g - 'Bool_t' 0 'kTRUE' reset", (char*)NULL, (void*) NULL, 1);
46805    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46806    G__memfunc_setup("Dolly",516,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
46807 "i - 'Int_t' 0 - delta g - 'Bool_t' 0 - mod1 "
46808 "g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
46809    G__memfunc_setup("Zoom",421,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
46810 "i - 'Int_t' 0 - delta g - 'Bool_t' 0 - mod1 "
46811 "g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
46812    G__memfunc_setup("Truck",521,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
46813 "i - 'Int_t' 0 - xDelta i - 'Int_t' 0 - yDelta "
46814 "g - 'Bool_t' 0 - mod1 g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
46815    G__memfunc_setup("Rotate",623,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
46816 "i - 'Int_t' 0 - xDelta i - 'Int_t' 0 - yDelta "
46817 "g - 'Bool_t' 0 - mod1 g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
46818    G__memfunc_setup("Apply",518,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 8, 
46819 "u 'TGLBoundingBox' - 11 - sceneBox U 'TGLRect' - 10 '0' pickRect", (char*)NULL, (void*) NULL, 1);
46820    G__memfunc_setup("Configure",930,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
46821 "d - 'Double_t' 0 - zoom d - 'Double_t' 0 - dolly "
46822 "D - 'Double_t' 0 - center d - 'Double_t' 0 - hRotate "
46823 "d - 'Double_t' 0 - vRotate", (char*)NULL, (void*) NULL, 1);
46824    G__memfunc_setup("SetEnableRotate",1506,G__G__GL_490_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
46825    G__memfunc_setup("GetEnableRotate",1494,G__G__GL_490_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46826    G__memfunc_setup("GetZoomMin",1001,G__G__GL_490_0_13, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46827    G__memfunc_setup("GetZoomMax",1003,G__G__GL_490_0_14, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46828    G__memfunc_setup("SetZoomMin",1013,G__G__GL_490_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
46829    G__memfunc_setup("SetZoomMax",1015,G__G__GL_490_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
46830    G__memfunc_setup("SetZoomMinMax",1307,G__G__GL_490_0_17, 121, -1, -1, 0, 2, 1, 1, 0, 
46831 "d - 'Double_t' 0 - min d - 'Double_t' 0 - max", (char*)NULL, (void*) NULL, 0);
46832    G__memfunc_setup("SetDollyToZoom",1432,G__G__GL_490_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
46833    G__memfunc_setup("GetDollyToZoom",1420,G__G__GL_490_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46834    G__memfunc_setup("Class",502,G__G__GL_490_0_20, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLOrthoCamera::Class) ), 0);
46835    G__memfunc_setup("Class_Name",982,G__G__GL_490_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOrthoCamera::Class_Name) ), 0);
46836    G__memfunc_setup("Class_Version",1339,G__G__GL_490_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLOrthoCamera::Class_Version) ), 0);
46837    G__memfunc_setup("Dictionary",1046,G__G__GL_490_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLOrthoCamera::Dictionary) ), 0);
46838    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46839    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46840    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46841    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_490_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46842    G__memfunc_setup("DeclFileName",1145,G__G__GL_490_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOrthoCamera::DeclFileName) ), 0);
46843    G__memfunc_setup("ImplFileLine",1178,G__G__GL_490_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOrthoCamera::ImplFileLine) ), 0);
46844    G__memfunc_setup("ImplFileName",1171,G__G__GL_490_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOrthoCamera::ImplFileName) ), 0);
46845    G__memfunc_setup("DeclFileLine",1152,G__G__GL_490_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOrthoCamera::DeclFileLine) ), 0);
46846    // automatic destructor
46847    G__memfunc_setup("~TGLOrthoCamera", 1466, G__G__GL_490_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46848    G__tag_memfunc_reset();
46849 }
46850 
46851 static void G__setup_memfuncTGLViewerEditor(void) {
46852    /* TGLViewerEditor */
46853    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor));
46854    G__memfunc_setup("ConnectSignals2Slots",2018,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46855    G__memfunc_setup("TGLViewerEditor",1472,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor), -1, 0, 1, 1, 4, 0, "u 'TGLViewerEditor' - 11 - -", (char*)NULL, (void*) NULL, 0);
46856    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor), -1, 1, 1, 1, 4, 0, "u 'TGLViewerEditor' - 11 - -", (char*)NULL, (void*) NULL, 0);
46857    G__memfunc_setup("CreateStyleTab",1404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46858    G__memfunc_setup("CreateGuidesTab",1484,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46859    G__memfunc_setup("CreateClippingTab",1697,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46860    G__memfunc_setup("CreateExtrasTab",1506,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46861    G__memfunc_setup("UpdateReferencePosState",2341,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
46862    G__memfunc_setup("TGLViewerEditor",1472,G__G__GL_502_0_9, 105, G__get_linked_tagnum(&G__G__GLLN_TGLViewerEditor), -1, 0, 5, 1, 1, 0, 
46863 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '140' width "
46864 "i - 'Int_t' 0 '30' height h - 'UInt_t' 0 'kChildFrame' options "
46865 "k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
46866    G__memfunc_setup("ViewerRedraw",1239,G__G__GL_502_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
46867    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
46868    G__memfunc_setup("SetGuides",909,G__G__GL_502_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46869    G__memfunc_setup("DoClearColor",1177,G__G__GL_502_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - color", (char*)NULL, (void*) NULL, 0);
46870    G__memfunc_setup("DoIgnoreSizesOnUpdate",2117,G__G__GL_502_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46871    G__memfunc_setup("DoResetCamerasOnUpdate",2194,G__G__GL_502_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46872    G__memfunc_setup("DoUpdateScene",1284,G__G__GL_502_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46873    G__memfunc_setup("DoCameraHome",1157,G__G__GL_502_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46874    G__memfunc_setup("UpdateMaxDrawTimes",1817,G__G__GL_502_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46875    G__memfunc_setup("UpdatePointLineStuff",2045,G__G__GL_502_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46876    G__memfunc_setup("DoCameraCenterExt",1678,G__G__GL_502_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46877    G__memfunc_setup("DoCaptureCenter",1512,G__G__GL_502_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46878    G__memfunc_setup("DoAnnotation",1230,G__G__GL_502_0_22, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46879    G__memfunc_setup("DoDrawCameraCenter",1771,G__G__GL_502_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46880    G__memfunc_setup("UpdateCameraCenter",1805,G__G__GL_502_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46881    G__memfunc_setup("UpdateViewerAxes",1638,G__G__GL_502_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 0);
46882    G__memfunc_setup("UpdateViewerReference",2148,G__G__GL_502_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46883    G__memfunc_setup("DoCameraOverlay",1502,G__G__GL_502_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46884    G__memfunc_setup("UpdateRotator",1358,G__G__GL_502_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46885    G__memfunc_setup("DoRotatorStart",1452,G__G__GL_502_0_29, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46886    G__memfunc_setup("DoRotatorStop",1348,G__G__GL_502_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46887    G__memfunc_setup("UpdateStereo",1237,G__G__GL_502_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46888    G__memfunc_setup("DetachFromPad",1266,G__G__GL_502_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46889    G__memfunc_setup("MakeLabeledNEntry",1671,G__G__GL_502_0_33, 85, G__get_linked_tagnum(&G__G__GLLN_TGNumberEntry), -1, 0, 5, 3, 1, 0, 
46890 "U 'TGCompositeFrame' - 0 - p C - - 10 - name "
46891 "i - 'Int_t' 0 - labelw i - 'Int_t' 0 '7' nd "
46892 "i - 'Int_t' 0 '5' s", (char*)NULL, (void*) G__func2void( (TGNumberEntry* (*)(TGCompositeFrame*, const char*, Int_t, Int_t, Int_t))(&TGLViewerEditor::MakeLabeledNEntry) ), 0);
46893    G__memfunc_setup("Class",502,G__G__GL_502_0_34, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLViewerEditor::Class) ), 0);
46894    G__memfunc_setup("Class_Name",982,G__G__GL_502_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewerEditor::Class_Name) ), 0);
46895    G__memfunc_setup("Class_Version",1339,G__G__GL_502_0_36, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLViewerEditor::Class_Version) ), 0);
46896    G__memfunc_setup("Dictionary",1046,G__G__GL_502_0_37, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLViewerEditor::Dictionary) ), 0);
46897    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46898    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46899    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46900    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_502_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46901    G__memfunc_setup("DeclFileName",1145,G__G__GL_502_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewerEditor::DeclFileName) ), 0);
46902    G__memfunc_setup("ImplFileLine",1178,G__G__GL_502_0_43, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLViewerEditor::ImplFileLine) ), 0);
46903    G__memfunc_setup("ImplFileName",1171,G__G__GL_502_0_44, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLViewerEditor::ImplFileName) ), 0);
46904    G__memfunc_setup("DeclFileLine",1152,G__G__GL_502_0_45, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLViewerEditor::DeclFileLine) ), 0);
46905    // automatic destructor
46906    G__memfunc_setup("~TGLViewerEditor", 1598, G__G__GL_502_0_46, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46907    G__tag_memfunc_reset();
46908 }
46909 
46910 static void G__setup_memfuncTGLLightSet(void) {
46911    /* TGLLightSet */
46912    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSet));
46913    G__memfunc_setup("TGLLightSet",1035,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLightSet), -1, 0, 1, 1, 4, 0, "u 'TGLLightSet' - 11 - -", "Not implemented", (void*) NULL, 0);
46914    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLightSet), -1, 1, 1, 1, 4, 0, "u 'TGLLightSet' - 11 - -", "Not implemented", (void*) NULL, 0);
46915    G__memfunc_setup("TGLLightSet",1035,G__G__GL_503_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLightSet), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46916    G__memfunc_setup("ToggleLight",1114,G__G__GL_503_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGLLightSet::ELight' - 0 - light", (char*)NULL, (void*) NULL, 0);
46917    G__memfunc_setup("SetLight",804,G__G__GL_503_0_5, 121, -1, -1, 0, 2, 1, 1, 0, 
46918 "i 'TGLLightSet::ELight' - 0 - light g - 'Bool_t' 0 - on", (char*)NULL, (void*) NULL, 0);
46919    G__memfunc_setup("GetLightState",1305,G__G__GL_503_0_6, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46920    G__memfunc_setup("GetUseSpecular",1420,G__G__GL_503_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46921    G__memfunc_setup("SetUseSpecular",1432,G__G__GL_503_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - s", (char*)NULL, (void*) NULL, 0);
46922    G__memfunc_setup("GetFrontPower",1334,G__G__GL_503_0_9, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46923    G__memfunc_setup("GetSidePower",1202,G__G__GL_503_0_10, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46924    G__memfunc_setup("GetSpecularPower",1644,G__G__GL_503_0_11, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
46925    G__memfunc_setup("SetFrontPower",1346,G__G__GL_503_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - p", (char*)NULL, (void*) NULL, 0);
46926    G__memfunc_setup("SetSidePower",1214,G__G__GL_503_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - p", (char*)NULL, (void*) NULL, 0);
46927    G__memfunc_setup("SetSpecularPower",1656,G__G__GL_503_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - p", (char*)NULL, (void*) NULL, 0);
46928    G__memfunc_setup("StdSetupLights",1447,G__G__GL_503_0_15, 121, -1, -1, 0, 3, 1, 1, 0, 
46929 "u 'TGLBoundingBox' - 11 - bbox u 'TGLCamera' - 11 - camera "
46930 "g - 'Bool_t' 0 'kFALSE' debug", (char*)NULL, (void*) NULL, 0);
46931    G__memfunc_setup("Class",502,G__G__GL_503_0_16, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLLightSet::Class) ), 0);
46932    G__memfunc_setup("Class_Name",982,G__G__GL_503_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSet::Class_Name) ), 0);
46933    G__memfunc_setup("Class_Version",1339,G__G__GL_503_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLLightSet::Class_Version) ), 0);
46934    G__memfunc_setup("Dictionary",1046,G__G__GL_503_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLLightSet::Dictionary) ), 0);
46935    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46936    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46937    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46938    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_503_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46939    G__memfunc_setup("DeclFileName",1145,G__G__GL_503_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSet::DeclFileName) ), 0);
46940    G__memfunc_setup("ImplFileLine",1178,G__G__GL_503_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLightSet::ImplFileLine) ), 0);
46941    G__memfunc_setup("ImplFileName",1171,G__G__GL_503_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSet::ImplFileName) ), 0);
46942    G__memfunc_setup("DeclFileLine",1152,G__G__GL_503_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLightSet::DeclFileLine) ), 0);
46943    // automatic destructor
46944    G__memfunc_setup("~TGLLightSet", 1161, G__G__GL_503_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46945    G__tag_memfunc_reset();
46946 }
46947 
46948 static void G__setup_memfuncTGLPShapeObj(void) {
46949    /* TGLPShapeObj */
46950    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj));
46951    G__memfunc_setup("TGLPShapeObj",1091,G__G__GL_504_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
46952    G__memfunc_setup("TGLPShapeObj",1091,G__G__GL_504_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj), -1, 0, 2, 1, 1, 0, 
46953 "U 'TGLPhysicalShape' - 0 - sh U 'TGLViewer' - 0 - v", (char*)NULL, (void*) NULL, 0);
46954    G__memfunc_setup("GetName",673,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
46955    G__memfunc_setup("TGLPShapeObj",1091,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj), -1, 0, 1, 1, 4, 0, "u 'TGLPShapeObj' - 11 - -", "Not implemented", (void*) NULL, 0);
46956    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObj), -1, 1, 1, 1, 4, 0, "u 'TGLPShapeObj' - 11 - -", "Not implemented", (void*) NULL, 0);
46957    G__memfunc_setup("Class",502,G__G__GL_504_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPShapeObj::Class) ), 0);
46958    G__memfunc_setup("Class_Name",982,G__G__GL_504_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeObj::Class_Name) ), 0);
46959    G__memfunc_setup("Class_Version",1339,G__G__GL_504_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPShapeObj::Class_Version) ), 0);
46960    G__memfunc_setup("Dictionary",1046,G__G__GL_504_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPShapeObj::Dictionary) ), 0);
46961    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46962    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46963    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46964    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_504_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46965    G__memfunc_setup("DeclFileName",1145,G__G__GL_504_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeObj::DeclFileName) ), 0);
46966    G__memfunc_setup("ImplFileLine",1178,G__G__GL_504_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPShapeObj::ImplFileLine) ), 0);
46967    G__memfunc_setup("ImplFileName",1171,G__G__GL_504_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeObj::ImplFileName) ), 0);
46968    G__memfunc_setup("DeclFileLine",1152,G__G__GL_504_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPShapeObj::DeclFileLine) ), 0);
46969    // automatic destructor
46970    G__memfunc_setup("~TGLPShapeObj", 1217, G__G__GL_504_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
46971    G__tag_memfunc_reset();
46972 }
46973 
46974 static void G__setup_memfuncTGLOutput(void) {
46975    /* TGLOutput */
46976    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOutput));
46977    G__memfunc_setup("Capture",724,G__G__GL_505_0_1, 103, -1, G__defined_typename("Bool_t"), 0, 3, 3, 1, 0, 
46978 "u 'TGLViewer' - 1 - viewer i 'TGLOutput::EFormat' - 0 - format "
46979 "C - - 10 '0' filePath", (char*)NULL, (void*) G__func2void( (Bool_t (*)(TGLViewer&, TGLOutput::EFormat, const char*))(&TGLOutput::Capture) ), 0);
46980    G__memfunc_setup("StartEmbeddedPS",1467,G__G__GL_505_0_2, 121, -1, -1, 0, 0, 3, 1, 0, "", "gl to ps in pad, \"embedded\" does not mean eps format here", (void*) G__func2void( (void (*)())(&TGLOutput::StartEmbeddedPS) ), 0);
46981    G__memfunc_setup("CloseEmbeddedPS",1443,G__G__GL_505_0_3, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLOutput::CloseEmbeddedPS) ), 0);
46982    G__memfunc_setup("Capture",724,G__G__GL_505_0_4, 121, -1, -1, 0, 1, 3, 1, 0, "u 'TGLViewer' - 1 - viewer", (char*)NULL, (void*) G__func2void( (void (*)(TGLViewer&))(&TGLOutput::Capture) ), 0);
46983    G__memfunc_setup("CapturePostscript",1807,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 3, 4, 0, 
46984 "u 'TGLViewer' - 1 - viewer i 'TGLOutput::EFormat' - 0 - format "
46985 "C - - 10 - filePath", (char*)NULL, (void*) NULL, 0);
46986    G__memfunc_setup("Class",502,G__G__GL_505_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLOutput::Class) ), 0);
46987    G__memfunc_setup("Class_Name",982,G__G__GL_505_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOutput::Class_Name) ), 0);
46988    G__memfunc_setup("Class_Version",1339,G__G__GL_505_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLOutput::Class_Version) ), 0);
46989    G__memfunc_setup("Dictionary",1046,G__G__GL_505_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLOutput::Dictionary) ), 0);
46990    G__memfunc_setup("IsA",253,G__G__GL_505_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
46991    G__memfunc_setup("ShowMembers",1132,G__G__GL_505_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
46992    G__memfunc_setup("Streamer",835,G__G__GL_505_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
46993    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_505_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
46994    G__memfunc_setup("DeclFileName",1145,G__G__GL_505_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOutput::DeclFileName) ), 0);
46995    G__memfunc_setup("ImplFileLine",1178,G__G__GL_505_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOutput::ImplFileLine) ), 0);
46996    G__memfunc_setup("ImplFileName",1171,G__G__GL_505_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOutput::ImplFileName) ), 0);
46997    G__memfunc_setup("DeclFileLine",1152,G__G__GL_505_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOutput::DeclFileLine) ), 0);
46998    // automatic default constructor
46999    G__memfunc_setup("TGLOutput", 888, G__G__GL_505_0_18, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLOutput), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47000    // automatic copy constructor
47001    G__memfunc_setup("TGLOutput", 888, G__G__GL_505_0_19, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLOutput), -1, 0, 1, 1, 1, 0, "u 'TGLOutput' - 11 - -", (char*) NULL, (void*) NULL, 0);
47002    // automatic destructor
47003    G__memfunc_setup("~TGLOutput", 1014, G__G__GL_505_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47004    // automatic assignment operator
47005    G__memfunc_setup("operator=", 937, G__G__GL_505_0_21, (int) ('u'), G__get_linked_tagnum(&G__G__GLLN_TGLOutput), -1, 1, 1, 1, 1, 0, "u 'TGLOutput' - 11 - -", (char*) NULL, (void*) NULL, 0);
47006    G__tag_memfunc_reset();
47007 }
47008 
47009 static void G__setup_memfuncTGLEventHandler(void) {
47010    /* TGLEventHandler */
47011    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler));
47012    G__memfunc_setup("Rotate",623,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 2, 0, 
47013 "i - 'Int_t' 0 - xDelta i - 'Int_t' 0 - yDelta "
47014 "g - 'Bool_t' 0 - mod1 g - 'Bool_t' 0 - mod2", (char*)NULL, (void*) NULL, 1);
47015    G__memfunc_setup("GrabMouse",901,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
47016    G__memfunc_setup("UnGrabMouse",1096,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
47017    G__memfunc_setup("SelectForClicked",1590,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47018    G__memfunc_setup("SelectForMouseOver",1836,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
47019    G__memfunc_setup("ControlValue",1246,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "i - 'Int_t' 0 - v", (char*)NULL, (void*) NULL, 0);
47020    G__memfunc_setup("TGLEventHandler",1447,G__G__GL_506_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLEventHandler), -1, 0, 2, 1, 1, 0, 
47021 "U 'TGWindow' - 0 - w U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
47022    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47023 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
47024 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47025    G__memfunc_setup("HandleEvent",1102,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47026    G__memfunc_setup("HandleExpose",1216,G__G__GL_506_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47027    G__memfunc_setup("HandleFocusChange",1682,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47028    G__memfunc_setup("HandleCrossing",1428,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47029    G__memfunc_setup("HandleButton",1224,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47030    G__memfunc_setup("HandleDoubleClick",1677,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47031    G__memfunc_setup("HandleConfigureNotify",2151,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47032    G__memfunc_setup("HandleKey",885,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47033    G__memfunc_setup("HandleMotion",1218,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47034    G__memfunc_setup("HandleTimer",1101,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TTimer' - 0 - t", (char*)NULL, (void*) NULL, 1);
47035    G__memfunc_setup("StartMouseTimer",1560,G__G__GL_506_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47036    G__memfunc_setup("StopMouseTimer",1456,G__G__GL_506_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47037    G__memfunc_setup("ClearMouseOver",1420,G__G__GL_506_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47038    G__memfunc_setup("Repaint",723,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47039    G__memfunc_setup("PopupContextMenu",1678,G__G__GL_506_0_23, 121, -1, -1, 0, 4, 1, 1, 0, 
47040 "U 'TGLPhysicalShape' - 0 - pshp U 'Event_t' - 0 - event "
47041 "i - 'Int_t' 0 - gx i - 'Int_t' 0 - gy", (char*)NULL, (void*) NULL, 1);
47042    G__memfunc_setup("TriggerTooltip",1471,G__G__GL_506_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - text", (char*)NULL, (void*) NULL, 1);
47043    G__memfunc_setup("RemoveTooltip",1369,G__G__GL_506_0_25, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47044    G__memfunc_setup("SetMouseOverSelectDelay",2336,G__G__GL_506_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ms", (char*)NULL, (void*) NULL, 0);
47045    G__memfunc_setup("SetMouseOverTooltipDelay",2475,G__G__GL_506_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ms", (char*)NULL, (void*) NULL, 0);
47046    G__memfunc_setup("GetTooltipPixelTolerance",2474,G__G__GL_506_0_28, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47047    G__memfunc_setup("SetTooltipPixelTolerance",2486,G__G__GL_506_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - t", (char*)NULL, (void*) NULL, 0);
47048    G__memfunc_setup("GetSecSelType",1281,G__G__GL_506_0_30, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47049    G__memfunc_setup("SetSecSelType",1293,G__G__GL_506_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - t", (char*)NULL, (void*) NULL, 0);
47050    G__memfunc_setup("GetDoInternalSelection",2230,G__G__GL_506_0_32, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47051    G__memfunc_setup("SetDoInternalSelection",2242,G__G__GL_506_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - x", (char*)NULL, (void*) NULL, 0);
47052    G__memfunc_setup("Class",502,G__G__GL_506_0_34, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLEventHandler::Class) ), 0);
47053    G__memfunc_setup("Class_Name",982,G__G__GL_506_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLEventHandler::Class_Name) ), 0);
47054    G__memfunc_setup("Class_Version",1339,G__G__GL_506_0_36, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLEventHandler::Class_Version) ), 0);
47055    G__memfunc_setup("Dictionary",1046,G__G__GL_506_0_37, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLEventHandler::Dictionary) ), 0);
47056    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47057    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47058    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47059    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_506_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47060    G__memfunc_setup("DeclFileName",1145,G__G__GL_506_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLEventHandler::DeclFileName) ), 0);
47061    G__memfunc_setup("ImplFileLine",1178,G__G__GL_506_0_43, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLEventHandler::ImplFileLine) ), 0);
47062    G__memfunc_setup("ImplFileName",1171,G__G__GL_506_0_44, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLEventHandler::ImplFileName) ), 0);
47063    G__memfunc_setup("DeclFileLine",1152,G__G__GL_506_0_45, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLEventHandler::DeclFileLine) ), 0);
47064    // automatic destructor
47065    G__memfunc_setup("~TGLEventHandler", 1573, G__G__GL_506_0_46, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47066    G__tag_memfunc_reset();
47067 }
47068 
47069 static void G__setup_memfuncTGLFaderHelper(void) {
47070    /* TGLFaderHelper */
47071    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFaderHelper));
47072    G__memfunc_setup("TGLFaderHelper",1321,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFaderHelper), -1, 0, 1, 1, 4, 0, "u 'TGLFaderHelper' - 11 - -", "Not implemented", (void*) NULL, 0);
47073    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLFaderHelper), -1, 1, 1, 1, 4, 0, "u 'TGLFaderHelper' - 11 - -", "Not implemented", (void*) NULL, 0);
47074    G__memfunc_setup("TGLFaderHelper",1321,G__G__GL_511_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFaderHelper), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47075    G__memfunc_setup("TGLFaderHelper",1321,G__G__GL_511_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFaderHelper), -1, 0, 4, 1, 1, 0, 
47076 "U 'TGLViewer' - 0 - v f - 'Float_t' 0 - fade "
47077 "f - 'Float_t' 0 - time i - 'Int_t' 0 - steps", (char*)NULL, (void*) NULL, 0);
47078    G__memfunc_setup("MakeFadeStep",1162,G__G__GL_511_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47079    G__memfunc_setup("Class",502,G__G__GL_511_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLFaderHelper::Class) ), 0);
47080    G__memfunc_setup("Class_Name",982,G__G__GL_511_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFaderHelper::Class_Name) ), 0);
47081    G__memfunc_setup("Class_Version",1339,G__G__GL_511_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLFaderHelper::Class_Version) ), 0);
47082    G__memfunc_setup("Dictionary",1046,G__G__GL_511_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLFaderHelper::Dictionary) ), 0);
47083    G__memfunc_setup("IsA",253,G__G__GL_511_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47084    G__memfunc_setup("ShowMembers",1132,G__G__GL_511_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47085    G__memfunc_setup("Streamer",835,G__G__GL_511_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47086    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_511_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47087    G__memfunc_setup("DeclFileName",1145,G__G__GL_511_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFaderHelper::DeclFileName) ), 0);
47088    G__memfunc_setup("ImplFileLine",1178,G__G__GL_511_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFaderHelper::ImplFileLine) ), 0);
47089    G__memfunc_setup("ImplFileName",1171,G__G__GL_511_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFaderHelper::ImplFileName) ), 0);
47090    G__memfunc_setup("DeclFileLine",1152,G__G__GL_511_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFaderHelper::DeclFileLine) ), 0);
47091    // automatic destructor
47092    G__memfunc_setup("~TGLFaderHelper", 1447, G__G__GL_511_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47093    G__tag_memfunc_reset();
47094 }
47095 
47096 static void G__setup_memfuncTGLEmbeddedViewer(void) {
47097    /* TGLEmbeddedViewer */
47098    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer));
47099    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGWindow' - 10 - parent", (char*)NULL, (void*) NULL, 0);
47100    G__memfunc_setup("CreateFrames",1202,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47101    G__memfunc_setup("TGLEmbeddedViewer",1635,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer), -1, 0, 1, 1, 4, 0, "u 'TGLEmbeddedViewer' - 11 - -", "Not implemented", (void*) NULL, 0);
47102    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer), -1, 1, 1, 1, 4, 0, "u 'TGLEmbeddedViewer' - 11 - -", "Not implemented", (void*) NULL, 0);
47103    G__memfunc_setup("TGLEmbeddedViewer",1635,G__G__GL_513_0_5, 105, G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer), -1, 0, 3, 1, 1, 0, 
47104 "U 'TGWindow' - 10 - parent U 'TVirtualPad' - 0 '0' pad "
47105 "i - 'Int_t' 0 '2' border", (char*)NULL, (void*) NULL, 0);
47106    G__memfunc_setup("TGLEmbeddedViewer",1635,G__G__GL_513_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLEmbeddedViewer), -1, 0, 4, 1, 1, 0, 
47107 "U 'TGWindow' - 10 - parent U 'TVirtualPad' - 0 - pad "
47108 "U 'TGedEditor' - 0 - ged i - 'Int_t' 0 '2' border", (char*)NULL, (void*) NULL, 0);
47109    G__memfunc_setup("CreateGLWidget",1355,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47110    G__memfunc_setup("DestroyGLWidget",1505,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47111    G__memfunc_setup("GetName",673,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
47112    G__memfunc_setup("GetFrame",779,G__G__GL_513_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47113    G__memfunc_setup("GetOrthoXOYCamera",1653,G__G__GL_513_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47114    G__memfunc_setup("GetOrthoXOZCamera",1654,G__G__GL_513_0_12, 85, G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47115    G__memfunc_setup("GetOrthoZOYCamera",1655,G__G__GL_513_0_13, 85, G__get_linked_tagnum(&G__G__GLLN_TGLOrthoCamera), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47116    G__memfunc_setup("Class",502,G__G__GL_513_0_14, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLEmbeddedViewer::Class) ), 0);
47117    G__memfunc_setup("Class_Name",982,G__G__GL_513_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLEmbeddedViewer::Class_Name) ), 0);
47118    G__memfunc_setup("Class_Version",1339,G__G__GL_513_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLEmbeddedViewer::Class_Version) ), 0);
47119    G__memfunc_setup("Dictionary",1046,G__G__GL_513_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLEmbeddedViewer::Dictionary) ), 0);
47120    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47121    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47122    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47123    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_513_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47124    G__memfunc_setup("DeclFileName",1145,G__G__GL_513_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLEmbeddedViewer::DeclFileName) ), 0);
47125    G__memfunc_setup("ImplFileLine",1178,G__G__GL_513_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLEmbeddedViewer::ImplFileLine) ), 0);
47126    G__memfunc_setup("ImplFileName",1171,G__G__GL_513_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLEmbeddedViewer::ImplFileName) ), 0);
47127    G__memfunc_setup("DeclFileLine",1152,G__G__GL_513_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLEmbeddedViewer::DeclFileLine) ), 0);
47128    // automatic destructor
47129    G__memfunc_setup("~TGLEmbeddedViewer", 1761, G__G__GL_513_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47130    G__tag_memfunc_reset();
47131 }
47132 
47133 static void G__setup_memfuncTGLFaceSet(void) {
47134    /* TGLFaceSet */
47135    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFaceSet));
47136    G__memfunc_setup("TGLFaceSet",898,G__G__GL_516_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFaceSet), -1, 0, 1, 1, 1, 0, "u 'TBuffer3D' - 11 - buffer", (char*)NULL, (void*) NULL, 0);
47137    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
47138    G__memfunc_setup("SetFromMesh",1101,G__G__GL_516_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "U 'RootCsg::TBaseMesh' - 10 - m", (char*)NULL, (void*) NULL, 0);
47139    G__memfunc_setup("CalculateNormals",1642,G__G__GL_516_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47140    G__memfunc_setup("EnforceTriangles",1643,G__G__GL_516_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47141    G__memfunc_setup("GetVertices",1125,G__G__GL_516_0_6, 117, G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR), G__defined_typename("vector<Double_t>"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47142    G__memfunc_setup("GetNormals",1020,G__G__GL_516_0_7, 117, G__get_linked_tagnum(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR), G__defined_typename("vector<Double_t>"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47143    G__memfunc_setup("GetPolyDesc",1091,G__G__GL_516_0_8, 117, G__get_linked_tagnum(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR), G__defined_typename("vector<Int_t>"), 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47144    G__memfunc_setup("GetNbPols",878,G__G__GL_516_0_9, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47145    G__memfunc_setup("GetEnforceTriangles",1931,G__G__GL_516_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TGLFaceSet::GetEnforceTriangles) ), 0);
47146    G__memfunc_setup("SetEnforceTriangles",1943,G__G__GL_516_0_11, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 - e", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TGLFaceSet::SetEnforceTriangles) ), 0);
47147    G__memfunc_setup("GLDrawPolys",1080,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47148    G__memfunc_setup("CheckPoints",1115,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 4, 8, 
47149 "I - 'Int_t' 10 - source I - 'Int_t' 0 - dest", (char*)NULL, (void*) NULL, 0);
47150    G__memfunc_setup("Eq",182,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 3, 4, 0, 
47151 "D - 'Double_t' 10 - p1 D - 'Double_t' 10 - p2", (char*)NULL, (void*) NULL, 0);
47152    G__memfunc_setup("Class",502,G__G__GL_516_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLFaceSet::Class) ), 0);
47153    G__memfunc_setup("Class_Name",982,G__G__GL_516_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFaceSet::Class_Name) ), 0);
47154    G__memfunc_setup("Class_Version",1339,G__G__GL_516_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLFaceSet::Class_Version) ), 0);
47155    G__memfunc_setup("Dictionary",1046,G__G__GL_516_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLFaceSet::Dictionary) ), 0);
47156    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47157    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47158    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47159    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_516_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47160    G__memfunc_setup("DeclFileName",1145,G__G__GL_516_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFaceSet::DeclFileName) ), 0);
47161    G__memfunc_setup("ImplFileLine",1178,G__G__GL_516_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFaceSet::ImplFileLine) ), 0);
47162    G__memfunc_setup("ImplFileName",1171,G__G__GL_516_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFaceSet::ImplFileName) ), 0);
47163    G__memfunc_setup("DeclFileLine",1152,G__G__GL_516_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFaceSet::DeclFileLine) ), 0);
47164    // automatic destructor
47165    G__memfunc_setup("~TGLFaceSet", 1024, G__G__GL_516_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47166    G__tag_memfunc_reset();
47167 }
47168 
47169 static void G__setup_memfuncTGLFBO(void) {
47170    /* TGLFBO */
47171    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLFBO));
47172    G__memfunc_setup("TGLFBO",446,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFBO), -1, 0, 1, 1, 4, 0, "u 'TGLFBO' - 11 - -", "Not implemented", (void*) NULL, 0);
47173    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLFBO), -1, 1, 1, 1, 4, 0, "u 'TGLFBO' - 11 - -", "Not implemented", (void*) NULL, 0);
47174    G__memfunc_setup("InitStandard",1221,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
47175    G__memfunc_setup("InitMultiSample",1537,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
47176    G__memfunc_setup("CreateAndAttachRenderBuffer",2678,(G__InterfaceMethod) NULL, 104, -1, G__defined_typename("UInt_t"), 0, 2, 1, 2, 0, 
47177 "i - 'Int_t' 0 - format i - 'Int_t' 0 - type", (char*)NULL, (void*) NULL, 0);
47178    G__memfunc_setup("CreateAndAttachColorTexture",2732,(G__InterfaceMethod) NULL, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
47179    G__memfunc_setup("TGLFBO",446,G__G__GL_517_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLFBO), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47180    G__memfunc_setup("Init",404,G__G__GL_517_0_8, 121, -1, -1, 0, 3, 1, 1, 0, 
47181 "i - - 0 - w i - - 0 - h "
47182 "i - - 0 '0' ms_samples", (char*)NULL, (void*) NULL, 0);
47183    G__memfunc_setup("Release",705,G__G__GL_517_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47184    G__memfunc_setup("Bind",381,G__G__GL_517_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47185    G__memfunc_setup("Unbind",608,G__G__GL_517_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47186    G__memfunc_setup("BindTexture",1134,G__G__GL_517_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47187    G__memfunc_setup("UnbindTexture",1361,G__G__GL_517_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47188    G__memfunc_setup("SetAsReadBuffer",1462,G__G__GL_517_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47189    G__memfunc_setup("Class",502,G__G__GL_517_0_15, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLFBO::Class) ), 0);
47190    G__memfunc_setup("Class_Name",982,G__G__GL_517_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFBO::Class_Name) ), 0);
47191    G__memfunc_setup("Class_Version",1339,G__G__GL_517_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLFBO::Class_Version) ), 0);
47192    G__memfunc_setup("Dictionary",1046,G__G__GL_517_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLFBO::Dictionary) ), 0);
47193    G__memfunc_setup("IsA",253,G__G__GL_517_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47194    G__memfunc_setup("ShowMembers",1132,G__G__GL_517_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47195    G__memfunc_setup("Streamer",835,G__G__GL_517_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47196    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_517_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47197    G__memfunc_setup("DeclFileName",1145,G__G__GL_517_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFBO::DeclFileName) ), 0);
47198    G__memfunc_setup("ImplFileLine",1178,G__G__GL_517_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFBO::ImplFileLine) ), 0);
47199    G__memfunc_setup("ImplFileName",1171,G__G__GL_517_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLFBO::ImplFileName) ), 0);
47200    G__memfunc_setup("DeclFileLine",1152,G__G__GL_517_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLFBO::DeclFileLine) ), 0);
47201    // automatic destructor
47202    G__memfunc_setup("~TGLFBO", 572, G__G__GL_517_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47203    G__tag_memfunc_reset();
47204 }
47205 
47206 static void G__setup_memfuncTGLPadPainter(void) {
47207    /* TGLPadPainter */
47208    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPadPainter));
47209    G__memfunc_setup("TGLPadPainter",1231,G__G__GL_518_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPadPainter), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47210    G__memfunc_setup("GetLineColor",1191,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47211    G__memfunc_setup("GetLineStyle",1209,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47212    G__memfunc_setup("GetLineWidth",1192,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47213    G__memfunc_setup("SetLineColor",1203,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - lcolor", (char*)NULL, (void*) NULL, 1);
47214    G__memfunc_setup("SetLineStyle",1221,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - lstyle", (char*)NULL, (void*) NULL, 1);
47215    G__memfunc_setup("SetLineWidth",1204,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 - lwidth", (char*)NULL, (void*) NULL, 1);
47216    G__memfunc_setup("GetFillColor",1190,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47217    G__memfunc_setup("GetFillStyle",1208,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47218    G__memfunc_setup("IsTransparent",1358,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47219    G__memfunc_setup("SetFillColor",1202,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - fcolor", (char*)NULL, (void*) NULL, 1);
47220    G__memfunc_setup("SetFillStyle",1220,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - fstyle", (char*)NULL, (void*) NULL, 1);
47221    G__memfunc_setup("SetOpacity",1029,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - percent", (char*)NULL, (void*) NULL, 1);
47222    G__memfunc_setup("GetTextAlign",1200,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47223    G__memfunc_setup("GetTextAngle",1196,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47224    G__memfunc_setup("GetTextColor",1220,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47225    G__memfunc_setup("GetTextFont",1116,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Font_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47226    G__memfunc_setup("GetTextSize",1120,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47227    G__memfunc_setup("GetTextMagnitude",1635,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47228    G__memfunc_setup("SetTextAlign",1212,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - align", (char*)NULL, (void*) NULL, 1);
47229    G__memfunc_setup("SetTextAngle",1208,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - tangle", (char*)NULL, (void*) NULL, 1);
47230    G__memfunc_setup("SetTextColor",1232,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - tcolor", (char*)NULL, (void*) NULL, 1);
47231    G__memfunc_setup("SetTextFont",1128,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Font_t' 0 - tfont", (char*)NULL, (void*) NULL, 1);
47232    G__memfunc_setup("SetTextSize",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - tsize", (char*)NULL, (void*) NULL, 1);
47233    G__memfunc_setup("SetTextSizePixels",1761,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npixels", (char*)NULL, (void*) NULL, 1);
47234    G__memfunc_setup("CreateDrawable",1398,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
47235 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
47236    G__memfunc_setup("ClearDrawable",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47237    G__memfunc_setup("CopyDrawable",1213,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47238 "i - 'Int_t' 0 - id i - 'Int_t' 0 - px "
47239 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47240    G__memfunc_setup("DestroyDrawable",1548,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47241    G__memfunc_setup("SelectDrawable",1410,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - device", (char*)NULL, (void*) NULL, 1);
47242    G__memfunc_setup("InitPainter",1127,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47243    G__memfunc_setup("InvalidateCS",1175,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47244    G__memfunc_setup("LockPainter",1116,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47245    G__memfunc_setup("DrawLine",790,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
47246 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
47247 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2", (char*)NULL, (void*) NULL, 1);
47248    G__memfunc_setup("DrawLineNDC",1003,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
47249 "d - 'Double_t' 0 - u1 d - 'Double_t' 0 - v1 "
47250 "d - 'Double_t' 0 - u2 d - 'Double_t' 0 - v2", (char*)NULL, (void*) NULL, 1);
47251    G__memfunc_setup("DrawBox",695,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
47252 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
47253 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2 "
47254 "i 'TVirtualPadPainter::EBoxMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
47255    G__memfunc_setup("DrawFillArea",1166,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47256 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
47257 "D - 'Double_t' 10 - y", (char*)NULL, (void*) NULL, 1);
47258    G__memfunc_setup("DrawFillArea",1166,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47259 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
47260 "F - 'Float_t' 10 - y", (char*)NULL, (void*) NULL, 1);
47261    G__memfunc_setup("DrawPolyLine",1210,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47262 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
47263 "D - 'Double_t' 10 - y", (char*)NULL, (void*) NULL, 1);
47264    G__memfunc_setup("DrawPolyLine",1210,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47265 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
47266 "F - 'Float_t' 10 - y", (char*)NULL, (void*) NULL, 1);
47267    G__memfunc_setup("DrawPolyLineNDC",1423,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47268 "i - 'Int_t' 0 - n D - 'Double_t' 10 - u "
47269 "D - 'Double_t' 10 - v", (char*)NULL, (void*) NULL, 1);
47270    G__memfunc_setup("DrawPolyMarker",1428,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47271 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
47272 "D - 'Double_t' 10 - y", (char*)NULL, (void*) NULL, 1);
47273    G__memfunc_setup("DrawPolyMarker",1428,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47274 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
47275 "F - 'Float_t' 10 - y", (char*)NULL, (void*) NULL, 1);
47276    G__memfunc_setup("DrawText",819,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
47277 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
47278 "C - - 10 - text i 'TVirtualPadPainter::ETextMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
47279    G__memfunc_setup("DrawTextNDC",1032,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
47280 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
47281 "C - - 10 - text i 'TVirtualPadPainter::ETextMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
47282    G__memfunc_setup("SaveImage",882,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 8, 
47283 "U 'TVirtualPad' - 0 - pad C - - 10 - fileName "
47284 "i - 'Int_t' 0 - type", (char*)NULL, (void*) NULL, 1);
47285    G__memfunc_setup("SaveProjectionMatrix",2081,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47286    G__memfunc_setup("RestoreProjectionMatrix",2422,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47287    G__memfunc_setup("SaveModelviewMatrix",1968,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47288    G__memfunc_setup("RestoreModelviewMatrix",2309,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47289    G__memfunc_setup("SaveViewport",1263,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47290    G__memfunc_setup("RestoreViewport",1604,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47291    G__memfunc_setup("DrawPolyMarker",1428,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47292    G__memfunc_setup("TGLPadPainter",1231,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPadPainter), -1, 0, 1, 1, 4, 0, "u 'TGLPadPainter' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
47293    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLPadPainter), -1, 1, 1, 1, 4, 0, "u 'TGLPadPainter' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
47294    G__memfunc_setup("Class",502,G__G__GL_518_0_56, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPadPainter::Class) ), 0);
47295    G__memfunc_setup("Class_Name",982,G__G__GL_518_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPadPainter::Class_Name) ), 0);
47296    G__memfunc_setup("Class_Version",1339,G__G__GL_518_0_58, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPadPainter::Class_Version) ), 0);
47297    G__memfunc_setup("Dictionary",1046,G__G__GL_518_0_59, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPadPainter::Dictionary) ), 0);
47298    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47299    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47300    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47301    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_518_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47302    G__memfunc_setup("DeclFileName",1145,G__G__GL_518_0_64, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPadPainter::DeclFileName) ), 0);
47303    G__memfunc_setup("ImplFileLine",1178,G__G__GL_518_0_65, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPadPainter::ImplFileLine) ), 0);
47304    G__memfunc_setup("ImplFileName",1171,G__G__GL_518_0_66, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPadPainter::ImplFileName) ), 0);
47305    G__memfunc_setup("DeclFileLine",1152,G__G__GL_518_0_67, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPadPainter::DeclFileLine) ), 0);
47306    // automatic destructor
47307    G__memfunc_setup("~TGLPadPainter", 1357, G__G__GL_518_0_68, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47308    G__tag_memfunc_reset();
47309 }
47310 
47311 static void G__setup_memfuncTGLH2PolyPainter(void) {
47312    /* TGLH2PolyPainter */
47313    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLH2PolyPainter));
47314    G__memfunc_setup("TGLH2PolyPainter",1496,G__G__GL_542_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLH2PolyPainter), -1, 0, 3, 1, 1, 0, 
47315 "U 'TH1' - 0 - hist U 'TGLPlotCamera' - 0 - camera "
47316 "U 'TGLPlotCoordinates' - 0 - coord", (char*)NULL, (void*) NULL, 0);
47317    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 0, 
47318 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47319    G__memfunc_setup("InitGeometry",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47320    G__memfunc_setup("StartPan",813,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47321 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47322    G__memfunc_setup("Pan",287,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47323 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47324    G__memfunc_setup("AddOption",898,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - stringOption", (char*)NULL, (void*) NULL, 1);
47325    G__memfunc_setup("ProcessEvent",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47326 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
47327 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47328    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47329    G__memfunc_setup("DeInitGL",720,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47330    G__memfunc_setup("DrawPlot",813,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47331    G__memfunc_setup("DrawExtrusion",1375,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47332    G__memfunc_setup("DrawExtrusion",1375,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 8, 
47333 "U 'TGraph' - 10 - polygon d - 'Double_t' 0 - zMin "
47334 "d - 'Double_t' 0 - zMax i - 'Int_t' 0 - nBin", (char*)NULL, (void*) NULL, 0);
47335    G__memfunc_setup("DrawExtrusion",1375,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 8, 
47336 "U 'TMultiGraph' - 10 - polygon d - 'Double_t' 0 - zMin "
47337 "d - 'Double_t' 0 - zMax i - 'Int_t' 0 - nBin", (char*)NULL, (void*) NULL, 0);
47338    G__memfunc_setup("DrawCaps",789,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47339    G__memfunc_setup("DrawCap",674,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 8, 
47340 "u 'list<list<Rgl::Pad::MeshPatch_t,allocator<Rgl::Pad::MeshPatch_t> >,allocator<list<Rgl::Pad::MeshPatch_t,allocator<Rgl::Pad::MeshPatch_t> > > >::iterator' 'TGLH2PolyPainter::CIter_t' 0 - cap i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
47341    G__memfunc_setup("CacheGeometry",1312,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47342    G__memfunc_setup("BuildTesselation",1659,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 4, 0, 
47343 "u 'Rgl::Pad::Tesselator' - 1 - tess U 'TGraph' - 10 - g "
47344 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
47345    G__memfunc_setup("BuildTesselation",1659,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 4, 0, 
47346 "u 'Rgl::Pad::Tesselator' - 1 - tess U 'TMultiGraph' - 10 - mg "
47347 "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 0);
47348    G__memfunc_setup("UpdateGeometry",1455,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47349    G__memfunc_setup("SetBinColor",1092,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 8, "i - 'Int_t' 0 - bin", (char*)NULL, (void*) NULL, 0);
47350    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47351    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47352    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47353    G__memfunc_setup("DrawPalette",1117,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47354    G__memfunc_setup("DrawPaletteAxis",1522,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47355    G__memfunc_setup("FillTemporaryPolygon",2098,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 8, 
47356 "D - 'Double_t' 10 - xs D - 'Double_t' 10 - ys "
47357 "d - 'Double_t' 0 - z i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
47358    G__memfunc_setup("MakePolygonCCW",1347,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47359    G__memfunc_setup("ClampZ",583,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 1 - zVal", (char*)NULL, (void*) NULL, 0);
47360    G__memfunc_setup("Class",502,G__G__GL_542_0_29, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLH2PolyPainter::Class) ), 0);
47361    G__memfunc_setup("Class_Name",982,G__G__GL_542_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLH2PolyPainter::Class_Name) ), 0);
47362    G__memfunc_setup("Class_Version",1339,G__G__GL_542_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLH2PolyPainter::Class_Version) ), 0);
47363    G__memfunc_setup("Dictionary",1046,G__G__GL_542_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLH2PolyPainter::Dictionary) ), 0);
47364    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47365    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47366    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47367    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_542_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47368    G__memfunc_setup("DeclFileName",1145,G__G__GL_542_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLH2PolyPainter::DeclFileName) ), 0);
47369    G__memfunc_setup("ImplFileLine",1178,G__G__GL_542_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLH2PolyPainter::ImplFileLine) ), 0);
47370    G__memfunc_setup("ImplFileName",1171,G__G__GL_542_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLH2PolyPainter::ImplFileName) ), 0);
47371    G__memfunc_setup("DeclFileLine",1152,G__G__GL_542_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLH2PolyPainter::DeclFileLine) ), 0);
47372    // automatic destructor
47373    G__memfunc_setup("~TGLH2PolyPainter", 1622, G__G__GL_542_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47374    G__tag_memfunc_reset();
47375 }
47376 
47377 static void G__setup_memfuncTGLLegoPainter(void) {
47378    /* TGLLegoPainter */
47379    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter));
47380    G__memfunc_setup("TGLLegoPainter",1345,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter), -1, 0, 1, 1, 4, 0, "u 'TGLLegoPainter' - 11 - -", (char*)NULL, (void*) NULL, 0);
47381    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter), -1, 1, 1, 1, 4, 0, "u 'TGLLegoPainter' - 11 - -", (char*)NULL, (void*) NULL, 0);
47382    G__memfunc_setup("TGLLegoPainter",1345,G__G__GL_547_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLegoPainter), -1, 0, 3, 1, 1, 0, 
47383 "U 'TH1' - 0 - hist U 'TGLPlotCamera' - 0 - camera "
47384 "U 'TGLPlotCoordinates' - 0 - coord", (char*)NULL, (void*) NULL, 0);
47385    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 0, 
47386 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47387    G__memfunc_setup("InitGeometry",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47388    G__memfunc_setup("StartPan",813,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47389 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47390    G__memfunc_setup("Pan",287,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47391 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47392    G__memfunc_setup("AddOption",898,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - stringOption", (char*)NULL, (void*) NULL, 1);
47393    G__memfunc_setup("ProcessEvent",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47394 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
47395 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47396    G__memfunc_setup("InitGeometryCartesian",2170,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47397    G__memfunc_setup("InitGeometryPolar",1758,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47398    G__memfunc_setup("InitGeometryCylindrical",2382,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47399    G__memfunc_setup("InitGeometrySpherical",2171,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47400    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47401    G__memfunc_setup("DeInitGL",720,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47402    G__memfunc_setup("DrawPlot",813,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47403    G__memfunc_setup("DrawLegoCartesian",1711,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47404    G__memfunc_setup("DrawLegoPolar",1299,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47405    G__memfunc_setup("DrawLegoCylindrical",1923,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47406    G__memfunc_setup("DrawLegoSpherical",1712,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47407    G__memfunc_setup("SetLegoColor",1202,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47408    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47409    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47410    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47411    G__memfunc_setup("ClampZ",583,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 8, "d - 'Double_t' 1 - zVal", (char*)NULL, (void*) NULL, 0);
47412    G__memfunc_setup("PreparePalette",1438,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47413    G__memfunc_setup("DrawPalette",1117,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47414    G__memfunc_setup("DrawPaletteAxis",1522,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47415    G__memfunc_setup("Class",502,G__G__GL_547_0_29, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLLegoPainter::Class) ), 0);
47416    G__memfunc_setup("Class_Name",982,G__G__GL_547_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLegoPainter::Class_Name) ), 0);
47417    G__memfunc_setup("Class_Version",1339,G__G__GL_547_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLLegoPainter::Class_Version) ), 0);
47418    G__memfunc_setup("Dictionary",1046,G__G__GL_547_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLLegoPainter::Dictionary) ), 0);
47419    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47420    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47421    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47422    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_547_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47423    G__memfunc_setup("DeclFileName",1145,G__G__GL_547_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLegoPainter::DeclFileName) ), 0);
47424    G__memfunc_setup("ImplFileLine",1178,G__G__GL_547_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLegoPainter::ImplFileLine) ), 0);
47425    G__memfunc_setup("ImplFileName",1171,G__G__GL_547_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLegoPainter::ImplFileName) ), 0);
47426    G__memfunc_setup("DeclFileLine",1152,G__G__GL_547_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLegoPainter::DeclFileLine) ), 0);
47427    // automatic destructor
47428    G__memfunc_setup("~TGLLegoPainter", 1471, G__G__GL_547_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47429    G__tag_memfunc_reset();
47430 }
47431 
47432 static void G__setup_memfuncTGLLightSetSubEditor(void) {
47433    /* TGLLightSetSubEditor */
47434    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor));
47435    G__memfunc_setup("TGLLightSetSubEditor",1948,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor), -1, 0, 1, 1, 4, 0, "u 'TGLLightSetSubEditor' - 11 - -", "Not implemented", (void*) NULL, 0);
47436    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor), -1, 1, 1, 1, 4, 0, "u 'TGLLightSetSubEditor' - 11 - -", "Not implemented", (void*) NULL, 0);
47437    G__memfunc_setup("MakeLampButton",1412,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GLLN_TGButton), -1, 0, 3, 1, 2, 0, 
47438 "C - - 10 - name i - 'Int_t' 0 - wid "
47439 "U 'TGCompositeFrame' - 0 - parent", (char*)NULL, (void*) NULL, 0);
47440    G__memfunc_setup("TGLLightSetSubEditor",1948,G__G__GL_553_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLightSetSubEditor), -1, 0, 1, 1, 1, 0, "U 'TGWindow' - 10 - p", (char*)NULL, (void*) NULL, 0);
47441    G__memfunc_setup("SetModel",797,G__G__GL_553_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLLightSet' - 0 - m", (char*)NULL, (void*) NULL, 0);
47442    G__memfunc_setup("Changed",682,G__G__GL_553_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 0);
47443    G__memfunc_setup("DoButton",815,G__G__GL_553_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47444    G__memfunc_setup("Class",502,G__G__GL_553_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLLightSetSubEditor::Class) ), 0);
47445    G__memfunc_setup("Class_Name",982,G__G__GL_553_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSetSubEditor::Class_Name) ), 0);
47446    G__memfunc_setup("Class_Version",1339,G__G__GL_553_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLLightSetSubEditor::Class_Version) ), 0);
47447    G__memfunc_setup("Dictionary",1046,G__G__GL_553_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLLightSetSubEditor::Dictionary) ), 0);
47448    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47449    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47450    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47451    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_553_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47452    G__memfunc_setup("DeclFileName",1145,G__G__GL_553_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSetSubEditor::DeclFileName) ), 0);
47453    G__memfunc_setup("ImplFileLine",1178,G__G__GL_553_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLightSetSubEditor::ImplFileLine) ), 0);
47454    G__memfunc_setup("ImplFileName",1171,G__G__GL_553_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSetSubEditor::ImplFileName) ), 0);
47455    G__memfunc_setup("DeclFileLine",1152,G__G__GL_553_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLightSetSubEditor::DeclFileLine) ), 0);
47456    // automatic destructor
47457    G__memfunc_setup("~TGLLightSetSubEditor", 2074, G__G__GL_553_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47458    G__tag_memfunc_reset();
47459 }
47460 
47461 static void G__setup_memfuncTGLLightSetEditor(void) {
47462    /* TGLLightSetEditor */
47463    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor));
47464    G__memfunc_setup("TGLLightSetEditor",1650,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor), -1, 0, 1, 1, 4, 0, "u 'TGLLightSetEditor' - 11 - -", "Not implemented", (void*) NULL, 0);
47465    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor), -1, 1, 1, 1, 4, 0, "u 'TGLLightSetEditor' - 11 - -", "Not implemented", (void*) NULL, 0);
47466    G__memfunc_setup("TGLLightSetEditor",1650,G__G__GL_554_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLLightSetEditor), -1, 0, 5, 1, 1, 0, 
47467 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '170' width "
47468 "i - 'Int_t' 0 '30' height h - 'UInt_t' 0 'kChildFrame' options "
47469 "k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
47470    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
47471    G__memfunc_setup("Class",502,G__G__GL_554_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLLightSetEditor::Class) ), 0);
47472    G__memfunc_setup("Class_Name",982,G__G__GL_554_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSetEditor::Class_Name) ), 0);
47473    G__memfunc_setup("Class_Version",1339,G__G__GL_554_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLLightSetEditor::Class_Version) ), 0);
47474    G__memfunc_setup("Dictionary",1046,G__G__GL_554_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLLightSetEditor::Dictionary) ), 0);
47475    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47476    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47477    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47478    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_554_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47479    G__memfunc_setup("DeclFileName",1145,G__G__GL_554_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSetEditor::DeclFileName) ), 0);
47480    G__memfunc_setup("ImplFileLine",1178,G__G__GL_554_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLightSetEditor::ImplFileLine) ), 0);
47481    G__memfunc_setup("ImplFileName",1171,G__G__GL_554_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLLightSetEditor::ImplFileName) ), 0);
47482    G__memfunc_setup("DeclFileLine",1152,G__G__GL_554_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLLightSetEditor::DeclFileLine) ), 0);
47483    // automatic destructor
47484    G__memfunc_setup("~TGLLightSetEditor", 1776, G__G__GL_554_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47485    G__tag_memfunc_reset();
47486 }
47487 
47488 static void G__setup_memfuncTGLOverlayButton(void) {
47489    /* TGLOverlayButton */
47490    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton));
47491    G__memfunc_setup("TGLOverlayButton",1605,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton), -1, 0, 1, 1, 4, 0, "u 'TGLOverlayButton' - 11 - -", "Not implemented", (void*) NULL, 0);
47492    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton), -1, 1, 1, 1, 4, 0, "u 'TGLOverlayButton' - 11 - -", "Not implemented", (void*) NULL, 0);
47493    G__memfunc_setup("TGLOverlayButton",1605,G__G__GL_558_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLOverlayButton), -1, 0, 6, 1, 1, 0, 
47494 "U 'TGLViewerBase' - 0 - parent C - - 10 - text "
47495 "f - 'Float_t' 0 - posx f - 'Float_t' 0 - posy "
47496 "f - 'Float_t' 0 - width f - 'Float_t' 0 - height", (char*)NULL, (void*) NULL, 0);
47497    G__memfunc_setup("MouseEnter",1031,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TGLOvlSelectRecord' - 1 - selRec", (char*)NULL, (void*) NULL, 1);
47498    G__memfunc_setup("Handle",588,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
47499 "u 'TGLRnrCtx' - 1 - rnrCtx u 'TGLOvlSelectRecord' - 1 - selRec "
47500 "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
47501    G__memfunc_setup("MouseLeave",1014,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47502    G__memfunc_setup("Render",608,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
47503    G__memfunc_setup("ResetState",1028,G__G__GL_558_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47504    G__memfunc_setup("GetText",709,G__G__GL_558_0_9, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
47505    G__memfunc_setup("GetBackColor",1168,G__G__GL_558_0_10, 107, -1, G__defined_typename("Pixel_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47506    G__memfunc_setup("GetTextColor",1220,G__G__GL_558_0_11, 107, -1, G__defined_typename("Pixel_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47507    G__memfunc_setup("SetText",721,G__G__GL_558_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - text", (char*)NULL, (void*) NULL, 1);
47508    G__memfunc_setup("SetPosition",1153,G__G__GL_558_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
47509 "f - 'Float_t' 0 - x f - 'Float_t' 0 - y", (char*)NULL, (void*) NULL, 1);
47510    G__memfunc_setup("SetSize",711,G__G__GL_558_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
47511 "f - 'Float_t' 0 - w f - 'Float_t' 0 - h", (char*)NULL, (void*) NULL, 1);
47512    G__memfunc_setup("SetAlphaValues",1410,G__G__GL_558_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
47513 "f - 'Float_t' 0 - norm f - 'Float_t' 0 - high", (char*)NULL, (void*) NULL, 1);
47514    G__memfunc_setup("SetBackColor",1180,G__G__GL_558_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - col", (char*)NULL, (void*) NULL, 1);
47515    G__memfunc_setup("SetTextColor",1232,G__G__GL_558_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - col", (char*)NULL, (void*) NULL, 1);
47516    G__memfunc_setup("Clicked",687,G__G__GL_558_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLViewerBase' - 0 - viewer", "*SIGNAL*", (void*) NULL, 1);
47517    G__memfunc_setup("Class",502,G__G__GL_558_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLOverlayButton::Class) ), 0);
47518    G__memfunc_setup("Class_Name",982,G__G__GL_558_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayButton::Class_Name) ), 0);
47519    G__memfunc_setup("Class_Version",1339,G__G__GL_558_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLOverlayButton::Class_Version) ), 0);
47520    G__memfunc_setup("Dictionary",1046,G__G__GL_558_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLOverlayButton::Dictionary) ), 0);
47521    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47522    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47523    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47524    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_558_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47525    G__memfunc_setup("DeclFileName",1145,G__G__GL_558_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayButton::DeclFileName) ), 0);
47526    G__memfunc_setup("ImplFileLine",1178,G__G__GL_558_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOverlayButton::ImplFileLine) ), 0);
47527    G__memfunc_setup("ImplFileName",1171,G__G__GL_558_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLOverlayButton::ImplFileName) ), 0);
47528    G__memfunc_setup("DeclFileLine",1152,G__G__GL_558_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLOverlayButton::DeclFileLine) ), 0);
47529    // automatic destructor
47530    G__memfunc_setup("~TGLOverlayButton", 1731, G__G__GL_558_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47531    G__tag_memfunc_reset();
47532 }
47533 
47534 static void G__setup_memfuncTGLParametricEquationGL(void) {
47535    /* TGLParametricEquationGL */
47536    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL));
47537    G__memfunc_setup("TGLParametricEquationGL",2248,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL), -1, 0, 1, 1, 4, 0, "u 'TGLParametricEquationGL' - 11 - -", "Not implemented", (void*) NULL, 0);
47538    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL), -1, 1, 1, 1, 4, 0, "u 'TGLParametricEquationGL' - 11 - -", "Not implemented", (void*) NULL, 0);
47539    G__memfunc_setup("TGLParametricEquationGL",2248,G__G__GL_562_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLParametricEquationGL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47540    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
47541 "U 'TObject' - 0 - obj C - 'Option_t' 10 '0' opt", (char*)NULL, (void*) NULL, 1);
47542    G__memfunc_setup("SetBBox",663,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47543    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
47544    G__memfunc_setup("KeepDuringSmartRefresh",2244,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47545    G__memfunc_setup("Class",502,G__G__GL_562_0_8, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLParametricEquationGL::Class) ), 0);
47546    G__memfunc_setup("Class_Name",982,G__G__GL_562_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricEquationGL::Class_Name) ), 0);
47547    G__memfunc_setup("Class_Version",1339,G__G__GL_562_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLParametricEquationGL::Class_Version) ), 0);
47548    G__memfunc_setup("Dictionary",1046,G__G__GL_562_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLParametricEquationGL::Dictionary) ), 0);
47549    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47550    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47551    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47552    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_562_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47553    G__memfunc_setup("DeclFileName",1145,G__G__GL_562_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricEquationGL::DeclFileName) ), 0);
47554    G__memfunc_setup("ImplFileLine",1178,G__G__GL_562_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLParametricEquationGL::ImplFileLine) ), 0);
47555    G__memfunc_setup("ImplFileName",1171,G__G__GL_562_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricEquationGL::ImplFileName) ), 0);
47556    G__memfunc_setup("DeclFileLine",1152,G__G__GL_562_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLParametricEquationGL::DeclFileLine) ), 0);
47557    // automatic destructor
47558    G__memfunc_setup("~TGLParametricEquationGL", 2374, G__G__GL_562_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47559    G__tag_memfunc_reset();
47560 }
47561 
47562 static void G__setup_memfuncTGLParametricPlot(void) {
47563    /* TGLParametricPlot */
47564    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot));
47565    G__memfunc_setup("TGLParametricPlot",1678,G__G__GL_578_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot), -1, 0, 2, 1, 1, 0, 
47566 "U 'TGLParametricEquation' - 0 - equation U 'TGLPlotCamera' - 0 - camera", (char*)NULL, (void*) NULL, 0);
47567    G__memfunc_setup("InitGeometry",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47568    G__memfunc_setup("StartPan",813,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47569 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47570    G__memfunc_setup("Pan",287,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47571 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47572    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 0, 
47573 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47574    G__memfunc_setup("AddOption",898,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - option", (char*)NULL, (void*) NULL, 1);
47575    G__memfunc_setup("ProcessEvent",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47576 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
47577 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47578    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47579    G__memfunc_setup("DeInitGL",720,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47580    G__memfunc_setup("DrawPlot",813,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47581    G__memfunc_setup("InitColors",1030,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47582    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47583    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47584    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47585    G__memfunc_setup("SetSurfaceColor",1524,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47586    G__memfunc_setup("TGLParametricPlot",1678,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot), -1, 0, 1, 1, 4, 0, "u 'TGLParametricPlot' - 11 - -", (char*)NULL, (void*) NULL, 0);
47587    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLParametricPlot), -1, 1, 1, 1, 4, 0, "u 'TGLParametricPlot' - 11 - -", (char*)NULL, (void*) NULL, 0);
47588    G__memfunc_setup("Class",502,G__G__GL_578_0_18, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLParametricPlot::Class) ), 0);
47589    G__memfunc_setup("Class_Name",982,G__G__GL_578_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricPlot::Class_Name) ), 0);
47590    G__memfunc_setup("Class_Version",1339,G__G__GL_578_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLParametricPlot::Class_Version) ), 0);
47591    G__memfunc_setup("Dictionary",1046,G__G__GL_578_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLParametricPlot::Dictionary) ), 0);
47592    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47593    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47594    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47595    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_578_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47596    G__memfunc_setup("DeclFileName",1145,G__G__GL_578_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricPlot::DeclFileName) ), 0);
47597    G__memfunc_setup("ImplFileLine",1178,G__G__GL_578_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLParametricPlot::ImplFileLine) ), 0);
47598    G__memfunc_setup("ImplFileName",1171,G__G__GL_578_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLParametricPlot::ImplFileName) ), 0);
47599    G__memfunc_setup("DeclFileLine",1152,G__G__GL_578_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLParametricPlot::DeclFileLine) ), 0);
47600    // automatic destructor
47601    G__memfunc_setup("~TGLParametricPlot", 1804, G__G__GL_578_0_30, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47602    G__tag_memfunc_reset();
47603 }
47604 
47605 static void G__setup_memfuncTGLPolyLine(void) {
47606    /* TGLPolyLine */
47607    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPolyLine));
47608    G__memfunc_setup("TGLPolyLine",1043,G__G__GL_586_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPolyLine), -1, 0, 1, 1, 1, 0, "u 'TBuffer3D' - 11 - buffer", (char*)NULL, (void*) NULL, 0);
47609    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
47610    G__memfunc_setup("Class",502,G__G__GL_586_0_3, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPolyLine::Class) ), 0);
47611    G__memfunc_setup("Class_Name",982,G__G__GL_586_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPolyLine::Class_Name) ), 0);
47612    G__memfunc_setup("Class_Version",1339,G__G__GL_586_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPolyLine::Class_Version) ), 0);
47613    G__memfunc_setup("Dictionary",1046,G__G__GL_586_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPolyLine::Dictionary) ), 0);
47614    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47615    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47616    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47617    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_586_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47618    G__memfunc_setup("DeclFileName",1145,G__G__GL_586_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPolyLine::DeclFileName) ), 0);
47619    G__memfunc_setup("ImplFileLine",1178,G__G__GL_586_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPolyLine::ImplFileLine) ), 0);
47620    G__memfunc_setup("ImplFileName",1171,G__G__GL_586_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPolyLine::ImplFileName) ), 0);
47621    G__memfunc_setup("DeclFileLine",1152,G__G__GL_586_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPolyLine::DeclFileLine) ), 0);
47622    // automatic destructor
47623    G__memfunc_setup("~TGLPolyLine", 1169, G__G__GL_586_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47624    G__tag_memfunc_reset();
47625 }
47626 
47627 static void G__setup_memfuncTGLPolyMarker(void) {
47628    /* TGLPolyMarker */
47629    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPolyMarker));
47630    G__memfunc_setup("TGLPolyMarker",1261,G__G__GL_587_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPolyMarker), -1, 0, 1, 1, 1, 0, "u 'TBuffer3D' - 11 - buffer", (char*)NULL, (void*) NULL, 0);
47631    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
47632    G__memfunc_setup("IgnoreSizeForOfInterest",2345,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47633    G__memfunc_setup("DrawStars",923,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47634    G__memfunc_setup("Class",502,G__G__GL_587_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPolyMarker::Class) ), 0);
47635    G__memfunc_setup("Class_Name",982,G__G__GL_587_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPolyMarker::Class_Name) ), 0);
47636    G__memfunc_setup("Class_Version",1339,G__G__GL_587_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPolyMarker::Class_Version) ), 0);
47637    G__memfunc_setup("Dictionary",1046,G__G__GL_587_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPolyMarker::Dictionary) ), 0);
47638    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47639    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47640    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47641    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_587_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47642    G__memfunc_setup("DeclFileName",1145,G__G__GL_587_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPolyMarker::DeclFileName) ), 0);
47643    G__memfunc_setup("ImplFileLine",1178,G__G__GL_587_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPolyMarker::ImplFileLine) ), 0);
47644    G__memfunc_setup("ImplFileName",1171,G__G__GL_587_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPolyMarker::ImplFileName) ), 0);
47645    G__memfunc_setup("DeclFileLine",1152,G__G__GL_587_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPolyMarker::DeclFileLine) ), 0);
47646    // automatic destructor
47647    G__memfunc_setup("~TGLPolyMarker", 1387, G__G__GL_587_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47648    G__tag_memfunc_reset();
47649 }
47650 
47651 static void G__setup_memfuncTGLPShapeObjEditor(void) {
47652    /* TGLPShapeObjEditor */
47653    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor));
47654    G__memfunc_setup("CreateGeoControls",1731,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47655    G__memfunc_setup("CreateColorControls",1959,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47656    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 1);
47657    G__memfunc_setup("TGLPShapeObjEditor",1706,G__G__GL_591_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLPShapeObjEditor), -1, 0, 5, 1, 1, 0, 
47658 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '140' width "
47659 "i - 'Int_t' 0 '30' height h - 'UInt_t' 0 'kChildFrame' options "
47660 "k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
47661    G__memfunc_setup("SetPShape",877,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - shape", (char*)NULL, (void*) NULL, 1);
47662    G__memfunc_setup("PShapeModified",1378,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47663    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
47664    G__memfunc_setup("SetCenter",909,G__G__GL_591_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - center", (char*)NULL, (void*) NULL, 0);
47665    G__memfunc_setup("SetScale",788,G__G__GL_591_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - scale", (char*)NULL, (void*) NULL, 0);
47666    G__memfunc_setup("DoGeoButton",1098,G__G__GL_591_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47667    G__memfunc_setup("GetObjectData",1265,G__G__GL_591_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
47668 "D - 'Double_t' 0 - shift D - 'Double_t' 0 - scale", (char*)NULL, (void*) NULL, 0);
47669    G__memfunc_setup("GeoValueSet",1092,G__G__GL_591_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "l - 'Long_t' 0 - unusedVal", (char*)NULL, (void*) NULL, 0);
47670    G__memfunc_setup("CreateColorRadioButtons",2353,G__G__GL_591_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47671    G__memfunc_setup("CreateColorSliders",1833,G__G__GL_591_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47672    G__memfunc_setup("SetColorSlidersPos",1843,G__G__GL_591_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47673    G__memfunc_setup("DrawSphere",1013,G__G__GL_591_0_16, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47674    G__memfunc_setup("SetRGBA",584,G__G__GL_591_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "F - 'Float_t' 10 - rgba", (char*)NULL, (void*) NULL, 0);
47675    G__memfunc_setup("GetRGBA",572,G__G__GL_591_0_18, 70, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
47676    G__memfunc_setup("DoColorSlider",1301,G__G__GL_591_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - val", (char*)NULL, (void*) NULL, 0);
47677    G__memfunc_setup("DoColorButton",1326,G__G__GL_591_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47678    G__memfunc_setup("Class",502,G__G__GL_591_0_21, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPShapeObjEditor::Class) ), 0);
47679    G__memfunc_setup("Class_Name",982,G__G__GL_591_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeObjEditor::Class_Name) ), 0);
47680    G__memfunc_setup("Class_Version",1339,G__G__GL_591_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPShapeObjEditor::Class_Version) ), 0);
47681    G__memfunc_setup("Dictionary",1046,G__G__GL_591_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPShapeObjEditor::Dictionary) ), 0);
47682    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47683    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47684    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47685    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_591_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47686    G__memfunc_setup("DeclFileName",1145,G__G__GL_591_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeObjEditor::DeclFileName) ), 0);
47687    G__memfunc_setup("ImplFileLine",1178,G__G__GL_591_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPShapeObjEditor::ImplFileLine) ), 0);
47688    G__memfunc_setup("ImplFileName",1171,G__G__GL_591_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPShapeObjEditor::ImplFileName) ), 0);
47689    G__memfunc_setup("DeclFileLine",1152,G__G__GL_591_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPShapeObjEditor::DeclFileLine) ), 0);
47690    // automatic destructor
47691    G__memfunc_setup("~TGLPShapeObjEditor", 1832, G__G__GL_591_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47692    G__tag_memfunc_reset();
47693 }
47694 
47695 static void G__setup_memfuncTGLRotateManip(void) {
47696    /* TGLRotateManip */
47697    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip));
47698    G__memfunc_setup("DrawAxisRing",1203,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 8, 
47699 "u 'TGLVertex3' - 11 - origin u 'TGLVector3' - 11 - axis "
47700 "d - 'Double_t' 0 - radius F - 'Float_t' 0 - rgba", (char*)NULL, (void*) NULL, 0);
47701    G__memfunc_setup("CalculateAngleDelta",1887,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 4, 0, 
47702 "u 'TPoint' - 11 - mouse u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 0);
47703    G__memfunc_setup("CalculateRingLine",1702,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLLine3), -1, 0, 2, 1, 4, 8, 
47704 "u 'TPoint' - 11 - mouse u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 0);
47705    G__memfunc_setup("Angle",487,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 2, 3, 2, 0, 
47706 "u 'TGLVector3' - 11 - v1 u 'TGLVector3' - 11 - v2", (char*)NULL, (void*) NULL, 0);
47707    G__memfunc_setup("Angle",487,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 3, 3, 2, 0, 
47708 "u 'TGLVector3' - 11 - v1 u 'TGLVector3' - 11 - v2 "
47709 "u 'TGLVector3' - 11 - ref", (char*)NULL, (void*) NULL, 0);
47710    G__memfunc_setup("TGLRotateManip",1355,G__G__GL_593_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47711    G__memfunc_setup("TGLRotateManip",1355,G__G__GL_593_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip), -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - shape", (char*)NULL, (void*) NULL, 0);
47712    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
47713    G__memfunc_setup("HandleButton",1224,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
47714 "u 'Event_t' - 11 - event u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
47715    G__memfunc_setup("HandleMotion",1218,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
47716 "u 'Event_t' - 11 - event u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
47717    G__memfunc_setup("Class",502,G__G__GL_593_0_11, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLRotateManip::Class) ), 0);
47718    G__memfunc_setup("Class_Name",982,G__G__GL_593_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRotateManip::Class_Name) ), 0);
47719    G__memfunc_setup("Class_Version",1339,G__G__GL_593_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLRotateManip::Class_Version) ), 0);
47720    G__memfunc_setup("Dictionary",1046,G__G__GL_593_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLRotateManip::Dictionary) ), 0);
47721    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47722    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47723    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47724    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_593_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47725    G__memfunc_setup("DeclFileName",1145,G__G__GL_593_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRotateManip::DeclFileName) ), 0);
47726    G__memfunc_setup("ImplFileLine",1178,G__G__GL_593_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLRotateManip::ImplFileLine) ), 0);
47727    G__memfunc_setup("ImplFileName",1171,G__G__GL_593_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLRotateManip::ImplFileName) ), 0);
47728    G__memfunc_setup("DeclFileLine",1152,G__G__GL_593_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLRotateManip::DeclFileLine) ), 0);
47729    // automatic copy constructor
47730    G__memfunc_setup("TGLRotateManip", 1355, G__G__GL_593_0_23, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLRotateManip), -1, 0, 1, 1, 1, 0, "u 'TGLRotateManip' - 11 - -", (char*) NULL, (void*) NULL, 0);
47731    // automatic destructor
47732    G__memfunc_setup("~TGLRotateManip", 1481, G__G__GL_593_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47733    G__tag_memfunc_reset();
47734 }
47735 
47736 static void G__setup_memfuncTGLSAViewer(void) {
47737    /* TGLSAViewer */
47738    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer));
47739    G__memfunc_setup("ResetMenuHidingTimer",2028,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 - show_menu", (char*)NULL, (void*) NULL, 0);
47740    G__memfunc_setup("CreateMenus",1116,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47741    G__memfunc_setup("CreateFrames",1202,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47742    G__memfunc_setup("TGLSAViewer",1005,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer), -1, 0, 1, 1, 4, 0, "u 'TGLSAViewer' - 11 - -", (char*)NULL, (void*) NULL, 0);
47743    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer), -1, 1, 1, 1, 4, 0, "u 'TGLSAViewer' - 11 - -", (char*)NULL, (void*) NULL, 0);
47744    G__memfunc_setup("TGLSAViewer",1005,G__G__GL_594_0_6, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer), -1, 0, 2, 1, 1, 0, 
47745 "U 'TVirtualPad' - 0 - pad U 'TGLFormat' - 0 '0' format", (char*)NULL, (void*) NULL, 0);
47746    G__memfunc_setup("TGLSAViewer",1005,G__G__GL_594_0_7, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSAViewer), -1, 0, 4, 1, 1, 0, 
47747 "U 'TGWindow' - 10 - parent U 'TVirtualPad' - 0 - pad "
47748 "U 'TGedEditor' - 0 '0' ged U 'TGLFormat' - 0 '0' format", (char*)NULL, (void*) NULL, 0);
47749    G__memfunc_setup("CreateGLWidget",1355,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47750    G__memfunc_setup("DestroyGLWidget",1505,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47751    G__memfunc_setup("GetName",673,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
47752    G__memfunc_setup("SelectionChanged",1616,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47753    G__memfunc_setup("Show",417,G__G__GL_594_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47754    G__memfunc_setup("Close",502,G__G__GL_594_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47755    G__memfunc_setup("DeleteMenuBar",1277,G__G__GL_594_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47756    G__memfunc_setup("DisableCloseMenuEntries",2329,G__G__GL_594_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47757    G__memfunc_setup("EnableMenuBarHiding",1860,G__G__GL_594_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47758    G__memfunc_setup("DisableMenuBarHiding",1969,G__G__GL_594_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47759    G__memfunc_setup("MenuHidingTimeout",1743,G__G__GL_594_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47760    G__memfunc_setup("HandleMenuBarHiding",1865,G__G__GL_594_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 0);
47761    G__memfunc_setup("ProcessFrameMessage",1935,G__G__GL_594_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
47762 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
47763 "l - 'Long_t' 0 - -", (char*)NULL, (void*) NULL, 0);
47764    G__memfunc_setup("GetFrame",779,G__G__GL_594_0_21, 85, G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47765    G__memfunc_setup("GetLeftVerticalFrame",2000,G__G__GL_594_0_22, 85, G__get_linked_tagnum(&G__G__GLLN_TGCompositeFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47766    G__memfunc_setup("GetFormat",905,G__G__GL_594_0_23, 85, G__get_linked_tagnum(&G__G__GLLN_TGLFormat), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47767    G__memfunc_setup("ToggleEditObject",1599,G__G__GL_594_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47768    G__memfunc_setup("ToggleOrthoRotate",1757,G__G__GL_594_0_25, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47769    G__memfunc_setup("ToggleOrthoDolly",1650,G__G__GL_594_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47770    G__memfunc_setup("SetMenuHidingTimeout",2043,G__G__GL_594_0_27, 121, -1, -1, 0, 1, 3, 1, 0, "l - 'Long_t' 0 - timeout", (char*)NULL, (void*) G__func2void( (void (*)(Long_t))(&TGLSAViewer::SetMenuHidingTimeout) ), 0);
47771    G__memfunc_setup("Class",502,G__G__GL_594_0_28, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSAViewer::Class) ), 0);
47772    G__memfunc_setup("Class_Name",982,G__G__GL_594_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSAViewer::Class_Name) ), 0);
47773    G__memfunc_setup("Class_Version",1339,G__G__GL_594_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSAViewer::Class_Version) ), 0);
47774    G__memfunc_setup("Dictionary",1046,G__G__GL_594_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSAViewer::Dictionary) ), 0);
47775    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47776    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47777    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47778    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_594_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47779    G__memfunc_setup("DeclFileName",1145,G__G__GL_594_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSAViewer::DeclFileName) ), 0);
47780    G__memfunc_setup("ImplFileLine",1178,G__G__GL_594_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSAViewer::ImplFileLine) ), 0);
47781    G__memfunc_setup("ImplFileName",1171,G__G__GL_594_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSAViewer::ImplFileName) ), 0);
47782    G__memfunc_setup("DeclFileLine",1152,G__G__GL_594_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSAViewer::DeclFileLine) ), 0);
47783    // automatic destructor
47784    G__memfunc_setup("~TGLSAViewer", 1131, G__G__GL_594_0_40, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47785    G__tag_memfunc_reset();
47786 }
47787 
47788 static void G__setup_memfuncTGLSAFrame(void) {
47789    /* TGLSAFrame */
47790    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame));
47791    G__memfunc_setup("TGLSAFrame",870,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame), -1, 0, 1, 1, 4, 0, "u 'TGLSAFrame' - 11 - -", (char*)NULL, (void*) NULL, 0);
47792    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame), -1, 1, 1, 1, 4, 0, "u 'TGLSAFrame' - 11 - -", (char*)NULL, (void*) NULL, 0);
47793    G__memfunc_setup("TGLSAFrame",870,G__G__GL_595_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame), -1, 0, 1, 1, 1, 0, "u 'TGLSAViewer' - 1 - viewer", (char*)NULL, (void*) NULL, 0);
47794    G__memfunc_setup("TGLSAFrame",870,G__G__GL_595_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSAFrame), -1, 0, 2, 1, 1, 0, 
47795 "U 'TGWindow' - 10 - parent u 'TGLSAViewer' - 1 - viewer", (char*)NULL, (void*) NULL, 0);
47796    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
47797 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
47798 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
47799    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47800    G__memfunc_setup("Class",502,G__G__GL_595_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSAFrame::Class) ), 0);
47801    G__memfunc_setup("Class_Name",982,G__G__GL_595_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSAFrame::Class_Name) ), 0);
47802    G__memfunc_setup("Class_Version",1339,G__G__GL_595_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSAFrame::Class_Version) ), 0);
47803    G__memfunc_setup("Dictionary",1046,G__G__GL_595_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSAFrame::Dictionary) ), 0);
47804    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47805    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47806    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47807    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_595_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47808    G__memfunc_setup("DeclFileName",1145,G__G__GL_595_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSAFrame::DeclFileName) ), 0);
47809    G__memfunc_setup("ImplFileLine",1178,G__G__GL_595_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSAFrame::ImplFileLine) ), 0);
47810    G__memfunc_setup("ImplFileName",1171,G__G__GL_595_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSAFrame::ImplFileName) ), 0);
47811    G__memfunc_setup("DeclFileLine",1152,G__G__GL_595_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSAFrame::DeclFileLine) ), 0);
47812    // automatic destructor
47813    G__memfunc_setup("~TGLSAFrame", 996, G__G__GL_595_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47814    G__tag_memfunc_reset();
47815 }
47816 
47817 static void G__setup_memfuncTGLScaleManip(void) {
47818    /* TGLScaleManip */
47819    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip));
47820    G__memfunc_setup("LimitScale",999,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 8, "d - 'Double_t' 1 - factor", (char*)NULL, (void*) NULL, 0);
47821    G__memfunc_setup("TGLScaleManip",1220,G__G__GL_599_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47822    G__memfunc_setup("TGLScaleManip",1220,G__G__GL_599_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip), -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - shape", (char*)NULL, (void*) NULL, 0);
47823    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
47824    G__memfunc_setup("HandleButton",1224,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
47825 "u 'Event_t' - 11 - event u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
47826    G__memfunc_setup("HandleMotion",1218,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
47827 "u 'Event_t' - 11 - event u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
47828    G__memfunc_setup("Class",502,G__G__GL_599_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLScaleManip::Class) ), 0);
47829    G__memfunc_setup("Class_Name",982,G__G__GL_599_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScaleManip::Class_Name) ), 0);
47830    G__memfunc_setup("Class_Version",1339,G__G__GL_599_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLScaleManip::Class_Version) ), 0);
47831    G__memfunc_setup("Dictionary",1046,G__G__GL_599_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLScaleManip::Dictionary) ), 0);
47832    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47833    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47834    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47835    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_599_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47836    G__memfunc_setup("DeclFileName",1145,G__G__GL_599_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScaleManip::DeclFileName) ), 0);
47837    G__memfunc_setup("ImplFileLine",1178,G__G__GL_599_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLScaleManip::ImplFileLine) ), 0);
47838    G__memfunc_setup("ImplFileName",1171,G__G__GL_599_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScaleManip::ImplFileName) ), 0);
47839    G__memfunc_setup("DeclFileLine",1152,G__G__GL_599_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLScaleManip::DeclFileLine) ), 0);
47840    // automatic copy constructor
47841    G__memfunc_setup("TGLScaleManip", 1220, G__G__GL_599_0_19, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLScaleManip), -1, 0, 1, 1, 1, 0, "u 'TGLScaleManip' - 11 - -", (char*) NULL, (void*) NULL, 0);
47842    // automatic destructor
47843    G__memfunc_setup("~TGLScaleManip", 1346, G__G__GL_599_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47844    G__tag_memfunc_reset();
47845 }
47846 
47847 static void G__setup_memfuncTGLScenecLcLTSceneInfo(void) {
47848    /* TGLScene::TSceneInfo */
47849    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenecLcLTSceneInfo));
47850    G__memfunc_setup("CmpDrawElements",1515,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 4, 0, 
47851 "u 'TGLScene::DrawElement_t' - 11 - de1 u 'TGLScene::DrawElement_t' - 11 - de2", (char*)NULL, (void*) NULL, 0);
47852    G__memfunc_setup("ClearDrawElementVec",1885,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
47853 "u 'vector<TGLScene::DrawElement_t,allocator<TGLScene::DrawElement_t> >' 'TGLScene::DrawElementVec_t' 1 - vec i - 'Int_t' 0 - maxSize", (char*)NULL, (void*) NULL, 0);
47854    G__memfunc_setup("ClearDrawElementPtrVec",2195,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
47855 "u 'vector<TGLScene::DrawElement_t*,allocator<TGLScene::DrawElement_t*> >' 'TGLScene::DrawElementPtrVec_t' 1 - vec i - 'Int_t' 0 - maxSize", (char*)NULL, (void*) NULL, 0);
47856    G__memfunc_setup("TSceneInfo",974,G__G__GL_637_0_4, 105, G__get_linked_tagnum(&G__G__GLLN_TGLScenecLcLTSceneInfo), -1, 0, 2, 1, 1, 0, 
47857 "U 'TGLViewerBase' - 0 '0' view U 'TGLScene' - 0 '0' scene", (char*)NULL, (void*) NULL, 0);
47858    G__memfunc_setup("ClearAfterRebuild",1696,G__G__GL_637_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47859    G__memfunc_setup("ClearAfterUpdate",1596,G__G__GL_637_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47860    G__memfunc_setup("Lodify",615,G__G__GL_637_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TGLRnrCtx' - 1 - ctx", (char*)NULL, (void*) NULL, 0);
47861    G__memfunc_setup("PreDraw",693,G__G__GL_637_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47862    G__memfunc_setup("PostDraw",820,G__G__GL_637_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47863    G__memfunc_setup("ResetDrawStats",1440,G__G__GL_637_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
47864    G__memfunc_setup("UpdateDrawStats",1536,G__G__GL_637_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
47865 "u 'TGLPhysicalShape' - 11 - shape s - 'Short_t' 0 - lod", (char*)NULL, (void*) NULL, 0);
47866    G__memfunc_setup("DumpDrawStats",1331,G__G__GL_637_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", "Debug", (void*) NULL, 0);
47867    // automatic destructor
47868    G__memfunc_setup("~TSceneInfo", 1100, G__G__GL_637_0_13, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47869    G__tag_memfunc_reset();
47870 }
47871 
47872 static void G__setup_memfuncTGLScenePad(void) {
47873    /* TGLScenePad */
47874    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLScenePad));
47875    G__memfunc_setup("TGLScenePad",1002,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLScenePad), -1, 0, 1, 1, 4, 0, "u 'TGLScenePad' - 11 - -", "Not implemented", (void*) NULL, 0);
47876    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLScenePad), -1, 1, 1, 1, 4, 0, "u 'TGLScenePad' - 11 - -", "Not implemented", (void*) NULL, 0);
47877    G__memfunc_setup("ValidateObjectBuffer",2011,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 8, 
47878 "u 'TBuffer3D' - 11 - buffer g - 'Bool_t' 0 - includeRaw", (char*)NULL, (void*) NULL, 0);
47879    G__memfunc_setup("CreateNewLogical",1593,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape), -1, 0, 1, 1, 2, 8, "u 'TBuffer3D' - 11 - buffer", (char*)NULL, (void*) NULL, 0);
47880    G__memfunc_setup("CreateNewPhysical",1723,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GLLN_TGLPhysicalShape), -1, 0, 3, 1, 2, 8, 
47881 "h - 'UInt_t' 0 - physicalID u 'TBuffer3D' - 11 - buffer "
47882 "u 'TGLLogicalShape' - 11 - logical", (char*)NULL, (void*) NULL, 0);
47883    G__memfunc_setup("BuildComposite",1443,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GLLN_RootCsgcLcLTBaseMesh), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
47884    G__memfunc_setup("AttemptDirectRenderer",2161,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShape), -1, 0, 1, 1, 2, 0, "U 'TObject' - 0 - id", (char*)NULL, (void*) NULL, 0);
47885    G__memfunc_setup("TGLScenePad",1002,G__G__GL_647_0_8, 105, G__get_linked_tagnum(&G__G__GLLN_TGLScenePad), -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - pad", (char*)NULL, (void*) NULL, 0);
47886    G__memfunc_setup("GetPad",565,G__G__GL_647_0_9, 85, G__get_linked_tagnum(&G__G__GLLN_TVirtualPad), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47887    G__memfunc_setup("AddHistoPhysical",1613,G__G__GL_647_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLLogicalShape' - 0 - log", (char*)NULL, (void*) NULL, 0);
47888    G__memfunc_setup("SubPadPaint",1083,G__G__GL_647_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - pad", (char*)NULL, (void*) NULL, 0);
47889    G__memfunc_setup("PadPaintFromViewer",1815,G__G__GL_647_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGLViewer' - 0 - viewer", (char*)NULL, (void*) NULL, 1);
47890    G__memfunc_setup("GetSmartRefresh",1526,G__G__GL_647_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
47891    G__memfunc_setup("SetSmartRefresh",1538,G__G__GL_647_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - smart_ref", (char*)NULL, (void*) NULL, 0);
47892    G__memfunc_setup("CanLoopOnPrimitives",1941,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47893    G__memfunc_setup("PadPaint",785,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - pad", (char*)NULL, (void*) NULL, 1);
47894    G__memfunc_setup("ObjectPaint",1107,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47895 "U 'TObject' - 0 - obj C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
47896    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
47897 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47898    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47899 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
47900 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
47901    G__memfunc_setup("PreferLocalFrame",1594,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47902    G__memfunc_setup("BeginScene",979,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47903    G__memfunc_setup("BuildingScene",1308,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47904    G__memfunc_setup("EndScene",773,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47905    G__memfunc_setup("AddObject",864,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
47906 "u 'TBuffer3D' - 11 - buffer G - 'Bool_t' 0 '0' addChildren", (char*)NULL, (void*) NULL, 1);
47907    G__memfunc_setup("AddObject",864,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
47908 "h - 'UInt_t' 0 - physicalID u 'TBuffer3D' - 11 - buffer "
47909 "G - 'Bool_t' 0 '0' addChildren", (char*)NULL, (void*) NULL, 1);
47910    G__memfunc_setup("OpenComposite",1349,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
47911 "u 'TBuffer3D' - 11 - buffer G - 'Bool_t' 0 '0' addChildren", (char*)NULL, (void*) NULL, 1);
47912    G__memfunc_setup("CloseComposite",1449,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47913    G__memfunc_setup("AddCompositeOp",1403,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - operation", (char*)NULL, (void*) NULL, 1);
47914    G__memfunc_setup("Class",502,G__G__GL_647_0_29, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLScenePad::Class) ), 0);
47915    G__memfunc_setup("Class_Name",982,G__G__GL_647_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScenePad::Class_Name) ), 0);
47916    G__memfunc_setup("Class_Version",1339,G__G__GL_647_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLScenePad::Class_Version) ), 0);
47917    G__memfunc_setup("Dictionary",1046,G__G__GL_647_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLScenePad::Dictionary) ), 0);
47918    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47919    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47920    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47921    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_647_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47922    G__memfunc_setup("DeclFileName",1145,G__G__GL_647_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScenePad::DeclFileName) ), 0);
47923    G__memfunc_setup("ImplFileLine",1178,G__G__GL_647_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLScenePad::ImplFileLine) ), 0);
47924    G__memfunc_setup("ImplFileName",1171,G__G__GL_647_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLScenePad::ImplFileName) ), 0);
47925    G__memfunc_setup("DeclFileLine",1152,G__G__GL_647_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLScenePad::DeclFileLine) ), 0);
47926    // automatic destructor
47927    G__memfunc_setup("~TGLScenePad", 1128, G__G__GL_647_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
47928    G__tag_memfunc_reset();
47929 }
47930 
47931 static void G__setup_memfuncTGLSphere(void) {
47932    /* TGLSphere */
47933    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSphere));
47934    G__memfunc_setup("TGLSphere",846,G__G__GL_658_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSphere), -1, 0, 1, 1, 1, 0, "u 'TBuffer3DSphere' - 11 - buffer", (char*)NULL, (void*) NULL, 0);
47935    G__memfunc_setup("DLOffset",759,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "s - 'Short_t' 0 - lod", (char*)NULL, (void*) NULL, 1);
47936    G__memfunc_setup("SupportedLODAxes",1590,(G__InterfaceMethod) NULL,105, G__get_linked_tagnum(&G__G__GLLN_TGLLogicalShapecLcLELODAxes), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47937    G__memfunc_setup("QuantizeShapeLOD",1569,(G__InterfaceMethod) NULL,115, -1, G__defined_typename("Short_t"), 0, 2, 1, 1, 8, 
47938 "s - 'Short_t' 0 - shapeLOD s - 'Short_t' 0 - combiLOD", (char*)NULL, (void*) NULL, 1);
47939    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
47940    G__memfunc_setup("Class",502,G__G__GL_658_0_6, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSphere::Class) ), 0);
47941    G__memfunc_setup("Class_Name",982,G__G__GL_658_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSphere::Class_Name) ), 0);
47942    G__memfunc_setup("Class_Version",1339,G__G__GL_658_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSphere::Class_Version) ), 0);
47943    G__memfunc_setup("Dictionary",1046,G__G__GL_658_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSphere::Dictionary) ), 0);
47944    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
47945    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
47946    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
47947    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_658_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
47948    G__memfunc_setup("DeclFileName",1145,G__G__GL_658_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSphere::DeclFileName) ), 0);
47949    G__memfunc_setup("ImplFileLine",1178,G__G__GL_658_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSphere::ImplFileLine) ), 0);
47950    G__memfunc_setup("ImplFileName",1171,G__G__GL_658_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSphere::ImplFileName) ), 0);
47951    G__memfunc_setup("DeclFileLine",1152,G__G__GL_658_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSphere::DeclFileLine) ), 0);
47952    // automatic destructor
47953    G__memfunc_setup("~TGLSphere", 972, G__G__GL_658_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
47954    G__tag_memfunc_reset();
47955 }
47956 
47957 static void G__setup_memfuncTGLSurfacePainter(void) {
47958    /* TGLSurfacePainter */
47959    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePainter));
47960    G__memfunc_setup("TGLSurfacePainter",1667,G__G__GL_660_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLSurfacePainter), -1, 0, 3, 1, 1, 0, 
47961 "U 'TH1' - 0 - hist U 'TGLPlotCamera' - 0 - camera "
47962 "U 'TGLPlotCoordinates' - 0 - coord", (char*)NULL, (void*) NULL, 0);
47963    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 0, 
47964 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47965    G__memfunc_setup("InitGeometry",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
47966    G__memfunc_setup("StartPan",813,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47967 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47968    G__memfunc_setup("Pan",287,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
47969 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47970    G__memfunc_setup("AddOption",898,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - stringOption", (char*)NULL, (void*) NULL, 1);
47971    G__memfunc_setup("ProcessEvent",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
47972 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
47973 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
47974    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47975    G__memfunc_setup("DeInitGL",720,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47976    G__memfunc_setup("DrawPlot",813,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47977    G__memfunc_setup("SetNormals",1032,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47978    G__memfunc_setup("SetSurfaceColor",1524,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47979    G__memfunc_setup("InitGeometryCartesian",2170,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47980    G__memfunc_setup("InitGeometryPolar",1758,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47981    G__memfunc_setup("InitGeometryCylindrical",2382,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47982    G__memfunc_setup("InitGeometrySpherical",2171,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
47983    G__memfunc_setup("DrawProjections",1566,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47984    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47985    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47986    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47987    G__memfunc_setup("ClampZ",583,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 8, "d - 'Double_t' 1 - zVal", (char*)NULL, (void*) NULL, 0);
47988    G__memfunc_setup("WindowPointTo3DPoint",1990,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 2, 1, 4, 8, 
47989 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
47990    G__memfunc_setup("PreparePalette",1438,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47991    G__memfunc_setup("GenTexMap",873,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47992    G__memfunc_setup("DrawContoursProjection",2312,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47993    G__memfunc_setup("Textured",853,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47994    G__memfunc_setup("HasSections",1124,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47995    G__memfunc_setup("HasProjections",1452,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47996    G__memfunc_setup("DrawPalette",1117,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
47997    G__memfunc_setup("DrawPaletteAxis",1522,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
47998    G__memfunc_setup("Class",502,G__G__GL_660_0_31, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLSurfacePainter::Class) ), 0);
47999    G__memfunc_setup("Class_Name",982,G__G__GL_660_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSurfacePainter::Class_Name) ), 0);
48000    G__memfunc_setup("Class_Version",1339,G__G__GL_660_0_33, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLSurfacePainter::Class_Version) ), 0);
48001    G__memfunc_setup("Dictionary",1046,G__G__GL_660_0_34, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLSurfacePainter::Dictionary) ), 0);
48002    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48003    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48004    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48005    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_660_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48006    G__memfunc_setup("DeclFileName",1145,G__G__GL_660_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSurfacePainter::DeclFileName) ), 0);
48007    G__memfunc_setup("ImplFileLine",1178,G__G__GL_660_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSurfacePainter::ImplFileLine) ), 0);
48008    G__memfunc_setup("ImplFileName",1171,G__G__GL_660_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLSurfacePainter::ImplFileName) ), 0);
48009    G__memfunc_setup("DeclFileLine",1152,G__G__GL_660_0_42, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLSurfacePainter::DeclFileLine) ), 0);
48010    // automatic destructor
48011    G__memfunc_setup("~TGLSurfacePainter", 1793, G__G__GL_660_0_43, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
48012    G__tag_memfunc_reset();
48013 }
48014 
48015 static void G__setup_memfuncTGLTF3Painter(void) {
48016    /* TGLTF3Painter */
48017    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTF3Painter));
48018    G__memfunc_setup("TGLTF3Painter",1159,G__G__GL_688_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTF3Painter), -1, 0, 4, 1, 1, 0, 
48019 "U 'TF3' - 0 - fun U 'TH1' - 0 - hist "
48020 "U 'TGLPlotCamera' - 0 - camera U 'TGLPlotCoordinates' - 0 - coord", (char*)NULL, (void*) NULL, 0);
48021    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 0, 
48022 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48023    G__memfunc_setup("InitGeometry",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
48024    G__memfunc_setup("StartPan",813,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48025 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48026    G__memfunc_setup("Pan",287,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48027 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48028    G__memfunc_setup("AddOption",898,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - stringOption", (char*)NULL, (void*) NULL, 1);
48029    G__memfunc_setup("ProcessEvent",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
48030 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
48031 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48032    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48033    G__memfunc_setup("DeInitGL",720,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48034    G__memfunc_setup("DrawPlot",813,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48035    G__memfunc_setup("DrawToSelectionBuffer",2129,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
48036    G__memfunc_setup("DrawDefaultPlot",1522,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
48037    G__memfunc_setup("DrawMaplePlot",1308,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
48038    G__memfunc_setup("SetSurfaceColor",1524,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
48039    G__memfunc_setup("HasSections",1124,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
48040    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48041    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48042    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48043    G__memfunc_setup("Class",502,G__G__GL_688_0_19, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLTF3Painter::Class) ), 0);
48044    G__memfunc_setup("Class_Name",982,G__G__GL_688_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTF3Painter::Class_Name) ), 0);
48045    G__memfunc_setup("Class_Version",1339,G__G__GL_688_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLTF3Painter::Class_Version) ), 0);
48046    G__memfunc_setup("Dictionary",1046,G__G__GL_688_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLTF3Painter::Dictionary) ), 0);
48047    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48048    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48049    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48050    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_688_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48051    G__memfunc_setup("DeclFileName",1145,G__G__GL_688_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTF3Painter::DeclFileName) ), 0);
48052    G__memfunc_setup("ImplFileLine",1178,G__G__GL_688_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTF3Painter::ImplFileLine) ), 0);
48053    G__memfunc_setup("ImplFileName",1171,G__G__GL_688_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTF3Painter::ImplFileName) ), 0);
48054    G__memfunc_setup("DeclFileLine",1152,G__G__GL_688_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTF3Painter::DeclFileLine) ), 0);
48055    // automatic destructor
48056    G__memfunc_setup("~TGLTF3Painter", 1285, G__G__GL_688_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
48057    G__tag_memfunc_reset();
48058 }
48059 
48060 static void G__setup_memfuncTGLIsoPainter(void) {
48061    /* TGLIsoPainter */
48062    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter));
48063    G__memfunc_setup("TGLIsoPainter",1253,G__G__GL_691_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter), -1, 0, 3, 1, 1, 0, 
48064 "U 'TH1' - 0 - hist U 'TGLPlotCamera' - 0 - camera "
48065 "U 'TGLPlotCoordinates' - 0 - coord", (char*)NULL, (void*) NULL, 0);
48066    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 0, 
48067 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48068    G__memfunc_setup("InitGeometry",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
48069    G__memfunc_setup("StartPan",813,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48070 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48071    G__memfunc_setup("Pan",287,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48072 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48073    G__memfunc_setup("AddOption",898,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - option", (char*)NULL, (void*) NULL, 1);
48074    G__memfunc_setup("ProcessEvent",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
48075 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
48076 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48077    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48078    G__memfunc_setup("DeInitGL",720,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48079    G__memfunc_setup("DrawPlot",813,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48080    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48081    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48082    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48083    G__memfunc_setup("HasSections",1124,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
48084    G__memfunc_setup("SetSurfaceColor",1524,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 8, "i - 'Int_t' 0 - ind", (char*)NULL, (void*) NULL, 0);
48085    G__memfunc_setup("SetMesh",697,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
48086 "u 'Rgl::Mc::TIsoMesh<float>' 'TGLIsoPainter::Mesh_t' 1 - mesh d - 'Double_t' 0 - isoValue", (char*)NULL, (void*) NULL, 0);
48087    G__memfunc_setup("DrawMesh",795,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 8, 
48088 "u 'Rgl::Mc::TIsoMesh<float>' 'TGLIsoPainter::Mesh_t' 11 - mesh i - 'Int_t' 0 - level", (char*)NULL, (void*) NULL, 0);
48089    G__memfunc_setup("FindMinMax",971,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
48090    G__memfunc_setup("TGLIsoPainter",1253,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter), -1, 0, 1, 1, 4, 0, "u 'TGLIsoPainter' - 11 - -", (char*)NULL, (void*) NULL, 0);
48091    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLIsoPainter), -1, 1, 1, 1, 4, 0, "u 'TGLIsoPainter' - 11 - -", (char*)NULL, (void*) NULL, 0);
48092    G__memfunc_setup("Class",502,G__G__GL_691_0_21, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLIsoPainter::Class) ), 0);
48093    G__memfunc_setup("Class_Name",982,G__G__GL_691_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLIsoPainter::Class_Name) ), 0);
48094    G__memfunc_setup("Class_Version",1339,G__G__GL_691_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLIsoPainter::Class_Version) ), 0);
48095    G__memfunc_setup("Dictionary",1046,G__G__GL_691_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLIsoPainter::Dictionary) ), 0);
48096    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48097    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48098    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48099    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_691_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48100    G__memfunc_setup("DeclFileName",1145,G__G__GL_691_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLIsoPainter::DeclFileName) ), 0);
48101    G__memfunc_setup("ImplFileLine",1178,G__G__GL_691_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLIsoPainter::ImplFileLine) ), 0);
48102    G__memfunc_setup("ImplFileName",1171,G__G__GL_691_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLIsoPainter::ImplFileName) ), 0);
48103    G__memfunc_setup("DeclFileLine",1152,G__G__GL_691_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLIsoPainter::DeclFileLine) ), 0);
48104    // automatic destructor
48105    G__memfunc_setup("~TGLIsoPainter", 1379, G__G__GL_691_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
48106    G__tag_memfunc_reset();
48107 }
48108 
48109 static void G__setup_memfuncTGLTH3CompositionPainter(void) {
48110    /* TGLTH3CompositionPainter */
48111    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter));
48112    G__memfunc_setup("TGLTH3CompositionPainter",2333,G__G__GL_721_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter), -1, 0, 3, 1, 1, 0, 
48113 "U 'TGLTH3Composition' - 0 - data U 'TGLPlotCamera' - 0 - camera "
48114 "U 'TGLPlotCoordinates' - 0 - coord", (char*)NULL, (void*) NULL, 0);
48115    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 0, 
48116 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48117    G__memfunc_setup("InitGeometry",1248,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
48118    G__memfunc_setup("StartPan",813,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48119 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48120    G__memfunc_setup("Pan",287,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48121 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48122    G__memfunc_setup("AddOption",898,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - option", (char*)NULL, (void*) NULL, 1);
48123    G__memfunc_setup("ProcessEvent",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
48124 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
48125 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48126    G__memfunc_setup("InitGL",551,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48127    G__memfunc_setup("DeInitGL",720,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48128    G__memfunc_setup("DrawPlot",813,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48129    G__memfunc_setup("DrawSectionXOZ",1380,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48130    G__memfunc_setup("DrawSectionYOZ",1381,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48131    G__memfunc_setup("DrawSectionXOY",1379,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 1);
48132    G__memfunc_setup("SetColor",811,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 8, "i - 'Int_t' 0 - color", (char*)NULL, (void*) NULL, 0);
48133    G__memfunc_setup("TGLTH3CompositionPainter",2333,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter), -1, 0, 1, 1, 4, 0, "u 'TGLTH3CompositionPainter' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
48134    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TGLTH3CompositionPainter), -1, 1, 1, 1, 4, 0, "u 'TGLTH3CompositionPainter' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
48135    G__memfunc_setup("Class",502,G__G__GL_721_0_17, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLTH3CompositionPainter::Class) ), 0);
48136    G__memfunc_setup("Class_Name",982,G__G__GL_721_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3CompositionPainter::Class_Name) ), 0);
48137    G__memfunc_setup("Class_Version",1339,G__G__GL_721_0_19, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLTH3CompositionPainter::Class_Version) ), 0);
48138    G__memfunc_setup("Dictionary",1046,G__G__GL_721_0_20, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLTH3CompositionPainter::Dictionary) ), 0);
48139    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48140    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48141    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48142    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_721_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48143    G__memfunc_setup("DeclFileName",1145,G__G__GL_721_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3CompositionPainter::DeclFileName) ), 0);
48144    G__memfunc_setup("ImplFileLine",1178,G__G__GL_721_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTH3CompositionPainter::ImplFileLine) ), 0);
48145    G__memfunc_setup("ImplFileName",1171,G__G__GL_721_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTH3CompositionPainter::ImplFileName) ), 0);
48146    G__memfunc_setup("DeclFileLine",1152,G__G__GL_721_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTH3CompositionPainter::DeclFileLine) ), 0);
48147    // automatic destructor
48148    G__memfunc_setup("~TGLTH3CompositionPainter", 2459, G__G__GL_721_0_29, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
48149    G__tag_memfunc_reset();
48150 }
48151 
48152 static void G__setup_memfuncTGLTransManip(void) {
48153    /* TGLTransManip */
48154    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TGLTransManip));
48155    G__memfunc_setup("TGLTransManip",1252,G__G__GL_728_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTransManip), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48156    G__memfunc_setup("TGLTransManip",1252,G__G__GL_728_0_2, 105, G__get_linked_tagnum(&G__G__GLLN_TGLTransManip), -1, 0, 1, 1, 1, 0, "U 'TGLPhysicalShape' - 0 - shape", (char*)NULL, (void*) NULL, 0);
48157    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
48158    G__memfunc_setup("HandleMotion",1218,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
48159 "u 'Event_t' - 11 - event u 'TGLCamera' - 11 - camera", (char*)NULL, (void*) NULL, 1);
48160    G__memfunc_setup("Class",502,G__G__GL_728_0_5, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLTransManip::Class) ), 0);
48161    G__memfunc_setup("Class_Name",982,G__G__GL_728_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTransManip::Class_Name) ), 0);
48162    G__memfunc_setup("Class_Version",1339,G__G__GL_728_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLTransManip::Class_Version) ), 0);
48163    G__memfunc_setup("Dictionary",1046,G__G__GL_728_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLTransManip::Dictionary) ), 0);
48164    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48165    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48166    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48167    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_728_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48168    G__memfunc_setup("DeclFileName",1145,G__G__GL_728_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTransManip::DeclFileName) ), 0);
48169    G__memfunc_setup("ImplFileLine",1178,G__G__GL_728_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTransManip::ImplFileLine) ), 0);
48170    G__memfunc_setup("ImplFileName",1171,G__G__GL_728_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLTransManip::ImplFileName) ), 0);
48171    G__memfunc_setup("DeclFileLine",1152,G__G__GL_728_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLTransManip::DeclFileLine) ), 0);
48172    // automatic copy constructor
48173    G__memfunc_setup("TGLTransManip", 1252, G__G__GL_728_0_17, (int) ('i'), G__get_linked_tagnum(&G__G__GLLN_TGLTransManip), -1, 0, 1, 1, 1, 0, "u 'TGLTransManip' - 11 - -", (char*) NULL, (void*) NULL, 0);
48174    // automatic destructor
48175    G__memfunc_setup("~TGLTransManip", 1378, G__G__GL_728_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48176    G__tag_memfunc_reset();
48177 }
48178 
48179 static void G__setup_memfuncTH2GL(void) {
48180    /* TH2GL */
48181    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TH2GL));
48182    G__memfunc_setup("TH2GL",353,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TH2GL), -1, 0, 1, 1, 4, 0, "u 'TH2GL' - 11 - -", "Not implemented", (void*) NULL, 0);
48183    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TH2GL), -1, 1, 1, 1, 4, 0, "u 'TH2GL' - 11 - -", "Not implemented", (void*) NULL, 0);
48184    G__memfunc_setup("TH2GL",353,G__G__GL_737_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TH2GL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48185    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
48186 "U 'TObject' - 0 - obj C - 'Option_t' 10 '0' opt", (char*)NULL, (void*) NULL, 1);
48187    G__memfunc_setup("SetBBox",663,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
48188    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
48189    G__memfunc_setup("Class",502,G__G__GL_737_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH2GL::Class) ), 0);
48190    G__memfunc_setup("Class_Name",982,G__G__GL_737_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2GL::Class_Name) ), 0);
48191    G__memfunc_setup("Class_Version",1339,G__G__GL_737_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH2GL::Class_Version) ), 0);
48192    G__memfunc_setup("Dictionary",1046,G__G__GL_737_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH2GL::Dictionary) ), 0);
48193    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48194    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48195    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48196    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_737_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48197    G__memfunc_setup("DeclFileName",1145,G__G__GL_737_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2GL::DeclFileName) ), 0);
48198    G__memfunc_setup("ImplFileLine",1178,G__G__GL_737_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2GL::ImplFileLine) ), 0);
48199    G__memfunc_setup("ImplFileName",1171,G__G__GL_737_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH2GL::ImplFileName) ), 0);
48200    G__memfunc_setup("DeclFileLine",1152,G__G__GL_737_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH2GL::DeclFileLine) ), 0);
48201    // automatic destructor
48202    G__memfunc_setup("~TH2GL", 479, G__G__GL_737_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48203    G__tag_memfunc_reset();
48204 }
48205 
48206 static void G__setup_memfuncTH3GL(void) {
48207    /* TH3GL */
48208    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TH3GL));
48209    G__memfunc_setup("TH3GL",354,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TH3GL), -1, 0, 1, 1, 4, 0, "u 'TH3GL' - 11 - -", "Not implemented", (void*) NULL, 0);
48210    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TH3GL), -1, 1, 1, 1, 4, 0, "u 'TH3GL' - 11 - -", "Not implemented", (void*) NULL, 0);
48211    G__memfunc_setup("TH3GL",354,G__G__GL_738_0_3, 105, G__get_linked_tagnum(&G__G__GLLN_TH3GL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48212    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
48213 "U 'TObject' - 0 - obj C - 'Option_t' 10 '0' opt", (char*)NULL, (void*) NULL, 1);
48214    G__memfunc_setup("SetBBox",663,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
48215    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
48216    G__memfunc_setup("Class",502,G__G__GL_738_0_7, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TH3GL::Class) ), 0);
48217    G__memfunc_setup("Class_Name",982,G__G__GL_738_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3GL::Class_Name) ), 0);
48218    G__memfunc_setup("Class_Version",1339,G__G__GL_738_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TH3GL::Class_Version) ), 0);
48219    G__memfunc_setup("Dictionary",1046,G__G__GL_738_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TH3GL::Dictionary) ), 0);
48220    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48221    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48222    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48223    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_738_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48224    G__memfunc_setup("DeclFileName",1145,G__G__GL_738_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3GL::DeclFileName) ), 0);
48225    G__memfunc_setup("ImplFileLine",1178,G__G__GL_738_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3GL::ImplFileLine) ), 0);
48226    G__memfunc_setup("ImplFileName",1171,G__G__GL_738_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TH3GL::ImplFileName) ), 0);
48227    G__memfunc_setup("DeclFileLine",1152,G__G__GL_738_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TH3GL::DeclFileLine) ), 0);
48228    // automatic destructor
48229    G__memfunc_setup("~TH3GL", 480, G__G__GL_738_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48230    G__tag_memfunc_reset();
48231 }
48232 
48233 static void G__setup_memfuncTPointSet3DGL(void) {
48234    /* TPointSet3DGL */
48235    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TPointSet3DGL));
48236    G__memfunc_setup("TPointSet3DGL",1172,G__G__GL_739_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TPointSet3DGL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48237    G__memfunc_setup("SetModel",797,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
48238 "U 'TObject' - 0 - obj C - 'Option_t' 10 '0' opt", (char*)NULL, (void*) NULL, 1);
48239    G__memfunc_setup("SetBBox",663,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
48240    G__memfunc_setup("DirectDraw",1001,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
48241    G__memfunc_setup("IgnoreSizeForOfInterest",2345,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48242    G__memfunc_setup("ShouldDLCache",1235,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 11 - rnrCtx", (char*)NULL, (void*) NULL, 1);
48243    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TGLRnrCtx' - 1 - rnrCtx", (char*)NULL, (void*) NULL, 1);
48244    G__memfunc_setup("SupportsSecondarySelect",2424,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48245    G__memfunc_setup("ProcessSelection",1669,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48246 "u 'TGLRnrCtx' - 1 - rnrCtx u 'TGLSelectRecord' - 1 - rec", (char*)NULL, (void*) NULL, 1);
48247    G__memfunc_setup("Class",502,G__G__GL_739_0_10, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TPointSet3DGL::Class) ), 0);
48248    G__memfunc_setup("Class_Name",982,G__G__GL_739_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPointSet3DGL::Class_Name) ), 0);
48249    G__memfunc_setup("Class_Version",1339,G__G__GL_739_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TPointSet3DGL::Class_Version) ), 0);
48250    G__memfunc_setup("Dictionary",1046,G__G__GL_739_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TPointSet3DGL::Dictionary) ), 0);
48251    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48252    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48253    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48254    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_739_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48255    G__memfunc_setup("DeclFileName",1145,G__G__GL_739_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPointSet3DGL::DeclFileName) ), 0);
48256    G__memfunc_setup("ImplFileLine",1178,G__G__GL_739_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPointSet3DGL::ImplFileLine) ), 0);
48257    G__memfunc_setup("ImplFileName",1171,G__G__GL_739_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPointSet3DGL::ImplFileName) ), 0);
48258    G__memfunc_setup("DeclFileLine",1152,G__G__GL_739_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPointSet3DGL::DeclFileLine) ), 0);
48259    // automatic destructor
48260    G__memfunc_setup("~TPointSet3DGL", 1298, G__G__GL_739_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
48261    G__tag_memfunc_reset();
48262 }
48263 
48264 static void G__setup_memfuncTX11GLManager(void) {
48265    /* TX11GLManager */
48266    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GLLN_TX11GLManager));
48267    G__memfunc_setup("TX11GLManager",1116,G__G__GL_742_0_1, 105, G__get_linked_tagnum(&G__G__GLLN_TX11GLManager), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
48268    G__memfunc_setup("InitGLWindow",1183,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "k - 'Window_t' 0 - winID", (char*)NULL, (void*) NULL, 1);
48269    G__memfunc_setup("CreateGLContext",1484,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - winInd", (char*)NULL, (void*) NULL, 1);
48270    G__memfunc_setup("AttachOffScreenDevice",2080,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, 
48271 "i - 'Int_t' 0 - ctxInd i - 'Int_t' 0 - x "
48272 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
48273 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
48274    G__memfunc_setup("ResizeOffScreenDevice",2109,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, 
48275 "i - 'Int_t' 0 - devInd i - 'Int_t' 0 - x "
48276 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
48277 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
48278    G__memfunc_setup("SelectOffScreenDevice",2091,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - devInd", (char*)NULL, (void*) NULL, 1);
48279    G__memfunc_setup("GetVirtualXInd",1402,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - devInd", (char*)NULL, (void*) NULL, 1);
48280    G__memfunc_setup("MarkForDirectCopy",1704,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48281 "i - 'Int_t' 0 - devInd g - 'Bool_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48282    G__memfunc_setup("ExtractViewport",1595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
48283 "i - 'Int_t' 0 - devInd I - 'Int_t' 0 - vp", (char*)NULL, (void*) NULL, 1);
48284    G__memfunc_setup("ReadGLBuffer",1129,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - devInd", (char*)NULL, (void*) NULL, 1);
48285    G__memfunc_setup("MakeCurrent",1121,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - devInd", (char*)NULL, (void*) NULL, 1);
48286    G__memfunc_setup("Flush",514,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ctxInd", (char*)NULL, (void*) NULL, 1);
48287    G__memfunc_setup("DeleteGLContext",1483,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - devInd", (char*)NULL, (void*) NULL, 1);
48288    G__memfunc_setup("SelectManip",1109,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
48289 "U 'TVirtualGLManip' - 0 - manip U 'TGLCamera' - 10 - camera "
48290 "U 'TGLRect' - 10 - rect U 'TGLBoundingBox' - 10 - sceneBox", (char*)NULL, (void*) NULL, 1);
48291    G__memfunc_setup("PlotSelected",1224,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
48292 "U 'TVirtualGLPainter' - 0 - plot i - 'Int_t' 0 - px "
48293 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48294    G__memfunc_setup("GetPlotInfo",1099,(G__InterfaceMethod) NULL,67, -1, -1, 0, 3, 1, 1, 0, 
48295 "U 'TVirtualGLPainter' - 0 - plot i - 'Int_t' 0 - px "
48296 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
48297    G__memfunc_setup("PaintSingleObject",1717,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualGLPainter' - 0 - -", (char*)NULL, (void*) NULL, 1);
48298    G__memfunc_setup("PanObject",886,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
48299 "U 'TVirtualGLPainter' - 0 - o i - 'Int_t' 0 - x "
48300 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
48301    G__memfunc_setup("PrintViewer",1151,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualViewer3D' - 0 - vv", (char*)NULL, (void*) NULL, 1);
48302    G__memfunc_setup("HighColorFormat",1512,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
48303    G__memfunc_setup("CreateGLPixmap",1366,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "u 'TX11GLManager::TGLContext_t' - 1 - -", (char*)NULL, (void*) NULL, 0);
48304    G__memfunc_setup("TX11GLManager",1116,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__GLLN_TX11GLManager), -1, 0, 1, 1, 4, 0, "u 'TX11GLManager' - 11 - -", (char*)NULL, (void*) NULL, 0);
48305    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GLLN_TX11GLManager), -1, 1, 1, 1, 4, 0, "u 'TX11GLManager' - 11 - -", (char*)NULL, (void*) NULL, 0);
48306    G__memfunc_setup("Class",502,G__G__GL_742_0_24, 85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TX11GLManager::Class) ), 0);
48307    G__memfunc_setup("Class_Name",982,G__G__GL_742_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TX11GLManager::Class_Name) ), 0);
48308    G__memfunc_setup("Class_Version",1339,G__G__GL_742_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TX11GLManager::Class_Version) ), 0);
48309    G__memfunc_setup("Dictionary",1046,G__G__GL_742_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TX11GLManager::Dictionary) ), 0);
48310    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GLLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
48311    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
48312    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
48313    G__memfunc_setup("StreamerNVirtual",1656,G__G__GL_742_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
48314    G__memfunc_setup("DeclFileName",1145,G__G__GL_742_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TX11GLManager::DeclFileName) ), 0);
48315    G__memfunc_setup("ImplFileLine",1178,G__G__GL_742_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TX11GLManager::ImplFileLine) ), 0);
48316    G__memfunc_setup("ImplFileName",1171,G__G__GL_742_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TX11GLManager::ImplFileName) ), 0);
48317    G__memfunc_setup("DeclFileLine",1152,G__G__GL_742_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TX11GLManager::DeclFileLine) ), 0);
48318    // automatic destructor
48319    G__memfunc_setup("~TX11GLManager", 1242, G__G__GL_742_0_36, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
48320    G__tag_memfunc_reset();
48321 }
48322 
48323 
48324 /*********************************************************
48325 * Member function information setup
48326 *********************************************************/
48327 extern "C" void G__cpp_setup_memfuncG__GL() {
48328 }
48329 
48330 /*********************************************************
48331 * Global variable information setup for each class
48332 *********************************************************/
48333 static void G__cpp_setup_global0() {
48334 
48335    /* Setting up global variables */
48336    G__resetplocal();
48337 
48338 }
48339 
48340 static void G__cpp_setup_global1() {
48341 }
48342 
48343 static void G__cpp_setup_global2() {
48344 }
48345 
48346 static void G__cpp_setup_global3() {
48347 }
48348 
48349 static void G__cpp_setup_global4() {
48350 }
48351 
48352 static void G__cpp_setup_global5() {
48353 }
48354 
48355 static void G__cpp_setup_global6() {
48356 }
48357 
48358 static void G__cpp_setup_global7() {
48359 }
48360 
48361 static void G__cpp_setup_global8() {
48362 
48363    G__resetglobalenv();
48364 }
48365 extern "C" void G__cpp_setup_globalG__GL() {
48366   G__cpp_setup_global0();
48367   G__cpp_setup_global1();
48368   G__cpp_setup_global2();
48369   G__cpp_setup_global3();
48370   G__cpp_setup_global4();
48371   G__cpp_setup_global5();
48372   G__cpp_setup_global6();
48373   G__cpp_setup_global7();
48374   G__cpp_setup_global8();
48375 }
48376 
48377 /*********************************************************
48378 * Global function information setup for each class
48379 *********************************************************/
48380 static void G__cpp_setup_func0() {
48381    G__lastifuncposition();
48382 
48383 }
48384 
48385 static void G__cpp_setup_func1() {
48386 }
48387 
48388 static void G__cpp_setup_func2() {
48389 }
48390 
48391 static void G__cpp_setup_func3() {
48392 }
48393 
48394 static void G__cpp_setup_func4() {
48395 }
48396 
48397 static void G__cpp_setup_func5() {
48398 }
48399 
48400 static void G__cpp_setup_func6() {
48401 }
48402 
48403 static void G__cpp_setup_func7() {
48404 }
48405 
48406 static void G__cpp_setup_func8() {
48407 }
48408 
48409 static void G__cpp_setup_func9() {
48410 }
48411 
48412 static void G__cpp_setup_func10() {
48413 }
48414 
48415 static void G__cpp_setup_func11() {
48416 }
48417 
48418 static void G__cpp_setup_func12() {
48419 }
48420 
48421 static void G__cpp_setup_func13() {
48422 }
48423 
48424 static void G__cpp_setup_func14() {
48425 }
48426 
48427 static void G__cpp_setup_func15() {
48428 }
48429 
48430 static void G__cpp_setup_func16() {
48431 }
48432 
48433 static void G__cpp_setup_func17() {
48434 }
48435 
48436 static void G__cpp_setup_func18() {
48437 }
48438 
48439 static void G__cpp_setup_func19() {
48440 }
48441 
48442 static void G__cpp_setup_func20() {
48443 }
48444 
48445 static void G__cpp_setup_func21() {
48446 }
48447 
48448 static void G__cpp_setup_func22() {
48449 }
48450 
48451 static void G__cpp_setup_func23() {
48452 }
48453 
48454 static void G__cpp_setup_func24() {
48455 }
48456 
48457 static void G__cpp_setup_func25() {
48458 
48459    G__resetifuncposition();
48460 }
48461 
48462 extern "C" void G__cpp_setup_funcG__GL() {
48463   G__cpp_setup_func0();
48464   G__cpp_setup_func1();
48465   G__cpp_setup_func2();
48466   G__cpp_setup_func3();
48467   G__cpp_setup_func4();
48468   G__cpp_setup_func5();
48469   G__cpp_setup_func6();
48470   G__cpp_setup_func7();
48471   G__cpp_setup_func8();
48472   G__cpp_setup_func9();
48473   G__cpp_setup_func10();
48474   G__cpp_setup_func11();
48475   G__cpp_setup_func12();
48476   G__cpp_setup_func13();
48477   G__cpp_setup_func14();
48478   G__cpp_setup_func15();
48479   G__cpp_setup_func16();
48480   G__cpp_setup_func17();
48481   G__cpp_setup_func18();
48482   G__cpp_setup_func19();
48483   G__cpp_setup_func20();
48484   G__cpp_setup_func21();
48485   G__cpp_setup_func22();
48486   G__cpp_setup_func23();
48487   G__cpp_setup_func24();
48488   G__cpp_setup_func25();
48489 }
48490 
48491 /*********************************************************
48492 * Class,struct,union,enum tag information setup
48493 *********************************************************/
48494 /* Setup class/struct taginfo */
48495 G__linked_taginfo G__G__GLLN_TClass = { "TClass" , 99 , -1 };
48496 G__linked_taginfo G__G__GLLN_TBuffer = { "TBuffer" , 99 , -1 };
48497 G__linked_taginfo G__G__GLLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
48498 G__linked_taginfo G__G__GLLN_TObject = { "TObject" , 99 , -1 };
48499 G__linked_taginfo G__G__GLLN_TNamed = { "TNamed" , 99 , -1 };
48500 G__linked_taginfo G__G__GLLN_TString = { "TString" , 99 , -1 };
48501 G__linked_taginfo G__G__GLLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
48502 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
48503 G__linked_taginfo G__G__GLLN_TList = { "TList" , 99 , -1 };
48504 G__linked_taginfo G__G__GLLN_TObjArray = { "TObjArray" , 99 , -1 };
48505 G__linked_taginfo G__G__GLLN_TTimer = { "TTimer" , 99 , -1 };
48506 G__linked_taginfo G__G__GLLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
48507 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
48508 G__linked_taginfo G__G__GLLN_TPoint = { "TPoint" , 99 , -1 };
48509 G__linked_taginfo G__G__GLLN_TArcBall = { "TArcBall" , 99 , -1 };
48510 G__linked_taginfo G__G__GLLN_TGLBoundingBox = { "TGLBoundingBox" , 99 , -1 };
48511 G__linked_taginfo G__G__GLLN_TGLCamera = { "TGLCamera" , 99 , -1 };
48512 G__linked_taginfo G__G__GLLN_TAttMarker = { "TAttMarker" , 99 , -1 };
48513 G__linked_taginfo G__G__GLLN_TAttLine = { "TAttLine" , 99 , -1 };
48514 G__linked_taginfo G__G__GLLN_GLUtesselator = { "GLUtesselator" , 99 , -1 };
48515 G__linked_taginfo G__G__GLLN_EOverlap = { "EOverlap" , 101 , -1 };
48516 G__linked_taginfo G__G__GLLN_EClipType = { "EClipType" , 101 , -1 };
48517 G__linked_taginfo G__G__GLLN_EGLCoordType = { "EGLCoordType" , 101 , -1 };
48518 G__linked_taginfo G__G__GLLN_EGLPlotType = { "EGLPlotType" , 101 , -1 };
48519 G__linked_taginfo G__G__GLLN_TGLVector3 = { "TGLVector3" , 99 , -1 };
48520 G__linked_taginfo G__G__GLLN_TGLVertex3 = { "TGLVertex3" , 99 , -1 };
48521 G__linked_taginfo G__G__GLLN_TGLLine3 = { "TGLLine3" , 99 , -1 };
48522 G__linked_taginfo G__G__GLLN_TGLRect = { "TGLRect" , 99 , -1 };
48523 G__linked_taginfo G__G__GLLN_TGLPlane = { "TGLPlane" , 99 , -1 };
48524 G__linked_taginfo G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR = { "vector<TGLPlane,allocator<TGLPlane> >" , 99 , -1 };
48525 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETGLPlanecOallocatorlETGLPlanegRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGLPlane,allocator<TGLPlane> >::iterator>" , 99 , -1 };
48526 G__linked_taginfo G__G__GLLN_pairlEboolcOTGLLine3gR = { "pair<bool,TGLLine3>" , 115 , -1 };
48527 G__linked_taginfo G__G__GLLN_pairlEboolcOTGLVertex3gR = { "pair<bool,TGLVertex3>" , 115 , -1 };
48528 G__linked_taginfo G__G__GLLN_TGLMatrix = { "TGLMatrix" , 99 , -1 };
48529 G__linked_taginfo G__G__GLLN_TGLColor = { "TGLColor" , 99 , -1 };
48530 G__linked_taginfo G__G__GLLN_TGLColorSet = { "TGLColorSet" , 99 , -1 };
48531 G__linked_taginfo G__G__GLLN_TGLUtil = { "TGLUtil" , 99 , -1 };
48532 G__linked_taginfo G__G__GLLN_TGLUtilcLcLTColorLocker = { "TGLUtil::TColorLocker" , 99 , -1 };
48533 G__linked_taginfo G__G__GLLN_TGLUtilcLcLTDrawQualityModifier = { "TGLUtil::TDrawQualityModifier" , 99 , -1 };
48534 G__linked_taginfo G__G__GLLN_TGLUtilcLcLTDrawQualityScaler = { "TGLUtil::TDrawQualityScaler" , 99 , -1 };
48535 G__linked_taginfo G__G__GLLN_TGLUtilcLcLELineHeadShape = { "TGLUtil::ELineHeadShape" , 101 , -1 };
48536 G__linked_taginfo G__G__GLLN_TGLUtilcLcLEAxesType = { "TGLUtil::EAxesType" , 101 , -1 };
48537 G__linked_taginfo G__G__GLLN_TGLSelectionBuffer = { "TGLSelectionBuffer" , 99 , -1 };
48538 G__linked_taginfo G__G__GLLN_vectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgR = { "vector<unsigned char,allocator<unsigned char> >" , 99 , -1 };
48539 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgRcLcLiteratorgR = { "reverse_iterator<vector<unsigned char,allocator<unsigned char> >::iterator>" , 99 , -1 };
48540 G__linked_taginfo G__G__GLLN_TGLPlotCoordinates = { "TGLPlotCoordinates" , 99 , -1 };
48541 G__linked_taginfo G__G__GLLN_TGLQuadric = { "TGLQuadric" , 99 , -1 };
48542 G__linked_taginfo G__G__GLLN_TAxis = { "TAxis" , 99 , -1 };
48543 G__linked_taginfo G__G__GLLN_Rgl = { "Rgl" , 110 , -1 };
48544 G__linked_taginfo G__G__GLLN_pairlEintcOintgR = { "pair<int,int>" , 115 , -1 };
48545 G__linked_taginfo G__G__GLLN_pairlEdoublecOdoublegR = { "pair<double,double>" , 115 , -1 };
48546 G__linked_taginfo G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR = { "vector<double,allocator<double> >" , 99 , -1 };
48547 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR = { "reverse_iterator<vector<double,allocator<double> >::iterator>" , 99 , -1 };
48548 G__linked_taginfo G__G__GLLN_TGLLevelPalette = { "TGLLevelPalette" , 99 , -1 };
48549 G__linked_taginfo G__G__GLLN_TGLBoundingBoxcLcLEFace = { "TGLBoundingBox::EFace" , 101 , -1 };
48550 G__linked_taginfo G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
48551 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<unsigned int,allocator<unsigned int> >::iterator>" , 99 , -1 };
48552 G__linked_taginfo G__G__GLLN_TBuffer3D = { "TBuffer3D" , 99 , -1 };
48553 G__linked_taginfo G__G__GLLN_TContextMenu = { "TContextMenu" , 99 , -1 };
48554 G__linked_taginfo G__G__GLLN_TGLPhysicalShape = { "TGLPhysicalShape" , 99 , -1 };
48555 G__linked_taginfo G__G__GLLN_TGLRnrCtx = { "TGLRnrCtx" , 99 , -1 };
48556 G__linked_taginfo G__G__GLLN_TGLSelectRecord = { "TGLSelectRecord" , 99 , -1 };
48557 G__linked_taginfo G__G__GLLN_TGLViewer = { "TGLViewer" , 99 , -1 };
48558 G__linked_taginfo G__G__GLLN_TGLSceneBase = { "TGLSceneBase" , 99 , -1 };
48559 G__linked_taginfo G__G__GLLN_TGLScene = { "TGLScene" , 99 , -1 };
48560 G__linked_taginfo G__G__GLLN_TGLLogicalShape = { "TGLLogicalShape" , 99 , -1 };
48561 G__linked_taginfo G__G__GLLN_TGLLogicalShapecLcLELODAxes = { "TGLLogicalShape::ELODAxes" , 101 , -1 };
48562 G__linked_taginfo G__G__GLLN_TMap = { "TMap" , 99 , -1 };
48563 G__linked_taginfo G__G__GLLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
48564 G__linked_taginfo G__G__GLLN_TGLObject = { "TGLObject" , 99 , -1 };
48565 G__linked_taginfo G__G__GLLN_Event_t = { "Event_t" , 115 , -1 };
48566 G__linked_taginfo G__G__GLLN_TVirtualViewer3D = { "TVirtualViewer3D" , 99 , -1 };
48567 G__linked_taginfo G__G__GLLN_TGLManip = { "TGLManip" , 99 , -1 };
48568 G__linked_taginfo G__G__GLLN_TVirtualGLPainter = { "TVirtualGLPainter" , 99 , -1 };
48569 G__linked_taginfo G__G__GLLN_TVirtualGLManip = { "TVirtualGLManip" , 99 , -1 };
48570 G__linked_taginfo G__G__GLLN_TGLManager = { "TGLManager" , 99 , -1 };
48571 G__linked_taginfo G__G__GLLN_TGLContext = { "TGLContext" , 99 , -1 };
48572 G__linked_taginfo G__G__GLLN_TGLFormat = { "TGLFormat" , 99 , -1 };
48573 G__linked_taginfo G__G__GLLN_TGLPaintDevice = { "TGLPaintDevice" , 99 , -1 };
48574 G__linked_taginfo G__G__GLLN_TColor = { "TColor" , 99 , -1 };
48575 G__linked_taginfo G__G__GLLN_TGLPlotBox = { "TGLPlotBox" , 99 , -1 };
48576 G__linked_taginfo G__G__GLLN_TGLPlotCamera = { "TGLPlotCamera" , 99 , -1 };
48577 G__linked_taginfo G__G__GLLN_TGL5DDataSet = { "TGL5DDataSet" , 99 , -1 };
48578 G__linked_taginfo G__G__GLLN_TH1 = { "TH1" , 99 , -1 };
48579 G__linked_taginfo G__G__GLLN_TH3 = { "TH3" , 99 , -1 };
48580 G__linked_taginfo G__G__GLLN_TF3 = { "TF3" , 99 , -1 };
48581 G__linked_taginfo G__G__GLLN_TGLBoxCut = { "TGLBoxCut" , 99 , -1 };
48582 G__linked_taginfo G__G__GLLN_TGLTH3Slice = { "TGLTH3Slice" , 99 , -1 };
48583 G__linked_taginfo G__G__GLLN_TGLTH3SlicecLcLESliceAxis = { "TGLTH3Slice::ESliceAxis" , 101 , -1 };
48584 G__linked_taginfo G__G__GLLN_TGL2DArraylEdoublegR = { "TGL2DArray<double>" , 99 , -1 };
48585 G__linked_taginfo G__G__GLLN_TGLPlotPainter = { "TGLPlotPainter" , 99 , -1 };
48586 G__linked_taginfo G__G__GLLN_TGLPlotPaintercLcLESelectionBase = { "TGLPlotPainter::ESelectionBase" , 101 , -1 };
48587 G__linked_taginfo G__G__GLLN_TGLPlotPaintercLcLECutAxisID = { "TGLPlotPainter::ECutAxisID" , 101 , -1 };
48588 G__linked_taginfo G__G__GLLN_TH2Poly = { "TH2Poly" , 99 , -1 };
48589 G__linked_taginfo G__G__GLLN_TVirtualPad = { "TVirtualPad" , 99 , -1 };
48590 G__linked_taginfo G__G__GLLN_TGLPlot3D = { "TGLPlot3D" , 99 , -1 };
48591 G__linked_taginfo G__G__GLLN_TF2 = { "TF2" , 99 , -1 };
48592 G__linked_taginfo G__G__GLLN_TH2 = { "TH2" , 99 , -1 };
48593 G__linked_taginfo G__G__GLLN_TF2GL = { "TF2GL" , 99 , -1 };
48594 G__linked_taginfo G__G__GLLN_TGObject = { "TGObject" , 99 , -1 };
48595 G__linked_taginfo G__G__GLLN_TQObject = { "TQObject" , 99 , -1 };
48596 G__linked_taginfo G__G__GLLN_TGWindow = { "TGWindow" , 99 , -1 };
48597 G__linked_taginfo G__G__GLLN_TAttFill = { "TAttFill" , 99 , -1 };
48598 G__linked_taginfo G__G__GLLN_TAttText = { "TAttText" , 99 , -1 };
48599 G__linked_taginfo G__G__GLLN_TGFrame = { "TGFrame" , 99 , -1 };
48600 G__linked_taginfo G__G__GLLN_TGCompositeFrame = { "TGCompositeFrame" , 99 , -1 };
48601 G__linked_taginfo G__G__GLLN_TGLayoutHints = { "TGLayoutHints" , 99 , -1 };
48602 G__linked_taginfo G__G__GLLN_TGTextButton = { "TGTextButton" , 99 , -1 };
48603 G__linked_taginfo G__G__GLLN_TGVerticalFrame = { "TGVerticalFrame" , 99 , -1 };
48604 G__linked_taginfo G__G__GLLN_TGMainFrame = { "TGMainFrame" , 99 , -1 };
48605 G__linked_taginfo G__G__GLLN_TGGroupFrame = { "TGGroupFrame" , 99 , -1 };
48606 G__linked_taginfo G__G__GLLN_TGToolTip = { "TGToolTip" , 99 , -1 };
48607 G__linked_taginfo G__G__GLLN_TGedEditor = { "TGedEditor" , 99 , -1 };
48608 G__linked_taginfo G__G__GLLN_TGedFrame = { "TGedFrame" , 99 , -1 };
48609 G__linked_taginfo G__G__GLLN_TGNumberEntryField = { "TGNumberEntryField" , 99 , -1 };
48610 G__linked_taginfo G__G__GLLN_TGDoubleHSlider = { "TGDoubleHSlider" , 99 , -1 };
48611 G__linked_taginfo G__G__GLLN_TGNumberEntry = { "TGNumberEntry" , 99 , -1 };
48612 G__linked_taginfo G__G__GLLN_TGCheckButton = { "TGCheckButton" , 99 , -1 };
48613 G__linked_taginfo G__G__GLLN_TGColorSelect = { "TGColorSelect" , 99 , -1 };
48614 G__linked_taginfo G__G__GLLN_TGL5DPainter = { "TGL5DPainter" , 99 , -1 };
48615 G__linked_taginfo G__G__GLLN_TGListBox = { "TGListBox" , 99 , -1 };
48616 G__linked_taginfo G__G__GLLN_TGHSlider = { "TGHSlider" , 99 , -1 };
48617 G__linked_taginfo G__G__GLLN_TGL5DDataSetEditor = { "TGL5DDataSetEditor" , 99 , -1 };
48618 G__linked_taginfo G__G__GLLN_TGL5DDataSetEditorcLcLTGL5DEditorPrivate = { "TGL5DDataSetEditor::TGL5DEditorPrivate" , 99 , -1 };
48619 G__linked_taginfo G__G__GLLN_TF1 = { "TF1" , 99 , -1 };
48620 G__linked_taginfo G__G__GLLN_TVirtualHistPainter = { "TVirtualHistPainter" , 99 , -1 };
48621 G__linked_taginfo G__G__GLLN_TGLParametricEquation = { "TGLParametricEquation" , 99 , -1 };
48622 G__linked_taginfo G__G__GLLN_TGLTH3Composition = { "TGLTH3Composition" , 99 , -1 };
48623 G__linked_taginfo G__G__GLLN_TGLHistPainter = { "TGLHistPainter" , 99 , -1 };
48624 G__linked_taginfo G__G__GLLN_auto_ptrlETVirtualHistPaintergR = { "auto_ptr<TVirtualHistPainter>" , 99 , -1 };
48625 G__linked_taginfo G__G__GLLN_auto_ptrlETGLPlotPaintergR = { "auto_ptr<TGLPlotPainter>" , 99 , -1 };
48626 G__linked_taginfo G__G__GLLN_TGLHistPaintercLcLPlotOption_t = { "TGLHistPainter::PlotOption_t" , 115 , -1 };
48627 G__linked_taginfo G__G__GLLN_TAttAxis = { "TAttAxis" , 99 , -1 };
48628 G__linked_taginfo G__G__GLLN_TArray = { "TArray" , 99 , -1 };
48629 G__linked_taginfo G__G__GLLN_TTree = { "TTree" , 99 , -1 };
48630 G__linked_taginfo G__G__GLLN_TGL5DDataSetcLcLEdefaults = { "TGL5DDataSet::Edefaults" , 101 , -1 };
48631 G__linked_taginfo G__G__GLLN_auto_ptrlETGLHistPaintergR = { "auto_ptr<TGLHistPainter>" , 99 , -1 };
48632 G__linked_taginfo G__G__GLLN_TGLAdapter = { "TGLAdapter" , 99 , -1 };
48633 G__linked_taginfo G__G__GLLN_TGLOvlSelectRecord = { "TGLOvlSelectRecord" , 99 , -1 };
48634 G__linked_taginfo G__G__GLLN_TGLOverlayElement = { "TGLOverlayElement" , 99 , -1 };
48635 G__linked_taginfo G__G__GLLN_TGLOverlayElementcLcLERole = { "TGLOverlayElement::ERole" , 101 , -1 };
48636 G__linked_taginfo G__G__GLLN_TGLOverlayElementcLcLEState = { "TGLOverlayElement::EState" , 101 , -1 };
48637 G__linked_taginfo G__G__GLLN_TGLOverlayList = { "TGLOverlayList" , 99 , -1 };
48638 G__linked_taginfo G__G__GLLN_listlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR = { "list<TGLOverlayElement*,allocator<TGLOverlayElement*> >" , 99 , -1 };
48639 G__linked_taginfo G__G__GLLN_FTFont = { "FTFont" , 99 , -1 };
48640 G__linked_taginfo G__G__GLLN_TGLFontManager = { "TGLFontManager" , 99 , -1 };
48641 G__linked_taginfo G__G__GLLN_TGLFont = { "TGLFont" , 99 , -1 };
48642 G__linked_taginfo G__G__GLLN_TGLFontcLcLEMode = { "TGLFont::EMode" , 101 , -1 };
48643 G__linked_taginfo G__G__GLLN_TGLFontcLcLETextAlignH_e = { "TGLFont::ETextAlignH_e" , 101 , -1 };
48644 G__linked_taginfo G__G__GLLN_TGLFontcLcLETextAlignV_e = { "TGLFont::ETextAlignV_e" , 101 , -1 };
48645 G__linked_taginfo G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR = { "vector<int,allocator<int> >" , 99 , -1 };
48646 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<int,allocator<int> >::iterator>" , 99 , -1 };
48647 G__linked_taginfo G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgR = { "map<TGLFont,int,less<TGLFont>,allocator<pair<const TGLFont,int> > >" , 99 , -1 };
48648 G__linked_taginfo G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgRcLcLiterator = { "map<TGLFont,int,less<TGLFont>,allocator<pair<const TGLFont,int> > >::iterator" , 99 , -1 };
48649 G__linked_taginfo G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgR = { "list<const TGLFont*,allocator<const TGLFont*> >" , 99 , -1 };
48650 G__linked_taginfo G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgRcLcLiterator = { "list<const TGLFont*,allocator<const TGLFont*> >::iterator" , 99 , -1 };
48651 G__linked_taginfo G__G__GLLN_TGLViewerBase = { "TGLViewerBase" , 99 , -1 };
48652 G__linked_taginfo G__G__GLLN_TGTextEdit = { "TGTextEdit" , 99 , -1 };
48653 G__linked_taginfo G__G__GLLN_TGLAnnotation = { "TGLAnnotation" , 99 , -1 };
48654 G__linked_taginfo G__G__GLLN_TGLAnnotationcLcLEDrag = { "TGLAnnotation::EDrag" , 101 , -1 };
48655 G__linked_taginfo G__G__GLLN_TGLAnnotationcLcLENameStack = { "TGLAnnotation::ENameStack" , 101 , -1 };
48656 G__linked_taginfo G__G__GLLN_TStopwatch = { "TStopwatch" , 99 , -1 };
48657 G__linked_taginfo G__G__GLLN_TGLAutoRotator = { "TGLAutoRotator" , 99 , -1 };
48658 G__linked_taginfo G__G__GLLN_TGLText = { "TGLText" , 99 , -1 };
48659 G__linked_taginfo G__G__GLLN_TGLAxis = { "TGLAxis" , 99 , -1 };
48660 G__linked_taginfo G__G__GLLN_TPMERegexp = { "TPMERegexp" , 99 , -1 };
48661 G__linked_taginfo G__G__GLLN_TGLAxisPainter = { "TGLAxisPainter" , 99 , -1 };
48662 G__linked_taginfo G__G__GLLN_pairlEfloatcOfloatgR = { "pair<float,float>" , 115 , -1 };
48663 G__linked_taginfo G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR = { "vector<pair<float,float>,allocator<pair<float,float> > >" , 99 , -1 };
48664 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<float,float>,allocator<pair<float,float> > >::iterator>" , 99 , -1 };
48665 G__linked_taginfo G__G__GLLN_pairlEfloatcOintgR = { "pair<float,int>" , 115 , -1 };
48666 G__linked_taginfo G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR = { "vector<pair<float,int>,allocator<pair<float,int> > >" , 99 , -1 };
48667 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<float,int>,allocator<pair<float,int> > >::iterator>" , 99 , -1 };
48668 G__linked_taginfo G__G__GLLN_TGLAxisPainterBox = { "TGLAxisPainterBox" , 99 , -1 };
48669 G__linked_taginfo G__G__GLLN_GLUquadric = { "GLUquadric" , 99 , -1 };
48670 G__linked_taginfo G__G__GLLN_TGLBoxPainter = { "TGLBoxPainter" , 99 , -1 };
48671 G__linked_taginfo G__G__GLLN_TGLBoxPaintercLcLEBoxType = { "TGLBoxPainter::EBoxType" , 101 , -1 };
48672 G__linked_taginfo G__G__GLLN_TGLCameraGuide = { "TGLCameraGuide" , 99 , -1 };
48673 G__linked_taginfo G__G__GLLN_TGLCameracLcLEFrustumPlane = { "TGLCamera::EFrustumPlane" , 101 , -1 };
48674 G__linked_taginfo G__G__GLLN_TGLCameraOverlay = { "TGLCameraOverlay" , 99 , -1 };
48675 G__linked_taginfo G__G__GLLN_TGLCameraOverlaycLcLEMode = { "TGLCameraOverlay::EMode" , 101 , -1 };
48676 G__linked_taginfo G__G__GLLN_TGLPShapeRef = { "TGLPShapeRef" , 99 , -1 };
48677 G__linked_taginfo G__G__GLLN_TGLPhysicalShapecLcLEManip = { "TGLPhysicalShape::EManip" , 101 , -1 };
48678 G__linked_taginfo G__G__GLLN_TGLManipSet = { "TGLManipSet" , 99 , -1 };
48679 G__linked_taginfo G__G__GLLN_TGLClip = { "TGLClip" , 99 , -1 };
48680 G__linked_taginfo G__G__GLLN_TGLClipcLcLEMode = { "TGLClip::EMode" , 101 , -1 };
48681 G__linked_taginfo G__G__GLLN_TGLClipPlane = { "TGLClipPlane" , 99 , -1 };
48682 G__linked_taginfo G__G__GLLN_TGLClipBox = { "TGLClipBox" , 99 , -1 };
48683 G__linked_taginfo G__G__GLLN_TGLClipSet = { "TGLClipSet" , 99 , -1 };
48684 G__linked_taginfo G__G__GLLN_TGButton = { "TGButton" , 99 , -1 };
48685 G__linked_taginfo G__G__GLLN_TGButtonGroup = { "TGButtonGroup" , 99 , -1 };
48686 G__linked_taginfo G__G__GLLN_TGLClipSetSubEditor = { "TGLClipSetSubEditor" , 99 , -1 };
48687 G__linked_taginfo G__G__GLLN_TGLClipSetEditor = { "TGLClipSetEditor" , 99 , -1 };
48688 G__linked_taginfo G__G__GLLN_TGLContextIdentity = { "TGLContextIdentity" , 99 , -1 };
48689 G__linked_taginfo G__G__GLLN_TGLFormatcLcLEFormatOptions = { "TGLFormat::EFormatOptions" , 101 , -1 };
48690 G__linked_taginfo G__G__GLLN_TGLContextPrivate = { "TGLContextPrivate" , 99 , -1 };
48691 G__linked_taginfo G__G__GLLN_TGLWidget = { "TGLWidget" , 99 , -1 };
48692 G__linked_taginfo G__G__GLLN_pairlEunsignedsPintcOintgR = { "pair<unsigned int,int>" , 115 , -1 };
48693 G__linked_taginfo G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR = { "list<pair<unsigned int,int>,allocator<pair<unsigned int,int> > >" , 99 , -1 };
48694 G__linked_taginfo G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiterator = { "list<pair<unsigned int,int>,allocator<pair<unsigned int,int> > >::iterator" , 99 , -1 };
48695 G__linked_taginfo G__G__GLLN_listlETGLContextmUcOallocatorlETGLContextmUgRsPgR = { "list<TGLContext*,allocator<TGLContext*> >" , 99 , -1 };
48696 G__linked_taginfo G__G__GLLN_TBuffer3DTube = { "TBuffer3DTube" , 99 , -1 };
48697 G__linked_taginfo G__G__GLLN_TGLCylinder = { "TGLCylinder" , 99 , -1 };
48698 G__linked_taginfo G__G__GLLN_TGLLockable = { "TGLLockable" , 99 , -1 };
48699 G__linked_taginfo G__G__GLLN_TGLLockablecLcLELock = { "TGLLockable::ELock" , 101 , -1 };
48700 G__linked_taginfo G__G__GLLN_TGLSceneInfo = { "TGLSceneInfo" , 99 , -1 };
48701 G__linked_taginfo G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR = { "list<TGLSceneInfo*,allocator<TGLSceneInfo*> >" , 99 , -1 };
48702 G__linked_taginfo G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator = { "list<TGLSceneInfo*,allocator<TGLSceneInfo*> >::iterator" , 99 , -1 };
48703 G__linked_taginfo G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR = { "vector<TGLSceneInfo*,allocator<TGLSceneInfo*> >" , 99 , -1 };
48704 G__linked_taginfo G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator = { "vector<TGLSceneInfo*,allocator<TGLSceneInfo*> >::iterator" , 99 , -1 };
48705 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGLSceneInfo*,allocator<TGLSceneInfo*> >::iterator>" , 99 , -1 };
48706 G__linked_taginfo G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR = { "vector<TGLOverlayElement*,allocator<TGLOverlayElement*> >" , 99 , -1 };
48707 G__linked_taginfo G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiterator = { "vector<TGLOverlayElement*,allocator<TGLOverlayElement*> >::iterator" , 99 , -1 };
48708 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGLOverlayElement*,allocator<TGLOverlayElement*> >::iterator>" , 99 , -1 };
48709 G__linked_taginfo G__G__GLLN_TGLStopwatch = { "TGLStopwatch" , 99 , -1 };
48710 G__linked_taginfo G__G__GLLN_TGLSelectBuffer = { "TGLSelectBuffer" , 99 , -1 };
48711 G__linked_taginfo G__G__GLLN_TGLRnrCtxcLcLEStyle = { "TGLRnrCtx::EStyle" , 101 , -1 };
48712 G__linked_taginfo G__G__GLLN_TGLRnrCtxcLcLEPass = { "TGLRnrCtx::EPass" , 101 , -1 };
48713 G__linked_taginfo G__G__GLLN_TGLRnrCtxcLcLELODPresets = { "TGLRnrCtx::ELODPresets" , 101 , -1 };
48714 G__linked_taginfo G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel = { "TGLRnrCtx::EShapeSelectionLevel" , 101 , -1 };
48715 G__linked_taginfo G__G__GLLN_listlETGLColorSetmUcOallocatorlETGLColorSetmUgRsPgR = { "list<TGLColorSet*,allocator<TGLColorSet*> >" , 99 , -1 };
48716 G__linked_taginfo G__G__GLLN_TGLSelectRecordBase = { "TGLSelectRecordBase" , 99 , -1 };
48717 G__linked_taginfo G__G__GLLN_TGLSelectRecordcLcLESecSelResult = { "TGLSelectRecord::ESecSelResult" , 101 , -1 };
48718 G__linked_taginfo G__G__GLLN_TBuffer3DSphere = { "TBuffer3DSphere" , 99 , -1 };
48719 G__linked_taginfo G__G__GLLN_TGLPerspectiveCamera = { "TGLPerspectiveCamera" , 99 , -1 };
48720 G__linked_taginfo G__G__GLLN_TGLOrthoCamera = { "TGLOrthoCamera" , 99 , -1 };
48721 G__linked_taginfo G__G__GLLN_TGLOrthoCameracLcLEType = { "TGLOrthoCamera::EType" , 101 , -1 };
48722 G__linked_taginfo G__G__GLLN_TGEventHandler = { "TGEventHandler" , 99 , -1 };
48723 G__linked_taginfo G__G__GLLN_TGLRedrawTimer = { "TGLRedrawTimer" , 99 , -1 };
48724 G__linked_taginfo G__G__GLLN_TGLViewerEditor = { "TGLViewerEditor" , 99 , -1 };
48725 G__linked_taginfo G__G__GLLN_TGLLightSet = { "TGLLightSet" , 99 , -1 };
48726 G__linked_taginfo G__G__GLLN_TGLPShapeObj = { "TGLPShapeObj" , 99 , -1 };
48727 G__linked_taginfo G__G__GLLN_TGLOutput = { "TGLOutput" , 99 , -1 };
48728 G__linked_taginfo G__G__GLLN_TGLEventHandler = { "TGLEventHandler" , 99 , -1 };
48729 G__linked_taginfo G__G__GLLN_TGLViewercLcLECameraType = { "TGLViewer::ECameraType" , 101 , -1 };
48730 G__linked_taginfo G__G__GLLN_TGLViewercLcLESecSelType = { "TGLViewer::ESecSelType" , 101 , -1 };
48731 G__linked_taginfo G__G__GLLN_TGLViewercLcLEPushAction = { "TGLViewer::EPushAction" , 101 , -1 };
48732 G__linked_taginfo G__G__GLLN_TGLViewercLcLEDragAction = { "TGLViewer::EDragAction" , 101 , -1 };
48733 G__linked_taginfo G__G__GLLN_TGLFaderHelper = { "TGLFaderHelper" , 99 , -1 };
48734 G__linked_taginfo G__G__GLLN_TGLEmbeddedViewer = { "TGLEmbeddedViewer" , 99 , -1 };
48735 G__linked_taginfo G__G__GLLN_RootCsg = { "RootCsg" , 110 , -1 };
48736 G__linked_taginfo G__G__GLLN_RootCsgcLcLTBaseMesh = { "RootCsg::TBaseMesh" , 99 , -1 };
48737 G__linked_taginfo G__G__GLLN_TGLFaceSet = { "TGLFaceSet" , 99 , -1 };
48738 G__linked_taginfo G__G__GLLN_TGLFBO = { "TGLFBO" , 99 , -1 };
48739 G__linked_taginfo G__G__GLLN_TGLPadPainter = { "TGLPadPainter" , 99 , -1 };
48740 G__linked_taginfo G__G__GLLN_RglcLcLPad = { "Rgl::Pad" , 110 , -1 };
48741 G__linked_taginfo G__G__GLLN_RglcLcLPadcLcLPolygonStippleSet = { "Rgl::Pad::PolygonStippleSet" , 99 , -1 };
48742 G__linked_taginfo G__G__GLLN_RglcLcLPadcLcLMarkerPainter = { "Rgl::Pad::MarkerPainter" , 99 , -1 };
48743 G__linked_taginfo G__G__GLLN_vectorlETPointcOallocatorlETPointgRsPgR = { "vector<TPoint,allocator<TPoint> >" , 99 , -1 };
48744 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETPointcOallocatorlETPointgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TPoint,allocator<TPoint> >::iterator>" , 99 , -1 };
48745 G__linked_taginfo G__G__GLLN_listlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgR = { "list<Rgl::Pad::MeshPatch_t,allocator<Rgl::Pad::MeshPatch_t> >" , 99 , -1 };
48746 G__linked_taginfo G__G__GLLN_RglcLcLPadcLcLTesselator = { "Rgl::Pad::Tesselator" , 99 , -1 };
48747 G__linked_taginfo G__G__GLLN_RglcLcLPadcLcLGLLimits = { "Rgl::Pad::GLLimits" , 99 , -1 };
48748 G__linked_taginfo G__G__GLLN_TMultiGraph = { "TMultiGraph" , 99 , -1 };
48749 G__linked_taginfo G__G__GLLN_TGraph = { "TGraph" , 99 , -1 };
48750 G__linked_taginfo G__G__GLLN_TGLH2PolyPainter = { "TGLH2PolyPainter" , 99 , -1 };
48751 G__linked_taginfo G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgR = { "list<list<Rgl::Pad::MeshPatch_t,allocator<Rgl::Pad::MeshPatch_t> >,allocator<list<Rgl::Pad::MeshPatch_t,allocator<Rgl::Pad::MeshPatch_t> > > >" , 99 , -1 };
48752 G__linked_taginfo G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgRcLcLiterator = { "list<list<Rgl::Pad::MeshPatch_t,allocator<Rgl::Pad::MeshPatch_t> >,allocator<list<Rgl::Pad::MeshPatch_t,allocator<Rgl::Pad::MeshPatch_t> > > >::iterator" , 99 , -1 };
48753 G__linked_taginfo G__G__GLLN_TGLLegoPainter = { "TGLLegoPainter" , 99 , -1 };
48754 G__linked_taginfo G__G__GLLN_TGLLegoPaintercLcLELegoType = { "TGLLegoPainter::ELegoType" , 101 , -1 };
48755 G__linked_taginfo G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR = { "vector<pair<double,double>,allocator<pair<double,double> > >" , 99 , -1 };
48756 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<double,double>,allocator<pair<double,double> > >::iterator>" , 99 , -1 };
48757 G__linked_taginfo G__G__GLLN_TGLLightSetSubEditor = { "TGLLightSetSubEditor" , 99 , -1 };
48758 G__linked_taginfo G__G__GLLN_TGLLightSetEditor = { "TGLLightSetEditor" , 99 , -1 };
48759 G__linked_taginfo G__G__GLLN_TGLLightSetcLcLELight = { "TGLLightSet::ELight" , 101 , -1 };
48760 G__linked_taginfo G__G__GLLN_TGLManipSetcLcLEManip = { "TGLManipSet::EManip" , 101 , -1 };
48761 G__linked_taginfo G__G__GLLN_TGLOutputcLcLEFormat = { "TGLOutput::EFormat" , 101 , -1 };
48762 G__linked_taginfo G__G__GLLN_TGLOverlayButton = { "TGLOverlayButton" , 99 , -1 };
48763 G__linked_taginfo G__G__GLLN_TVirtualPadPainter = { "TVirtualPadPainter" , 99 , -1 };
48764 G__linked_taginfo G__G__GLLN_TVirtualPadPaintercLcLEBoxMode = { "TVirtualPadPainter::EBoxMode" , 101 , -1 };
48765 G__linked_taginfo G__G__GLLN_TVirtualPadPaintercLcLETextMode = { "TVirtualPadPainter::ETextMode" , 101 , -1 };
48766 G__linked_taginfo G__G__GLLN_TGLParametricEquationGL = { "TGLParametricEquationGL" , 99 , -1 };
48767 G__linked_taginfo G__G__GLLN_auto_ptrlETF2gR = { "auto_ptr<TF2>" , 99 , -1 };
48768 G__linked_taginfo G__G__GLLN_TGLParametricPlot = { "TGLParametricPlot" , 99 , -1 };
48769 G__linked_taginfo G__G__GLLN_TGLParametricPlotcLcLEMeshSize = { "TGLParametricPlot::EMeshSize" , 101 , -1 };
48770 G__linked_taginfo G__G__GLLN_TGL2DArraylETGLParametricPlotcLcLVertex_tgR = { "TGL2DArray<TGLParametricPlot::Vertex_t>" , 99 , -1 };
48771 G__linked_taginfo G__G__GLLN_vectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgR = { "vector<TGLParametricPlot::Vertex_t,allocator<TGLParametricPlot::Vertex_t> >" , 99 , -1 };
48772 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGLParametricPlot::Vertex_t,allocator<TGLParametricPlot::Vertex_t> >::iterator>" , 99 , -1 };
48773 G__linked_taginfo G__G__GLLN_TGLPolyLine = { "TGLPolyLine" , 99 , -1 };
48774 G__linked_taginfo G__G__GLLN_TGLPolyMarker = { "TGLPolyMarker" , 99 , -1 };
48775 G__linked_taginfo G__G__GLLN_TGRadioButton = { "TGRadioButton" , 99 , -1 };
48776 G__linked_taginfo G__G__GLLN_TGLPShapeObjEditor = { "TGLPShapeObjEditor" , 99 , -1 };
48777 G__linked_taginfo G__G__GLLN_TGLPShapeObjEditorcLcLELightMode = { "TGLPShapeObjEditor::ELightMode" , 101 , -1 };
48778 G__linked_taginfo G__G__GLLN_TGLRotateManip = { "TGLRotateManip" , 99 , -1 };
48779 G__linked_taginfo G__G__GLLN_TGLSAViewer = { "TGLSAViewer" , 99 , -1 };
48780 G__linked_taginfo G__G__GLLN_TGLSAFrame = { "TGLSAFrame" , 99 , -1 };
48781 G__linked_taginfo G__G__GLLN_TGPopupMenu = { "TGPopupMenu" , 99 , -1 };
48782 G__linked_taginfo G__G__GLLN_TGMenuBar = { "TGMenuBar" , 99 , -1 };
48783 G__linked_taginfo G__G__GLLN_TGLSAViewercLcLEGLSACommands = { "TGLSAViewer::EGLSACommands" , 101 , -1 };
48784 G__linked_taginfo G__G__GLLN_TGLScaleManip = { "TGLScaleManip" , 99 , -1 };
48785 G__linked_taginfo G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgR = { "list<TGLViewerBase*,allocator<TGLViewerBase*> >" , 99 , -1 };
48786 G__linked_taginfo G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgRcLcLiterator = { "list<TGLViewerBase*,allocator<TGLViewerBase*> >::iterator" , 99 , -1 };
48787 G__linked_taginfo G__G__GLLN_TGLSceneInfocLcLEClipTest = { "TGLSceneInfo::EClipTest" , 101 , -1 };
48788 G__linked_taginfo G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR = { "map<TObject*,TGLLogicalShape*,less<TObject*>,allocator<pair<TObject* const,TGLLogicalShape*> > >" , 99 , -1 };
48789 G__linked_taginfo G__G__GLLN_pairlETObjectmUcOTGLLogicalShapemUgR = { "pair<TObject*,TGLLogicalShape*>" , 115 , -1 };
48790 G__linked_taginfo G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgRcLcLiterator = { "map<TObject*,TGLLogicalShape*,less<TObject*>,allocator<pair<TObject* const,TGLLogicalShape*> > >::iterator" , 99 , -1 };
48791 G__linked_taginfo G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgR = { "map<unsigned int,TGLPhysicalShape*,less<unsigned int>,allocator<pair<const unsigned int,TGLPhysicalShape*> > >" , 99 , -1 };
48792 G__linked_taginfo G__G__GLLN_pairlEunsignedsPintcOTGLPhysicalShapemUgR = { "pair<unsigned int,TGLPhysicalShape*>" , 115 , -1 };
48793 G__linked_taginfo G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgRcLcLiterator = { "map<unsigned int,TGLPhysicalShape*,less<unsigned int>,allocator<pair<const unsigned int,TGLPhysicalShape*> > >::iterator" , 99 , -1 };
48794 G__linked_taginfo G__G__GLLN_TGLScenecLcLDrawElement_t = { "TGLScene::DrawElement_t" , 115 , -1 };
48795 G__linked_taginfo G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR = { "vector<TGLScene::DrawElement_t,allocator<TGLScene::DrawElement_t> >" , 99 , -1 };
48796 G__linked_taginfo G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiterator = { "vector<TGLScene::DrawElement_t,allocator<TGLScene::DrawElement_t> >::iterator" , 99 , -1 };
48797 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGLScene::DrawElement_t,allocator<TGLScene::DrawElement_t> >::iterator>" , 99 , -1 };
48798 G__linked_taginfo G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR = { "vector<TGLScene::DrawElement_t*,allocator<TGLScene::DrawElement_t*> >" , 99 , -1 };
48799 G__linked_taginfo G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiterator = { "vector<TGLScene::DrawElement_t*,allocator<TGLScene::DrawElement_t*> >::iterator" , 99 , -1 };
48800 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGLScene::DrawElement_t*,allocator<TGLScene::DrawElement_t*> >::iterator>" , 99 , -1 };
48801 G__linked_taginfo G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgR = { "vector<const TGLPhysicalShape*,allocator<const TGLPhysicalShape*> >" , 99 , -1 };
48802 G__linked_taginfo G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiterator = { "vector<const TGLPhysicalShape*,allocator<const TGLPhysicalShape*> >::iterator" , 99 , -1 };
48803 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<const TGLPhysicalShape*,allocator<const TGLPhysicalShape*> >::iterator>" , 99 , -1 };
48804 G__linked_taginfo G__G__GLLN_TGLScenecLcLTSceneInfo = { "TGLScene::TSceneInfo" , 99 , -1 };
48805 G__linked_taginfo G__G__GLLN_maplETClassmUcOunsignedsPintcOlesslETClassmUgRcOallocatorlEpairlETClassmUsPconstcOunsignedsPintgRsPgRsPgR = { "map<TClass*,unsigned int,less<TClass*>,allocator<pair<TClass* const,unsigned int> > >" , 99 , -1 };
48806 G__linked_taginfo G__G__GLLN_TGLScenePad = { "TGLScenePad" , 99 , -1 };
48807 G__linked_taginfo G__G__GLLN_pairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgR = { "pair<unsigned int,RootCsg::TBaseMesh*>" , 115 , -1 };
48808 G__linked_taginfo G__G__GLLN_vectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgR = { "vector<pair<unsigned int,RootCsg::TBaseMesh*>,allocator<pair<unsigned int,RootCsg::TBaseMesh*> > >" , 99 , -1 };
48809 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<unsigned int,RootCsg::TBaseMesh*>,allocator<pair<unsigned int,RootCsg::TBaseMesh*> > >::iterator>" , 99 , -1 };
48810 G__linked_taginfo G__G__GLLN_pairlEunsignedsPintcOunsignedsPintmUgR = { "pair<unsigned int,unsigned int*>" , 115 , -1 };
48811 G__linked_taginfo G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR = { "vector<pair<unsigned int,unsigned int*>,allocator<pair<unsigned int,unsigned int*> > >" , 99 , -1 };
48812 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<unsigned int,unsigned int*>,allocator<pair<unsigned int,unsigned int*> > >::iterator>" , 99 , -1 };
48813 G__linked_taginfo G__G__GLLN_TGLSphere = { "TGLSphere" , 99 , -1 };
48814 G__linked_taginfo G__G__GLLN_TRandom = { "TRandom" , 99 , -1 };
48815 G__linked_taginfo G__G__GLLN_TGLSurfacePainter = { "TGLSurfacePainter" , 99 , -1 };
48816 G__linked_taginfo G__G__GLLN_TGLSurfacePaintercLcLESurfaceType = { "TGLSurfacePainter::ESurfaceType" , 101 , -1 };
48817 G__linked_taginfo G__G__GLLN_TGL2DArraylETGLVertex3gR = { "TGL2DArray<TGLVertex3>" , 99 , -1 };
48818 G__linked_taginfo G__G__GLLN_vectorlETGLVertex3cOallocatorlETGLVertex3gRsPgR = { "vector<TGLVertex3,allocator<TGLVertex3> >" , 99 , -1 };
48819 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETGLVertex3cOallocatorlETGLVertex3gRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGLVertex3,allocator<TGLVertex3> >::iterator>" , 99 , -1 };
48820 G__linked_taginfo G__G__GLLN_TGL2DArraylEpairlETGLVector3cOTGLVector3gRsPgR = { "TGL2DArray<pair<TGLVector3,TGLVector3> >" , 99 , -1 };
48821 G__linked_taginfo G__G__GLLN_vectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgR = { "vector<pair<TGLVector3,TGLVector3>,allocator<pair<TGLVector3,TGLVector3> > >" , 99 , -1 };
48822 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<TGLVector3,TGLVector3>,allocator<pair<TGLVector3,TGLVector3> > >::iterator>" , 99 , -1 };
48823 G__linked_taginfo G__G__GLLN_TGL2DArraylETGLVector3gR = { "TGL2DArray<TGLVector3>" , 99 , -1 };
48824 G__linked_taginfo G__G__GLLN_vectorlETGLVector3cOallocatorlETGLVector3gRsPgR = { "vector<TGLVector3,allocator<TGLVector3> >" , 99 , -1 };
48825 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlETGLVector3cOallocatorlETGLVector3gRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TGLVector3,allocator<TGLVector3> >::iterator>" , 99 , -1 };
48826 G__linked_taginfo G__G__GLLN_TGLSurfacePaintercLcLProjection_t = { "TGLSurfacePainter::Projection_t" , 115 , -1 };
48827 G__linked_taginfo G__G__GLLN_listlETGLSurfacePaintercLcLProjection_tcOallocatorlETGLSurfacePaintercLcLProjection_tgRsPgR = { "list<TGLSurfacePainter::Projection_t,allocator<TGLSurfacePainter::Projection_t> >" , 99 , -1 };
48828 G__linked_taginfo G__G__GLLN_RglcLcLMc = { "Rgl::Mc" , 110 , -1 };
48829 G__linked_taginfo G__G__GLLN_vectorlEfloatcOallocatorlEfloatgRsPgR = { "vector<float,allocator<float> >" , 99 , -1 };
48830 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEfloatcOallocatorlEfloatgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<float,allocator<float> >::iterator>" , 99 , -1 };
48831 G__linked_taginfo G__G__GLLN_TGLTF3Painter = { "TGLTF3Painter" , 99 , -1 };
48832 G__linked_taginfo G__G__GLLN_TGLTF3PaintercLcLETF3Style = { "TGLTF3Painter::ETF3Style" , 101 , -1 };
48833 G__linked_taginfo G__G__GLLN_RglcLcLMccLcLTIsoMeshlEdoublegR = { "Rgl::Mc::TIsoMesh<double>" , 99 , -1 };
48834 G__linked_taginfo G__G__GLLN_TGLIsoPainter = { "TGLIsoPainter" , 99 , -1 };
48835 G__linked_taginfo G__G__GLLN_RglcLcLMccLcLTIsoMeshlEfloatgR = { "Rgl::Mc::TIsoMesh<float>" , 99 , -1 };
48836 G__linked_taginfo G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgR = { "list<Rgl::Mc::TIsoMesh<float>,allocator<Rgl::Mc::TIsoMesh<float> > >" , 99 , -1 };
48837 G__linked_taginfo G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgRcLcLiterator = { "list<Rgl::Mc::TIsoMesh<float>,allocator<Rgl::Mc::TIsoMesh<float> > >::iterator" , 99 , -1 };
48838 G__linked_taginfo G__G__GLLN_TArrayC = { "TArrayC" , 99 , -1 };
48839 G__linked_taginfo G__G__GLLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
48840 G__linked_taginfo G__G__GLLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
48841 G__linked_taginfo G__G__GLLN_TAtt3D = { "TAtt3D" , 99 , -1 };
48842 G__linked_taginfo G__G__GLLN_TH3C = { "TH3C" , 99 , -1 };
48843 G__linked_taginfo G__G__GLLN_TGLTH3CompositionPainter = { "TGLTH3CompositionPainter" , 99 , -1 };
48844 G__linked_taginfo G__G__GLLN_TGLTH3CompositioncLcLETH3BinShape = { "TGLTH3Composition::ETH3BinShape" , 101 , -1 };
48845 G__linked_taginfo G__G__GLLN_pairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegR = { "pair<const TH3*,TGLTH3Composition::ETH3BinShape>" , 115 , -1 };
48846 G__linked_taginfo G__G__GLLN_vectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgR = { "vector<pair<const TH3*,TGLTH3Composition::ETH3BinShape>,allocator<pair<const TH3*,TGLTH3Composition::ETH3BinShape> > >" , 99 , -1 };
48847 G__linked_taginfo G__G__GLLN_reverse_iteratorlEvectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<pair<const TH3*,TGLTH3Composition::ETH3BinShape>,allocator<pair<const TH3*,TGLTH3Composition::ETH3BinShape> > >::iterator>" , 99 , -1 };
48848 G__linked_taginfo G__G__GLLN_TGLTransManip = { "TGLTransManip" , 99 , -1 };
48849 G__linked_taginfo G__G__GLLN_TGComboBox = { "TGComboBox" , 99 , -1 };
48850 G__linked_taginfo G__G__GLLN_pairlEvoidmUcOvoidmUgR = { "pair<void*,void*>" , 115 , -1 };
48851 G__linked_taginfo G__G__GLLN_setlETGLContextmUcOlesslETGLContextmUgRcOallocatorlETGLContextmUgRsPgR = { "set<TGLContext*,less<TGLContext*>,allocator<TGLContext*> >" , 99 , -1 };
48852 G__linked_taginfo G__G__GLLN_TH2GL = { "TH2GL" , 99 , -1 };
48853 G__linked_taginfo G__G__GLLN_TH3GL = { "TH3GL" , 99 , -1 };
48854 G__linked_taginfo G__G__GLLN_TPointSet3DGL = { "TPointSet3DGL" , 99 , -1 };
48855 G__linked_taginfo G__G__GLLN_TX11GLManager = { "TX11GLManager" , 99 , -1 };
48856 G__linked_taginfo G__G__GLLN_TX11GLManagercLcLTX11GLImpl = { "TX11GLManager::TX11GLImpl" , 99 , -1 };
48857 G__linked_taginfo G__G__GLLN_TX11GLManagercLcLTGLContext_t = { "TX11GLManager::TGLContext_t" , 115 , -1 };
48858 
48859 /* Reset class/struct taginfo */
48860 extern "C" void G__cpp_reset_tagtableG__GL() {
48861   G__G__GLLN_TClass.tagnum = -1 ;
48862   G__G__GLLN_TBuffer.tagnum = -1 ;
48863   G__G__GLLN_TMemberInspector.tagnum = -1 ;
48864   G__G__GLLN_TObject.tagnum = -1 ;
48865   G__G__GLLN_TNamed.tagnum = -1 ;
48866   G__G__GLLN_TString.tagnum = -1 ;
48867   G__G__GLLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
48868   G__G__GLLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
48869   G__G__GLLN_TList.tagnum = -1 ;
48870   G__G__GLLN_TObjArray.tagnum = -1 ;
48871   G__G__GLLN_TTimer.tagnum = -1 ;
48872   G__G__GLLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
48873   G__G__GLLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
48874   G__G__GLLN_TPoint.tagnum = -1 ;
48875   G__G__GLLN_TArcBall.tagnum = -1 ;
48876   G__G__GLLN_TGLBoundingBox.tagnum = -1 ;
48877   G__G__GLLN_TGLCamera.tagnum = -1 ;
48878   G__G__GLLN_TAttMarker.tagnum = -1 ;
48879   G__G__GLLN_TAttLine.tagnum = -1 ;
48880   G__G__GLLN_GLUtesselator.tagnum = -1 ;
48881   G__G__GLLN_EOverlap.tagnum = -1 ;
48882   G__G__GLLN_EClipType.tagnum = -1 ;
48883   G__G__GLLN_EGLCoordType.tagnum = -1 ;
48884   G__G__GLLN_EGLPlotType.tagnum = -1 ;
48885   G__G__GLLN_TGLVector3.tagnum = -1 ;
48886   G__G__GLLN_TGLVertex3.tagnum = -1 ;
48887   G__G__GLLN_TGLLine3.tagnum = -1 ;
48888   G__G__GLLN_TGLRect.tagnum = -1 ;
48889   G__G__GLLN_TGLPlane.tagnum = -1 ;
48890   G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR.tagnum = -1 ;
48891   G__G__GLLN_reverse_iteratorlEvectorlETGLPlanecOallocatorlETGLPlanegRsPgRcLcLiteratorgR.tagnum = -1 ;
48892   G__G__GLLN_pairlEboolcOTGLLine3gR.tagnum = -1 ;
48893   G__G__GLLN_pairlEboolcOTGLVertex3gR.tagnum = -1 ;
48894   G__G__GLLN_TGLMatrix.tagnum = -1 ;
48895   G__G__GLLN_TGLColor.tagnum = -1 ;
48896   G__G__GLLN_TGLColorSet.tagnum = -1 ;
48897   G__G__GLLN_TGLUtil.tagnum = -1 ;
48898   G__G__GLLN_TGLUtilcLcLTColorLocker.tagnum = -1 ;
48899   G__G__GLLN_TGLUtilcLcLTDrawQualityModifier.tagnum = -1 ;
48900   G__G__GLLN_TGLUtilcLcLTDrawQualityScaler.tagnum = -1 ;
48901   G__G__GLLN_TGLUtilcLcLELineHeadShape.tagnum = -1 ;
48902   G__G__GLLN_TGLUtilcLcLEAxesType.tagnum = -1 ;
48903   G__G__GLLN_TGLSelectionBuffer.tagnum = -1 ;
48904   G__G__GLLN_vectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgR.tagnum = -1 ;
48905   G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgRcLcLiteratorgR.tagnum = -1 ;
48906   G__G__GLLN_TGLPlotCoordinates.tagnum = -1 ;
48907   G__G__GLLN_TGLQuadric.tagnum = -1 ;
48908   G__G__GLLN_TAxis.tagnum = -1 ;
48909   G__G__GLLN_Rgl.tagnum = -1 ;
48910   G__G__GLLN_pairlEintcOintgR.tagnum = -1 ;
48911   G__G__GLLN_pairlEdoublecOdoublegR.tagnum = -1 ;
48912   G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR.tagnum = -1 ;
48913   G__G__GLLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR.tagnum = -1 ;
48914   G__G__GLLN_TGLLevelPalette.tagnum = -1 ;
48915   G__G__GLLN_TGLBoundingBoxcLcLEFace.tagnum = -1 ;
48916   G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ;
48917   G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ;
48918   G__G__GLLN_TBuffer3D.tagnum = -1 ;
48919   G__G__GLLN_TContextMenu.tagnum = -1 ;
48920   G__G__GLLN_TGLPhysicalShape.tagnum = -1 ;
48921   G__G__GLLN_TGLRnrCtx.tagnum = -1 ;
48922   G__G__GLLN_TGLSelectRecord.tagnum = -1 ;
48923   G__G__GLLN_TGLViewer.tagnum = -1 ;
48924   G__G__GLLN_TGLSceneBase.tagnum = -1 ;
48925   G__G__GLLN_TGLScene.tagnum = -1 ;
48926   G__G__GLLN_TGLLogicalShape.tagnum = -1 ;
48927   G__G__GLLN_TGLLogicalShapecLcLELODAxes.tagnum = -1 ;
48928   G__G__GLLN_TMap.tagnum = -1 ;
48929   G__G__GLLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
48930   G__G__GLLN_TGLObject.tagnum = -1 ;
48931   G__G__GLLN_Event_t.tagnum = -1 ;
48932   G__G__GLLN_TVirtualViewer3D.tagnum = -1 ;
48933   G__G__GLLN_TGLManip.tagnum = -1 ;
48934   G__G__GLLN_TVirtualGLPainter.tagnum = -1 ;
48935   G__G__GLLN_TVirtualGLManip.tagnum = -1 ;
48936   G__G__GLLN_TGLManager.tagnum = -1 ;
48937   G__G__GLLN_TGLContext.tagnum = -1 ;
48938   G__G__GLLN_TGLFormat.tagnum = -1 ;
48939   G__G__GLLN_TGLPaintDevice.tagnum = -1 ;
48940   G__G__GLLN_TColor.tagnum = -1 ;
48941   G__G__GLLN_TGLPlotBox.tagnum = -1 ;
48942   G__G__GLLN_TGLPlotCamera.tagnum = -1 ;
48943   G__G__GLLN_TGL5DDataSet.tagnum = -1 ;
48944   G__G__GLLN_TH1.tagnum = -1 ;
48945   G__G__GLLN_TH3.tagnum = -1 ;
48946   G__G__GLLN_TF3.tagnum = -1 ;
48947   G__G__GLLN_TGLBoxCut.tagnum = -1 ;
48948   G__G__GLLN_TGLTH3Slice.tagnum = -1 ;
48949   G__G__GLLN_TGLTH3SlicecLcLESliceAxis.tagnum = -1 ;
48950   G__G__GLLN_TGL2DArraylEdoublegR.tagnum = -1 ;
48951   G__G__GLLN_TGLPlotPainter.tagnum = -1 ;
48952   G__G__GLLN_TGLPlotPaintercLcLESelectionBase.tagnum = -1 ;
48953   G__G__GLLN_TGLPlotPaintercLcLECutAxisID.tagnum = -1 ;
48954   G__G__GLLN_TH2Poly.tagnum = -1 ;
48955   G__G__GLLN_TVirtualPad.tagnum = -1 ;
48956   G__G__GLLN_TGLPlot3D.tagnum = -1 ;
48957   G__G__GLLN_TF2.tagnum = -1 ;
48958   G__G__GLLN_TH2.tagnum = -1 ;
48959   G__G__GLLN_TF2GL.tagnum = -1 ;
48960   G__G__GLLN_TGObject.tagnum = -1 ;
48961   G__G__GLLN_TQObject.tagnum = -1 ;
48962   G__G__GLLN_TGWindow.tagnum = -1 ;
48963   G__G__GLLN_TAttFill.tagnum = -1 ;
48964   G__G__GLLN_TAttText.tagnum = -1 ;
48965   G__G__GLLN_TGFrame.tagnum = -1 ;
48966   G__G__GLLN_TGCompositeFrame.tagnum = -1 ;
48967   G__G__GLLN_TGLayoutHints.tagnum = -1 ;
48968   G__G__GLLN_TGTextButton.tagnum = -1 ;
48969   G__G__GLLN_TGVerticalFrame.tagnum = -1 ;
48970   G__G__GLLN_TGMainFrame.tagnum = -1 ;
48971   G__G__GLLN_TGGroupFrame.tagnum = -1 ;
48972   G__G__GLLN_TGToolTip.tagnum = -1 ;
48973   G__G__GLLN_TGedEditor.tagnum = -1 ;
48974   G__G__GLLN_TGedFrame.tagnum = -1 ;
48975   G__G__GLLN_TGNumberEntryField.tagnum = -1 ;
48976   G__G__GLLN_TGDoubleHSlider.tagnum = -1 ;
48977   G__G__GLLN_TGNumberEntry.tagnum = -1 ;
48978   G__G__GLLN_TGCheckButton.tagnum = -1 ;
48979   G__G__GLLN_TGColorSelect.tagnum = -1 ;
48980   G__G__GLLN_TGL5DPainter.tagnum = -1 ;
48981   G__G__GLLN_TGListBox.tagnum = -1 ;
48982   G__G__GLLN_TGHSlider.tagnum = -1 ;
48983   G__G__GLLN_TGL5DDataSetEditor.tagnum = -1 ;
48984   G__G__GLLN_TGL5DDataSetEditorcLcLTGL5DEditorPrivate.tagnum = -1 ;
48985   G__G__GLLN_TF1.tagnum = -1 ;
48986   G__G__GLLN_TVirtualHistPainter.tagnum = -1 ;
48987   G__G__GLLN_TGLParametricEquation.tagnum = -1 ;
48988   G__G__GLLN_TGLTH3Composition.tagnum = -1 ;
48989   G__G__GLLN_TGLHistPainter.tagnum = -1 ;
48990   G__G__GLLN_auto_ptrlETVirtualHistPaintergR.tagnum = -1 ;
48991   G__G__GLLN_auto_ptrlETGLPlotPaintergR.tagnum = -1 ;
48992   G__G__GLLN_TGLHistPaintercLcLPlotOption_t.tagnum = -1 ;
48993   G__G__GLLN_TAttAxis.tagnum = -1 ;
48994   G__G__GLLN_TArray.tagnum = -1 ;
48995   G__G__GLLN_TTree.tagnum = -1 ;
48996   G__G__GLLN_TGL5DDataSetcLcLEdefaults.tagnum = -1 ;
48997   G__G__GLLN_auto_ptrlETGLHistPaintergR.tagnum = -1 ;
48998   G__G__GLLN_TGLAdapter.tagnum = -1 ;
48999   G__G__GLLN_TGLOvlSelectRecord.tagnum = -1 ;
49000   G__G__GLLN_TGLOverlayElement.tagnum = -1 ;
49001   G__G__GLLN_TGLOverlayElementcLcLERole.tagnum = -1 ;
49002   G__G__GLLN_TGLOverlayElementcLcLEState.tagnum = -1 ;
49003   G__G__GLLN_TGLOverlayList.tagnum = -1 ;
49004   G__G__GLLN_listlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR.tagnum = -1 ;
49005   G__G__GLLN_FTFont.tagnum = -1 ;
49006   G__G__GLLN_TGLFontManager.tagnum = -1 ;
49007   G__G__GLLN_TGLFont.tagnum = -1 ;
49008   G__G__GLLN_TGLFontcLcLEMode.tagnum = -1 ;
49009   G__G__GLLN_TGLFontcLcLETextAlignH_e.tagnum = -1 ;
49010   G__G__GLLN_TGLFontcLcLETextAlignV_e.tagnum = -1 ;
49011   G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR.tagnum = -1 ;
49012   G__G__GLLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR.tagnum = -1 ;
49013   G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgR.tagnum = -1 ;
49014   G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgRcLcLiterator.tagnum = -1 ;
49015   G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgR.tagnum = -1 ;
49016   G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgRcLcLiterator.tagnum = -1 ;
49017   G__G__GLLN_TGLViewerBase.tagnum = -1 ;
49018   G__G__GLLN_TGTextEdit.tagnum = -1 ;
49019   G__G__GLLN_TGLAnnotation.tagnum = -1 ;
49020   G__G__GLLN_TGLAnnotationcLcLEDrag.tagnum = -1 ;
49021   G__G__GLLN_TGLAnnotationcLcLENameStack.tagnum = -1 ;
49022   G__G__GLLN_TStopwatch.tagnum = -1 ;
49023   G__G__GLLN_TGLAutoRotator.tagnum = -1 ;
49024   G__G__GLLN_TGLText.tagnum = -1 ;
49025   G__G__GLLN_TGLAxis.tagnum = -1 ;
49026   G__G__GLLN_TPMERegexp.tagnum = -1 ;
49027   G__G__GLLN_TGLAxisPainter.tagnum = -1 ;
49028   G__G__GLLN_pairlEfloatcOfloatgR.tagnum = -1 ;
49029   G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR.tagnum = -1 ;
49030   G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
49031   G__G__GLLN_pairlEfloatcOintgR.tagnum = -1 ;
49032   G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR.tagnum = -1 ;
49033   G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
49034   G__G__GLLN_TGLAxisPainterBox.tagnum = -1 ;
49035   G__G__GLLN_GLUquadric.tagnum = -1 ;
49036   G__G__GLLN_TGLBoxPainter.tagnum = -1 ;
49037   G__G__GLLN_TGLBoxPaintercLcLEBoxType.tagnum = -1 ;
49038   G__G__GLLN_TGLCameraGuide.tagnum = -1 ;
49039   G__G__GLLN_TGLCameracLcLEFrustumPlane.tagnum = -1 ;
49040   G__G__GLLN_TGLCameraOverlay.tagnum = -1 ;
49041   G__G__GLLN_TGLCameraOverlaycLcLEMode.tagnum = -1 ;
49042   G__G__GLLN_TGLPShapeRef.tagnum = -1 ;
49043   G__G__GLLN_TGLPhysicalShapecLcLEManip.tagnum = -1 ;
49044   G__G__GLLN_TGLManipSet.tagnum = -1 ;
49045   G__G__GLLN_TGLClip.tagnum = -1 ;
49046   G__G__GLLN_TGLClipcLcLEMode.tagnum = -1 ;
49047   G__G__GLLN_TGLClipPlane.tagnum = -1 ;
49048   G__G__GLLN_TGLClipBox.tagnum = -1 ;
49049   G__G__GLLN_TGLClipSet.tagnum = -1 ;
49050   G__G__GLLN_TGButton.tagnum = -1 ;
49051   G__G__GLLN_TGButtonGroup.tagnum = -1 ;
49052   G__G__GLLN_TGLClipSetSubEditor.tagnum = -1 ;
49053   G__G__GLLN_TGLClipSetEditor.tagnum = -1 ;
49054   G__G__GLLN_TGLContextIdentity.tagnum = -1 ;
49055   G__G__GLLN_TGLFormatcLcLEFormatOptions.tagnum = -1 ;
49056   G__G__GLLN_TGLContextPrivate.tagnum = -1 ;
49057   G__G__GLLN_TGLWidget.tagnum = -1 ;
49058   G__G__GLLN_pairlEunsignedsPintcOintgR.tagnum = -1 ;
49059   G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR.tagnum = -1 ;
49060   G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiterator.tagnum = -1 ;
49061   G__G__GLLN_listlETGLContextmUcOallocatorlETGLContextmUgRsPgR.tagnum = -1 ;
49062   G__G__GLLN_TBuffer3DTube.tagnum = -1 ;
49063   G__G__GLLN_TGLCylinder.tagnum = -1 ;
49064   G__G__GLLN_TGLLockable.tagnum = -1 ;
49065   G__G__GLLN_TGLLockablecLcLELock.tagnum = -1 ;
49066   G__G__GLLN_TGLSceneInfo.tagnum = -1 ;
49067   G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR.tagnum = -1 ;
49068   G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator.tagnum = -1 ;
49069   G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR.tagnum = -1 ;
49070   G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator.tagnum = -1 ;
49071   G__G__GLLN_reverse_iteratorlEvectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ;
49072   G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR.tagnum = -1 ;
49073   G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiterator.tagnum = -1 ;
49074   G__G__GLLN_reverse_iteratorlEvectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiteratorgR.tagnum = -1 ;
49075   G__G__GLLN_TGLStopwatch.tagnum = -1 ;
49076   G__G__GLLN_TGLSelectBuffer.tagnum = -1 ;
49077   G__G__GLLN_TGLRnrCtxcLcLEStyle.tagnum = -1 ;
49078   G__G__GLLN_TGLRnrCtxcLcLEPass.tagnum = -1 ;
49079   G__G__GLLN_TGLRnrCtxcLcLELODPresets.tagnum = -1 ;
49080   G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel.tagnum = -1 ;
49081   G__G__GLLN_listlETGLColorSetmUcOallocatorlETGLColorSetmUgRsPgR.tagnum = -1 ;
49082   G__G__GLLN_TGLSelectRecordBase.tagnum = -1 ;
49083   G__G__GLLN_TGLSelectRecordcLcLESecSelResult.tagnum = -1 ;
49084   G__G__GLLN_TBuffer3DSphere.tagnum = -1 ;
49085   G__G__GLLN_TGLPerspectiveCamera.tagnum = -1 ;
49086   G__G__GLLN_TGLOrthoCamera.tagnum = -1 ;
49087   G__G__GLLN_TGLOrthoCameracLcLEType.tagnum = -1 ;
49088   G__G__GLLN_TGEventHandler.tagnum = -1 ;
49089   G__G__GLLN_TGLRedrawTimer.tagnum = -1 ;
49090   G__G__GLLN_TGLViewerEditor.tagnum = -1 ;
49091   G__G__GLLN_TGLLightSet.tagnum = -1 ;
49092   G__G__GLLN_TGLPShapeObj.tagnum = -1 ;
49093   G__G__GLLN_TGLOutput.tagnum = -1 ;
49094   G__G__GLLN_TGLEventHandler.tagnum = -1 ;
49095   G__G__GLLN_TGLViewercLcLECameraType.tagnum = -1 ;
49096   G__G__GLLN_TGLViewercLcLESecSelType.tagnum = -1 ;
49097   G__G__GLLN_TGLViewercLcLEPushAction.tagnum = -1 ;
49098   G__G__GLLN_TGLViewercLcLEDragAction.tagnum = -1 ;
49099   G__G__GLLN_TGLFaderHelper.tagnum = -1 ;
49100   G__G__GLLN_TGLEmbeddedViewer.tagnum = -1 ;
49101   G__G__GLLN_RootCsg.tagnum = -1 ;
49102   G__G__GLLN_RootCsgcLcLTBaseMesh.tagnum = -1 ;
49103   G__G__GLLN_TGLFaceSet.tagnum = -1 ;
49104   G__G__GLLN_TGLFBO.tagnum = -1 ;
49105   G__G__GLLN_TGLPadPainter.tagnum = -1 ;
49106   G__G__GLLN_RglcLcLPad.tagnum = -1 ;
49107   G__G__GLLN_RglcLcLPadcLcLPolygonStippleSet.tagnum = -1 ;
49108   G__G__GLLN_RglcLcLPadcLcLMarkerPainter.tagnum = -1 ;
49109   G__G__GLLN_vectorlETPointcOallocatorlETPointgRsPgR.tagnum = -1 ;
49110   G__G__GLLN_reverse_iteratorlEvectorlETPointcOallocatorlETPointgRsPgRcLcLiteratorgR.tagnum = -1 ;
49111   G__G__GLLN_listlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgR.tagnum = -1 ;
49112   G__G__GLLN_RglcLcLPadcLcLTesselator.tagnum = -1 ;
49113   G__G__GLLN_RglcLcLPadcLcLGLLimits.tagnum = -1 ;
49114   G__G__GLLN_TMultiGraph.tagnum = -1 ;
49115   G__G__GLLN_TGraph.tagnum = -1 ;
49116   G__G__GLLN_TGLH2PolyPainter.tagnum = -1 ;
49117   G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgR.tagnum = -1 ;
49118   G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgRcLcLiterator.tagnum = -1 ;
49119   G__G__GLLN_TGLLegoPainter.tagnum = -1 ;
49120   G__G__GLLN_TGLLegoPaintercLcLELegoType.tagnum = -1 ;
49121   G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR.tagnum = -1 ;
49122   G__G__GLLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
49123   G__G__GLLN_TGLLightSetSubEditor.tagnum = -1 ;
49124   G__G__GLLN_TGLLightSetEditor.tagnum = -1 ;
49125   G__G__GLLN_TGLLightSetcLcLELight.tagnum = -1 ;
49126   G__G__GLLN_TGLManipSetcLcLEManip.tagnum = -1 ;
49127   G__G__GLLN_TGLOutputcLcLEFormat.tagnum = -1 ;
49128   G__G__GLLN_TGLOverlayButton.tagnum = -1 ;
49129   G__G__GLLN_TVirtualPadPainter.tagnum = -1 ;
49130   G__G__GLLN_TVirtualPadPaintercLcLEBoxMode.tagnum = -1 ;
49131   G__G__GLLN_TVirtualPadPaintercLcLETextMode.tagnum = -1 ;
49132   G__G__GLLN_TGLParametricEquationGL.tagnum = -1 ;
49133   G__G__GLLN_auto_ptrlETF2gR.tagnum = -1 ;
49134   G__G__GLLN_TGLParametricPlot.tagnum = -1 ;
49135   G__G__GLLN_TGLParametricPlotcLcLEMeshSize.tagnum = -1 ;
49136   G__G__GLLN_TGL2DArraylETGLParametricPlotcLcLVertex_tgR.tagnum = -1 ;
49137   G__G__GLLN_vectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgR.tagnum = -1 ;
49138   G__G__GLLN_reverse_iteratorlEvectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgRcLcLiteratorgR.tagnum = -1 ;
49139   G__G__GLLN_TGLPolyLine.tagnum = -1 ;
49140   G__G__GLLN_TGLPolyMarker.tagnum = -1 ;
49141   G__G__GLLN_TGRadioButton.tagnum = -1 ;
49142   G__G__GLLN_TGLPShapeObjEditor.tagnum = -1 ;
49143   G__G__GLLN_TGLPShapeObjEditorcLcLELightMode.tagnum = -1 ;
49144   G__G__GLLN_TGLRotateManip.tagnum = -1 ;
49145   G__G__GLLN_TGLSAViewer.tagnum = -1 ;
49146   G__G__GLLN_TGLSAFrame.tagnum = -1 ;
49147   G__G__GLLN_TGPopupMenu.tagnum = -1 ;
49148   G__G__GLLN_TGMenuBar.tagnum = -1 ;
49149   G__G__GLLN_TGLSAViewercLcLEGLSACommands.tagnum = -1 ;
49150   G__G__GLLN_TGLScaleManip.tagnum = -1 ;
49151   G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgR.tagnum = -1 ;
49152   G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgRcLcLiterator.tagnum = -1 ;
49153   G__G__GLLN_TGLSceneInfocLcLEClipTest.tagnum = -1 ;
49154   G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR.tagnum = -1 ;
49155   G__G__GLLN_pairlETObjectmUcOTGLLogicalShapemUgR.tagnum = -1 ;
49156   G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgRcLcLiterator.tagnum = -1 ;
49157   G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgR.tagnum = -1 ;
49158   G__G__GLLN_pairlEunsignedsPintcOTGLPhysicalShapemUgR.tagnum = -1 ;
49159   G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgRcLcLiterator.tagnum = -1 ;
49160   G__G__GLLN_TGLScenecLcLDrawElement_t.tagnum = -1 ;
49161   G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR.tagnum = -1 ;
49162   G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiterator.tagnum = -1 ;
49163   G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiteratorgR.tagnum = -1 ;
49164   G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR.tagnum = -1 ;
49165   G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiterator.tagnum = -1 ;
49166   G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiteratorgR.tagnum = -1 ;
49167   G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgR.tagnum = -1 ;
49168   G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiterator.tagnum = -1 ;
49169   G__G__GLLN_reverse_iteratorlEvectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiteratorgR.tagnum = -1 ;
49170   G__G__GLLN_TGLScenecLcLTSceneInfo.tagnum = -1 ;
49171   G__G__GLLN_maplETClassmUcOunsignedsPintcOlesslETClassmUgRcOallocatorlEpairlETClassmUsPconstcOunsignedsPintgRsPgRsPgR.tagnum = -1 ;
49172   G__G__GLLN_TGLScenePad.tagnum = -1 ;
49173   G__G__GLLN_pairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgR.tagnum = -1 ;
49174   G__G__GLLN_vectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgR.tagnum = -1 ;
49175   G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
49176   G__G__GLLN_pairlEunsignedsPintcOunsignedsPintmUgR.tagnum = -1 ;
49177   G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR.tagnum = -1 ;
49178   G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
49179   G__G__GLLN_TGLSphere.tagnum = -1 ;
49180   G__G__GLLN_TRandom.tagnum = -1 ;
49181   G__G__GLLN_TGLSurfacePainter.tagnum = -1 ;
49182   G__G__GLLN_TGLSurfacePaintercLcLESurfaceType.tagnum = -1 ;
49183   G__G__GLLN_TGL2DArraylETGLVertex3gR.tagnum = -1 ;
49184   G__G__GLLN_vectorlETGLVertex3cOallocatorlETGLVertex3gRsPgR.tagnum = -1 ;
49185   G__G__GLLN_reverse_iteratorlEvectorlETGLVertex3cOallocatorlETGLVertex3gRsPgRcLcLiteratorgR.tagnum = -1 ;
49186   G__G__GLLN_TGL2DArraylEpairlETGLVector3cOTGLVector3gRsPgR.tagnum = -1 ;
49187   G__G__GLLN_vectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgR.tagnum = -1 ;
49188   G__G__GLLN_reverse_iteratorlEvectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
49189   G__G__GLLN_TGL2DArraylETGLVector3gR.tagnum = -1 ;
49190   G__G__GLLN_vectorlETGLVector3cOallocatorlETGLVector3gRsPgR.tagnum = -1 ;
49191   G__G__GLLN_reverse_iteratorlEvectorlETGLVector3cOallocatorlETGLVector3gRsPgRcLcLiteratorgR.tagnum = -1 ;
49192   G__G__GLLN_TGLSurfacePaintercLcLProjection_t.tagnum = -1 ;
49193   G__G__GLLN_listlETGLSurfacePaintercLcLProjection_tcOallocatorlETGLSurfacePaintercLcLProjection_tgRsPgR.tagnum = -1 ;
49194   G__G__GLLN_RglcLcLMc.tagnum = -1 ;
49195   G__G__GLLN_vectorlEfloatcOallocatorlEfloatgRsPgR.tagnum = -1 ;
49196   G__G__GLLN_reverse_iteratorlEvectorlEfloatcOallocatorlEfloatgRsPgRcLcLiteratorgR.tagnum = -1 ;
49197   G__G__GLLN_TGLTF3Painter.tagnum = -1 ;
49198   G__G__GLLN_TGLTF3PaintercLcLETF3Style.tagnum = -1 ;
49199   G__G__GLLN_RglcLcLMccLcLTIsoMeshlEdoublegR.tagnum = -1 ;
49200   G__G__GLLN_TGLIsoPainter.tagnum = -1 ;
49201   G__G__GLLN_RglcLcLMccLcLTIsoMeshlEfloatgR.tagnum = -1 ;
49202   G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgR.tagnum = -1 ;
49203   G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgRcLcLiterator.tagnum = -1 ;
49204   G__G__GLLN_TArrayC.tagnum = -1 ;
49205   G__G__GLLN_TVectorTlEfloatgR.tagnum = -1 ;
49206   G__G__GLLN_TVectorTlEdoublegR.tagnum = -1 ;
49207   G__G__GLLN_TAtt3D.tagnum = -1 ;
49208   G__G__GLLN_TH3C.tagnum = -1 ;
49209   G__G__GLLN_TGLTH3CompositionPainter.tagnum = -1 ;
49210   G__G__GLLN_TGLTH3CompositioncLcLETH3BinShape.tagnum = -1 ;
49211   G__G__GLLN_pairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegR.tagnum = -1 ;
49212   G__G__GLLN_vectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgR.tagnum = -1 ;
49213   G__G__GLLN_reverse_iteratorlEvectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgRcLcLiteratorgR.tagnum = -1 ;
49214   G__G__GLLN_TGLTransManip.tagnum = -1 ;
49215   G__G__GLLN_TGComboBox.tagnum = -1 ;
49216   G__G__GLLN_pairlEvoidmUcOvoidmUgR.tagnum = -1 ;
49217   G__G__GLLN_setlETGLContextmUcOlesslETGLContextmUgRcOallocatorlETGLContextmUgRsPgR.tagnum = -1 ;
49218   G__G__GLLN_TH2GL.tagnum = -1 ;
49219   G__G__GLLN_TH3GL.tagnum = -1 ;
49220   G__G__GLLN_TPointSet3DGL.tagnum = -1 ;
49221   G__G__GLLN_TX11GLManager.tagnum = -1 ;
49222   G__G__GLLN_TX11GLManagercLcLTX11GLImpl.tagnum = -1 ;
49223   G__G__GLLN_TX11GLManagercLcLTGLContext_t.tagnum = -1 ;
49224 }
49225 
49226 
49227 extern "C" void G__cpp_setup_tagtableG__GL() {
49228 
49229    /* Setting up class,struct,union tag entry */
49230    G__get_linked_tagnum_fwd(&G__G__GLLN_TClass);
49231    G__get_linked_tagnum_fwd(&G__G__GLLN_TBuffer);
49232    G__get_linked_tagnum_fwd(&G__G__GLLN_TMemberInspector);
49233    G__get_linked_tagnum_fwd(&G__G__GLLN_TObject);
49234    G__get_linked_tagnum_fwd(&G__G__GLLN_TNamed);
49235    G__get_linked_tagnum_fwd(&G__G__GLLN_TString);
49236    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
49237    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
49238    G__get_linked_tagnum_fwd(&G__G__GLLN_TList);
49239    G__get_linked_tagnum_fwd(&G__G__GLLN_TObjArray);
49240    G__get_linked_tagnum_fwd(&G__G__GLLN_TTimer);
49241    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
49242    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
49243    G__get_linked_tagnum_fwd(&G__G__GLLN_TPoint);
49244    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TArcBall),sizeof(TArcBall),-1,3840,"ArcBall manipulator",G__setup_memvarTArcBall,G__setup_memfuncTArcBall);
49245    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLBoundingBox),sizeof(TGLBoundingBox),-1,36608,"a 3D orientated bounding box",G__setup_memvarTGLBoundingBox,G__setup_memfuncTGLBoundingBox);
49246    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLCamera),sizeof(TGLCamera),-1,36614,"Camera abstract base class.",G__setup_memvarTGLCamera,G__setup_memfuncTGLCamera);
49247    G__get_linked_tagnum_fwd(&G__G__GLLN_TAttMarker);
49248    G__get_linked_tagnum_fwd(&G__G__GLLN_TAttLine);
49249    G__get_linked_tagnum_fwd(&G__G__GLLN_GLUtesselator);
49250    G__get_linked_tagnum_fwd(&G__G__GLLN_EOverlap);
49251    G__get_linked_tagnum_fwd(&G__G__GLLN_EClipType);
49252    G__get_linked_tagnum_fwd(&G__G__GLLN_EGLCoordType);
49253    G__get_linked_tagnum_fwd(&G__G__GLLN_EGLPlotType);
49254    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLVector3),sizeof(TGLVector3),-1,36608,"GL 3 component vector helper/wrapper class",G__setup_memvarTGLVector3,G__setup_memfuncTGLVector3);
49255    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLVertex3),sizeof(TGLVertex3),-1,36608,"GL 3 component vertex helper/wrapper class",G__setup_memvarTGLVertex3,G__setup_memfuncTGLVertex3);
49256    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLine3),sizeof(TGLLine3),-1,33792,"GL line wrapper class",G__setup_memvarTGLLine3,G__setup_memfuncTGLLine3);
49257    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLRect),sizeof(TGLRect),-1,34048,"GL rect helper/wrapper class",G__setup_memvarTGLRect,G__setup_memfuncTGLRect);
49258    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPlane),sizeof(TGLPlane),-1,34560,"GL plane helper/wrapper class",G__setup_memvarTGLPlane,G__setup_memfuncTGLPlane);
49259    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLPlanecOallocatorlETGLPlanegRsPgR);
49260    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETGLPlanecOallocatorlETGLPlanegRsPgRcLcLiteratorgR);
49261    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEboolcOTGLLine3gR);
49262    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEboolcOTGLVertex3gR);
49263    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLMatrix),sizeof(TGLMatrix),-1,36608,"GL matrix helper/wrapper class",G__setup_memvarTGLMatrix,G__setup_memfuncTGLMatrix);
49264    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLColor),sizeof(TGLColor),-1,36096,"Color in preferred GL format - RGBA.",G__setup_memvarTGLColor,G__setup_memfuncTGLColor);
49265    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLColorSet),sizeof(TGLColorSet),-1,3328,"Collection of colors used for GL rendering.",G__setup_memvarTGLColorSet,G__setup_memfuncTGLColorSet);
49266    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLUtil),sizeof(TGLUtil),-1,3584,"Wrapper class for misc GL pieces",G__setup_memvarTGLUtil,G__setup_memfuncTGLUtil);
49267    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLUtilcLcLTColorLocker),sizeof(TGLUtil::TColorLocker),-1,1280,"Lock/unlock color in constructor/destructor.",G__setup_memvarTGLUtilcLcLTColorLocker,G__setup_memfuncTGLUtilcLcLTColorLocker);
49268    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLUtilcLcLTDrawQualityModifier),sizeof(TGLUtil::TDrawQualityModifier),-1,33792,"Set/restore draw quality in constructor/destructor.",G__setup_memvarTGLUtilcLcLTDrawQualityModifier,G__setup_memfuncTGLUtilcLcLTDrawQualityModifier);
49269    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLUtilcLcLTDrawQualityScaler),sizeof(TGLUtil::TDrawQualityScaler),-1,33792,"Multiply/restore draw quality in constructor/destructor.",G__setup_memvarTGLUtilcLcLTDrawQualityScaler,G__setup_memfuncTGLUtilcLcLTDrawQualityScaler);
49270    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLUtilcLcLELineHeadShape);
49271    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLUtilcLcLEAxesType);
49272    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSelectionBuffer),sizeof(TGLSelectionBuffer),-1,3840,"Holds color buffer content for selection",G__setup_memvarTGLSelectionBuffer,G__setup_memfuncTGLSelectionBuffer);
49273    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgR);
49274    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPcharcOallocatorlEunsignedsPchargRsPgRcLcLiteratorgR);
49275    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPlotCoordinates),sizeof(TGLPlotCoordinates),-1,3840,"Auxilary class, holds plot dimensions.",G__setup_memvarTGLPlotCoordinates,G__setup_memfuncTGLPlotCoordinates);
49276    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLQuadric),sizeof(TGLQuadric),-1,3840,"GL quadric object",G__setup_memvarTGLQuadric,G__setup_memfuncTGLQuadric);
49277    G__get_linked_tagnum_fwd(&G__G__GLLN_TAxis);
49278    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_Rgl),0,-1,0,(char*)NULL,G__setup_memvarRgl,G__setup_memfuncRgl);
49279    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEintcOintgR);
49280    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEdoublecOdoublegR);
49281    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEdoublecOallocatorlEdoublegRsPgR);
49282    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR);
49283    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLevelPalette);
49284    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLBoundingBoxcLcLEFace);
49285    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR);
49286    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR);
49287    G__get_linked_tagnum_fwd(&G__G__GLLN_TBuffer3D);
49288    G__get_linked_tagnum_fwd(&G__G__GLLN_TContextMenu);
49289    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPhysicalShape),sizeof(TGLPhysicalShape),-1,36352,"a physical (placed, global frame) drawable object",G__setup_memvarTGLPhysicalShape,G__setup_memfuncTGLPhysicalShape);
49290    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLRnrCtx),sizeof(TGLRnrCtx),-1,298496,"Collection of objects and data passes along all rendering calls.",G__setup_memvarTGLRnrCtx,G__setup_memfuncTGLRnrCtx);
49291    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSelectRecord),sizeof(TGLSelectRecord),-1,298752,"Standard GL selection record.",G__setup_memvarTGLSelectRecord,G__setup_memfuncTGLSelectRecord);
49292    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLViewer),sizeof(TGLViewer),-1,327168,"Standard ROOT GL viewer.",G__setup_memvarTGLViewer,G__setup_memfuncTGLViewer);
49293    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSceneBase),sizeof(TGLSceneBase),-1,265985,"Base-class for OpenGL scenes.",G__setup_memvarTGLSceneBase,G__setup_memfuncTGLSceneBase);
49294    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLScene),sizeof(TGLScene),-1,265984,"Standard ROOT OpenGL scene with logial/physical shapes.",G__setup_memvarTGLScene,G__setup_memfuncTGLScene);
49295    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLogicalShape),sizeof(TGLLogicalShape),-1,36609,"a logical (non-placed, local frame) drawable object",G__setup_memvarTGLLogicalShape,G__setup_memfuncTGLLogicalShape);
49296    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLogicalShapecLcLELODAxes);
49297    G__get_linked_tagnum_fwd(&G__G__GLLN_TMap);
49298    G__get_linked_tagnum_fwd(&G__G__GLLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
49299    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLObject),sizeof(TGLObject),-1,296195,"Base-class for direct OpenGL renderers",G__setup_memvarTGLObject,G__setup_memfuncTGLObject);
49300    G__get_linked_tagnum_fwd(&G__G__GLLN_Event_t);
49301    G__get_linked_tagnum_fwd(&G__G__GLLN_TVirtualViewer3D);
49302    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLManip),sizeof(TGLManip),-1,36609,"abstract base GL manipulator widget",G__setup_memvarTGLManip,G__setup_memfuncTGLManip);
49303    G__get_linked_tagnum_fwd(&G__G__GLLN_TVirtualGLPainter);
49304    G__get_linked_tagnum_fwd(&G__G__GLLN_TVirtualGLManip);
49305    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLManager);
49306    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLContext),sizeof(TGLContext),-1,36352,"Control internal gl-context resources.",G__setup_memvarTGLContext,G__setup_memfuncTGLContext);
49307    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFormat),sizeof(TGLFormat),-1,34048,"Describes GL buffer format.",G__setup_memvarTGLFormat,G__setup_memfuncTGLFormat);
49308    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPaintDevice);
49309    G__get_linked_tagnum_fwd(&G__G__GLLN_TColor);
49310    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPlotBox),sizeof(TGLPlotBox),-1,33792,"Back box for plot.",G__setup_memvarTGLPlotBox,G__setup_memfuncTGLPlotBox);
49311    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPlotCamera),sizeof(TGLPlotCamera),-1,265984,"Camera for plot-painters.",G__setup_memvarTGLPlotCamera,G__setup_memfuncTGLPlotCamera);
49312    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGL5DDataSet),sizeof(TGL5DDataSet),-1,64000,"Class to read data from TTree and create TGL5DPainter.",G__setup_memvarTGL5DDataSet,G__setup_memfuncTGL5DDataSet);
49313    G__get_linked_tagnum_fwd(&G__G__GLLN_TH1);
49314    G__get_linked_tagnum_fwd(&G__G__GLLN_TH3);
49315    G__get_linked_tagnum_fwd(&G__G__GLLN_TF3);
49316    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLBoxCut),sizeof(TGLBoxCut),-1,33792,"Cuts away part of a plot.",G__setup_memvarTGLBoxCut,G__setup_memfuncTGLBoxCut);
49317    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLTH3Slice),sizeof(TGLTH3Slice),-1,61440,"TH3 slice",G__setup_memvarTGLTH3Slice,G__setup_memfuncTGLTH3Slice);
49318    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLTH3SlicecLcLESliceAxis);
49319    G__get_linked_tagnum_fwd(&G__G__GLLN_TGL2DArraylEdoublegR);
49320    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPlotPainter),sizeof(TGLPlotPainter),-1,32780,"Base for gl plots",G__setup_memvarTGLPlotPainter,G__setup_memfuncTGLPlotPainter);
49321    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPlotPaintercLcLESelectionBase);
49322    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPlotPaintercLcLECutAxisID);
49323    G__get_linked_tagnum_fwd(&G__G__GLLN_TH2Poly);
49324    G__get_linked_tagnum_fwd(&G__G__GLLN_TVirtualPad);
49325    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPlot3D),sizeof(TGLPlot3D),-1,298755,"Short description.",G__setup_memvarTGLPlot3D,G__setup_memfuncTGLPlot3D);
49326    G__get_linked_tagnum_fwd(&G__G__GLLN_TF2);
49327    G__get_linked_tagnum_fwd(&G__G__GLLN_TH2);
49328    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TF2GL),sizeof(TF2GL),-1,298752,"GL renderer for TF2 and TF3.",G__setup_memvarTF2GL,G__setup_memfuncTF2GL);
49329    G__get_linked_tagnum_fwd(&G__G__GLLN_TGObject);
49330    G__get_linked_tagnum_fwd(&G__G__GLLN_TQObject);
49331    G__get_linked_tagnum_fwd(&G__G__GLLN_TGWindow);
49332    G__get_linked_tagnum_fwd(&G__G__GLLN_TAttFill);
49333    G__get_linked_tagnum_fwd(&G__G__GLLN_TAttText);
49334    G__get_linked_tagnum_fwd(&G__G__GLLN_TGFrame);
49335    G__get_linked_tagnum_fwd(&G__G__GLLN_TGCompositeFrame);
49336    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLayoutHints);
49337    G__get_linked_tagnum_fwd(&G__G__GLLN_TGTextButton);
49338    G__get_linked_tagnum_fwd(&G__G__GLLN_TGVerticalFrame);
49339    G__get_linked_tagnum_fwd(&G__G__GLLN_TGMainFrame);
49340    G__get_linked_tagnum_fwd(&G__G__GLLN_TGGroupFrame);
49341    G__get_linked_tagnum_fwd(&G__G__GLLN_TGToolTip);
49342    G__get_linked_tagnum_fwd(&G__G__GLLN_TGedEditor);
49343    G__get_linked_tagnum_fwd(&G__G__GLLN_TGedFrame);
49344    G__get_linked_tagnum_fwd(&G__G__GLLN_TGNumberEntryField);
49345    G__get_linked_tagnum_fwd(&G__G__GLLN_TGDoubleHSlider);
49346    G__get_linked_tagnum_fwd(&G__G__GLLN_TGNumberEntry);
49347    G__get_linked_tagnum_fwd(&G__G__GLLN_TGCheckButton);
49348    G__get_linked_tagnum_fwd(&G__G__GLLN_TGColorSelect);
49349    G__get_linked_tagnum_fwd(&G__G__GLLN_TGL5DPainter);
49350    G__get_linked_tagnum_fwd(&G__G__GLLN_TGListBox);
49351    G__get_linked_tagnum_fwd(&G__G__GLLN_TGHSlider);
49352    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGL5DDataSetEditor),sizeof(TGL5DDataSetEditor),-1,65280,"GUI for editing OpenGL 5D Viewer attributes",G__setup_memvarTGL5DDataSetEditor,G__setup_memfuncTGL5DDataSetEditor);
49353    G__get_linked_tagnum_fwd(&G__G__GLLN_TGL5DDataSetEditorcLcLTGL5DEditorPrivate);
49354    G__get_linked_tagnum_fwd(&G__G__GLLN_TF1);
49355    G__get_linked_tagnum_fwd(&G__G__GLLN_TVirtualHistPainter);
49356    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLParametricEquation),sizeof(TGLParametricEquation),-1,64000,"Equation of parametric surface.",G__setup_memvarTGLParametricEquation,G__setup_memfuncTGLParametricEquation);
49357    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLTH3Composition),sizeof(TGLTH3Composition),-1,64256,"Composition of TH3 objects.",G__setup_memvarTGLTH3Composition,G__setup_memfuncTGLTH3Composition);
49358    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLHistPainter),sizeof(TGLHistPainter),-1,64000,"Proxy class for GL hist painters.",G__setup_memvarTGLHistPainter,G__setup_memfuncTGLHistPainter);
49359    G__get_linked_tagnum_fwd(&G__G__GLLN_auto_ptrlETVirtualHistPaintergR);
49360    G__get_linked_tagnum_fwd(&G__G__GLLN_auto_ptrlETGLPlotPaintergR);
49361    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLHistPaintercLcLPlotOption_t);
49362    G__get_linked_tagnum_fwd(&G__G__GLLN_TAttAxis);
49363    G__get_linked_tagnum_fwd(&G__G__GLLN_TArray);
49364    G__get_linked_tagnum_fwd(&G__G__GLLN_TTree);
49365    G__get_linked_tagnum_fwd(&G__G__GLLN_TGL5DDataSetcLcLEdefaults);
49366    G__get_linked_tagnum_fwd(&G__G__GLLN_auto_ptrlETGLHistPaintergR);
49367    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLAdapter),sizeof(TGLAdapter),-1,2816,"Allow plot-painters to be used for gl-inpad and gl-viewer.",G__setup_memvarTGLAdapter,G__setup_memfuncTGLAdapter);
49368    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOvlSelectRecord),sizeof(TGLOvlSelectRecord),-1,298752,"Standard GL overlay-selection record.",G__setup_memvarTGLOvlSelectRecord,G__setup_memfuncTGLOvlSelectRecord);
49369    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOverlayElement),sizeof(TGLOverlayElement),-1,265985,"Base class for GL overlay elements.",G__setup_memvarTGLOverlayElement,G__setup_memfuncTGLOverlayElement);
49370    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOverlayElementcLcLERole);
49371    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOverlayElementcLcLEState);
49372    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOverlayList),sizeof(TGLOverlayList),-1,265984,"Collection of overlay elements to draw/select together.",G__setup_memvarTGLOverlayList,G__setup_memfuncTGLOverlayList);
49373    G__get_linked_tagnum_fwd(&G__G__GLLN_listlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR);
49374    G__get_linked_tagnum_fwd(&G__G__GLLN_FTFont);
49375    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFontManager),sizeof(TGLFontManager),-1,3840,"A FreeType GL font manager.",G__setup_memvarTGLFontManager,G__setup_memfuncTGLFontManager);
49376    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFont),sizeof(TGLFont),-1,36608,"A wrapper class for FTFont.",G__setup_memvarTGLFont,G__setup_memfuncTGLFont);
49377    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFontcLcLEMode);
49378    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFontcLcLETextAlignH_e);
49379    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFontcLcLETextAlignV_e);
49380    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEintcOallocatorlEintgRsPgR);
49381    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR);
49382    G__get_linked_tagnum_fwd(&G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgR);
49383    G__get_linked_tagnum_fwd(&G__G__GLLN_maplETGLFontcOintcOlesslETGLFontgRcOallocatorlEpairlEconstsPTGLFontcOintgRsPgRsPgRcLcLiterator);
49384    G__get_linked_tagnum_fwd(&G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgR);
49385    G__get_linked_tagnum_fwd(&G__G__GLLN_listlEconstsPTGLFontmUcOallocatorlEconstsPTGLFontmUgRsPgRcLcLiterator);
49386    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLViewerBase),sizeof(TGLViewerBase),-1,265984,"GL Viewer base-class.",G__setup_memvarTGLViewerBase,G__setup_memfuncTGLViewerBase);
49387    G__get_linked_tagnum_fwd(&G__G__GLLN_TGTextEdit);
49388    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLAnnotation),sizeof(TGLAnnotation),-1,298496,"GL-annotation.",G__setup_memvarTGLAnnotation,G__setup_memfuncTGLAnnotation);
49389    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLAnnotationcLcLEDrag);
49390    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLAnnotationcLcLENameStack);
49391    G__get_linked_tagnum_fwd(&G__G__GLLN_TStopwatch);
49392    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLAutoRotator),sizeof(TGLAutoRotator),-1,327168,"Short description.",G__setup_memvarTGLAutoRotator,G__setup_memfuncTGLAutoRotator);
49393    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLText),sizeof(TGLText),-1,36608,"a GL text",G__setup_memvarTGLText,G__setup_memfuncTGLText);
49394    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLAxis),sizeof(TGLAxis),-1,36608,"a GL Axis",G__setup_memvarTGLAxis,G__setup_memfuncTGLAxis);
49395    G__get_linked_tagnum_fwd(&G__G__GLLN_TPMERegexp);
49396    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLAxisPainter),sizeof(TGLAxisPainter),-1,265984,"GL axis painter.",G__setup_memvarTGLAxisPainter,G__setup_memfuncTGLAxisPainter);
49397    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEfloatcOfloatgR);
49398    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgR);
49399    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOfloatgRcOallocatorlEpairlEfloatcOfloatgRsPgRsPgRcLcLiteratorgR);
49400    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEfloatcOintgR);
49401    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgR);
49402    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEfloatcOintgRcOallocatorlEpairlEfloatcOintgRsPgRsPgRcLcLiteratorgR);
49403    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLAxisPainterBox),sizeof(TGLAxisPainterBox),-1,263424,"Painter of GL axes for a 3D box.",G__setup_memvarTGLAxisPainterBox,G__setup_memfuncTGLAxisPainterBox);
49404    G__get_linked_tagnum_fwd(&G__G__GLLN_GLUquadric);
49405    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLBoxPainter),sizeof(TGLBoxPainter),-1,35328,"Box painter",G__setup_memvarTGLBoxPainter,G__setup_memfuncTGLBoxPainter);
49406    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLBoxPaintercLcLEBoxType);
49407    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLCameraGuide),sizeof(TGLCameraGuide),-1,36352,"Short description.",G__setup_memvarTGLCameraGuide,G__setup_memfuncTGLCameraGuide);
49408    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLCameracLcLEFrustumPlane);
49409    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLCameraOverlay),sizeof(TGLCameraOverlay),-1,3840,"Show coorinates of current camera frustum.",G__setup_memvarTGLCameraOverlay,G__setup_memfuncTGLCameraOverlay);
49410    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLCameraOverlaycLcLEMode);
49411    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPShapeRef),sizeof(TGLPShapeRef),-1,298752,"Reference to a TGLPhysicalShape object.",G__setup_memvarTGLPShapeRef,G__setup_memfuncTGLPShapeRef);
49412    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPhysicalShapecLcLEManip);
49413    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLManipSet),sizeof(TGLManipSet),-1,36608,"A collection of available manipulators.",G__setup_memvarTGLManipSet,G__setup_memfuncTGLManipSet);
49414    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLClip),sizeof(TGLClip),-1,295938,"abstract clipping object",G__setup_memvarTGLClip,G__setup_memfuncTGLClip);
49415    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLClipcLcLEMode);
49416    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLClipPlane),sizeof(TGLClipPlane),-1,296192,"clipping plane",G__setup_memvarTGLClipPlane,G__setup_memfuncTGLClipPlane);
49417    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLClipBox),sizeof(TGLClipBox),-1,296192,"clipping box",G__setup_memvarTGLClipBox,G__setup_memfuncTGLClipBox);
49418    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLClipSet),sizeof(TGLClipSet),-1,265984,"A collection of supported clip-objects",G__setup_memvarTGLClipSet,G__setup_memfuncTGLClipSet);
49419    G__get_linked_tagnum_fwd(&G__G__GLLN_TGButton);
49420    G__get_linked_tagnum_fwd(&G__G__GLLN_TGButtonGroup);
49421    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLClipSetSubEditor),sizeof(TGLClipSetSubEditor),-1,327168,"Sub-editor for TGLClipSet.",G__setup_memvarTGLClipSetSubEditor,G__setup_memfuncTGLClipSetSubEditor);
49422    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLClipSetEditor),sizeof(TGLClipSetEditor),-1,327424,"GUI editor for TGLClipSet.",G__setup_memvarTGLClipSetEditor,G__setup_memfuncTGLClipSetEditor);
49423    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLContextIdentity),sizeof(TGLContextIdentity),-1,1280,"Identity of a shared GL context.",G__setup_memvarTGLContextIdentity,G__setup_memfuncTGLContextIdentity);
49424    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFormatcLcLEFormatOptions);
49425    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLContextPrivate);
49426    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLWidget),sizeof(TGLWidget),-1,65024,"Window (widget) version of TGLPaintDevice",G__setup_memvarTGLWidget,G__setup_memfuncTGLWidget);
49427    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEunsignedsPintcOintgR);
49428    G__get_linked_tagnum_fwd(&G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR);
49429    G__get_linked_tagnum_fwd(&G__G__GLLN_listlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiterator);
49430    G__get_linked_tagnum_fwd(&G__G__GLLN_listlETGLContextmUcOallocatorlETGLContextmUgRsPgR);
49431    G__get_linked_tagnum_fwd(&G__G__GLLN_TBuffer3DTube);
49432    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLCylinder),sizeof(TGLCylinder),-1,33792,"a cylinderical logical shape",G__setup_memvarTGLCylinder,G__setup_memfuncTGLCylinder);
49433    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLockable),sizeof(TGLLockable),-1,3840,"Lock for viewers and scenes.",G__setup_memvarTGLLockable,G__setup_memfuncTGLLockable);
49434    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLockablecLcLELock);
49435    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSceneInfo),sizeof(TGLSceneInfo),-1,265984,"Data about a scene within a viewer context.",G__setup_memvarTGLSceneInfo,G__setup_memfuncTGLSceneInfo);
49436    G__get_linked_tagnum_fwd(&G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR);
49437    G__get_linked_tagnum_fwd(&G__G__GLLN_listlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator);
49438    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgR);
49439    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiterator);
49440    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETGLSceneInfomUcOallocatorlETGLSceneInfomUgRsPgRcLcLiteratorgR);
49441    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgR);
49442    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiterator);
49443    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETGLOverlayElementmUcOallocatorlETGLOverlayElementmUgRsPgRcLcLiteratorgR);
49444    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLStopwatch),sizeof(TGLStopwatch),-1,1280,"a GL stopwatch utility class",G__setup_memvarTGLStopwatch,G__setup_memfuncTGLStopwatch);
49445    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSelectBuffer),sizeof(TGLSelectBuffer),-1,263424,"OpenGL select buffer with depth sorting.",G__setup_memvarTGLSelectBuffer,G__setup_memfuncTGLSelectBuffer);
49446    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLRnrCtxcLcLEStyle);
49447    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLRnrCtxcLcLEPass);
49448    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLRnrCtxcLcLELODPresets);
49449    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLRnrCtxcLcLEShapeSelectionLevel);
49450    G__get_linked_tagnum_fwd(&G__G__GLLN_listlETGLColorSetmUcOallocatorlETGLColorSetmUgRsPgR);
49451    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSelectRecordBase),sizeof(TGLSelectRecordBase),-1,298752,"Base class for GL selection records.",G__setup_memvarTGLSelectRecordBase,G__setup_memfuncTGLSelectRecordBase);
49452    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSelectRecordcLcLESecSelResult);
49453    G__get_linked_tagnum_fwd(&G__G__GLLN_TBuffer3DSphere);
49454    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPerspectiveCamera),sizeof(TGLPerspectiveCamera),-1,33792,"Camera for perspective view.",G__setup_memvarTGLPerspectiveCamera,G__setup_memfuncTGLPerspectiveCamera);
49455    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOrthoCamera),sizeof(TGLOrthoCamera),-1,33792,"Camera for orthographic view.",G__setup_memvarTGLOrthoCamera,G__setup_memfuncTGLOrthoCamera);
49456    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOrthoCameracLcLEType);
49457    G__get_linked_tagnum_fwd(&G__G__GLLN_TGEventHandler);
49458    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLRedrawTimer);
49459    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLViewerEditor),sizeof(TGLViewerEditor),-1,327424,"GUI for editing TGLViewer attributes",G__setup_memvarTGLViewerEditor,G__setup_memfuncTGLViewerEditor);
49460    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLightSet),sizeof(TGLLightSet),-1,294656,"A set of OpenGL lights.",G__setup_memvarTGLLightSet,G__setup_memfuncTGLLightSet);
49461    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPShapeObj),sizeof(TGLPShapeObj),-1,327424,"This object wraps TGLPhysicalShape (not a TObject)",G__setup_memvarTGLPShapeObj,G__setup_memfuncTGLPShapeObj);
49462    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOutput),sizeof(TGLOutput),-1,1024,"Wrapper class for GL capture & output routines",G__setup_memvarTGLOutput,G__setup_memfuncTGLOutput);
49463    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLEventHandler),sizeof(TGLEventHandler),-1,62464,"Base-class and default implementation of event-handler for TGLViewer.",G__setup_memvarTGLEventHandler,G__setup_memfuncTGLEventHandler);
49464    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLViewercLcLECameraType);
49465    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLViewercLcLESecSelType);
49466    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLViewercLcLEPushAction);
49467    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLViewercLcLEDragAction);
49468    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFaderHelper),sizeof(TGLFaderHelper),-1,298752,(char*)NULL,G__setup_memvarTGLFaderHelper,G__setup_memfuncTGLFaderHelper);
49469    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLEmbeddedViewer),sizeof(TGLEmbeddedViewer),-1,65024,"Embedded GL viewer.",G__setup_memvarTGLEmbeddedViewer,G__setup_memfuncTGLEmbeddedViewer);
49470    G__get_linked_tagnum_fwd(&G__G__GLLN_RootCsg);
49471    G__get_linked_tagnum_fwd(&G__G__GLLN_RootCsgcLcLTBaseMesh);
49472    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFaceSet),sizeof(TGLFaceSet),-1,32768,"a faceset logical shape",G__setup_memvarTGLFaceSet,G__setup_memfuncTGLFaceSet);
49473    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLFBO),sizeof(TGLFBO),-1,265984,"Frame-buffer object.",G__setup_memvarTGLFBO,G__setup_memfuncTGLFBO);
49474    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPadPainter),sizeof(TGLPadPainter),-1,2816,(char*)NULL,G__setup_memvarTGLPadPainter,G__setup_memfuncTGLPadPainter);
49475    G__get_linked_tagnum_fwd(&G__G__GLLN_RglcLcLPad);
49476    G__get_linked_tagnum_fwd(&G__G__GLLN_RglcLcLPadcLcLPolygonStippleSet);
49477    G__get_linked_tagnum_fwd(&G__G__GLLN_RglcLcLPadcLcLMarkerPainter);
49478    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETPointcOallocatorlETPointgRsPgR);
49479    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETPointcOallocatorlETPointgRsPgRcLcLiteratorgR);
49480    G__get_linked_tagnum_fwd(&G__G__GLLN_listlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgR);
49481    G__get_linked_tagnum_fwd(&G__G__GLLN_RglcLcLPadcLcLTesselator);
49482    G__get_linked_tagnum_fwd(&G__G__GLLN_RglcLcLPadcLcLGLLimits);
49483    G__get_linked_tagnum_fwd(&G__G__GLLN_TMultiGraph);
49484    G__get_linked_tagnum_fwd(&G__G__GLLN_TGraph);
49485    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLH2PolyPainter),sizeof(TGLH2PolyPainter),-1,32768,"Painter class for TH2Poly.",G__setup_memvarTGLH2PolyPainter,G__setup_memfuncTGLH2PolyPainter);
49486    G__get_linked_tagnum_fwd(&G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgR);
49487    G__get_linked_tagnum_fwd(&G__G__GLLN_listlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRcOallocatorlElistlERglcLcLPadcLcLMeshPatch_tcOallocatorlERglcLcLPadcLcLMeshPatch_tgRsPgRsPgRsPgRcLcLiterator);
49488    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLegoPainter),sizeof(TGLLegoPainter),-1,35328,"Lego painter",G__setup_memvarTGLLegoPainter,G__setup_memfuncTGLLegoPainter);
49489    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLegoPaintercLcLELegoType);
49490    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgR);
49491    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEdoublecOdoublegRcOallocatorlEpairlEdoublecOdoublegRsPgRsPgRcLcLiteratorgR);
49492    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLightSetSubEditor),sizeof(TGLLightSetSubEditor),-1,327168,"Sub-editor for TGLLightSet.",G__setup_memvarTGLLightSetSubEditor,G__setup_memfuncTGLLightSetSubEditor);
49493    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLightSetEditor),sizeof(TGLLightSetEditor),-1,327424,"Editor for TGLLightSet.",G__setup_memvarTGLLightSetEditor,G__setup_memfuncTGLLightSetEditor);
49494    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLLightSetcLcLELight);
49495    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLManipSetcLcLEManip);
49496    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOutputcLcLEFormat);
49497    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLOverlayButton),sizeof(TGLOverlayButton),-1,298496,"GL-overlay button.",G__setup_memvarTGLOverlayButton,G__setup_memfuncTGLOverlayButton);
49498    G__get_linked_tagnum_fwd(&G__G__GLLN_TVirtualPadPainter);
49499    G__get_linked_tagnum_fwd(&G__G__GLLN_TVirtualPadPaintercLcLEBoxMode);
49500    G__get_linked_tagnum_fwd(&G__G__GLLN_TVirtualPadPaintercLcLETextMode);
49501    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLParametricEquationGL),sizeof(TGLParametricEquationGL),-1,36608,"GL renderer for TGLParametricEquation",G__setup_memvarTGLParametricEquationGL,G__setup_memfuncTGLParametricEquationGL);
49502    G__get_linked_tagnum_fwd(&G__G__GLLN_auto_ptrlETF2gR);
49503    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLParametricPlot),sizeof(TGLParametricPlot),-1,35328,"Parametric plot's painter.",G__setup_memvarTGLParametricPlot,G__setup_memfuncTGLParametricPlot);
49504    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLParametricPlotcLcLEMeshSize);
49505    G__get_linked_tagnum_fwd(&G__G__GLLN_TGL2DArraylETGLParametricPlotcLcLVertex_tgR);
49506    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgR);
49507    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETGLParametricPlotcLcLVertex_tcOallocatorlETGLParametricPlotcLcLVertex_tgRsPgRcLcLiteratorgR);
49508    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPolyLine),sizeof(TGLPolyLine),-1,32768,"a polyline logical shape",G__setup_memvarTGLPolyLine,G__setup_memfuncTGLPolyLine);
49509    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPolyMarker),sizeof(TGLPolyMarker),-1,32768,"a polymarker logical shape",G__setup_memvarTGLPolyMarker,G__setup_memfuncTGLPolyMarker);
49510    G__get_linked_tagnum_fwd(&G__G__GLLN_TGRadioButton);
49511    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPShapeObjEditor),sizeof(TGLPShapeObjEditor),-1,324864,"GUI for editing attributes of a physical-shape.",G__setup_memvarTGLPShapeObjEditor,G__setup_memfuncTGLPShapeObjEditor);
49512    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLPShapeObjEditorcLcLELightMode);
49513    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLRotateManip),sizeof(TGLRotateManip),-1,34048,"GL rotation manipulator widget",G__setup_memvarTGLRotateManip,G__setup_memfuncTGLRotateManip);
49514    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSAViewer),sizeof(TGLSAViewer),-1,65024,"Standalone GL viewer.",G__setup_memvarTGLSAViewer,G__setup_memfuncTGLSAViewer);
49515    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSAFrame),sizeof(TGLSAFrame),-1,65024,"GUI frame for standalone viewer",G__setup_memvarTGLSAFrame,G__setup_memfuncTGLSAFrame);
49516    G__get_linked_tagnum_fwd(&G__G__GLLN_TGPopupMenu);
49517    G__get_linked_tagnum_fwd(&G__G__GLLN_TGMenuBar);
49518    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSAViewercLcLEGLSACommands);
49519    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLScaleManip),sizeof(TGLScaleManip),-1,34048,"GL scaling manipulator widget",G__setup_memvarTGLScaleManip,G__setup_memfuncTGLScaleManip);
49520    G__get_linked_tagnum_fwd(&G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgR);
49521    G__get_linked_tagnum_fwd(&G__G__GLLN_listlETGLViewerBasemUcOallocatorlETGLViewerBasemUgRsPgRcLcLiterator);
49522    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSceneInfocLcLEClipTest);
49523    G__get_linked_tagnum_fwd(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgR);
49524    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlETObjectmUcOTGLLogicalShapemUgR);
49525    G__get_linked_tagnum_fwd(&G__G__GLLN_maplETObjectmUcOTGLLogicalShapemUcOlesslETObjectmUgRcOallocatorlEpairlETObjectmUsPconstcOTGLLogicalShapemUgRsPgRsPgRcLcLiterator);
49526    G__get_linked_tagnum_fwd(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgR);
49527    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEunsignedsPintcOTGLPhysicalShapemUgR);
49528    G__get_linked_tagnum_fwd(&G__G__GLLN_maplEunsignedsPintcOTGLPhysicalShapemUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOTGLPhysicalShapemUgRsPgRsPgRcLcLiterator);
49529    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLScenecLcLDrawElement_t);
49530    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgR);
49531    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiterator);
49532    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tcOallocatorlETGLScenecLcLDrawElement_tgRsPgRcLcLiteratorgR);
49533    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgR);
49534    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiterator);
49535    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETGLScenecLcLDrawElement_tmUcOallocatorlETGLScenecLcLDrawElement_tmUgRsPgRcLcLiteratorgR);
49536    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgR);
49537    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiterator);
49538    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEconstsPTGLPhysicalShapemUcOallocatorlEconstsPTGLPhysicalShapemUgRsPgRcLcLiteratorgR);
49539    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLScenecLcLTSceneInfo),sizeof(TGLScene::TSceneInfo),-1,263424,(char*)NULL,G__setup_memvarTGLScenecLcLTSceneInfo,G__setup_memfuncTGLScenecLcLTSceneInfo);
49540    G__get_linked_tagnum_fwd(&G__G__GLLN_maplETClassmUcOunsignedsPintcOlesslETClassmUgRcOallocatorlEpairlETClassmUsPconstcOunsignedsPintgRsPgRsPgR);
49541    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLScenePad),sizeof(TGLScenePad),-1,327168,"GL-scene filled via TPad-TVirtualViewer interface.",G__setup_memvarTGLScenePad,G__setup_memfuncTGLScenePad);
49542    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgR);
49543    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgR);
49544    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRcOallocatorlEpairlEunsignedsPintcORootCsgcLcLTBaseMeshmUgRsPgRsPgRcLcLiteratorgR);
49545    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEunsignedsPintcOunsignedsPintmUgR);
49546    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgR);
49547    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOunsignedsPintmUgRcOallocatorlEpairlEunsignedsPintcOunsignedsPintmUgRsPgRsPgRcLcLiteratorgR);
49548    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSphere),sizeof(TGLSphere),-1,32768,"a spherical logical shape",G__setup_memvarTGLSphere,G__setup_memfuncTGLSphere);
49549    G__get_linked_tagnum_fwd(&G__G__GLLN_TRandom);
49550    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSurfacePainter),sizeof(TGLSurfacePainter),-1,32768,"Surface painter.",G__setup_memvarTGLSurfacePainter,G__setup_memfuncTGLSurfacePainter);
49551    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSurfacePaintercLcLESurfaceType);
49552    G__get_linked_tagnum_fwd(&G__G__GLLN_TGL2DArraylETGLVertex3gR);
49553    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLVertex3cOallocatorlETGLVertex3gRsPgR);
49554    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETGLVertex3cOallocatorlETGLVertex3gRsPgRcLcLiteratorgR);
49555    G__get_linked_tagnum_fwd(&G__G__GLLN_TGL2DArraylEpairlETGLVector3cOTGLVector3gRsPgR);
49556    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgR);
49557    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEpairlETGLVector3cOTGLVector3gRcOallocatorlEpairlETGLVector3cOTGLVector3gRsPgRsPgRcLcLiteratorgR);
49558    G__get_linked_tagnum_fwd(&G__G__GLLN_TGL2DArraylETGLVector3gR);
49559    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlETGLVector3cOallocatorlETGLVector3gRsPgR);
49560    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlETGLVector3cOallocatorlETGLVector3gRsPgRcLcLiteratorgR);
49561    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLSurfacePaintercLcLProjection_t);
49562    G__get_linked_tagnum_fwd(&G__G__GLLN_listlETGLSurfacePaintercLcLProjection_tcOallocatorlETGLSurfacePaintercLcLProjection_tgRsPgR);
49563    G__get_linked_tagnum_fwd(&G__G__GLLN_RglcLcLMc);
49564    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEfloatcOallocatorlEfloatgRsPgR);
49565    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEfloatcOallocatorlEfloatgRsPgRcLcLiteratorgR);
49566    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLTF3Painter),sizeof(TGLTF3Painter),-1,32768,"GL TF3 painter.",G__setup_memvarTGLTF3Painter,G__setup_memfuncTGLTF3Painter);
49567    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLTF3PaintercLcLETF3Style);
49568    G__get_linked_tagnum_fwd(&G__G__GLLN_RglcLcLMccLcLTIsoMeshlEdoublegR);
49569    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLIsoPainter),sizeof(TGLIsoPainter),-1,35328,"Iso option for TH3.",G__setup_memvarTGLIsoPainter,G__setup_memfuncTGLIsoPainter);
49570    G__get_linked_tagnum_fwd(&G__G__GLLN_RglcLcLMccLcLTIsoMeshlEfloatgR);
49571    G__get_linked_tagnum_fwd(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgR);
49572    G__get_linked_tagnum_fwd(&G__G__GLLN_listlERglcLcLMccLcLTIsoMeshlEfloatgRcOallocatorlERglcLcLMccLcLTIsoMeshlEfloatgRsPgRsPgRcLcLiterator);
49573    G__get_linked_tagnum_fwd(&G__G__GLLN_TArrayC);
49574    G__get_linked_tagnum_fwd(&G__G__GLLN_TVectorTlEfloatgR);
49575    G__get_linked_tagnum_fwd(&G__G__GLLN_TVectorTlEdoublegR);
49576    G__get_linked_tagnum_fwd(&G__G__GLLN_TAtt3D);
49577    G__get_linked_tagnum_fwd(&G__G__GLLN_TH3C);
49578    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLTH3CompositionPainter),sizeof(TGLTH3CompositionPainter),-1,35328,"Painter to draw several TH3.",G__setup_memvarTGLTH3CompositionPainter,G__setup_memfuncTGLTH3CompositionPainter);
49579    G__get_linked_tagnum_fwd(&G__G__GLLN_TGLTH3CompositioncLcLETH3BinShape);
49580    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegR);
49581    G__get_linked_tagnum_fwd(&G__G__GLLN_vectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgR);
49582    G__get_linked_tagnum_fwd(&G__G__GLLN_reverse_iteratorlEvectorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRcOallocatorlEpairlEconstsPTH3mUcOTGLTH3CompositioncLcLETH3BinShapegRsPgRsPgRcLcLiteratorgR);
49583    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TGLTransManip),sizeof(TGLTransManip),-1,34048,"GL translation manipulator widget",G__setup_memvarTGLTransManip,G__setup_memfuncTGLTransManip);
49584    G__get_linked_tagnum_fwd(&G__G__GLLN_TGComboBox);
49585    G__get_linked_tagnum_fwd(&G__G__GLLN_pairlEvoidmUcOvoidmUgR);
49586    G__get_linked_tagnum_fwd(&G__G__GLLN_setlETGLContextmUcOlesslETGLContextmUgRcOallocatorlETGLContextmUgRsPgR);
49587    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TH2GL),sizeof(TH2GL),-1,298752,"GL renderer for TH2.",G__setup_memvarTH2GL,G__setup_memfuncTH2GL);
49588    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TH3GL),sizeof(TH3GL),-1,298752,"GL renderer class for TH3.",G__setup_memvarTH3GL,G__setup_memfuncTH3GL);
49589    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TPointSet3DGL),sizeof(TPointSet3DGL),-1,295168,"GL renderer for TPointSet3D",G__setup_memvarTPointSet3DGL,G__setup_memfuncTPointSet3DGL);
49590    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GLLN_TX11GLManager),sizeof(TX11GLManager),-1,65280,"X11-specific version of TGLManager",G__setup_memvarTX11GLManager,G__setup_memfuncTX11GLManager);
49591    G__get_linked_tagnum_fwd(&G__G__GLLN_TX11GLManagercLcLTX11GLImpl);
49592    G__get_linked_tagnum_fwd(&G__G__GLLN_TX11GLManagercLcLTGLContext_t);
49593 }
49594 extern "C" void G__cpp_setupG__GL(void) {
49595   G__check_setup_version(30051515,"G__cpp_setupG__GL()");
49596   G__set_cpp_environmentG__GL();
49597   G__cpp_setup_tagtableG__GL();
49598 
49599   G__cpp_setup_inheritanceG__GL();
49600 
49601   G__cpp_setup_typetableG__GL();
49602 
49603   G__cpp_setup_memvarG__GL();
49604 
49605   G__cpp_setup_memfuncG__GL();
49606   G__cpp_setup_globalG__GL();
49607   G__cpp_setup_funcG__GL();
49608 
49609    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__GL();
49610   return;
49611 }
49612 class G__cpp_setup_initG__GL {
49613   public:
49614     G__cpp_setup_initG__GL() { G__add_setup_func("G__GL",(G__incsetup)(&G__cpp_setupG__GL)); G__call_setup_funcs(); }
49615    ~G__cpp_setup_initG__GL() { G__remove_setup_func("G__GL"); }
49616 };
49617 G__cpp_setup_initG__GL G__cpp_setup_initializerG__GL;
49618 

Generated on Tue Jul 5 14:18:04 2011 for ROOT_528-00b_version by  doxygen 1.5.1