109      pm.TPolyMarker::Copy(*
this);
 
 
  119   if (
fX) 
delete [] 
fX;
 
  120   if (
fY) 
delete [] 
fY;
 
 
  177   for (i=0;i<
Size();i++) {
 
 
  238         Error(
"Add",
"Attempt to add object of class: %s to a %s",
pm->ClassName(),
this->ClassName());
 
 
  278   if (
gPad->GetLogx()) {
 
  282   if (
gPad->GetLogy()) {
 
  287   if (
x != 
xx) 
delete [] 
xx;
 
  288   if (
y != 
yy) 
delete [] 
yy;
 
 
  393   if (
fX) 
delete [] 
fX;
 
  394   if (
fY) 
delete [] 
fY;
 
 
  419   if (
fX) 
delete [] 
fX;
 
  420   if (
fY) 
delete [] 
fY;
 
 
  436   if (
R__b.IsReading()) {
 
 
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 GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t np
 
virtual void SaveMarkerAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1)
Save line attributes as C++ statement(s) on output stream out.
 
virtual void Modify()
Change current marker attributes if necessary.
 
void Copy(TAttMarker &attmarker) const
Copy this marker attributes to a new TAttMarker.
 
virtual void Streamer(TBuffer &)
 
Buffer base class used for serializing objects.
 
Collection abstract base class.
 
Mother of all ROOT objects.
 
static TString SavePrimitiveVector(std::ostream &out, const char *prefix, Int_t len, Double_t *arr, Bool_t empty_line=kFALSE)
Save array in the output stream "out" as vector.
 
virtual void Streamer(TBuffer &)
Stream an object of class TObject.
 
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.
 
virtual void Copy(TObject &object) const
Copy this to obj.
 
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
 
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.
 
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
 
A PolyMarker is defined by an array on N points in a 2-D space.
 
TPolyMarker & operator=(const TPolyMarker &)
assignment operator
 
virtual void PaintPolyMarker(Int_t n, Double_t *x, Double_t *y, Option_t *option="")
Paint polymarker.
 
void Copy(TObject &polymarker) const override
Copy this to obj.
 
void Print(Option_t *option="") const override
Print polymarker.
 
Double_t * fY
[fN] Array of Y coordinates
 
virtual Int_t Size() const
 
virtual Int_t Merge(TCollection *list)
Merge polymarkers in the collection in this polymarker.
 
TPolyMarker()
Default constructor.
 
virtual void DrawPolyMarker(Int_t n, Double_t *x, Double_t *y, Option_t *option="")
Draw polymarker.
 
virtual void SetPolyMarker(Int_t n)
If n <= 0 the current arrays of points are deleted.
 
void Streamer(TBuffer &) override
Stream a class object.
 
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
 
Int_t fN
Number of points internally reserved (not necessarily used)
 
void ExecuteEvent(Int_t event, Int_t px, Int_t py) override
Execute action corresponding to one event.
 
~TPolyMarker() override
Destructor.
 
virtual Int_t SetNextPoint(Double_t x, Double_t y)
Set point following LastPoint to x, y.
 
Int_t fLastPoint
The index of the last filled point.
 
void Paint(Option_t *option="") override
Paint.
 
Double_t * fX
[fN] Array of X coordinates
 
Int_t DistancetoPrimitive(Int_t px, Int_t py) override
Compute distance from point px,py to a polymarker.
 
void Draw(Option_t *option="") override
Draw.
 
virtual void SetPoint(Int_t point, Double_t x, Double_t y)
Set point number n.
 
TClass * IsA() const override
 
void ls(Option_t *option="") const override
ls.
 
static void IndentLevel()
Functions used by ls() to indent an object hierarchy.
 
virtual void Streamer(TBuffer &)
Stream a string object.
 
TString & Append(const char *cs)
 
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.
 
Short_t Max(Short_t a, Short_t b)
Returns the largest of a and b.
 
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.