G__ASImage.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:53:38 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME graf2ddIasimagedIsrcdIG__ASImage
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__ASImage.h"
00018 
00019 #include "TClass.h"
00020 #include "TBuffer.h"
00021 #include "TMemberInspector.h"
00022 #include "TError.h"
00023 
00024 #ifndef G__ROOT
00025 #define G__ROOT
00026 #endif
00027 
00028 #include "RtypesImp.h"
00029 #include "TIsAProxy.h"
00030 
00031 // START OF SHADOWS
00032 
00033 namespace ROOT {
00034    namespace Shadow {
00035    } // of namespace Shadow
00036 } // of namespace ROOT
00037 // END OF SHADOWS
00038 
00039 namespace ROOT {
00040    void TASImage_ShowMembers(void *obj, TMemberInspector &R__insp);
00041    static void *new_TASImage(void *p = 0);
00042    static void *newArray_TASImage(Long_t size, void *p);
00043    static void delete_TASImage(void *p);
00044    static void deleteArray_TASImage(void *p);
00045    static void destruct_TASImage(void *p);
00046    static void streamer_TASImage(TBuffer &buf, void *obj);
00047 
00048    // Function generating the singleton type initializer
00049    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TASImage*)
00050    {
00051       ::TASImage *ptr = 0;
00052       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TASImage >(0);
00053       static ::ROOT::TGenericClassInfo 
00054          instance("TASImage", ::TASImage::Class_Version(), "include/TASImage.h", 33,
00055                   typeid(::TASImage), DefineBehavior(ptr, ptr),
00056                   &::TASImage::Dictionary, isa_proxy, 1,
00057                   sizeof(::TASImage) );
00058       instance.SetNew(&new_TASImage);
00059       instance.SetNewArray(&newArray_TASImage);
00060       instance.SetDelete(&delete_TASImage);
00061       instance.SetDeleteArray(&deleteArray_TASImage);
00062       instance.SetDestructor(&destruct_TASImage);
00063       instance.SetStreamerFunc(&streamer_TASImage);
00064       return &instance;
00065    }
00066    TGenericClassInfo *GenerateInitInstance(const ::TASImage*)
00067    {
00068       return GenerateInitInstanceLocal((::TASImage*)0);
00069    }
00070    // Static variable to force the class initialization
00071    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TASImage*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00072 } // end of namespace ROOT
00073 
00074 namespace ROOT {
00075    void TASImagePlugin_ShowMembers(void *obj, TMemberInspector &R__insp);
00076    static void delete_TASImagePlugin(void *p);
00077    static void deleteArray_TASImagePlugin(void *p);
00078    static void destruct_TASImagePlugin(void *p);
00079    static void streamer_TASImagePlugin(TBuffer &buf, void *obj);
00080 
00081    // Function generating the singleton type initializer
00082    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TASImagePlugin*)
00083    {
00084       ::TASImagePlugin *ptr = 0;
00085       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TASImagePlugin >(0);
00086       static ::ROOT::TGenericClassInfo 
00087          instance("TASImagePlugin", ::TASImagePlugin::Class_Version(), "include/TASImagePlugin.h", 28,
00088                   typeid(::TASImagePlugin), DefineBehavior(ptr, ptr),
00089                   &::TASImagePlugin::Dictionary, isa_proxy, 0,
00090                   sizeof(::TASImagePlugin) );
00091       instance.SetDelete(&delete_TASImagePlugin);
00092       instance.SetDeleteArray(&deleteArray_TASImagePlugin);
00093       instance.SetDestructor(&destruct_TASImagePlugin);
00094       instance.SetStreamerFunc(&streamer_TASImagePlugin);
00095       return &instance;
00096    }
00097    TGenericClassInfo *GenerateInitInstance(const ::TASImagePlugin*)
00098    {
00099       return GenerateInitInstanceLocal((::TASImagePlugin*)0);
00100    }
00101    // Static variable to force the class initialization
00102    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TASImagePlugin*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00103 } // end of namespace ROOT
00104 
00105 namespace ROOT {
00106    void TASPluginGS_ShowMembers(void *obj, TMemberInspector &R__insp);
00107    static void delete_TASPluginGS(void *p);
00108    static void deleteArray_TASPluginGS(void *p);
00109    static void destruct_TASPluginGS(void *p);
00110    static void streamer_TASPluginGS(TBuffer &buf, void *obj);
00111 
00112    // Function generating the singleton type initializer
00113    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TASPluginGS*)
00114    {
00115       ::TASPluginGS *ptr = 0;
00116       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TASPluginGS >(0);
00117       static ::ROOT::TGenericClassInfo 
00118          instance("TASPluginGS", ::TASPluginGS::Class_Version(), "include/TASPluginGS.h", 27,
00119                   typeid(::TASPluginGS), DefineBehavior(ptr, ptr),
00120                   &::TASPluginGS::Dictionary, isa_proxy, 0,
00121                   sizeof(::TASPluginGS) );
00122       instance.SetDelete(&delete_TASPluginGS);
00123       instance.SetDeleteArray(&deleteArray_TASPluginGS);
00124       instance.SetDestructor(&destruct_TASPluginGS);
00125       instance.SetStreamerFunc(&streamer_TASPluginGS);
00126       return &instance;
00127    }
00128    TGenericClassInfo *GenerateInitInstance(const ::TASPluginGS*)
00129    {
00130       return GenerateInitInstanceLocal((::TASPluginGS*)0);
00131    }
00132    // Static variable to force the class initialization
00133    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TASPluginGS*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00134 } // end of namespace ROOT
00135 
00136 //______________________________________________________________________________
00137 TClass *TASImage::fgIsA = 0;  // static to hold class pointer
00138 
00139 //______________________________________________________________________________
00140 const char *TASImage::Class_Name()
00141 {
00142    return "TASImage";
00143 }
00144 
00145 //______________________________________________________________________________
00146 const char *TASImage::ImplFileName()
00147 {
00148    return ::ROOT::GenerateInitInstanceLocal((const ::TASImage*)0x0)->GetImplFileName();
00149 }
00150 
00151 //______________________________________________________________________________
00152 int TASImage::ImplFileLine()
00153 {
00154    return ::ROOT::GenerateInitInstanceLocal((const ::TASImage*)0x0)->GetImplFileLine();
00155 }
00156 
00157 //______________________________________________________________________________
00158 void TASImage::Dictionary()
00159 {
00160    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TASImage*)0x0)->GetClass();
00161 }
00162 
00163 //______________________________________________________________________________
00164 TClass *TASImage::Class()
00165 {
00166    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TASImage*)0x0)->GetClass();
00167    return fgIsA;
00168 }
00169 
00170 //______________________________________________________________________________
00171 TClass *TASImagePlugin::fgIsA = 0;  // static to hold class pointer
00172 
00173 //______________________________________________________________________________
00174 const char *TASImagePlugin::Class_Name()
00175 {
00176    return "TASImagePlugin";
00177 }
00178 
00179 //______________________________________________________________________________
00180 const char *TASImagePlugin::ImplFileName()
00181 {
00182    return ::ROOT::GenerateInitInstanceLocal((const ::TASImagePlugin*)0x0)->GetImplFileName();
00183 }
00184 
00185 //______________________________________________________________________________
00186 int TASImagePlugin::ImplFileLine()
00187 {
00188    return ::ROOT::GenerateInitInstanceLocal((const ::TASImagePlugin*)0x0)->GetImplFileLine();
00189 }
00190 
00191 //______________________________________________________________________________
00192 void TASImagePlugin::Dictionary()
00193 {
00194    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TASImagePlugin*)0x0)->GetClass();
00195 }
00196 
00197 //______________________________________________________________________________
00198 TClass *TASImagePlugin::Class()
00199 {
00200    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TASImagePlugin*)0x0)->GetClass();
00201    return fgIsA;
00202 }
00203 
00204 //______________________________________________________________________________
00205 TClass *TASPluginGS::fgIsA = 0;  // static to hold class pointer
00206 
00207 //______________________________________________________________________________
00208 const char *TASPluginGS::Class_Name()
00209 {
00210    return "TASPluginGS";
00211 }
00212 
00213 //______________________________________________________________________________
00214 const char *TASPluginGS::ImplFileName()
00215 {
00216    return ::ROOT::GenerateInitInstanceLocal((const ::TASPluginGS*)0x0)->GetImplFileName();
00217 }
00218 
00219 //______________________________________________________________________________
00220 int TASPluginGS::ImplFileLine()
00221 {
00222    return ::ROOT::GenerateInitInstanceLocal((const ::TASPluginGS*)0x0)->GetImplFileLine();
00223 }
00224 
00225 //______________________________________________________________________________
00226 void TASPluginGS::Dictionary()
00227 {
00228    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TASPluginGS*)0x0)->GetClass();
00229 }
00230 
00231 //______________________________________________________________________________
00232 TClass *TASPluginGS::Class()
00233 {
00234    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TASPluginGS*)0x0)->GetClass();
00235    return fgIsA;
00236 }
00237 
00238 //______________________________________________________________________________
00239 void TASImage::ShowMembers(TMemberInspector &R__insp)
00240 {
00241       // Inspect the data members of an object of class TASImage.
00242       TClass *R__cl = ::TASImage::IsA();
00243       if (R__cl || R__insp.IsA()) { }
00244       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImage", &fImage);
00245       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fScaledImage", &fScaledImage);
00246       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxValue", &fMaxValue);
00247       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinValue", &fMinValue);
00248       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoomOffX", &fZoomOffX);
00249       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoomOffY", &fZoomOffY);
00250       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoomWidth", &fZoomWidth);
00251       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoomHeight", &fZoomHeight);
00252       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZoomUpdate", &fZoomUpdate);
00253       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEditable", &fEditable);
00254       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPaintMode", &fPaintMode);
00255       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGrayImage", &fGrayImage);
00256       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsGray", &fIsGray);
00257       TImage::ShowMembers(R__insp);
00258 }
00259 
00260 namespace ROOT {
00261    // Wrappers around operator new
00262    static void *new_TASImage(void *p) {
00263       return  p ? new(p) ::TASImage : new ::TASImage;
00264    }
00265    static void *newArray_TASImage(Long_t nElements, void *p) {
00266       return p ? new(p) ::TASImage[nElements] : new ::TASImage[nElements];
00267    }
00268    // Wrapper around operator delete
00269    static void delete_TASImage(void *p) {
00270       delete ((::TASImage*)p);
00271    }
00272    static void deleteArray_TASImage(void *p) {
00273       delete [] ((::TASImage*)p);
00274    }
00275    static void destruct_TASImage(void *p) {
00276       typedef ::TASImage current_t;
00277       ((current_t*)p)->~current_t();
00278    }
00279    // Wrapper around a custom streamer member function.
00280    static void streamer_TASImage(TBuffer &buf, void *obj) {
00281       ((::TASImage*)obj)->::TASImage::Streamer(buf);
00282    }
00283 } // end of namespace ROOT for class ::TASImage
00284 
00285 //______________________________________________________________________________
00286 void TASImagePlugin::Streamer(TBuffer &R__b)
00287 {
00288    // Stream an object of class TASImagePlugin.
00289 
00290    TImagePlugin::Streamer(R__b);
00291 }
00292 
00293 //______________________________________________________________________________
00294 void TASImagePlugin::ShowMembers(TMemberInspector &R__insp)
00295 {
00296       // Inspect the data members of an object of class TASImagePlugin.
00297       TClass *R__cl = ::TASImagePlugin::IsA();
00298       if (R__cl || R__insp.IsA()) { }
00299       TImagePlugin::ShowMembers(R__insp);
00300 }
00301 
00302 namespace ROOT {
00303    // Wrapper around operator delete
00304    static void delete_TASImagePlugin(void *p) {
00305       delete ((::TASImagePlugin*)p);
00306    }
00307    static void deleteArray_TASImagePlugin(void *p) {
00308       delete [] ((::TASImagePlugin*)p);
00309    }
00310    static void destruct_TASImagePlugin(void *p) {
00311       typedef ::TASImagePlugin current_t;
00312       ((current_t*)p)->~current_t();
00313    }
00314    // Wrapper around a custom streamer member function.
00315    static void streamer_TASImagePlugin(TBuffer &buf, void *obj) {
00316       ((::TASImagePlugin*)obj)->::TASImagePlugin::Streamer(buf);
00317    }
00318 } // end of namespace ROOT for class ::TASImagePlugin
00319 
00320 //______________________________________________________________________________
00321 void TASPluginGS::Streamer(TBuffer &R__b)
00322 {
00323    // Stream an object of class TASPluginGS.
00324 
00325    TASImagePlugin::Streamer(R__b);
00326 }
00327 
00328 //______________________________________________________________________________
00329 void TASPluginGS::ShowMembers(TMemberInspector &R__insp)
00330 {
00331       // Inspect the data members of an object of class TASPluginGS.
00332       TClass *R__cl = ::TASPluginGS::IsA();
00333       if (R__cl || R__insp.IsA()) { }
00334       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInterpreter", &fInterpreter);
00335       TASImagePlugin::ShowMembers(R__insp);
00336 }
00337 
00338 namespace ROOT {
00339    // Wrapper around operator delete
00340    static void delete_TASPluginGS(void *p) {
00341       delete ((::TASPluginGS*)p);
00342    }
00343    static void deleteArray_TASPluginGS(void *p) {
00344       delete [] ((::TASPluginGS*)p);
00345    }
00346    static void destruct_TASPluginGS(void *p) {
00347       typedef ::TASPluginGS current_t;
00348       ((current_t*)p)->~current_t();
00349    }
00350    // Wrapper around a custom streamer member function.
00351    static void streamer_TASPluginGS(TBuffer &buf, void *obj) {
00352       ((::TASPluginGS*)obj)->::TASPluginGS::Streamer(buf);
00353    }
00354 } // end of namespace ROOT for class ::TASPluginGS
00355 
00356 /********************************************************
00357 * graf2d/asimage/src/G__ASImage.cxx
00358 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00359 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00360 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00361 ********************************************************/
00362 
00363 #ifdef G__MEMTEST
00364 #undef malloc
00365 #undef free
00366 #endif
00367 
00368 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00369 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00370 #endif
00371 
00372 extern "C" void G__cpp_reset_tagtableG__ASImage();
00373 
00374 extern "C" void G__set_cpp_environmentG__ASImage() {
00375   G__add_compiledheader("TObject.h");
00376   G__add_compiledheader("TMemberInspector.h");
00377   G__add_compiledheader("TASImage.h");
00378   G__add_compiledheader("TASImagePlugin.h");
00379   G__add_compiledheader("TASPluginGS.h");
00380   G__cpp_reset_tagtableG__ASImage();
00381 }
00382 #include <new>
00383 extern "C" int G__cpp_dllrevG__ASImage() { return(30051515); }
00384 
00385 /*********************************************************
00386 * Member function Interface Method
00387 *********************************************************/
00388 
00389 /* TASImage */
00390 static int G__G__ASImage_147_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00391 {
00392    TASImage* p = NULL;
00393    char* gvp = (char*) G__getgvp();
00394    int n = G__getaryconstruct();
00395    if (n) {
00396      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00397        p = new TASImage[n];
00398      } else {
00399        p = new((void*) gvp) TASImage[n];
00400      }
00401    } else {
00402      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00403        p = new TASImage;
00404      } else {
00405        p = new((void*) gvp) TASImage;
00406      }
00407    }
00408    result7->obj.i = (long) p;
00409    result7->ref = (long) p;
00410    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
00411    return(1 || funcname || hash || result7 || libp) ;
00412 }
00413 
00414 static int G__G__ASImage_147_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00415 {
00416    TASImage* p = NULL;
00417    char* gvp = (char*) G__getgvp();
00418    //m: 2
00419    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00420      p = new TASImage((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
00421    } else {
00422      p = new((void*) gvp) TASImage((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
00423    }
00424    result7->obj.i = (long) p;
00425    result7->ref = (long) p;
00426    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
00427    return(1 || funcname || hash || result7 || libp) ;
00428 }
00429 
00430 static int G__G__ASImage_147_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00431 {
00432    TASImage* p = NULL;
00433    char* gvp = (char*) G__getgvp();
00434    switch (libp->paran) {
00435    case 2:
00436      //m: 2
00437      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00438        p = new TASImage((const char*) G__int(libp->para[0]), (TImage::EImageFileTypes) G__int(libp->para[1]));
00439      } else {
00440        p = new((void*) gvp) TASImage((const char*) G__int(libp->para[0]), (TImage::EImageFileTypes) G__int(libp->para[1]));
00441      }
00442      break;
00443    case 1:
00444      //m: 1
00445      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00446        p = new TASImage((const char*) G__int(libp->para[0]));
00447      } else {
00448        p = new((void*) gvp) TASImage((const char*) G__int(libp->para[0]));
00449      }
00450      break;
00451    }
00452    result7->obj.i = (long) p;
00453    result7->ref = (long) p;
00454    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
00455    return(1 || funcname || hash || result7 || libp) ;
00456 }
00457 
00458 static int G__G__ASImage_147_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00459 {
00460    TASImage* p = NULL;
00461    char* gvp = (char*) G__getgvp();
00462    switch (libp->paran) {
00463    case 5:
00464      //m: 5
00465      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00466        p = new TASImage(
00467 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
00468 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
00469 , (TImagePalette*) G__int(libp->para[4]));
00470      } else {
00471        p = new((void*) gvp) TASImage(
00472 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
00473 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
00474 , (TImagePalette*) G__int(libp->para[4]));
00475      }
00476      break;
00477    case 4:
00478      //m: 4
00479      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00480        p = new TASImage(
00481 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
00482 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
00483      } else {
00484        p = new((void*) gvp) TASImage(
00485 (const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
00486 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
00487      }
00488      break;
00489    }
00490    result7->obj.i = (long) p;
00491    result7->ref = (long) p;
00492    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
00493    return(1 || funcname || hash || result7 || libp) ;
00494 }
00495 
00496 static int G__G__ASImage_147_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00497 {
00498    TASImage* p = NULL;
00499    char* gvp = (char*) G__getgvp();
00500    switch (libp->paran) {
00501    case 4:
00502      //m: 4
00503      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00504        p = new TASImage(
00505 (const char*) G__int(libp->para[0]), *(TArrayD*) libp->para[1].ref
00506 , (UInt_t) G__int(libp->para[2]), (TImagePalette*) G__int(libp->para[3]));
00507      } else {
00508        p = new((void*) gvp) TASImage(
00509 (const char*) G__int(libp->para[0]), *(TArrayD*) libp->para[1].ref
00510 , (UInt_t) G__int(libp->para[2]), (TImagePalette*) G__int(libp->para[3]));
00511      }
00512      break;
00513    case 3:
00514      //m: 3
00515      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00516        p = new TASImage(
00517 (const char*) G__int(libp->para[0]), *(TArrayD*) libp->para[1].ref
00518 , (UInt_t) G__int(libp->para[2]));
00519      } else {
00520        p = new((void*) gvp) TASImage(
00521 (const char*) G__int(libp->para[0]), *(TArrayD*) libp->para[1].ref
00522 , (UInt_t) G__int(libp->para[2]));
00523      }
00524      break;
00525    }
00526    result7->obj.i = (long) p;
00527    result7->ref = (long) p;
00528    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
00529    return(1 || funcname || hash || result7 || libp) ;
00530 }
00531 
00532 static int G__G__ASImage_147_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00533 {
00534    TASImage* p = NULL;
00535    char* gvp = (char*) G__getgvp();
00536    switch (libp->paran) {
00537    case 4:
00538      //m: 4
00539      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00540        p = new TASImage(
00541 (const char*) G__int(libp->para[0]), *(TVectorD*) libp->para[1].ref
00542 , (UInt_t) G__int(libp->para[2]), (TImagePalette*) G__int(libp->para[3]));
00543      } else {
00544        p = new((void*) gvp) TASImage(
00545 (const char*) G__int(libp->para[0]), *(TVectorD*) libp->para[1].ref
00546 , (UInt_t) G__int(libp->para[2]), (TImagePalette*) G__int(libp->para[3]));
00547      }
00548      break;
00549    case 3:
00550      //m: 3
00551      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00552        p = new TASImage(
00553 (const char*) G__int(libp->para[0]), *(TVectorD*) libp->para[1].ref
00554 , (UInt_t) G__int(libp->para[2]));
00555      } else {
00556        p = new((void*) gvp) TASImage(
00557 (const char*) G__int(libp->para[0]), *(TVectorD*) libp->para[1].ref
00558 , (UInt_t) G__int(libp->para[2]));
00559      }
00560      break;
00561    }
00562    result7->obj.i = (long) p;
00563    result7->ref = (long) p;
00564    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
00565    return(1 || funcname || hash || result7 || libp) ;
00566 }
00567 
00568 static int G__G__ASImage_147_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00569 {
00570    TASImage* p = NULL;
00571    char* gvp = (char*) G__getgvp();
00572    //m: 1
00573    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00574      p = new TASImage(*(TASImage*) libp->para[0].ref);
00575    } else {
00576      p = new((void*) gvp) TASImage(*(TASImage*) libp->para[0].ref);
00577    }
00578    result7->obj.i = (long) p;
00579    result7->ref = (long) p;
00580    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
00581    return(1 || funcname || hash || result7 || libp) ;
00582 }
00583 
00584 static int G__G__ASImage_147_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00585 {
00586       {
00587          const TASImage& obj = ((TASImage*) G__getstructoffset())->operator=(*(TASImage*) libp->para[0].ref);
00588          result7->ref = (long) (&obj);
00589          result7->obj.i = (long) (&obj);
00590       }
00591    return(1 || funcname || hash || result7 || libp) ;
00592 }
00593 
00594 static int G__G__ASImage_147_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00595 {
00596       G__letint(result7, 104, (long) ((const TASImage*) G__getstructoffset())->GetScaledWidth());
00597    return(1 || funcname || hash || result7 || libp) ;
00598 }
00599 
00600 static int G__G__ASImage_147_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00601 {
00602       G__letint(result7, 104, (long) ((const TASImage*) G__getstructoffset())->GetScaledHeight());
00603    return(1 || funcname || hash || result7 || libp) ;
00604 }
00605 
00606 static int G__G__ASImage_147_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00607 {
00608       G__letint(result7, 85, (long) ((const TASImage*) G__getstructoffset())->GetImage());
00609    return(1 || funcname || hash || result7 || libp) ;
00610 }
00611 
00612 static int G__G__ASImage_147_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00613 {
00614       ((TASImage*) G__getstructoffset())->SetImage((ASImage*) G__int(libp->para[0]));
00615       G__setnull(result7);
00616    return(1 || funcname || hash || result7 || libp) ;
00617 }
00618 
00619 static int G__G__ASImage_147_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00620 {
00621       ((const TASImage*) G__getstructoffset())->GetZoomPosition(*(UInt_t*) G__UIntref(&libp->para[0]), *(UInt_t*) G__UIntref(&libp->para[1])
00622 , *(UInt_t*) G__UIntref(&libp->para[2]), *(UInt_t*) G__UIntref(&libp->para[3]));
00623       G__setnull(result7);
00624    return(1 || funcname || hash || result7 || libp) ;
00625 }
00626 
00627 static int G__G__ASImage_147_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00628 {
00629       G__letint(result7, 85, (long) TASImage::GetVisual());
00630    return(1 || funcname || hash || result7 || libp) ;
00631 }
00632 
00633 static int G__G__ASImage_147_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00634 {
00635       G__letint(result7, 104, (long) TASImage::AlphaBlend((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
00636    return(1 || funcname || hash || result7 || libp) ;
00637 }
00638 
00639 static int G__G__ASImage_147_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00640 {
00641    switch (libp->paran) {
00642    case 9:
00643       TASImage::Image2Drawable(
00644 (ASImage*) G__int(libp->para[0]), (Drawable_t) G__int(libp->para[1])
00645 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
00646 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
00647 , (UInt_t) G__int(libp->para[6]), (UInt_t) G__int(libp->para[7])
00648 , (Option_t*) G__int(libp->para[8]));
00649       G__setnull(result7);
00650       break;
00651    case 8:
00652       TASImage::Image2Drawable(
00653 (ASImage*) G__int(libp->para[0]), (Drawable_t) G__int(libp->para[1])
00654 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
00655 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
00656 , (UInt_t) G__int(libp->para[6]), (UInt_t) G__int(libp->para[7]));
00657       G__setnull(result7);
00658       break;
00659    case 7:
00660       TASImage::Image2Drawable(
00661 (ASImage*) G__int(libp->para[0]), (Drawable_t) G__int(libp->para[1])
00662 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
00663 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
00664 , (UInt_t) G__int(libp->para[6]));
00665       G__setnull(result7);
00666       break;
00667    case 6:
00668       TASImage::Image2Drawable((ASImage*) G__int(libp->para[0]), (Drawable_t) G__int(libp->para[1])
00669 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
00670 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
00671       G__setnull(result7);
00672       break;
00673    case 5:
00674       TASImage::Image2Drawable((ASImage*) G__int(libp->para[0]), (Drawable_t) G__int(libp->para[1])
00675 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
00676 , (Int_t) G__int(libp->para[4]));
00677       G__setnull(result7);
00678       break;
00679    case 4:
00680       TASImage::Image2Drawable((ASImage*) G__int(libp->para[0]), (Drawable_t) G__int(libp->para[1])
00681 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
00682       G__setnull(result7);
00683       break;
00684    }
00685    return(1 || funcname || hash || result7 || libp) ;
00686 }
00687 
00688 static int G__G__ASImage_147_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00689 {
00690    switch (libp->paran) {
00691    case 2:
00692       G__letint(result7, 103, (long) ((TASImage*) G__getstructoffset())->SetJpegDpi((const char*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
00693       break;
00694    case 1:
00695       G__letint(result7, 103, (long) ((TASImage*) G__getstructoffset())->SetJpegDpi((const char*) G__int(libp->para[0])));
00696       break;
00697    }
00698    return(1 || funcname || hash || result7 || libp) ;
00699 }
00700 
00701 static int G__G__ASImage_147_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00702 {
00703       G__letint(result7, 85, (long) TASImage::Class());
00704    return(1 || funcname || hash || result7 || libp) ;
00705 }
00706 
00707 static int G__G__ASImage_147_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00708 {
00709       G__letint(result7, 67, (long) TASImage::Class_Name());
00710    return(1 || funcname || hash || result7 || libp) ;
00711 }
00712 
00713 static int G__G__ASImage_147_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00714 {
00715       G__letint(result7, 115, (long) TASImage::Class_Version());
00716    return(1 || funcname || hash || result7 || libp) ;
00717 }
00718 
00719 static int G__G__ASImage_147_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00720 {
00721       TASImage::Dictionary();
00722       G__setnull(result7);
00723    return(1 || funcname || hash || result7 || libp) ;
00724 }
00725 
00726 static int G__G__ASImage_147_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00727 {
00728       ((TASImage*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00729       G__setnull(result7);
00730    return(1 || funcname || hash || result7 || libp) ;
00731 }
00732 
00733 static int G__G__ASImage_147_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00734 {
00735       G__letint(result7, 67, (long) TASImage::DeclFileName());
00736    return(1 || funcname || hash || result7 || libp) ;
00737 }
00738 
00739 static int G__G__ASImage_147_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00740 {
00741       G__letint(result7, 105, (long) TASImage::ImplFileLine());
00742    return(1 || funcname || hash || result7 || libp) ;
00743 }
00744 
00745 static int G__G__ASImage_147_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00746 {
00747       G__letint(result7, 67, (long) TASImage::ImplFileName());
00748    return(1 || funcname || hash || result7 || libp) ;
00749 }
00750 
00751 static int G__G__ASImage_147_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00752 {
00753       G__letint(result7, 105, (long) TASImage::DeclFileLine());
00754    return(1 || funcname || hash || result7 || libp) ;
00755 }
00756 
00757 // automatic destructor
00758 typedef TASImage G__TTASImage;
00759 static int G__G__ASImage_147_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00760 {
00761    char* gvp = (char*) G__getgvp();
00762    long soff = G__getstructoffset();
00763    int n = G__getaryconstruct();
00764    //
00765    //has_a_delete: 1
00766    //has_own_delete1arg: 0
00767    //has_own_delete2arg: 0
00768    //
00769    if (!soff) {
00770      return(1);
00771    }
00772    if (n) {
00773      if (gvp == (char*)G__PVOID) {
00774        delete[] (TASImage*) soff;
00775      } else {
00776        G__setgvp((long) G__PVOID);
00777        for (int i = n - 1; i >= 0; --i) {
00778          ((TASImage*) (soff+(sizeof(TASImage)*i)))->~G__TTASImage();
00779        }
00780        G__setgvp((long)gvp);
00781      }
00782    } else {
00783      if (gvp == (char*)G__PVOID) {
00784        delete (TASImage*) soff;
00785      } else {
00786        G__setgvp((long) G__PVOID);
00787        ((TASImage*) (soff))->~G__TTASImage();
00788        G__setgvp((long)gvp);
00789      }
00790    }
00791    G__setnull(result7);
00792    return(1 || funcname || hash || result7 || libp) ;
00793 }
00794 
00795 
00796 /* TASImagePlugin */
00797 static int G__G__ASImage_150_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00798 {
00799    TASImagePlugin* p = NULL;
00800    char* gvp = (char*) G__getgvp();
00801    //m: 1
00802    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00803      p = new TASImagePlugin((const char*) G__int(libp->para[0]));
00804    } else {
00805      p = new((void*) gvp) TASImagePlugin((const char*) G__int(libp->para[0]));
00806    }
00807    result7->obj.i = (long) p;
00808    result7->ref = (long) p;
00809    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin));
00810    return(1 || funcname || hash || result7 || libp) ;
00811 }
00812 
00813 static int G__G__ASImage_150_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00814 {
00815       G__letint(result7, 85, (long) ((TASImagePlugin*) G__getstructoffset())->File2ASImage((const char*) G__int(libp->para[0])));
00816    return(1 || funcname || hash || result7 || libp) ;
00817 }
00818 
00819 static int G__G__ASImage_150_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00820 {
00821       G__letint(result7, 103, (long) ((TASImagePlugin*) G__getstructoffset())->ASImage2File((ASImage*) G__int(libp->para[0])));
00822    return(1 || funcname || hash || result7 || libp) ;
00823 }
00824 
00825 static int G__G__ASImage_150_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00826 {
00827       G__letint(result7, 85, (long) TASImagePlugin::Class());
00828    return(1 || funcname || hash || result7 || libp) ;
00829 }
00830 
00831 static int G__G__ASImage_150_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00832 {
00833       G__letint(result7, 67, (long) TASImagePlugin::Class_Name());
00834    return(1 || funcname || hash || result7 || libp) ;
00835 }
00836 
00837 static int G__G__ASImage_150_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00838 {
00839       G__letint(result7, 115, (long) TASImagePlugin::Class_Version());
00840    return(1 || funcname || hash || result7 || libp) ;
00841 }
00842 
00843 static int G__G__ASImage_150_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00844 {
00845       TASImagePlugin::Dictionary();
00846       G__setnull(result7);
00847    return(1 || funcname || hash || result7 || libp) ;
00848 }
00849 
00850 static int G__G__ASImage_150_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00851 {
00852       ((TASImagePlugin*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00853       G__setnull(result7);
00854    return(1 || funcname || hash || result7 || libp) ;
00855 }
00856 
00857 static int G__G__ASImage_150_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00858 {
00859       G__letint(result7, 67, (long) TASImagePlugin::DeclFileName());
00860    return(1 || funcname || hash || result7 || libp) ;
00861 }
00862 
00863 static int G__G__ASImage_150_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00864 {
00865       G__letint(result7, 105, (long) TASImagePlugin::ImplFileLine());
00866    return(1 || funcname || hash || result7 || libp) ;
00867 }
00868 
00869 static int G__G__ASImage_150_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00870 {
00871       G__letint(result7, 67, (long) TASImagePlugin::ImplFileName());
00872    return(1 || funcname || hash || result7 || libp) ;
00873 }
00874 
00875 static int G__G__ASImage_150_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00876 {
00877       G__letint(result7, 105, (long) TASImagePlugin::DeclFileLine());
00878    return(1 || funcname || hash || result7 || libp) ;
00879 }
00880 
00881 // automatic copy constructor
00882 static int G__G__ASImage_150_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00883 
00884 {
00885    TASImagePlugin* p;
00886    void* tmp = (void*) G__int(libp->para[0]);
00887    p = new TASImagePlugin(*(TASImagePlugin*) tmp);
00888    result7->obj.i = (long) p;
00889    result7->ref = (long) p;
00890    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin));
00891    return(1 || funcname || hash || result7 || libp) ;
00892 }
00893 
00894 // automatic destructor
00895 typedef TASImagePlugin G__TTASImagePlugin;
00896 static int G__G__ASImage_150_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00897 {
00898    char* gvp = (char*) G__getgvp();
00899    long soff = G__getstructoffset();
00900    int n = G__getaryconstruct();
00901    //
00902    //has_a_delete: 1
00903    //has_own_delete1arg: 0
00904    //has_own_delete2arg: 0
00905    //
00906    if (!soff) {
00907      return(1);
00908    }
00909    if (n) {
00910      if (gvp == (char*)G__PVOID) {
00911        delete[] (TASImagePlugin*) soff;
00912      } else {
00913        G__setgvp((long) G__PVOID);
00914        for (int i = n - 1; i >= 0; --i) {
00915          ((TASImagePlugin*) (soff+(sizeof(TASImagePlugin)*i)))->~G__TTASImagePlugin();
00916        }
00917        G__setgvp((long)gvp);
00918      }
00919    } else {
00920      if (gvp == (char*)G__PVOID) {
00921        delete (TASImagePlugin*) soff;
00922      } else {
00923        G__setgvp((long) G__PVOID);
00924        ((TASImagePlugin*) (soff))->~G__TTASImagePlugin();
00925        G__setgvp((long)gvp);
00926      }
00927    }
00928    G__setnull(result7);
00929    return(1 || funcname || hash || result7 || libp) ;
00930 }
00931 
00932 // automatic assignment operator
00933 static int G__G__ASImage_150_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00934 {
00935    TASImagePlugin* dest = (TASImagePlugin*) G__getstructoffset();
00936    *dest = *(TASImagePlugin*) libp->para[0].ref;
00937    const TASImagePlugin& obj = *dest;
00938    result7->ref = (long) (&obj);
00939    result7->obj.i = (long) (&obj);
00940    return(1 || funcname || hash || result7 || libp) ;
00941 }
00942 
00943 
00944 /* TASPluginGS */
00945 static int G__G__ASImage_151_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00946 {
00947    TASPluginGS* p = NULL;
00948    char* gvp = (char*) G__getgvp();
00949    //m: 1
00950    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00951      p = new TASPluginGS((const char*) G__int(libp->para[0]));
00952    } else {
00953      p = new((void*) gvp) TASPluginGS((const char*) G__int(libp->para[0]));
00954    }
00955    result7->obj.i = (long) p;
00956    result7->ref = (long) p;
00957    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS));
00958    return(1 || funcname || hash || result7 || libp) ;
00959 }
00960 
00961 static int G__G__ASImage_151_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00962 {
00963       G__letint(result7, 85, (long) TASPluginGS::Class());
00964    return(1 || funcname || hash || result7 || libp) ;
00965 }
00966 
00967 static int G__G__ASImage_151_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00968 {
00969       G__letint(result7, 67, (long) TASPluginGS::Class_Name());
00970    return(1 || funcname || hash || result7 || libp) ;
00971 }
00972 
00973 static int G__G__ASImage_151_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00974 {
00975       G__letint(result7, 115, (long) TASPluginGS::Class_Version());
00976    return(1 || funcname || hash || result7 || libp) ;
00977 }
00978 
00979 static int G__G__ASImage_151_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00980 {
00981       TASPluginGS::Dictionary();
00982       G__setnull(result7);
00983    return(1 || funcname || hash || result7 || libp) ;
00984 }
00985 
00986 static int G__G__ASImage_151_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00987 {
00988       ((TASPluginGS*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00989       G__setnull(result7);
00990    return(1 || funcname || hash || result7 || libp) ;
00991 }
00992 
00993 static int G__G__ASImage_151_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00994 {
00995       G__letint(result7, 67, (long) TASPluginGS::DeclFileName());
00996    return(1 || funcname || hash || result7 || libp) ;
00997 }
00998 
00999 static int G__G__ASImage_151_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01000 {
01001       G__letint(result7, 105, (long) TASPluginGS::ImplFileLine());
01002    return(1 || funcname || hash || result7 || libp) ;
01003 }
01004 
01005 static int G__G__ASImage_151_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01006 {
01007       G__letint(result7, 67, (long) TASPluginGS::ImplFileName());
01008    return(1 || funcname || hash || result7 || libp) ;
01009 }
01010 
01011 static int G__G__ASImage_151_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01012 {
01013       G__letint(result7, 105, (long) TASPluginGS::DeclFileLine());
01014    return(1 || funcname || hash || result7 || libp) ;
01015 }
01016 
01017 // automatic copy constructor
01018 static int G__G__ASImage_151_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01019 
01020 {
01021    TASPluginGS* p;
01022    void* tmp = (void*) G__int(libp->para[0]);
01023    p = new TASPluginGS(*(TASPluginGS*) tmp);
01024    result7->obj.i = (long) p;
01025    result7->ref = (long) p;
01026    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS));
01027    return(1 || funcname || hash || result7 || libp) ;
01028 }
01029 
01030 // automatic destructor
01031 typedef TASPluginGS G__TTASPluginGS;
01032 static int G__G__ASImage_151_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01033 {
01034    char* gvp = (char*) G__getgvp();
01035    long soff = G__getstructoffset();
01036    int n = G__getaryconstruct();
01037    //
01038    //has_a_delete: 1
01039    //has_own_delete1arg: 0
01040    //has_own_delete2arg: 0
01041    //
01042    if (!soff) {
01043      return(1);
01044    }
01045    if (n) {
01046      if (gvp == (char*)G__PVOID) {
01047        delete[] (TASPluginGS*) soff;
01048      } else {
01049        G__setgvp((long) G__PVOID);
01050        for (int i = n - 1; i >= 0; --i) {
01051          ((TASPluginGS*) (soff+(sizeof(TASPluginGS)*i)))->~G__TTASPluginGS();
01052        }
01053        G__setgvp((long)gvp);
01054      }
01055    } else {
01056      if (gvp == (char*)G__PVOID) {
01057        delete (TASPluginGS*) soff;
01058      } else {
01059        G__setgvp((long) G__PVOID);
01060        ((TASPluginGS*) (soff))->~G__TTASPluginGS();
01061        G__setgvp((long)gvp);
01062      }
01063    }
01064    G__setnull(result7);
01065    return(1 || funcname || hash || result7 || libp) ;
01066 }
01067 
01068 // automatic assignment operator
01069 static int G__G__ASImage_151_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01070 {
01071    TASPluginGS* dest = (TASPluginGS*) G__getstructoffset();
01072    *dest = *(TASPluginGS*) libp->para[0].ref;
01073    const TASPluginGS& obj = *dest;
01074    result7->ref = (long) (&obj);
01075    result7->obj.i = (long) (&obj);
01076    return(1 || funcname || hash || result7 || libp) ;
01077 }
01078 
01079 
01080 /* Setting up global function */
01081 
01082 /*********************************************************
01083 * Member function Stub
01084 *********************************************************/
01085 
01086 /* TASImage */
01087 
01088 /* TASImagePlugin */
01089 
01090 /* TASPluginGS */
01091 
01092 /*********************************************************
01093 * Global function Stub
01094 *********************************************************/
01095 
01096 /*********************************************************
01097 * Get size of pointer to member function
01098 *********************************************************/
01099 class G__Sizep2memfuncG__ASImage {
01100  public:
01101   G__Sizep2memfuncG__ASImage(): p(&G__Sizep2memfuncG__ASImage::sizep2memfunc) {}
01102     size_t sizep2memfunc() { return(sizeof(p)); }
01103   private:
01104     size_t (G__Sizep2memfuncG__ASImage::*p)();
01105 };
01106 
01107 size_t G__get_sizep2memfuncG__ASImage()
01108 {
01109   G__Sizep2memfuncG__ASImage a;
01110   G__setsizep2memfunc((int)a.sizep2memfunc());
01111   return((size_t)a.sizep2memfunc());
01112 }
01113 
01114 
01115 /*********************************************************
01116 * virtual base class offset calculation interface
01117 *********************************************************/
01118 
01119    /* Setting up class inheritance */
01120 
01121 /*********************************************************
01122 * Inheritance information setup/
01123 *********************************************************/
01124 extern "C" void G__cpp_setup_inheritanceG__ASImage() {
01125 
01126    /* Setting up class inheritance */
01127    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__ASImageLN_TASImage))) {
01128      TASImage *G__Lderived;
01129      G__Lderived=(TASImage*)0x1000;
01130      {
01131        TImage *G__Lpbase=(TImage*)G__Lderived;
01132        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImage),G__get_linked_tagnum(&G__G__ASImageLN_TImage),(long)G__Lpbase-(long)G__Lderived,1,1);
01133      }
01134      {
01135        TNamed *G__Lpbase=(TNamed*)G__Lderived;
01136        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImage),G__get_linked_tagnum(&G__G__ASImageLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
01137      }
01138      {
01139        TObject *G__Lpbase=(TObject*)G__Lderived;
01140        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImage),G__get_linked_tagnum(&G__G__ASImageLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01141      }
01142      {
01143        TAttImage *G__Lpbase=(TAttImage*)G__Lderived;
01144        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImage),G__get_linked_tagnum(&G__G__ASImageLN_TAttImage),(long)G__Lpbase-(long)G__Lderived,1,0);
01145      }
01146    }
01147    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin))) {
01148      TASImagePlugin *G__Lderived;
01149      G__Lderived=(TASImagePlugin*)0x1000;
01150      {
01151        TImagePlugin *G__Lpbase=(TImagePlugin*)G__Lderived;
01152        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin),G__get_linked_tagnum(&G__G__ASImageLN_TImagePlugin),(long)G__Lpbase-(long)G__Lderived,1,1);
01153      }
01154      {
01155        TObject *G__Lpbase=(TObject*)G__Lderived;
01156        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin),G__get_linked_tagnum(&G__G__ASImageLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01157      }
01158    }
01159    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS))) {
01160      TASPluginGS *G__Lderived;
01161      G__Lderived=(TASPluginGS*)0x1000;
01162      {
01163        TASImagePlugin *G__Lpbase=(TASImagePlugin*)G__Lderived;
01164        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS),G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin),(long)G__Lpbase-(long)G__Lderived,1,1);
01165      }
01166      {
01167        TImagePlugin *G__Lpbase=(TImagePlugin*)G__Lderived;
01168        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS),G__get_linked_tagnum(&G__G__ASImageLN_TImagePlugin),(long)G__Lpbase-(long)G__Lderived,1,0);
01169      }
01170      {
01171        TObject *G__Lpbase=(TObject*)G__Lderived;
01172        G__inheritance_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS),G__get_linked_tagnum(&G__G__ASImageLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01173      }
01174    }
01175 }
01176 
01177 /*********************************************************
01178 * typedef information setup/
01179 *********************************************************/
01180 extern "C" void G__cpp_setup_typetableG__ASImage() {
01181 
01182    /* Setting up typedef entry */
01183    G__search_typename2("Int_t",105,-1,0,-1);
01184    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
01185    G__search_typename2("UInt_t",104,-1,0,-1);
01186    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
01187    G__search_typename2("Double_t",100,-1,0,-1);
01188    G__setnewtype(-1,"Double 8 bytes",0);
01189    G__search_typename2("Bool_t",103,-1,0,-1);
01190    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
01191    G__search_typename2("Version_t",115,-1,0,-1);
01192    G__setnewtype(-1,"Class version identifier (short)",0);
01193    G__search_typename2("Option_t",99,-1,256,-1);
01194    G__setnewtype(-1,"Option string (const char)",0);
01195    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__ASImageLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
01196    G__setnewtype(-1,NULL,0);
01197    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__ASImageLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__ASImageLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
01198    G__setnewtype(-1,NULL,0);
01199    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__ASImageLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__ASImageLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
01200    G__setnewtype(-1,NULL,0);
01201    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__ASImageLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
01202    G__setnewtype(-1,NULL,0);
01203    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__ASImageLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__ASImageLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
01204    G__setnewtype(-1,NULL,0);
01205    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__ASImageLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__ASImageLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
01206    G__setnewtype(-1,NULL,0);
01207    G__search_typename2("Drawable_t",107,-1,0,-1);
01208    G__setnewtype(-1,"Drawable handle",0);
01209    G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__G__ASImageLN_TVectorTlEdoublegR),0,-1);
01210    G__setnewtype(-1,NULL,0);
01211    G__search_typename2("TVectorD",117,G__get_linked_tagnum(&G__G__ASImageLN_TVectorTlEdoublegR),0,-1);
01212    G__setnewtype(-1,NULL,0);
01213 }
01214 
01215 /*********************************************************
01216 * Data Member information setup/
01217 *********************************************************/
01218 
01219    /* Setting up class,struct,union tag member variable */
01220 
01221    /* TASImage */
01222 static void G__setup_memvarTASImage(void) {
01223    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
01224    { TASImage *p; p=(TASImage*)0x1000; if (p) { }
01225    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__ASImageLN_TASImagecLcLdA),-1,-2,4,"kNoZoom=0LL",0,(char*)NULL);
01226    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__ASImageLN_TASImagecLcLdA),-1,-2,4,"kZoom=1LL",0,(char*)NULL);
01227    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__ASImageLN_TASImagecLcLdA),-1,-2,4,"kZoomOps=-1LL",0,(char*)NULL);
01228    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__ASImageLN_TASImagecLcLdA),-1,-2,4,"kReadWritePNG=0LL",0,(char*)NULL);
01229    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__ASImageLN_TASImagecLcLdA),-1,-2,4,"kReadWriteVector=1LL",0,(char*)NULL);
01230    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__ASImageLN_ASImage),-1,-1,2,"fImage=",0,"! pointer to image structure of original image");
01231    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__ASImageLN_TASImage),-1,-1,2,"fScaledImage=",0,"! temporary scaled and zoomed image produced from original image");
01232    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaxValue=",0,"! max value in image");
01233    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinValue=",0,"! min value in image");
01234    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fZoomOffX=",0,"! X - offset for zooming in image pixels");
01235    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fZoomOffY=",0,"! Y - offset for zooming im image pixels");
01236    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fZoomWidth=",0,"! width of zoomed image in image pixels");
01237    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fZoomHeight=",0,"! hight of zoomed image in image pixels");
01238    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fZoomUpdate=",0,"! kZoom - new zooming required, kZoomOps - other ops in action, kNoZoom - no zooming or ops");
01239    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fEditable=",0,"! kTRUE image can be resized, moved by resizing/moving gPad");
01240    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPaintMode=",0,"! 1 - fast mode, 0 - low memory slow mode");
01241    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__ASImageLN_ASImage),-1,-1,2,"fGrayImage=",0,"! gray image");
01242    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsGray=",0,"! kTRUE if image is gray");
01243    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__ASImageLN_THashTable),-1,-2,2,"fgPlugList=",0,"! hash table containing loaded plugins");
01244    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__ASImageLN_ASVisual),-1,-2,2,"fgVisual=",0,"pointer to visual structure");
01245    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgInit=",0,"global flag to init afterimage only once");
01246    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__ASImageLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01247    }
01248    G__tag_memvar_reset();
01249 }
01250 
01251 
01252    /* TASImagePlugin */
01253 static void G__setup_memvarTASImagePlugin(void) {
01254    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin));
01255    { TASImagePlugin *p; p=(TASImagePlugin*)0x1000; if (p) { }
01256    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__ASImageLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01257    }
01258    G__tag_memvar_reset();
01259 }
01260 
01261 
01262    /* TASPluginGS */
01263 static void G__setup_memvarTASPluginGS(void) {
01264    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS));
01265    { TASPluginGS *p; p=(TASPluginGS*)0x1000; if (p) { }
01266    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fInterpreter=",0,"path to GhostScript interpreter");
01267    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__ASImageLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01268    }
01269    G__tag_memvar_reset();
01270 }
01271 
01272 extern "C" void G__cpp_setup_memvarG__ASImage() {
01273 }
01274 /***********************************************************
01275 ************************************************************
01276 ************************************************************
01277 ************************************************************
01278 ************************************************************
01279 ************************************************************
01280 ************************************************************
01281 ***********************************************************/
01282 
01283 /*********************************************************
01284 * Member function information setup for each class
01285 *********************************************************/
01286 static void G__setup_memfuncTASImage(void) {
01287    /* TASImage */
01288    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImage));
01289    G__memfunc_setup("DrawVLine",876,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0, 
01290 "h - 'UInt_t' 0 - x h - 'UInt_t' 0 - y1 "
01291 "h - 'UInt_t' 0 - y2 h - 'UInt_t' 0 - col "
01292 "h - 'UInt_t' 0 - thick", (char*)NULL, (void*) NULL, 0);
01293    G__memfunc_setup("DrawHLine",862,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0, 
01294 "h - 'UInt_t' 0 - y h - 'UInt_t' 0 - x1 "
01295 "h - 'UInt_t' 0 - x2 h - 'UInt_t' 0 - col "
01296 "h - 'UInt_t' 0 - thick", (char*)NULL, (void*) NULL, 0);
01297    G__memfunc_setup("DrawLineInternal",1619,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 4, 0, 
01298 "h - 'UInt_t' 0 - x1 h - 'UInt_t' 0 - y1 "
01299 "h - 'UInt_t' 0 - x2 h - 'UInt_t' 0 - y2 "
01300 "h - 'UInt_t' 0 - col h - 'UInt_t' 0 - thick", (char*)NULL, (void*) NULL, 0);
01301    G__memfunc_setup("DrawWideLine",1183,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 4, 0, 
01302 "h - 'UInt_t' 0 - x1 h - 'UInt_t' 0 - y1 "
01303 "h - 'UInt_t' 0 - x2 h - 'UInt_t' 0 - y2 "
01304 "h - 'UInt_t' 0 - col h - 'UInt_t' 0 - thick", (char*)NULL, (void*) NULL, 0);
01305    G__memfunc_setup("DrawDashHLine",1246,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 4, 0, 
01306 "h - 'UInt_t' 0 - y h - 'UInt_t' 0 - x1 "
01307 "h - 'UInt_t' 0 - x2 h - 'UInt_t' 0 - nDash "
01308 "C - - 10 - pDash h - 'UInt_t' 0 - col "
01309 "h - 'UInt_t' 0 - thick", (char*)NULL, (void*) NULL, 0);
01310    G__memfunc_setup("DrawDashVLine",1260,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 4, 0, 
01311 "h - 'UInt_t' 0 - x h - 'UInt_t' 0 - y1 "
01312 "h - 'UInt_t' 0 - y2 h - 'UInt_t' 0 - nDash "
01313 "C - - 10 - pDash h - 'UInt_t' 0 - col "
01314 "h - 'UInt_t' 0 - thick", (char*)NULL, (void*) NULL, 0);
01315    G__memfunc_setup("DrawDashZLine",1264,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 4, 0, 
01316 "h - 'UInt_t' 0 - x1 h - 'UInt_t' 0 - y1 "
01317 "h - 'UInt_t' 0 - x2 h - 'UInt_t' 0 - y2 "
01318 "h - 'UInt_t' 0 - nDash C - - 10 - pDash "
01319 "h - 'UInt_t' 0 - col", (char*)NULL, (void*) NULL, 0);
01320    G__memfunc_setup("DrawDashZTLine",1348,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 8, 1, 4, 0, 
01321 "h - 'UInt_t' 0 - x1 h - 'UInt_t' 0 - y1 "
01322 "h - 'UInt_t' 0 - x2 h - 'UInt_t' 0 - y2 "
01323 "h - 'UInt_t' 0 - nDash C - - 10 - pDash "
01324 "h - 'UInt_t' 0 - col h - 'UInt_t' 0 - thick", (char*)NULL, (void*) NULL, 0);
01325    G__memfunc_setup("GetPolygonSpans",1549,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 4, 0, 
01326 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01327 "H - 'UInt_t' 0 - nspans U 'TPoint' - 2 - firstPoint "
01328 "H - 'UInt_t' 2 - firstWidth", (char*)NULL, (void*) NULL, 0);
01329    G__memfunc_setup("GetFillAreaSpans",1573,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0, 
01330 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01331 "H - 'UInt_t' 0 - nspans U 'TPoint' - 2 - firstPoint "
01332 "H - 'UInt_t' 2 - firstWidth", (char*)NULL, (void*) NULL, 0);
01333    G__memfunc_setup("FillRectangleInternal",2137,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0, 
01334 "h - 'UInt_t' 0 - col i - 'Int_t' 0 - x "
01335 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - width "
01336 "h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 0);
01337    G__memfunc_setup("DrawTextTTF",1057,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 4, 0, 
01338 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01339 "C - - 10 - text i - 'Int_t' 0 - size "
01340 "h - 'UInt_t' 0 - color C - - 10 - font_name "
01341 "f - 'Float_t' 0 - angle", (char*)NULL, (void*) NULL, 0);
01342    G__memfunc_setup("DrawGlyph",914,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0, 
01343 "Y - - 0 - bitmap h - 'UInt_t' 0 - color "
01344 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
01345    G__memfunc_setup("SetDefaults",1124,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01346    G__memfunc_setup("CreateThumbnail",1528,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01347    G__memfunc_setup("DestroyImage",1229,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01348    G__memfunc_setup("TypeFromMagicNumber",1920,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 1, 4, 1, "C - - 10 - file", (char*)NULL, (void*) NULL, 0);
01349    G__memfunc_setup("GetFileType",1090,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__ASImageLN_TImagecLcLEImageFileTypes), -1, 0, 1, 1, 2, 0, "C - - 10 - ext", (char*)NULL, (void*) NULL, 0);
01350    G__memfunc_setup("MapFileTypes",1203,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01351 "i 'TImage::EImageFileTypes' - 1 - type h - 'UInt_t' 1 - astype "
01352 "g - 'Bool_t' 0 'kTRUE' toas", (char*)NULL, (void*) NULL, 0);
01353    G__memfunc_setup("MapQuality",1031,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01354 "i 'TAttImage::EImageQuality' - 1 - quality h - 'UInt_t' 1 - asquality "
01355 "g - 'Bool_t' 0 'kTRUE' toas", (char*)NULL, (void*) NULL, 0);
01356    G__memfunc_setup("InitVisual",1032,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01357    G__memfunc_setup("TASImage",715,G__G__ASImage_147_0_22, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASImage), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01358    G__memfunc_setup("TASImage",715,G__G__ASImage_147_0_23, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASImage), -1, 0, 2, 1, 1, 0, 
01359 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 0);
01360    G__memfunc_setup("TASImage",715,G__G__ASImage_147_0_24, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASImage), -1, 0, 2, 1, 1, 0, 
01361 "C - - 10 - file i 'TImage::EImageFileTypes' - 0 'kUnknown' type", (char*)NULL, (void*) NULL, 0);
01362    G__memfunc_setup("TASImage",715,G__G__ASImage_147_0_25, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASImage), -1, 0, 5, 1, 1, 0, 
01363 "C - - 10 - name D - 'Double_t' 10 - imageData "
01364 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
01365 "U 'TImagePalette' - 0 '0' palette", (char*)NULL, (void*) NULL, 0);
01366    G__memfunc_setup("TASImage",715,G__G__ASImage_147_0_26, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASImage), -1, 0, 4, 1, 1, 0, 
01367 "C - - 10 - name u 'TArrayD' - 11 - imageData "
01368 "h - 'UInt_t' 0 - width U 'TImagePalette' - 0 '0' palette", (char*)NULL, (void*) NULL, 0);
01369    G__memfunc_setup("TASImage",715,G__G__ASImage_147_0_27, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASImage), -1, 0, 4, 1, 1, 0, 
01370 "C - - 10 - name u 'TVectorT<double>' 'TVectorD' 11 - imageData "
01371 "h - 'UInt_t' 0 - width U 'TImagePalette' - 0 '0' palette", (char*)NULL, (void*) NULL, 0);
01372    G__memfunc_setup("TASImage",715,G__G__ASImage_147_0_28, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASImage), -1, 0, 1, 1, 1, 0, "u 'TASImage' - 11 - img", (char*)NULL, (void*) NULL, 0);
01373    G__memfunc_setup("operator=",937,G__G__ASImage_147_0_29, 117, G__get_linked_tagnum(&G__G__ASImageLN_TASImage), -1, 1, 1, 1, 1, 0, "u 'TASImage' - 11 - img", (char*)NULL, (void*) NULL, 0);
01374    G__memfunc_setup("Clone",497,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__ASImageLN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - newname", (char*)NULL, (void*) NULL, 1);
01375    G__memfunc_setup("SetEditable",1094,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' on", "*TOGGLE*", (void*) NULL, 1);
01376    G__memfunc_setup("IsEditable",982,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01377    G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - -", (char*)NULL, (void*) NULL, 1);
01378    G__memfunc_setup("SetTitle",814,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' title", "*MENU*", (void*) NULL, 1);
01379    G__memfunc_setup("GetTitle",802,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
01380    G__memfunc_setup("GetIconName",1066,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
01381    G__memfunc_setup("FromPad",681,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
01382 "U 'TVirtualPad' - 0 - pad i - 'Int_t' 0 '0' x "
01383 "i - 'Int_t' 0 '0' y h - 'UInt_t' 0 '0' w "
01384 "h - 'UInt_t' 0 '0' h", (char*)NULL, (void*) NULL, 1);
01385    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
01386    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);
01387    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
01388 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
01389    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01390 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
01391 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
01392    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
01393 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
01394    G__memfunc_setup("SetPalette",1019,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TImagePalette' - 10 - palette", (char*)NULL, (void*) NULL, 1);
01395    G__memfunc_setup("Zoom",421,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01396 "h - 'UInt_t' 0 - offX h - 'UInt_t' 0 - offY "
01397 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", "*MENU*", (void*) NULL, 1);
01398    G__memfunc_setup("UnZoom",616,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
01399    G__memfunc_setup("Flip",395,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '180' flip", "*MENU*", (void*) NULL, 1);
01400    G__memfunc_setup("Mirror",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' vert", "*MENU*", (void*) NULL, 1);
01401    G__memfunc_setup("Scale",488,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01402 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", "*MENU*", (void*) NULL, 1);
01403    G__memfunc_setup("Slice",496,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
01404 "h - 'UInt_t' 0 - xStart h - 'UInt_t' 0 - xEnd "
01405 "h - 'UInt_t' 0 - yStart h - 'UInt_t' 0 - yEnd "
01406 "h - 'UInt_t' 0 - toWidth h - 'UInt_t' 0 - toHeight", "*MENU*", (void*) NULL, 1);
01407    G__memfunc_setup("Tile",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01408 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", "*MENU*", (void*) NULL, 1);
01409    G__memfunc_setup("Crop",404,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01410 "i - 'Int_t' 0 '0' x i - 'Int_t' 0 '0' y "
01411 "h - 'UInt_t' 0 '0' width h - 'UInt_t' 0 '0' height", "*MENU*", (void*) NULL, 1);
01412    G__memfunc_setup("Pad",277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
01413 "C - - 10 '\"#00FFFFFF\"' color h - 'UInt_t' 0 '0' left "
01414 "h - 'UInt_t' 0 '0' right h - 'UInt_t' 0 '0' top "
01415 "h - 'UInt_t' 0 '0' bottom", "*MENU*", (void*) NULL, 1);
01416    G__memfunc_setup("Blur",405,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01417 "d - 'Double_t' 0 '3' hr d - 'Double_t' 0 '3' vr", "*MENU*", (void*) NULL, 1);
01418    G__memfunc_setup("Vectorize",955,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 0, 
01419 "h - 'UInt_t' 0 '256' max_colors h - 'UInt_t' 0 '4' dither "
01420 "i - 'Int_t' 0 '1' opaque_threshold", (char*)NULL, (void*) NULL, 1);
01421    G__memfunc_setup("Gray",403,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' on", "*TOGGLE* *GETTER=IsGray", (void*) NULL, 1);
01422    G__memfunc_setup("StartPaletteEditor",1860,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
01423    G__memfunc_setup("HSV",241,(G__InterfaceMethod) NULL,121, -1, -1, 0, 9, 1, 1, 0, 
01424 "h - 'UInt_t' 0 '0' hue h - 'UInt_t' 0 '360' radius "
01425 "i - 'Int_t' 0 '0' H i - 'Int_t' 0 '0' S "
01426 "i - 'Int_t' 0 '0' V i - 'Int_t' 0 '0' x "
01427 "i - 'Int_t' 0 '0' y h - 'UInt_t' 0 '0' width "
01428 "h - 'UInt_t' 0 '0' height", (char*)NULL, (void*) NULL, 1);
01429    G__memfunc_setup("Merge",496,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01430 "U 'TImage' - 10 - im C - - 10 '\"alphablend\"' op "
01431 "i - 'Int_t' 0 '0' x i - 'Int_t' 0 '0' y", (char*)NULL, (void*) NULL, 1);
01432    G__memfunc_setup("Append",600,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01433 "U 'TImage' - 10 - im C - - 10 '\"+\"' option "
01434 "C - - 10 '\"#00000000\"' color", (char*)NULL, (void*) NULL, 1);
01435    G__memfunc_setup("Gradient",814,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
01436 "h - 'UInt_t' 0 '0' angle C - - 10 '\"#FFFFFF #000000\"' colors "
01437 "C - - 10 '0' offsets i - 'Int_t' 0 '0' x "
01438 "i - 'Int_t' 0 '0' y h - 'UInt_t' 0 '0' width "
01439 "h - 'UInt_t' 0 '0' height", (char*)NULL, (void*) NULL, 1);
01440    G__memfunc_setup("Bevel",494,(G__InterfaceMethod) NULL,121, -1, -1, 0, 8, 1, 1, 0, 
01441 "i - 'Int_t' 0 '0' x i - 'Int_t' 0 '0' y "
01442 "h - 'UInt_t' 0 '0' width h - 'UInt_t' 0 '0' height "
01443 "C - - 10 '\"#ffdddddd\"' hi C - - 10 '\"#ff555555\"' lo "
01444 "r - 'UShort_t' 0 '1' thick g - 'Bool_t' 0 'kFALSE' pressed", (char*)NULL, (void*) NULL, 1);
01445    G__memfunc_setup("DrawText",819,(G__InterfaceMethod) NULL,121, -1, -1, 0, 9, 1, 1, 0, 
01446 "i - 'Int_t' 0 '0' x i - 'Int_t' 0 '0' y "
01447 "C - - 10 '\"\"' text i - 'Int_t' 0 '12' size "
01448 "C - - 10 '0' color C - - 10 '\"fixed\"' font "
01449 "i 'TImage::EText3DType' - 0 'TImage::kPlain' type C - - 10 '0' fore_file "
01450 "f - 'Float_t' 0 '0' angle", (char*)NULL, (void*) NULL, 1);
01451    G__memfunc_setup("DrawText",819,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01452 "U 'TText' - 0 - text i - 'Int_t' 0 '0' x "
01453 "i - 'Int_t' 0 '0' y", (char*)NULL, (void*) NULL, 1);
01454    G__memfunc_setup("BeginPaint",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' fast", (char*)NULL, (void*) NULL, 1);
01455    G__memfunc_setup("EndPaint",787,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01456    G__memfunc_setup("DrawLine",790,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
01457 "h - 'UInt_t' 0 - x1 h - 'UInt_t' 0 - y1 "
01458 "h - 'UInt_t' 0 - x2 h - 'UInt_t' 0 - y2 "
01459 "C - - 10 '\"#000000\"' col h - 'UInt_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01460    G__memfunc_setup("DrawDashLine",1174,(G__InterfaceMethod) NULL,121, -1, -1, 0, 8, 1, 1, 0, 
01461 "h - 'UInt_t' 0 - x1 h - 'UInt_t' 0 - y1 "
01462 "h - 'UInt_t' 0 - x2 h - 'UInt_t' 0 - y2 "
01463 "h - 'UInt_t' 0 - nDash C - - 10 - pDash "
01464 "C - - 10 '\"#000000\"' col h - 'UInt_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01465    G__memfunc_setup("DrawBox",695,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
01466 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
01467 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 "
01468 "C - - 10 '\"#000000\"' col h - 'UInt_t' 0 '1' thick "
01469 "i - 'Int_t' 0 '0' mode", (char*)NULL, (void*) NULL, 1);
01470    G__memfunc_setup("DrawRectangle",1315,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
01471 "h - 'UInt_t' 0 - x h - 'UInt_t' 0 - y "
01472 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h "
01473 "C - - 10 '\"#000000\"' col h - 'UInt_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01474    G__memfunc_setup("FillRectangle",1308,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
01475 "C - - 10 '0' col i - 'Int_t' 0 '0' x "
01476 "i - 'Int_t' 0 '0' y h - 'UInt_t' 0 '0' width "
01477 "h - 'UInt_t' 0 '0' height", (char*)NULL, (void*) NULL, 1);
01478    G__memfunc_setup("DrawPolyLine",1210,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
01479 "h - 'UInt_t' 0 - nn U 'TPoint' - 0 - xy "
01480 "C - - 10 '\"#000000\"' col h - 'UInt_t' 0 '1' thick "
01481 "i 'TImage::ECoordMode' - 0 'kCoordModeOrigin' mode", (char*)NULL, (void*) NULL, 1);
01482    G__memfunc_setup("PutPixel",827,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01483 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01484 "C - - 10 '\"#000000\"' col", (char*)NULL, (void*) NULL, 1);
01485    G__memfunc_setup("PolyPoint",942,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01486 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01487 "C - - 10 '\"#000000\"' col i 'TImage::ECoordMode' - 0 'kCoordModeOrigin' mode", (char*)NULL, (void*) NULL, 1);
01488    G__memfunc_setup("DrawSegments",1236,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01489 "h - 'UInt_t' 0 - nseg U 'Segment_t' - 0 - seg "
01490 "C - - 10 '\"#000000\"' col h - 'UInt_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01491    G__memfunc_setup("FillPolygon",1135,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
01492 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01493 "C - - 10 '\"#000000\"' col C - - 10 '0' stipple "
01494 "h - 'UInt_t' 0 '16' w h - 'UInt_t' 0 '16' h", (char*)NULL, (void*) NULL, 1);
01495    G__memfunc_setup("FillPolygon",1135,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01496 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01497 "U 'TImage' - 0 - tile", (char*)NULL, (void*) NULL, 1);
01498    G__memfunc_setup("CropPolygon",1148,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01499 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt", (char*)NULL, (void*) NULL, 1);
01500    G__memfunc_setup("DrawFillArea",1166,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
01501 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01502 "C - - 10 '\"#000000\"' col C - - 10 '0' stipple "
01503 "h - 'UInt_t' 0 '16' w h - 'UInt_t' 0 '16' h", (char*)NULL, (void*) NULL, 1);
01504    G__memfunc_setup("DrawFillArea",1166,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01505 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01506 "U 'TImage' - 0 - tile", (char*)NULL, (void*) NULL, 1);
01507    G__memfunc_setup("FillSpans",908,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
01508 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01509 "H - 'UInt_t' 0 - widths C - - 10 '\"#000000\"' col "
01510 "C - - 10 '0' stipple h - 'UInt_t' 0 '16' w "
01511 "h - 'UInt_t' 0 '16' h", (char*)NULL, (void*) NULL, 1);
01512    G__memfunc_setup("FillSpans",908,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01513 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01514 "H - 'UInt_t' 0 - widths U 'TImage' - 0 - tile", (char*)NULL, (void*) NULL, 1);
01515    G__memfunc_setup("CropSpans",921,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01516 "h - 'UInt_t' 0 - npt U 'TPoint' - 0 - ppt "
01517 "H - 'UInt_t' 0 - widths", (char*)NULL, (void*) NULL, 1);
01518    G__memfunc_setup("CopyArea",788,(G__InterfaceMethod) NULL,121, -1, -1, 0, 9, 1, 1, 0, 
01519 "U 'TImage' - 0 - dst i - 'Int_t' 0 - xsrc "
01520 "i - 'Int_t' 0 - ysrc h - 'UInt_t' 0 - w "
01521 "h - 'UInt_t' 0 - h i - 'Int_t' 0 '0' xdst "
01522 "i - 'Int_t' 0 '0' ydst i - 'Int_t' 0 '3' gfunc "
01523 "i 'TImage::EColorChan' - 0 'kAllChan' chan", (char*)NULL, (void*) NULL, 1);
01524    G__memfunc_setup("DrawCellArray",1293,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
01525 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
01526 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 "
01527 "i - 'Int_t' 0 - nx i - 'Int_t' 0 - ny "
01528 "H - 'UInt_t' 0 - ic", (char*)NULL, (void*) NULL, 1);
01529    G__memfunc_setup("FloodFill",891,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
01530 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01531 "C - - 10 - col C - - 10 - min_col "
01532 "C - - 10 '0' max_col", (char*)NULL, (void*) NULL, 1);
01533    G__memfunc_setup("DrawCubeBezier",1390,(G__InterfaceMethod) NULL,121, -1, -1, 0, 8, 1, 1, 0, 
01534 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
01535 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 "
01536 "i - 'Int_t' 0 - x3 i - 'Int_t' 0 - y3 "
01537 "C - - 10 '\"#000000\"' col h - 'UInt_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01538    G__memfunc_setup("DrawStraightEllips",1853,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
01539 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01540 "i - 'Int_t' 0 - rx i - 'Int_t' 0 - ry "
01541 "C - - 10 '\"#000000\"' col i - 'Int_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01542    G__memfunc_setup("DrawCircle",992,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
01543 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01544 "i - 'Int_t' 0 - r C - - 10 '\"#000000\"' col "
01545 "i - 'Int_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01546    G__memfunc_setup("DrawEllips",1015,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
01547 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01548 "i - 'Int_t' 0 - rx i - 'Int_t' 0 - ry "
01549 "i - 'Int_t' 0 - angle C - - 10 '\"#000000\"' col "
01550 "i - 'Int_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01551    G__memfunc_setup("DrawEllips2",1065,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
01552 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01553 "i - 'Int_t' 0 - rx i - 'Int_t' 0 - ry "
01554 "i - 'Int_t' 0 - angle C - - 10 '\"#000000\"' col "
01555 "i - 'Int_t' 0 '1' thick", (char*)NULL, (void*) NULL, 1);
01556    G__memfunc_setup("ReadImage",863,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01557 "C - - 10 - file i 'TImage::EImageFileTypes' - 0 'TImage::kUnknown' type", (char*)NULL, (void*) NULL, 1);
01558    G__memfunc_setup("WriteImage",1006,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01559 "C - - 10 - file i 'TImage::EImageFileTypes' - 0 'TImage::kUnknown' type", "*MENU*", (void*) NULL, 1);
01560    G__memfunc_setup("SetImage",783,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01561 "D - 'Double_t' 10 - imageData h - 'UInt_t' 0 - width "
01562 "h - 'UInt_t' 0 - height U 'TImagePalette' - 0 '0' palette", (char*)NULL, (void*) NULL, 1);
01563    G__memfunc_setup("SetImage",783,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01564 "u 'TArrayD' - 11 - imageData h - 'UInt_t' 0 - width "
01565 "U 'TImagePalette' - 0 '0' palette", (char*)NULL, (void*) NULL, 1);
01566    G__memfunc_setup("SetImage",783,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01567 "u 'TVectorT<double>' 'TVectorD' 11 - imageData h - 'UInt_t' 0 - width "
01568 "U 'TImagePalette' - 0 '0' palette", (char*)NULL, (void*) NULL, 1);
01569    G__memfunc_setup("SetImage",783,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01570 "k - 'Pixmap_t' 0 - pxm k - 'Pixmap_t' 0 '0' mask", (char*)NULL, (void*) NULL, 1);
01571    G__memfunc_setup("FromWindow",1036,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
01572 "k - 'Drawable_t' 0 - wid i - 'Int_t' 0 '0' x "
01573 "i - 'Int_t' 0 '0' y h - 'UInt_t' 0 '0' w "
01574 "h - 'UInt_t' 0 '0' h", (char*)NULL, (void*) NULL, 1);
01575    G__memfunc_setup("FromGLBuffer",1153,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01576 "B - 'UChar_t' 0 - buf h - 'UInt_t' 0 - w "
01577 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
01578    G__memfunc_setup("GetWidth",800,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01579    G__memfunc_setup("GetHeight",889,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01580    G__memfunc_setup("GetScaledWidth",1388,G__G__ASImage_147_0_101, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01581    G__memfunc_setup("GetScaledHeight",1477,G__G__ASImage_147_0_102, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01582    G__memfunc_setup("IsValid",684,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01583    G__memfunc_setup("IsGray",591,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01584    G__memfunc_setup("GetImage",771,G__G__ASImage_147_0_105, 85, G__get_linked_tagnum(&G__G__ASImageLN_ASImage), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01585    G__memfunc_setup("SetImage",783,G__G__ASImage_147_0_106, 121, -1, -1, 0, 1, 1, 1, 0, "U 'ASImage' - 0 - image", (char*)NULL, (void*) NULL, 0);
01586    G__memfunc_setup("GetScaledImage",1359,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__ASImageLN_TImage), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01587    G__memfunc_setup("GetPixmap",911,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01588    G__memfunc_setup("GetMask",684,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01589    G__memfunc_setup("GetPixels",917,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__ASImageLN_TArrayL), -1, 0, 4, 1, 1, 0, 
01590 "i - 'Int_t' 0 '0' x i - 'Int_t' 0 '0' y "
01591 "h - 'UInt_t' 0 '0' w h - 'UInt_t' 0 '0' h", (char*)NULL, (void*) NULL, 1);
01592    G__memfunc_setup("GetArray",799,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__ASImageLN_TArrayD), -1, 0, 3, 1, 1, 0, 
01593 "h - 'UInt_t' 0 '0' w h - 'UInt_t' 0 '0' h "
01594 "U 'TImagePalette' - 0 'gWebImagePalette' pal", (char*)NULL, (void*) NULL, 1);
01595    G__memfunc_setup("GetArgbArray",1179,(G__InterfaceMethod) NULL,72, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01596    G__memfunc_setup("GetRgbaArray",1179,(G__InterfaceMethod) NULL,72, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01597    G__memfunc_setup("GetVecArray",1085,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01598    G__memfunc_setup("GetScanline",1101,(G__InterfaceMethod) NULL,72, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - y", (char*)NULL, (void*) NULL, 1);
01599    G__memfunc_setup("GetImageBuffer",1373,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01600 "C - - 2 - buffer I - - 0 - size "
01601 "i 'TImage::EImageFileTypes' - 0 'TImage::kPng' type", (char*)NULL, (void*) NULL, 1);
01602    G__memfunc_setup("GetZoomPosition",1562,G__G__ASImage_147_0_117, 121, -1, -1, 0, 4, 1, 1, 8, 
01603 "h - 'UInt_t' 1 - x h - 'UInt_t' 1 - y "
01604 "h - 'UInt_t' 1 - w h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 0);
01605    G__memfunc_setup("SetImageBuffer",1385,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
01606 "C - - 2 - buffer i 'TImage::EImageFileTypes' - 0 'TImage::kPng' type", (char*)NULL, (void*) NULL, 1);
01607    G__memfunc_setup("PaintImage",991,(G__InterfaceMethod) NULL,121, -1, -1, 0, 8, 1, 1, 0, 
01608 "k - 'Drawable_t' 0 - wid i - 'Int_t' 0 - x "
01609 "i - 'Int_t' 0 - y i - 'Int_t' 0 '0' xsrc "
01610 "i - 'Int_t' 0 '0' ysrc h - 'UInt_t' 0 '0' wsrc "
01611 "h - 'UInt_t' 0 '0' hsrc C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
01612    G__memfunc_setup("SetPaletteEnabled",1702,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' on", "*TOGGLE*", (void*) NULL, 1);
01613    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01614 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
01615    G__memfunc_setup("GetVisual",916,G__G__ASImage_147_0_122, 85, G__get_linked_tagnum(&G__G__ASImageLN_ASVisual), -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const ASVisual* (*)())(&TASImage::GetVisual) ), 0);
01616    G__memfunc_setup("AlphaBlend",971,G__G__ASImage_147_0_123, 104, -1, G__defined_typename("UInt_t"), 0, 2, 3, 1, 0, 
01617 "h - 'UInt_t' 0 - bot h - 'UInt_t' 0 - top", (char*)NULL, (void*) G__func2void( (UInt_t (*)(UInt_t, UInt_t))(&TASImage::AlphaBlend) ), 0);
01618    G__memfunc_setup("Image2Drawable",1335,G__G__ASImage_147_0_124, 121, -1, -1, 0, 9, 3, 1, 0, 
01619 "U 'ASImage' - 0 - im k - 'Drawable_t' 0 - wid "
01620 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01621 "i - 'Int_t' 0 '0' xsrc i - 'Int_t' 0 '0' ysrc "
01622 "h - 'UInt_t' 0 '0' wsrc h - 'UInt_t' 0 '0' hsrc "
01623 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (void (*)(ASImage*, Drawable_t, Int_t, Int_t, Int_t, Int_t, UInt_t, UInt_t, Option_t*))(&TASImage::Image2Drawable) ), 0);
01624    G__memfunc_setup("SetJpegDpi",975,G__G__ASImage_147_0_125, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
01625 "C - - 10 - name h - 'UInt_t' 0 '72' dpi", (char*)NULL, (void*) NULL, 0);
01626    G__memfunc_setup("Class",502,G__G__ASImage_147_0_126, 85, G__get_linked_tagnum(&G__G__ASImageLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TASImage::Class) ), 0);
01627    G__memfunc_setup("Class_Name",982,G__G__ASImage_147_0_127, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASImage::Class_Name) ), 0);
01628    G__memfunc_setup("Class_Version",1339,G__G__ASImage_147_0_128, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TASImage::Class_Version) ), 0);
01629    G__memfunc_setup("Dictionary",1046,G__G__ASImage_147_0_129, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TASImage::Dictionary) ), 0);
01630    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__ASImageLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01631    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);
01632    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);
01633    G__memfunc_setup("StreamerNVirtual",1656,G__G__ASImage_147_0_133, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01634    G__memfunc_setup("DeclFileName",1145,G__G__ASImage_147_0_134, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASImage::DeclFileName) ), 0);
01635    G__memfunc_setup("ImplFileLine",1178,G__G__ASImage_147_0_135, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TASImage::ImplFileLine) ), 0);
01636    G__memfunc_setup("ImplFileName",1171,G__G__ASImage_147_0_136, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASImage::ImplFileName) ), 0);
01637    G__memfunc_setup("DeclFileLine",1152,G__G__ASImage_147_0_137, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TASImage::DeclFileLine) ), 0);
01638    // automatic destructor
01639    G__memfunc_setup("~TASImage", 841, G__G__ASImage_147_0_138, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01640    G__tag_memfunc_reset();
01641 }
01642 
01643 static void G__setup_memfuncTASImagePlugin(void) {
01644    /* TASImagePlugin */
01645    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin));
01646    G__memfunc_setup("TASImagePlugin",1338,G__G__ASImage_150_0_1, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin), -1, 0, 1, 1, 1, 0, "C - - 10 - ext", (char*)NULL, (void*) NULL, 0);
01647    G__memfunc_setup("ReadFile",764,(G__InterfaceMethod) NULL,66, -1, -1, 0, 3, 1, 1, 0, 
01648 "C - - 10 - - h - 'UInt_t' 1 - - "
01649 "h - 'UInt_t' 1 - -", (char*)NULL, (void*) NULL, 1);
01650    G__memfunc_setup("WriteFile",907,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
01651 "C - - 10 - - B - - 0 - - "
01652 "h - 'UInt_t' 0 - - h - 'UInt_t' 0 - -", (char*)NULL, (void*) NULL, 1);
01653    G__memfunc_setup("File2ASImage",1065,G__G__ASImage_150_0_4, 85, G__get_linked_tagnum(&G__G__ASImageLN_ASImage), -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
01654    G__memfunc_setup("ASImage2File",1065,G__G__ASImage_150_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'ASImage' - 0 - -", (char*)NULL, (void*) NULL, 1);
01655    G__memfunc_setup("Class",502,G__G__ASImage_150_0_6, 85, G__get_linked_tagnum(&G__G__ASImageLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TASImagePlugin::Class) ), 0);
01656    G__memfunc_setup("Class_Name",982,G__G__ASImage_150_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASImagePlugin::Class_Name) ), 0);
01657    G__memfunc_setup("Class_Version",1339,G__G__ASImage_150_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TASImagePlugin::Class_Version) ), 0);
01658    G__memfunc_setup("Dictionary",1046,G__G__ASImage_150_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TASImagePlugin::Dictionary) ), 0);
01659    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__ASImageLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01660    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);
01661    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);
01662    G__memfunc_setup("StreamerNVirtual",1656,G__G__ASImage_150_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01663    G__memfunc_setup("DeclFileName",1145,G__G__ASImage_150_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASImagePlugin::DeclFileName) ), 0);
01664    G__memfunc_setup("ImplFileLine",1178,G__G__ASImage_150_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TASImagePlugin::ImplFileLine) ), 0);
01665    G__memfunc_setup("ImplFileName",1171,G__G__ASImage_150_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASImagePlugin::ImplFileName) ), 0);
01666    G__memfunc_setup("DeclFileLine",1152,G__G__ASImage_150_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TASImagePlugin::DeclFileLine) ), 0);
01667    // automatic copy constructor
01668    G__memfunc_setup("TASImagePlugin", 1338, G__G__ASImage_150_0_18, (int) ('i'), G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin), -1, 0, 1, 1, 1, 0, "u 'TASImagePlugin' - 11 - -", (char*) NULL, (void*) NULL, 0);
01669    // automatic destructor
01670    G__memfunc_setup("~TASImagePlugin", 1464, G__G__ASImage_150_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01671    // automatic assignment operator
01672    G__memfunc_setup("operator=", 937, G__G__ASImage_150_0_20, (int) ('u'), G__get_linked_tagnum(&G__G__ASImageLN_TASImagePlugin), -1, 1, 1, 1, 1, 0, "u 'TASImagePlugin' - 11 - -", (char*) NULL, (void*) NULL, 0);
01673    G__tag_memfunc_reset();
01674 }
01675 
01676 static void G__setup_memfuncTASPluginGS(void) {
01677    /* TASPluginGS */
01678    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS));
01679    G__memfunc_setup("TASPluginGS",1009,G__G__ASImage_151_0_1, 105, G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS), -1, 0, 1, 1, 1, 0, "C - - 10 - ext", (char*)NULL, (void*) NULL, 0);
01680    G__memfunc_setup("File2ASImage",1065,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__ASImageLN_ASImage), -1, 0, 1, 1, 1, 0, "C - - 10 - filename", (char*)NULL, (void*) NULL, 1);
01681    G__memfunc_setup("Class",502,G__G__ASImage_151_0_3, 85, G__get_linked_tagnum(&G__G__ASImageLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TASPluginGS::Class) ), 0);
01682    G__memfunc_setup("Class_Name",982,G__G__ASImage_151_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASPluginGS::Class_Name) ), 0);
01683    G__memfunc_setup("Class_Version",1339,G__G__ASImage_151_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TASPluginGS::Class_Version) ), 0);
01684    G__memfunc_setup("Dictionary",1046,G__G__ASImage_151_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TASPluginGS::Dictionary) ), 0);
01685    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__ASImageLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01686    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);
01687    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);
01688    G__memfunc_setup("StreamerNVirtual",1656,G__G__ASImage_151_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01689    G__memfunc_setup("DeclFileName",1145,G__G__ASImage_151_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASPluginGS::DeclFileName) ), 0);
01690    G__memfunc_setup("ImplFileLine",1178,G__G__ASImage_151_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TASPluginGS::ImplFileLine) ), 0);
01691    G__memfunc_setup("ImplFileName",1171,G__G__ASImage_151_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TASPluginGS::ImplFileName) ), 0);
01692    G__memfunc_setup("DeclFileLine",1152,G__G__ASImage_151_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TASPluginGS::DeclFileLine) ), 0);
01693    // automatic copy constructor
01694    G__memfunc_setup("TASPluginGS", 1009, G__G__ASImage_151_0_15, (int) ('i'), G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS), -1, 0, 1, 1, 1, 0, "u 'TASPluginGS' - 11 - -", (char*) NULL, (void*) NULL, 0);
01695    // automatic destructor
01696    G__memfunc_setup("~TASPluginGS", 1135, G__G__ASImage_151_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01697    // automatic assignment operator
01698    G__memfunc_setup("operator=", 937, G__G__ASImage_151_0_17, (int) ('u'), G__get_linked_tagnum(&G__G__ASImageLN_TASPluginGS), -1, 1, 1, 1, 1, 0, "u 'TASPluginGS' - 11 - -", (char*) NULL, (void*) NULL, 0);
01699    G__tag_memfunc_reset();
01700 }
01701 
01702 
01703 /*********************************************************
01704 * Member function information setup
01705 *********************************************************/
01706 extern "C" void G__cpp_setup_memfuncG__ASImage() {
01707 }
01708 
01709 /*********************************************************
01710 * Global variable information setup for each class
01711 *********************************************************/
01712 static void G__cpp_setup_global0() {
01713 
01714    /* Setting up global variables */
01715    G__resetplocal();
01716 
01717 }
01718 
01719 static void G__cpp_setup_global1() {
01720 }
01721 
01722 static void G__cpp_setup_global2() {
01723 }
01724 
01725 static void G__cpp_setup_global3() {
01726 
01727    G__resetglobalenv();
01728 }
01729 extern "C" void G__cpp_setup_globalG__ASImage() {
01730   G__cpp_setup_global0();
01731   G__cpp_setup_global1();
01732   G__cpp_setup_global2();
01733   G__cpp_setup_global3();
01734 }
01735 
01736 /*********************************************************
01737 * Global function information setup for each class
01738 *********************************************************/
01739 static void G__cpp_setup_func0() {
01740    G__lastifuncposition();
01741 
01742 }
01743 
01744 static void G__cpp_setup_func1() {
01745 }
01746 
01747 static void G__cpp_setup_func2() {
01748 }
01749 
01750 static void G__cpp_setup_func3() {
01751 
01752    G__resetifuncposition();
01753 }
01754 
01755 extern "C" void G__cpp_setup_funcG__ASImage() {
01756   G__cpp_setup_func0();
01757   G__cpp_setup_func1();
01758   G__cpp_setup_func2();
01759   G__cpp_setup_func3();
01760 }
01761 
01762 /*********************************************************
01763 * Class,struct,union,enum tag information setup
01764 *********************************************************/
01765 /* Setup class/struct taginfo */
01766 G__linked_taginfo G__G__ASImageLN_TClass = { "TClass" , 99 , -1 };
01767 G__linked_taginfo G__G__ASImageLN_TBuffer = { "TBuffer" , 99 , -1 };
01768 G__linked_taginfo G__G__ASImageLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01769 G__linked_taginfo G__G__ASImageLN_TObject = { "TObject" , 99 , -1 };
01770 G__linked_taginfo G__G__ASImageLN_TNamed = { "TNamed" , 99 , -1 };
01771 G__linked_taginfo G__G__ASImageLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR = { "basic_ostream<char,char_traits<char> >" , 99 , -1 };
01772 G__linked_taginfo G__G__ASImageLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
01773 G__linked_taginfo G__G__ASImageLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
01774 G__linked_taginfo G__G__ASImageLN_TBrowser = { "TBrowser" , 99 , -1 };
01775 G__linked_taginfo G__G__ASImageLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
01776 G__linked_taginfo G__G__ASImageLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
01777 G__linked_taginfo G__G__ASImageLN_TAttImage = { "TAttImage" , 99 , -1 };
01778 G__linked_taginfo G__G__ASImageLN_TImagePalette = { "TImagePalette" , 99 , -1 };
01779 G__linked_taginfo G__G__ASImageLN_TAttImagecLcLEImageQuality = { "TAttImage::EImageQuality" , 101 , -1 };
01780 G__linked_taginfo G__G__ASImageLN_Segment_t = { "Segment_t" , 115 , -1 };
01781 G__linked_taginfo G__G__ASImageLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
01782 G__linked_taginfo G__G__ASImageLN_TVirtualPad = { "TVirtualPad" , 99 , -1 };
01783 G__linked_taginfo G__G__ASImageLN_TArrayD = { "TArrayD" , 99 , -1 };
01784 G__linked_taginfo G__G__ASImageLN_TArrayL = { "TArrayL" , 99 , -1 };
01785 G__linked_taginfo G__G__ASImageLN_TPoint = { "TPoint" , 99 , -1 };
01786 G__linked_taginfo G__G__ASImageLN_TText = { "TText" , 99 , -1 };
01787 G__linked_taginfo G__G__ASImageLN_TImage = { "TImage" , 99 , -1 };
01788 G__linked_taginfo G__G__ASImageLN_TImagecLcLEImageFileTypes = { "TImage::EImageFileTypes" , 101 , -1 };
01789 G__linked_taginfo G__G__ASImageLN_TImagecLcLEText3DType = { "TImage::EText3DType" , 101 , -1 };
01790 G__linked_taginfo G__G__ASImageLN_TImagecLcLECoordMode = { "TImage::ECoordMode" , 101 , -1 };
01791 G__linked_taginfo G__G__ASImageLN_TImagecLcLEColorChan = { "TImage::EColorChan" , 101 , -1 };
01792 G__linked_taginfo G__G__ASImageLN_ASImage = { "ASImage" , 115 , -1 };
01793 G__linked_taginfo G__G__ASImageLN_ASVisual = { "ASVisual" , 115 , -1 };
01794 G__linked_taginfo G__G__ASImageLN_THashTable = { "THashTable" , 99 , -1 };
01795 G__linked_taginfo G__G__ASImageLN_TASImage = { "TASImage" , 99 , -1 };
01796 G__linked_taginfo G__G__ASImageLN_TASImagecLcLdA = { "TASImage::$" , 101 , -1 };
01797 G__linked_taginfo G__G__ASImageLN_TImagePlugin = { "TImagePlugin" , 99 , -1 };
01798 G__linked_taginfo G__G__ASImageLN_TASImagePlugin = { "TASImagePlugin" , 99 , -1 };
01799 G__linked_taginfo G__G__ASImageLN_TASPluginGS = { "TASPluginGS" , 99 , -1 };
01800 
01801 /* Reset class/struct taginfo */
01802 extern "C" void G__cpp_reset_tagtableG__ASImage() {
01803   G__G__ASImageLN_TClass.tagnum = -1 ;
01804   G__G__ASImageLN_TBuffer.tagnum = -1 ;
01805   G__G__ASImageLN_TMemberInspector.tagnum = -1 ;
01806   G__G__ASImageLN_TObject.tagnum = -1 ;
01807   G__G__ASImageLN_TNamed.tagnum = -1 ;
01808   G__G__ASImageLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
01809   G__G__ASImageLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
01810   G__G__ASImageLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
01811   G__G__ASImageLN_TBrowser.tagnum = -1 ;
01812   G__G__ASImageLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
01813   G__G__ASImageLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
01814   G__G__ASImageLN_TAttImage.tagnum = -1 ;
01815   G__G__ASImageLN_TImagePalette.tagnum = -1 ;
01816   G__G__ASImageLN_TAttImagecLcLEImageQuality.tagnum = -1 ;
01817   G__G__ASImageLN_Segment_t.tagnum = -1 ;
01818   G__G__ASImageLN_TVectorTlEdoublegR.tagnum = -1 ;
01819   G__G__ASImageLN_TVirtualPad.tagnum = -1 ;
01820   G__G__ASImageLN_TArrayD.tagnum = -1 ;
01821   G__G__ASImageLN_TArrayL.tagnum = -1 ;
01822   G__G__ASImageLN_TPoint.tagnum = -1 ;
01823   G__G__ASImageLN_TText.tagnum = -1 ;
01824   G__G__ASImageLN_TImage.tagnum = -1 ;
01825   G__G__ASImageLN_TImagecLcLEImageFileTypes.tagnum = -1 ;
01826   G__G__ASImageLN_TImagecLcLEText3DType.tagnum = -1 ;
01827   G__G__ASImageLN_TImagecLcLECoordMode.tagnum = -1 ;
01828   G__G__ASImageLN_TImagecLcLEColorChan.tagnum = -1 ;
01829   G__G__ASImageLN_ASImage.tagnum = -1 ;
01830   G__G__ASImageLN_ASVisual.tagnum = -1 ;
01831   G__G__ASImageLN_THashTable.tagnum = -1 ;
01832   G__G__ASImageLN_TASImage.tagnum = -1 ;
01833   G__G__ASImageLN_TASImagecLcLdA.tagnum = -1 ;
01834   G__G__ASImageLN_TImagePlugin.tagnum = -1 ;
01835   G__G__ASImageLN_TASImagePlugin.tagnum = -1 ;
01836   G__G__ASImageLN_TASPluginGS.tagnum = -1 ;
01837 }
01838 
01839 
01840 extern "C" void G__cpp_setup_tagtableG__ASImage() {
01841 
01842    /* Setting up class,struct,union tag entry */
01843    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TClass);
01844    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TBuffer);
01845    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TMemberInspector);
01846    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TObject);
01847    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TNamed);
01848    G__get_linked_tagnum_fwd(&G__G__ASImageLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR);
01849    G__get_linked_tagnum_fwd(&G__G__ASImageLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
01850    G__get_linked_tagnum_fwd(&G__G__ASImageLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
01851    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TBrowser);
01852    G__get_linked_tagnum_fwd(&G__G__ASImageLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
01853    G__get_linked_tagnum_fwd(&G__G__ASImageLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
01854    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TAttImage);
01855    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TImagePalette);
01856    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TAttImagecLcLEImageQuality);
01857    G__get_linked_tagnum_fwd(&G__G__ASImageLN_Segment_t);
01858    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TVectorTlEdoublegR);
01859    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TVirtualPad);
01860    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TArrayD);
01861    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TArrayL);
01862    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TPoint);
01863    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TText);
01864    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TImage);
01865    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TImagecLcLEImageFileTypes);
01866    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TImagecLcLEText3DType);
01867    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TImagecLcLECoordMode);
01868    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TImagecLcLEColorChan);
01869    G__get_linked_tagnum_fwd(&G__G__ASImageLN_ASImage);
01870    G__get_linked_tagnum_fwd(&G__G__ASImageLN_ASVisual);
01871    G__get_linked_tagnum_fwd(&G__G__ASImageLN_THashTable);
01872    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__ASImageLN_TASImage),sizeof(TASImage),-1,130816,"image processing class",G__setup_memvarTASImage,G__setup_memfuncTASImage);
01873    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TASImagecLcLdA);
01874    G__get_linked_tagnum_fwd(&G__G__ASImageLN_TImagePlugin);
01875    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__ASImageLN_TASImagePlugin),sizeof(TASImagePlugin),-1,62464,"asimage plugin",G__setup_memvarTASImagePlugin,G__setup_memfuncTASImagePlugin);
01876    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__ASImageLN_TASPluginGS),sizeof(TASPluginGS),-1,62464,"PS/EPS/PDF plugin based on GhostScript interpreter",G__setup_memvarTASPluginGS,G__setup_memfuncTASPluginGS);
01877 }
01878 extern "C" void G__cpp_setupG__ASImage(void) {
01879   G__check_setup_version(30051515,"G__cpp_setupG__ASImage()");
01880   G__set_cpp_environmentG__ASImage();
01881   G__cpp_setup_tagtableG__ASImage();
01882 
01883   G__cpp_setup_inheritanceG__ASImage();
01884 
01885   G__cpp_setup_typetableG__ASImage();
01886 
01887   G__cpp_setup_memvarG__ASImage();
01888 
01889   G__cpp_setup_memfuncG__ASImage();
01890   G__cpp_setup_globalG__ASImage();
01891   G__cpp_setup_funcG__ASImage();
01892 
01893    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__ASImage();
01894   return;
01895 }
01896 class G__cpp_setup_initG__ASImage {
01897   public:
01898     G__cpp_setup_initG__ASImage() { G__add_setup_func("G__ASImage",(G__incsetup)(&G__cpp_setupG__ASImage)); G__call_setup_funcs(); }
01899    ~G__cpp_setup_initG__ASImage() { G__remove_setup_func("G__ASImage"); }
01900 };
01901 G__cpp_setup_initG__ASImage G__cpp_setup_initializerG__ASImage;
01902 

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