TImage
class description - source file - inheritance tree
public:
virtual ~TImage()
static TClass* Class()
static TImage* Create()
virtual void Flip(Int_t flip = 180)
virtual void FromPad(TVirtualPad* pad, Int_t x = 0, Int_t y = 0, UInt_t w = 0, UInt_t h = 0)
virtual UInt_t GetHeight() const
virtual UInt_t GetWidth() const
virtual TClass* IsA() const
virtual Bool_t IsValid() const
virtual void Mirror(Bool_t vert = kTRUE)
static TImage* Open(const char* name, const Double_t* imageData, UInt_t width, UInt_t height, TImagePalette* palette)
static TImage* Open(const char* name, const TArrayD& imageData, UInt_t width, TImagePalette* palette = 0)
static TImage* Open(const char* name, const TVectorD& imageData, UInt_t width, TImagePalette* palette = 0)
static TImage* Open(const char* file, TImage::EImageFileTypes type = kUnknown)
TImage& operator=(const TImage& img)
virtual void ReadImage(const char* file, TImage::EImageFileTypes type = kUnknown)
virtual void Scale(UInt_t toWidth, UInt_t toHeight)
virtual void SetImage(const TArrayD& imageData, UInt_t width, TImagePalette* palette = 0)
virtual void SetImage(const Double_t* imageData, UInt_t width, UInt_t height, TImagePalette* palette = 0)
virtual void SetImage(const TVectorD& imageData, UInt_t width, TImagePalette* palette = 0)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void UnZoom()
virtual void WriteImage(const char* file, TImage::EImageFileTypes type = kUnknown)
virtual void Zoom(UInt_t offX, UInt_t offY, UInt_t width, UInt_t height)
public:
static const TImage::EImageFileTypes kXpm
static const TImage::EImageFileTypes kZCompressedXpm
static const TImage::EImageFileTypes kGZCompressedXpm
static const TImage::EImageFileTypes kPng
static const TImage::EImageFileTypes kJpeg
static const TImage::EImageFileTypes kXcf
static const TImage::EImageFileTypes kPpm
static const TImage::EImageFileTypes kPnm
static const TImage::EImageFileTypes kBmp
static const TImage::EImageFileTypes kIco
static const TImage::EImageFileTypes kCur
static const TImage::EImageFileTypes kGif
static const TImage::EImageFileTypes kTiff
static const TImage::EImageFileTypes kXbm
static const TImage::EImageFileTypes kFits
static const TImage::EImageFileTypes kUnknown
Last update: Fri May 14 13:32:39 2004
ROOT page - Class index - Top of the page
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.