#include "TImagePlugin.h" |
TImagePlugin
class description - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
public:
virtual ~TImagePlugin()
static TClass* Class()
virtual ULong_t Hash() const
virtual TClass* IsA() const
TImagePlugin& operator=(const TImagePlugin&)
virtual unsigned char* ReadFile(const char* filename, UInt_t& w, UInt_t& h)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual Bool_t WriteFile(const char* filename, unsigned char* argb, UInt_t w, UInt_t h)
protected:
TString fExtension file extension
TImagePlugin
Inline Functions
void ~TImagePlugin()
unsigned char* ReadFile(const char* filename, UInt_t& w, UInt_t& h)
Bool_t WriteFile(const char* filename, unsigned char* argb, UInt_t w, UInt_t h)
ULong_t Hash() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TImagePlugin& operator=(const TImagePlugin&)
Author: Valeriy Onuchin 23/06/05
Last update: root/graf:$Name: $:$Id: TImagePlugin.h,v 1.1 2005/07/05 12:36:06 brun Exp $
Copyright (C) 2001-2002, Rene Brun, Fons Rademakers and Reiner Rohlfs *
ROOT page - Class index - Class Hierarchy - 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.