Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TAtt3D.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // @(#)root/base:$Id$
0002 // Author: Fons Rademakers   08/09/99
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 #ifndef ROOT_TAtt3D
0013 #define ROOT_TAtt3D
0014 
0015 
0016 #include "Rtypes.h"
0017 
0018 
0019 class TAtt3D {
0020 
0021 public:
0022    TAtt3D() { }
0023    virtual ~TAtt3D() { }
0024 
0025    virtual void Sizeof3D() const;
0026 
0027    ClassDef(TAtt3D,1)  //3D attributes
0028 };
0029 
0030 #endif
0031