#include "TImageDump.h"
#include "TImage.h"
#include "TMath.h"
#include "TPoint.h"
#include "TColor.h"
#include "TVirtualPad.h"
#include "TEnv.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TText.h"
#include "RStipples.h"
#include "TList.h"
#include "TStyle.h"
#include "TObjString.h"
#include "TObjArray.h"
Go to the source code of this file.
Functions | |
ClassImp (TImageDump) TImageDump | |
Variables | |
static UInt_t * | gCellArrayColors = 0 |
static Int_t | gCellArrayN = 0 |
static Int_t | gCellArrayW = 0 |
static Int_t | gCellArrayH = 0 |
static Int_t | gCellArrayX1 = 0 |
static Int_t | gCellArrayX2 = 0 |
static Int_t | gCellArrayY1 = 0 |
static Int_t | gCellArrayY2 = 0 |
static Int_t | gCellArrayIdx = 0 |
ClassImp | ( | TImageDump | ) |
UInt_t* gCellArrayColors = 0 [static] |
Definition at line 669 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), TImageDump::CellArrayEnd(), and TImageDump::CellArrayFill().
Int_t gCellArrayH = 0 [static] |
Definition at line 672 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), and TImageDump::CellArrayEnd().
Int_t gCellArrayIdx = 0 [static] |
Definition at line 677 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), TImageDump::CellArrayEnd(), and TImageDump::CellArrayFill().
Int_t gCellArrayN = 0 [static] |
Definition at line 670 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), TImageDump::CellArrayEnd(), and TImageDump::CellArrayFill().
Int_t gCellArrayW = 0 [static] |
Definition at line 671 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), and TImageDump::CellArrayEnd().
Int_t gCellArrayX1 = 0 [static] |
Definition at line 673 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), and TImageDump::CellArrayEnd().
Int_t gCellArrayX2 = 0 [static] |
Definition at line 674 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), and TImageDump::CellArrayEnd().
Int_t gCellArrayY1 = 0 [static] |
Definition at line 675 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), and TImageDump::CellArrayEnd().
Int_t gCellArrayY2 = 0 [static] |
Definition at line 676 of file TImageDump.cxx.
Referenced by TImageDump::CellArrayBegin(), and TImageDump::CellArrayEnd().