#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 change: Tue May 13 17:06:33 2008
Last generated: 2008-05-13 17:06
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.