#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: Thu Dec 4 08:17:02 2008
Last generated: 2008-12-04 08:17
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.