TEvePlot3D.cxx

Go to the documentation of this file.
00001 // @(#)root/eve:$Id: TEvePlot3D.cxx 32478 2010-03-05 14:20:48Z matevz $
00002 // Author: Matevz Tadel, 2009
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #include "TEvePlot3D.h"
00013 #include "TEveTrans.h"
00014 
00015 
00016 //______________________________________________________________________________
00017 // Description of TEvePlot3D
00018 //
00019 
00020 ClassImp(TEvePlot3D);
00021 
00022 //______________________________________________________________________________
00023 TEvePlot3D::TEvePlot3D(const char* n, const char* t) :
00024    TEveElementList(n, t),
00025    fPlot(0),
00026    fLogX(kFALSE), fLogY(kFALSE), fLogZ(kFALSE)
00027 {
00028    // Constructor.
00029 
00030    InitMainTrans();
00031 }
00032 
00033 //______________________________________________________________________________
00034 void TEvePlot3D::Paint(Option_t* )
00035 {
00036    // Paint this object. Only direct rendering is supported.
00037 
00038    PaintStandard(this);
00039 }

Generated on Tue Jul 5 14:16:13 2011 for ROOT_528-00b_version by  doxygen 1.5.1