58   arc.TArc::Copy(*
this);
 
 
  100   out<<
"arc = new TArc("<<
fX1<<
","<<
fY1<<
","<<
fR1 
  106   if (
GetNoEdges()) out<<
"   arc->SetNoEdges();"<<std::endl;
 
  108   out<<
"   arc->Draw();"<<std::endl;
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char x1
 
Option_t Option_t TPoint TPoint const char y1
 
~TArc() override
Arc default destructor.
 
TArc()
Arc default constructor.
 
virtual TArc * DrawArc(Double_t x1, Double_t y1, Double_t radius, Double_t phimin=0, Double_t phimax=360, Option_t *option="")
Draw this arc with new coordinates.
 
void Copy(TObject &arc) const override
Copy this arc to arc.
 
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
 
void Copy(TAttFill &attfill) const
Copy this fill attributes to a new TAttFill.
 
virtual void SaveFillAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001)
Save fill attributes as C++ statement(s) on output stream out.
 
void Copy(TAttLine &attline) const
Copy this line attributes to a new TAttLine.
 
virtual void SaveLineAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
Save line attributes as C++ statement(s) on output stream out.
 
Double_t fPhimax
Maximum angle (degrees)
 
Double_t fX1
X coordinate of centre.
 
Bool_t GetNoEdges() const
Return kTRUE if kNoEdges bit is set, kFALSE otherwise.
 
Double_t fY1
Y coordinate of centre.
 
void Copy(TObject &ellipse) const override
Copy this ellipse to ellipse.
 
Double_t fPhimin
Minimum angle (degrees)
 
Mother of all ROOT objects.
 
@ kCanDelete
if object in a list can be deleted