#include <TImagePlugin.h>
Inheritance diagram for TImagePlugin:
Public Member Functions | |
TImagePlugin (const char *ext) | |
virtual | ~TImagePlugin () |
virtual unsigned char * | ReadFile (const char *filename, UInt_t &w, UInt_t &h)=0 |
virtual Bool_t | WriteFile (const char *filename, unsigned char *argb, UInt_t w, UInt_t h)=0 |
ULong_t | Hash () const |
TImagePlugin (const char *ext) | |
virtual | ~TImagePlugin () |
virtual unsigned char * | ReadFile (const char *filename, UInt_t &w, UInt_t &h)=0 |
virtual Bool_t | WriteFile (const char *filename, unsigned char *argb, UInt_t w, UInt_t h)=0 |
ULong_t | Hash () const |
Protected Attributes | |
TString | fExtension |
Definition at line 31 of file TImagePlugin.h.
TImagePlugin::TImagePlugin | ( | const char * | ext | ) | [inline] |
virtual TImagePlugin::~TImagePlugin | ( | ) | [inline, virtual] |
Definition at line 38 of file TImagePlugin.h.
TImagePlugin::TImagePlugin | ( | const char * | ext | ) | [inline] |
virtual TImagePlugin::~TImagePlugin | ( | ) | [inline, virtual] |
Definition at line 38 of file TImagePlugin.h.
virtual unsigned char* TImagePlugin::ReadFile | ( | const char * | filename, | |
UInt_t & | w, | |||
UInt_t & | h | |||
) | [pure virtual] |
Referenced by TASImage::ReadImage().
virtual Bool_t TImagePlugin::WriteFile | ( | const char * | filename, | |
unsigned char * | argb, | |||
UInt_t | w, | |||
UInt_t | h | |||
) | [pure virtual] |
ULong_t TImagePlugin::Hash | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 42 of file TImagePlugin.h.
References fExtension, and TString::Hash().
virtual unsigned char* TImagePlugin::ReadFile | ( | const char * | filename, | |
UInt_t & | w, | |||
UInt_t & | h | |||
) | [pure virtual] |
virtual Bool_t TImagePlugin::WriteFile | ( | const char * | filename, | |
unsigned char * | argb, | |||
UInt_t | w, | |||
UInt_t | h | |||
) | [pure virtual] |
ULong_t TImagePlugin::Hash | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 42 of file TImagePlugin.h.
References fExtension, and TString::Hash().
TString TImagePlugin::fExtension [protected] |