//*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-1998, The ROOT System, All rights reserved.         *
 * Authors: Rene Brun, Nenad Buncic, Valery Fine, Fons Rademakers.       *
 *                                                                       *
 * 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;
}
TVirtualPad *gPad = 0;
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.