TArc
class description - source file - inheritance tree
public:
TArc TArc()
TArc TArc(Float_t x1, Float_t y1, Float_t radius, Float_t phimin = 0, Float_t phimax = 360)
TArc TArc(TArc& arc)
virtual void ~TArc()
TClass* Class()
virtual void Copy(TObject& arc)
virtual void DrawArc(Float_t x1, Float_t y1, Float_t radius, Float_t phimin = 0, Float_t phimax = 360)
virtual TClass* IsA()
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
An arc is specified with the position of its centre, its radius
a minimum and maximum angle.
The attributes of the outline line are given via TAttLine
The attributes of the fill area are given via TAttFill
TArc(): TEllipse()
*-*-*-*-*-*-*-*-*-*-*Arc default constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ========================
TArc(Float_t x1, Float_t y1,Float_t r1,Float_t phimin,Float_t phimax)
:TEllipse(x1,y1,r1,r1,phimin,phimax,0)
*-*-*-*-*-*-*-*-*-*-*Arc normal constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* =======================
x1,y1 : coordinates of centre of arc
r1 : arc radius
phimin : min and max angle in degrees (default is 0-->360)
phimax :
TArc(const TArc &arc)
~TArc()
*-*-*-*-*-*-*-*-*-*-*Arc default destructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* =======================
void Copy(TObject &arc)
*-*-*-*-*-*-*-*-*-*-*Copy this arc to arc*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ====================
void DrawArc(Float_t x1, Float_t y1,Float_t r1,Float_t phimin,Float_t phimax)
*-*-*-*-*-*-*-*-*-*-*Draw this arc with new coordinates*-*-*-*-*-*-*-*-*-*-*
*-* ==================================
void SavePrimitive(ofstream &out, Option_t *)
Save primitive as a C++ statement(s) on output stream out
Inline Functions
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
Author: Rene Brun 16/10/95
Last update: 2.20/05 15/12/98 09.17.19 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
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.