#ifndef ROOT_TASPluginGS
#define ROOT_TASPluginGS
#ifndef ROOT_TASImagePlugin
#include "TASImagePlugin.h"
#endif
class TASPluginGS : public TASImagePlugin {
private:
   char  *fInterpreter;   
public:
   TASPluginGS(const char *ext);
   virtual ~TASPluginGS();
   ASImage *File2ASImage(const char *filename);
   ClassDef(TASPluginGS, 0)  
};
#endif
Last update: Thu Jan 17 08:46:20 2008
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.