Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TArc.h

Go to the documentation of this file.
00001 // @(#)root/graf:$Name:  $:$Id: TArc.h,v 1.4 2002/10/31 07:27:34 brun Exp $
00002 // Author: Rene Brun   16/10/95
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2000, 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 #ifndef ROOT_TArc
00013 #define ROOT_TArc
00014 
00015 
00017 //                                                                      //
00018 // TArc                                                                 //
00019 //                                                                      //
00020 // Arc of a circle.                                                     //
00021 //                                                                      //
00023 
00024 #ifndef ROOT_TEllipse
00025 #include "TEllipse.h"
00026 #endif
00027 
00028 
00029 class TArc : public TEllipse {
00030 
00031 public:
00032         TArc();
00033         TArc(Double_t x1, Double_t y1,Double_t radius
00034            , Double_t phimin=0,Double_t phimax=360);
00035         TArc(const TArc &arc);
00036         virtual ~TArc();
00037                 void Copy(TObject &arc) const;
00038         virtual void DrawArc(Double_t x1, Double_t y1, Double_t radius
00039                             ,Double_t  phimin=0, Double_t  phimax=360, Option_t *option="");
00040         virtual void   SavePrimitive(ofstream &out, Option_t *option);
00041 
00042         ClassDef(TArc,1)  //Arc of a circle
00043 };
00044 
00045 #endif

Generated on Thu Dec 18 14:52:16 2003 for ROOT by doxygen1.2.16