TASPluginGS.h

Go to the documentation of this file.
00001 // @(#)root/graf:$Id: TASPluginGS.h 20882 2007-11-19 11:31:26Z rdm $
00002 // Author: Valeriy Onuchin   23/06/05
00003 
00004 /*************************************************************************
00005  * Copyright (C) 2001-2002, Rene Brun, Fons Rademakers                   *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef ROOT_TASPluginGS
00013 #define ROOT_TASPluginGS
00014 
00015 
00016 //////////////////////////////////////////////////////////////////////////
00017 //                                                                      //
00018 //  TASPluginGS                                                         //
00019 //                                                                      //
00020 //////////////////////////////////////////////////////////////////////////
00021 
00022 #ifndef ROOT_TASImagePlugin
00023 #include "TASImagePlugin.h"
00024 #endif
00025 
00026 
00027 class TASPluginGS : public TASImagePlugin {
00028 
00029 private:
00030    char  *fInterpreter;   // path to GhostScript interpreter
00031 
00032 public:
00033    TASPluginGS(const char *ext);
00034    virtual ~TASPluginGS();
00035 
00036    ASImage *File2ASImage(const char *filename);
00037 
00038    ClassDef(TASPluginGS, 0)  // PS/EPS/PDF plugin based on GhostScript interpreter
00039 };
00040 
00041 #endif

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