48 :
TEllipse(x1,y1,r1,r1,phimin,phimax,0)
57 arc.TArc::Copy(*
this);
80 TArc *newarc =
new TArc(x1, y1, r1, phimin, phimax);
100 out <<
" arc->SetNoEdges();\n";
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char).
~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
virtual void SaveFillAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001)
virtual void SaveLineAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
void Copy(TAttLine &attline) const
Double_t fPhimax
Maximum angle (degrees).
Double_t fX1
X coordinate of centre.
Bool_t GetNoEdges() const
Double_t fY1
Y coordinate of centre.
void Copy(TObject &ellipse) const override
Copy this to obj.
Double_t fPhimin
Minimum angle (degrees).
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
static void SavePrimitiveDraw(std::ostream &out, const char *variable_name, Option_t *option=nullptr)
Save invocation of primitive Draw() method Skipped if option contains "nodraw" string.
TObject()
TObject constructor.
static void SavePrimitiveConstructor(std::ostream &out, TClass *cl, const char *variable_name, const char *constructor_agrs="", Bool_t empty_line=kTRUE)
Save object constructor in the output stream "out".
@ kCanDelete
if object in a list can be deleted
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.