int Int_t
Signed integer 4 bytes (int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
Rectangle_t GetBBox() override
static void SetDefaultIsCurly(Bool_t IsCurly)
static Double_t GetDefaultWaveLength()
static Bool_t GetDefaultIsCurly()
Double_t GetPhimax() const
Int_t DistancetoPrimitive(Int_t px, Int_t py) override
Computes distance from point (px,py) to the object.
void SetBBoxX1(const Int_t x) override
virtual void SetPhimax(Double_t phimax)
virtual void SetRadius(Double_t radius)
Double_t fTheta
used internally
Double_t fPhimax
end phi (degrees)
void SetBBoxY2(const Int_t y) override
virtual void SetCenter(Double_t x1, Double_t y1)
Double_t GetRadius() const
void SetBBoxX2(const Int_t x) override
static Double_t fgDefaultWaveLength
default wavelength
virtual void SetPhimin(Double_t phimin)
Double_t fPhimin
start phi (degrees)
Double_t fR1
Radius of arc.
static Double_t fgDefaultAmplitude
default amplitude
void ExecuteEvent(Int_t event, Int_t px, Int_t py) override
Execute action corresponding to an event at (px,py).
TPoint GetBBoxCenter() override
static Bool_t fgDefaultIsCurly
default curly type
void SavePrimitive(std::ostream &out, Option_t *="") override
Save a primitive as a C++ statement(s) on output stream "out".
static Double_t GetDefaultAmplitude()
void SetBBoxCenter(const TPoint &p) override
void SetBBoxCenterY(const Int_t y) override
void SetBBoxY1(const Int_t y) override
TCurlyArc(Double_t x1, Double_t y1, Double_t rad, Double_t phimin, Double_t phimax, Double_t wl=.02, Double_t amp=.01)
Double_t GetPhimin() const
static void SetDefaultAmplitude(Double_t Amplitude)
static void SetDefaultWaveLength(Double_t WaveLength)
void SetBBoxCenterX(const Int_t x) override
Rectangle structure (maps to the X11 XRectangle structure).