TArc


class description - source file - inheritance tree

class TArc : public TEllipse


    public:
TArc TArc(Float_t x1, Float_t y1, Float_t radius, Float_t phimin = 0, Float_t phimax = 360) TArc TArc() TArc TArc(const 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() const virtual void SavePrimitive(ofstream& out, Option_t* option) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members


Class Description

  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() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)


Author: Rene Brun 16/10/95
Last update: 2.23/03 24/09/99 08.57.51 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.