12#ifndef ROOT_TAttMarker 
   13#define ROOT_TAttMarker 
#define ClassDef(name, id)
 
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.
 
virtual Style_t GetMarkerStyle() const
Return the marker style.
 
virtual void SetMarkerColor(Color_t mcolor=1)
Set the marker color.
 
virtual Color_t GetMarkerColor() const
Return the marker color.
 
Color_t fMarkerColor
Marker color.
 
virtual Size_t GetMarkerSize() const
Return the marker size.
 
virtual ~TAttMarker()
TAttMarker destructor.
 
virtual void SetMarkerAttributes()
Invoke the DialogCanvas Marker attributes.
 
virtual void SetMarkerStyle(Style_t mstyle=1)
Set the marker style.
 
virtual void ResetAttMarker(Option_t *toption="")
Reset this marker attributes to the default values.
 
void Copy(TAttMarker &attmarker) const
Copy this marker attributes to a new TAttMarker.
 
TAttMarker()
TAttMarker default constructor.
 
virtual void SetMarkerSize(Size_t msize=1)
Set the marker size.
 
virtual void SetMarkerColorAlpha(Color_t mcolor, Float_t malpha)
Set a transparent marker color.
 
Size_t fMarkerSize
Marker size.
 
Style_t fMarkerStyle
Marker style.