//*CMZ :  2.22/06 21/06/99  18.02.51  by  Rene Brun
//*CMZ :  2.21/08 11/03/99  08.16.09  by  Rene Brun
//*CMZ :  1.03/09 06/12/97  17.45.42  by  Fons Rademakers
//*-- Author :    Rene Brun   05/12/95

//*KEEP,CopyRight,T=C.
/*************************************************************************
 * Copyright(c) 1995-1999, The ROOT System, All rights reserved.         *
 * Authors: Rene Brun, Fons Rademakers.                                  *
 * For list of contributors see $ROOTSYS/AA_CREDITS.                     *
 *                                                                       *
 * Permission to use, copy, modify and distribute this software and its  *
 * documentation for non-commercial purposes is hereby granted without   *
 * fee, provided that the above copyright notice appears in all copies   *
 * and that both the copyright notice and this permission notice appear  *
 * in the supporting documentation. The authors make no claims about the *
 * suitability of this software for any purpose. It is provided "as is"  *
 * without express or implied warranty.                                  *
 *************************************************************************/
//*KEND.

//*KEEP,TVirtualPad.
#include "TVirtualPad.h"
//*KEEP,X3DBuffer,T=C.
#include "X3DBuffer.h"
//*KEND.

extern "C" {
   Size3D gSize3D;
}
#ifdef R__THREAD
TVirtualPad *gPadMain = 0;
void **(*gThreadTsd)(void*,Int_t) = 0;
int (*gThreadXAR)(char *xact, Int_t nb, void **ar, Int_t *iret)=0;
#else
TVirtualPad *gPad = 0;
#endif

ClassImp(TVirtualPad)

//______________________________________________________________________________
//
//  TVirtualPad is an abstract base class for the Pad and Canvas classes.
//

//______________________________________________________________________________
TVirtualPad::TVirtualPad() : TWbox(), TAttPad()
{
//*-*-*-*-*-*-*-*-*-*-*VirtualPad default constructor*-*-*-*-*-*-*-*-*-*-*-*
//*-*                  ==============================
}

//______________________________________________________________________________
TVirtualPad::TVirtualPad(const Text_t *, const Text_t *, Float_t,
           Float_t, Float_t, Float_t, Color_t color, Short_t bordersize,
           Short_t bordermode)
          : TWbox(0,0,1,1,color,bordersize,bordermode), TAttPad()
{
//*-*-*-*-*-*-*-*-*-*-*-*-*-*-*VirtualPad constructor*-*-*-*-*-*-*-*-*-*-*-*-*
}

//______________________________________________________________________________
 TVirtualPad::~TVirtualPad()
{
//*-*-*-*-*-*-*-*-*-*-*VirtualPad destructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
//*-*                  =====================
}



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.