ROOT
6.07/01
Reference Guide
|
Marker Attributes class.
This class is used (in general by secondary inheritance) by many other classes (graphics, histograms). It holds all the markers attributes.
The marker attributes are:
The marker color is a color index (integer) pointing in the ROOT color table. The marker color of any class inheriting from TAttMarker
can be changed using the method SetMarkerColor
and retrieved using the method GetMarkerColor
. The following table shows the first 50 default colors.
SetMarkerColorAlpha()
, allows to set a transparent color. In the following example the marker color of the histogram histo
is set to blue with a transparency of 35%. The color kBlue
itself remains fully opaque.
The transparency is available on all platforms when the flagOpenGL.CanvasPreferGL
is set to 1
in $ROOTSYS/etc/system.rootrc
, or on Mac with the Cocoa backend. On the file output it is visible with PDF, PNG, Gif, JPEG, SVG ... but not PostScript.
The Marker style defines the markers' shape. The marker style of any class inheriting from TAttMarker
can be changed using the method SetMarkerStyle
and retrieved using the method GetMarkerStyle
.
The following list gives the currently supported markers (screen and PostScript) style. Each marker style is identified by an integer number (first column) corresponding to a marker shape (second column) and can be also accessed via a global name (third column).
Various marker sizes are shown in the figure below. The default marker size=1 is shown in the top left corner. Marker sizes smaller than 1 can be specified. The marker size does not refer to any coordinate systems, it is an absolute value. Therefore the marker size is not affected by any change in TPad's scale. A marker size equal to 1 correspond to 8 pixels. That is, a square marker with size 1 will be drawn with a side equal to 8 pixels on the screen.
The marker size of any class inheriting from TAttMarker
can be changed using the method SetMarkerSize
and retrieved using the method GetMarkerSize
.
Note that the marker styles number 1 6 and 7 (the dots), cannot be scaled. They are meant to be very fast to draw and are always drawn with the same number of pixels; therefore SetMarkerSize
does not apply on them. To have a "scalable dot" a filled circle should be used instead, i.e. the marker style number 20. By default (if SetMarkerStyle
is not specified), the marker style used is 1. That's the most common one to draw scatter plots.
Definition at line 32 of file TAttMarker.h.
Public Member Functions | |
TAttMarker () | |
TAttMarker (Color_t color, Style_t style, Size_t msize) | |
TAttMarker normal constructor. More... | |
virtual | ~TAttMarker () |
TAttMarker destructor. More... | |
void | Copy (TAttMarker &attmarker) const |
Copy this marker attributes to a new TAttMarker. More... | |
virtual Color_t | GetMarkerColor () const |
virtual Style_t | GetMarkerStyle () const |
virtual Size_t | GetMarkerSize () const |
virtual void | Modify () |
Change current marker attributes if necessary. More... | |
virtual void | ResetAttMarker (Option_t *toption="") |
Reset this marker attributes to the default values. More... | |
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. More... | |
virtual void | SetMarkerAttributes () |
Invoke the DialogCanvas Marker attributes. More... | |
virtual void | SetMarkerColor (Color_t mcolor=1) |
virtual void | SetMarkerColorAlpha (Color_t mcolor, Float_t malpha) |
Set a transparent marker color. More... | |
virtual void | SetMarkerStyle (Style_t mstyle=1) |
virtual void | SetMarkerSize (Size_t msize=1) |
ClassDef (TAttMarker, 2) | |
Protected Attributes | |
Color_t | fMarkerColor |
Style_t | fMarkerStyle |
Size_t | fMarkerSize |
#include <TAttMarker.h>
TAttMarker::TAttMarker | ( | ) |
TAttMarker normal constructor.
Text attributes are taking from the argument list
Definition at line 174 of file TAttMarker.cxx.
|
virtual |
TAttMarker destructor.
Definition at line 184 of file TAttMarker.cxx.
TAttMarker::ClassDef | ( | TAttMarker | , |
2 | |||
) |
void TAttMarker::Copy | ( | TAttMarker & | attmarker | ) | const |
Copy this marker attributes to a new TAttMarker.
Definition at line 191 of file TAttMarker.cxx.
Referenced by TLegendEntry::Copy(), TPolyMarker::Copy(), TMarker::Copy(), TStyle::Copy(), TH1::Copy(), TF1::Copy(), TGraph::DrawGraph(), TMarker::DrawMarker(), TPolyMarker::DrawPolyMarker(), TEfficiency::FillGraph(), TEfficiency::FillHistogram(), TEfficiency::TEfficiency(), TH1::TH1(), and TLegendEntry::TLegendEntry().
|
inlinevirtual |
Reimplemented in TGWin32VirtualXProxy.
Definition at line 44 of file TAttMarker.h.
Referenced by TSelectorDraw::Begin(), TGLScenePad::ComposePolymarker(), ROOT::Internal::TBranchProxyDirector::CreateHistogram(), TF2::CreateHistogram(), TAttMarkerEditor::DoAlpha(), TAttMarkerEditor::DoAlphaField(), TF1::DoCreateHistogram(), TAttMarkerEditor::DoLiveAlpha(), TH2::DoProfile(), TH3::DoProject1D(), TH3::DoProject2D(), TH2::DoProjection(), TGeoPainter::DrawBatemanSol(), TGQuartz::DrawPolyMarker(), TProofChain::FillDrawAttributes(), TAttMarkerEditor::GetCurAlpha(), TProofDrawHist::Init(), TSpline::Paint(), TPolyMarker3D::Paint(), TF2::Paint(), TGraph2D::Paint(), TMarker3DBox::PaintH3(), TPolyMarker3D::PaintH3(), THistPainter::PaintHist(), TGraph2DPainter::PaintPolyMarker(), TGraph2DPainter::PaintPolyMarker0(), THistPainter::PaintText(), THistPainter::PaintTH2PolyText(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), TMarker::Print(), TGLUtil::RenderPolyMarkers(), TF2::SavePrimitive(), TF1::SavePrimitive(), TStyle::SavePrimitive(), TEveTrack::SetAttLineAttMarker(), TProofDraw::SetDrawAtt(), TEveLine::SetMarkerColor(), TEvePointSetArray::SetMarkerColor(), TEveTrackList::SetMarkerColor(), TAttMarkerEditor::SetModel(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TTree::TTree(), TStyleManager::UpdateEditor(), TGraph::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().
|
inlinevirtual |
Reimplemented in TGWin32VirtualXProxy.
Definition at line 46 of file TAttMarker.h.
Referenced by TSelectorDraw::Begin(), ROOT::Internal::TBranchProxyDirector::CreateHistogram(), TF2::CreateHistogram(), TF1::DoCreateHistogram(), TGeoPainter::DrawBatemanSol(), TGQuartz::DrawPolyMarker(), TProofChain::FillDrawAttributes(), TMarker::GetBBox(), TProofDrawHist::Init(), TSpline::Paint(), TF2::Paint(), TGraph2D::Paint(), THistPainter::PaintErrors(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TPolyMarker3D::PaintH3(), THistPainter::PaintHist(), TGraph2DPainter::PaintPolyMarker(), TGraph2DPainter::PaintPolyMarker0(), THistPainter::PaintText(), THistPainter::PaintTH2PolyText(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), TMarker::Print(), TGLUtil::RenderCrosses(), TGLUtil::RenderPoints(), TF2::SavePrimitive(), TF1::SavePrimitive(), TStyle::SavePrimitive(), TEveTrack::SetAttLineAttMarker(), TMarker::SetBBoxX1(), TMarker::SetBBoxX2(), TMarker::SetBBoxY1(), TMarker::SetBBoxY2(), TProofDraw::SetDrawAtt(), TEvePointSetArray::SetMarkerSize(), TEveTrackList::SetMarkerSize(), TAttMarkerEditor::SetModel(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TTree::TTree(), TStyleManager::UpdateEditor(), TGraph::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().
|
inlinevirtual |
Reimplemented in TGWin32VirtualXProxy.
Definition at line 45 of file TAttMarker.h.
Referenced by TSelectorDraw::Begin(), TPolyMarker3D::Copy(), ROOT::Internal::TBranchProxyDirector::CreateHistogram(), TF2::CreateHistogram(), TF1::DoCreateHistogram(), TAttMarkerEditor::DoMarkerSize(), TH2::DoProfile(), TH3::DoProject1D(), TH3::DoProject2D(), TH2::DoProjection(), TGeoPainter::DrawBatemanSol(), TGQuartz::DrawPolyMarker(), TPolyMarker3D::DrawPolyMarker(), TProofChain::FillDrawAttributes(), TProofDrawHist::Init(), TSpline::Paint(), TF2::Paint(), TGraph2D::Paint(), THistPainter::PaintCandlePlot(), THistPainter::PaintErrors(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TPolyMarker3D::PaintH3(), THistPainter::PaintHist(), TGraph2DPainter::PaintPolyMarker(), TGraph2DPainter::PaintPolyMarker0(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), THistPainter::PaintViolinPlot(), TMarker::Print(), TGLUtil::RenderCrosses(), TGLUtil::RenderPoints(), TGLUtil::RenderPolyMarkers(), TPolyMarker3D::SavePrimitive(), TF2::SavePrimitive(), TF1::SavePrimitive(), TStyle::SavePrimitive(), TEveTrack::SetAttLineAttMarker(), TProofDraw::SetDrawAtt(), TEvePointSetArray::SetMarkerStyle(), TEveTrackList::SetMarkerStyle(), TAttMarkerEditor::SetModel(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TCreatePrimitives::Text(), TTree::TTree(), TStyleManager::UpdateEditor(), TGraph::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().
|
virtual |
Change current marker attributes if necessary.
Definition at line 201 of file TAttMarker.cxx.
Referenced by TMarker::ExecuteEvent(), TPolyMarker3D::Paint(), TMarker::PaintMarker(), TGeoTrack::PaintMarker(), TPolyMarker::PaintPolyMarker(), and TPolyLineShape::PaintPolyMarker().
Reset this marker attributes to the default values.
Reimplemented in TGWin32VirtualXProxy.
Definition at line 216 of file TAttMarker.cxx.
Referenced by TStyle::Reset().
|
virtual |
Save line attributes as C++ statement(s) on output stream out.
Definition at line 226 of file TAttMarker.cxx.
Referenced by TLegendEntry::SaveEntry(), TCutG::SavePrimitive(), TH1K::SavePrimitive(), TMarker::SavePrimitive(), TPolyMarker::SavePrimitive(), TGraphErrors::SavePrimitive(), TPolyMarker3D::SavePrimitive(), TGraphAsymmErrors::SavePrimitive(), TGraphBentErrors::SavePrimitive(), TTreePerfStats::SavePrimitive(), TEfficiency::SavePrimitive(), TGraph2D::SavePrimitive(), TGraph::SavePrimitive(), TSpline3::SavePrimitive(), TSpline5::SavePrimitive(), TH1::SavePrimitiveHelp(), TEvePointSet::WriteVizParams(), TEveStraightLineSet::WriteVizParams(), and TEveTrackList::WriteVizParams().
|
virtual |
Invoke the DialogCanvas Marker attributes.
Reimplemented in TGWin32VirtualXProxy.
Definition at line 246 of file TAttMarker.cxx.
Referenced by TLegend::EditEntryAttMarker(), and RooPlot::SetMarkerAttributes().
Reimplemented in TGWin32, TGX11, TEveTrackList, TVirtualX, TPostScript, TEvePointSetArray, TGWin32VirtualXProxy, TPDF, TEvePointSet, TTeXDump, TSVG, TGQuartz, and TEveLine.
Definition at line 51 of file TAttMarker.h.
Referenced by TMVA::bdtcontrolplots(), TSelectorDraw::Begin(), TMVA::boostcontrolplots(), TProofBenchRunCPU::BuildHistos(), TProofBenchRunDataRead::BuildHistos(), canvas_write(), TGeoChecker::CheckBoundaryReference(), TGeoChecker::CheckGeometry(), TGeoChecker::CheckPoint(), ConfidenceIntervals(), TMVA::correlations(), TMVA::correlationscatters(), TMVA::correlationscattersMultiClass(), TMVA::correlationsMultiClass(), TMVA::DataSetInfo::CreateCorrelationMatrixHist(), TF2::CreateHistogram(), TF1::DoCreateHistogram(), TAttMarkerEditor::DoLiveAlpha(), TAttMarkerEditor::DoMarkerAlphaColor(), TAttMarkerEditor::DoMarkerColor(), TProofProgressMemoryPlot::DoPlot(), TProofProgressDialog::DoPlotRateGraph(), TH2::DoProfile(), TH3::DoProject1D(), TH3::DoProject2D(), TH2::DoProjection(), TMultiLayerPerceptron::Draw(), TGeoPainter::DrawBatemanSol(), TProofBench::DrawCPU(), TGeoPainter::DrawCurrentPoint(), DrawData(), TProofBench::DrawDataSet(), TProofBench::DrawEfficiency(), TGeoPainter::DrawPolygon(), fitLinear(), fitslicesy(), interpolate(), TMVA::likelihoodrefs(), TStyleManager::ModMarkerColor(), TMVA::MethodBoost::MonitorBoost(), TMVA::mvas(), TMVA::mvaweights(), TSpline::Paint(), TPolyLineShape::Paint(), TF2::Paint(), TGraph2D::Paint(), TPolyMarker3D::PaintH3(), THistPainter::PaintHist(), TGraph2DPainter::PaintPolyMarker(), TGraph2DPainter::PaintPolyMarker0(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), piRandom(), plot(), RooAbsData::plotOn(), RooFitResult::plotOn(), RooDataSet::plotOnXY(), TMVA::probas(), TGeoChecker::RandomPoints(), TMVA::regression_averagedevs(), rs101_limitexample(), rs401c_FeldmanCousins(), RooUnitTest::runCompTests(), TGeoOverlap::SampleOverlap(), TSpectrum2::Search(), TSpectrum::Search(), TPad::SetAttMarkerPS(), TPolyLineShape::SetColorAttribute(), TProofDraw::SetDrawAtt(), TEveLine::SetMarkerColor(), TGQuartz::SetMarkerColor(), RooPlot::SetMarkerColor(), TEvePointSetArray::SetMarkerColor(), TGX11::SetMarkerColor(), TVirtualGeoTrack::SetName(), TGeoChecker::ShapeDistances(), TGeoChecker::ShapeNormal(), TGeoChecker::ShapeSafety(), SimpleFitting(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), testInterpolation(), TGeoChecker::TestOverlaps(), TestSPlot(), TEveTrackPropagator::TEveTrackPropagator(), TGeoOverlap::TGeoOverlap(), TGeoTrack::TGeoTrack(), TTree::TTree(), TGraph::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().
Set a transparent marker color.
malpha defines the percentage of the color opacity from 0. (fully transparent) to 1. (fully opaque).
Definition at line 255 of file TAttMarker.cxx.
Reimplemented in TGWin32, TGX11, TEveTrackList, TVirtualX, TEvePointSetArray, TGWin32VirtualXProxy, TEvePointSet, TTeXDump, and TGQuartz.
Definition at line 54 of file TAttMarker.h.
Referenced by TMVA::bdtcontrolplots(), TSelectorDraw::Begin(), TMVA::boostcontrolplots(), canvas_write(), TGeoChecker::CheckBoundaryReference(), TGeoChecker::CheckGeometry(), TGeoChecker::CheckPoint(), ConfidenceIntervals(), TMVA::correlations(), TMVA::correlationscatters(), TMVA::correlationscattersMultiClass(), TMVA::correlationsMultiClass(), TMVA::DataSetInfo::CreateCorrelationMatrixHist(), TF2::CreateHistogram(), TMarker::DisplayMarkerTypes(), TF1::DoCreateHistogram(), doFit(), TAttMarkerEditor::DoMarkerSize(), TProofProgressMemoryPlot::DoPlot(), TProofProgressDialog::DoPlotRateGraph(), TMultiLayerPerceptron::Draw(), TGeoPainter::DrawBatemanSol(), TProofBench::DrawCPU(), TGeoPainter::DrawCurrentPoint(), TProofBench::DrawDataSet(), TProofBench::DrawEfficiency(), TGeoPainter::DrawPolygon(), fitMultiGraph(), fitslicesy(), FittingDemo(), handle2(), TMVA::likelihoodrefs(), TStyleManager::ModMarkerSize(), TMVA::mvas(), TMVA::mvaweights(), TSpline::Paint(), TPolyLineShape::Paint(), TF2::Paint(), TGraph2D::Paint(), TPolyMarker3D::PaintH3(), THistPainter::PaintHist(), TGraph2DPainter::PaintPolyMarker(), TGraph2DPainter::PaintPolyMarker0(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), piRandom(), plot(), RooAbsData::plotOn(), RooDataSet::plotOnXY(), TMVA::probas(), TMVA::regression_averagedevs(), TSpectrum2::Search(), TSpectrum::Search(), TPad::SetAttMarkerPS(), TProofDraw::SetDrawAtt(), TGQuartz::SetMarkerSize(), TEvePointSet::SetMarkerSize(), RooPlot::SetMarkerSize(), TEvePointSetArray::SetMarkerSize(), TPolyLineShape::SetSizeAttribute(), TMVA::TMVAGlob::SetTMVAStyle(), TGeoChecker::ShapeDistances(), TGeoChecker::ShapeNormal(), TGeoChecker::ShapeSafety(), SimpleFitting(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TestSPlot(), TEveTrackPropagator::TEveTrackPropagator(), TGeoTrack::TGeoTrack(), TTree::TTree(), TGraph::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().
Reimplemented in TGWin32, TGX11, TEveTrackList, TVirtualX, TEvePointSetArray, TGWin32VirtualXProxy, TEvePointSet, and TGQuartz.
Definition at line 53 of file TAttMarker.h.
Referenced by TMVA::bdtcontrolplots(), TSelectorDraw::Begin(), TMVA::boostcontrolplots(), TProofBenchRunCPU::BuildHistos(), TProofBenchRunDataRead::BuildHistos(), canvas_write(), TGeoChecker::CheckBoundaryReference(), TGeoChecker::CheckGeometry(), TGeoChecker::CheckGeometryFull(), TGeoChecker::CheckPoint(), ConfidenceIntervals(), TF2::CreateHistogram(), TMarker::DisplayMarkerTypes(), TF1::DoCreateHistogram(), doFit(), TAttMarkerEditor::DoMarkerStyle(), TProofProgressMemoryPlot::DoPlot(), TProofProgressDialog::DoPlotRateGraph(), TH2::DoProfile(), TH3::DoProject1D(), TH3::DoProject2D(), TH2::DoProjection(), TGraph::Draw(), TGeoPainter::DrawBatemanSol(), TProofBench::DrawCPU(), TGeoPainter::DrawCurrentPoint(), DrawData(), TProofBench::DrawDataSet(), TProofBench::DrawEfficiency(), TGeoPainter::DrawPolygon(), TPolyMarker3D::DrawPolyMarker(), fitCircle(), fitMultiGraph(), fitslicesy(), FittingDemo(), handle2(), RooHist::initialize(), interpolate(), TMVA::likelihoodrefs(), TStyleManager::ModMarkerStyle(), TMVA::mvas(), TSpline::Paint(), TF2::Paint(), TGraph2D::Paint(), THistPainter::PaintCandlePlot(), TGraphPainter::PaintGraph(), TGraphPainter::PaintGrapHist(), TPolyMarker3D::PaintH3(), THistPainter::PaintHist(), TGraph2DPainter::PaintPolyMarker(), TGraph2DPainter::PaintPolyMarker0(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), THistPainter::PaintViolinPlot(), piRandom(), plot(), RooAbsData::plotOn(), RooDataSet::plotOnXY(), TMVA::probas(), TMVA::regression_averagedevs(), rs101_limitexample(), TSpectrum2::Search(), TSpectrum::Search(), TPad::SetAttMarkerPS(), TProofDraw::SetDrawAtt(), TGQuartz::SetMarkerStyle(), TEvePointSet::SetMarkerStyle(), RooPlot::SetMarkerStyle(), TEvePointSetArray::SetMarkerStyle(), TPolyMarker3D::SetPolyMarker(), TPolyLineShape::SetStyleAttribute(), TMVA::TMVAGlob::SetTMVAStyle(), TGeoChecker::ShapeDistances(), TGeoChecker::ShapeNormal(), TGeoChecker::ShapeSafety(), SimpleFitting(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), h1analysisTreeReader::Terminate(), TestBinomial(), testDiscDistr(), testInterpolation(), TestSpeed(), TestSPlot(), TEveTrackPropagator::TEveTrackPropagator(), TGeoOverlap::TGeoOverlap(), TGeoTrack::TGeoTrack(), TPerfStats::TPerfStats(), TPolyMarker3D::TPolyMarker3D(), TTree::TTree(), TGraph::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().
|
protected |
Definition at line 35 of file TAttMarker.h.
Referenced by Copy(), TSVG::DrawPolyMarker(), TImageDump::DrawPolyMarker(), TTeXDump::DrawPolyMarker(), TPDF::DrawPolyMarker(), TPostScript::DrawPolyMarker(), GetMarkerColor(), TEvePointSetArray::InitBins(), Modify(), ResetAttMarker(), SaveMarkerAttributes(), SetMarkerAttributes(), TEveLine::SetMarkerColor(), SetMarkerColor(), TSVG::SetMarkerColor(), TTeXDump::SetMarkerColor(), TPDF::SetMarkerColor(), TEvePointSetArray::SetMarkerColor(), TPostScript::SetMarkerColor(), TEveTrackList::SetMarkerColor(), TGWin32::SetMarkerColor(), SetMarkerColorAlpha(), TAttMarker(), TEveLine::TEveLine(), TEvePointSet::TEvePointSet(), TEvePointSetArray::TEvePointSetArray(), TEveStraightLineSet::TEveStraightLineSet(), and TGWin32::UpdateMarkerColor().
|
protected |
Definition at line 37 of file TAttMarker.h.
Referenced by Copy(), TMarker::DistancetoPrimitive(), TSVG::DrawPolyMarker(), TImageDump::DrawPolyMarker(), TTeXDump::DrawPolyMarker(), TPDF::DrawPolyMarker(), TPostScript::DrawPolyMarker(), GetMarkerSize(), TEvePointSetArray::InitBins(), Modify(), ResetAttMarker(), SaveMarkerAttributes(), SetMarkerAttributes(), SetMarkerSize(), TTeXDump::SetMarkerSize(), TEvePointSetArray::SetMarkerSize(), TEveTrackList::SetMarkerSize(), TGX11::SetMarkerSize(), TGWin32::SetMarkerSize(), TGX11::SetMarkerStyle(), TAttMarker(), and TGWin32::UpdateMarkerStyle().
|
protected |
Definition at line 36 of file TAttMarker.h.
Referenced by Copy(), TSVG::DrawPolyMarker(), TImageDump::DrawPolyMarker(), TTeXDump::DrawPolyMarker(), TPDF::DrawPolyMarker(), TPostScript::DrawPolyMarker(), GetMarkerStyle(), TEvePointSetArray::InitBins(), TMarker::ls(), Modify(), ResetAttMarker(), SaveMarkerAttributes(), TMarker::SavePrimitive(), SetMarkerAttributes(), TGX11::SetMarkerSize(), TGWin32::SetMarkerSize(), SetMarkerStyle(), TEvePointSetArray::SetMarkerStyle(), TEveTrackList::SetMarkerStyle(), TGX11::SetMarkerStyle(), TGWin32::SetMarkerStyle(), TAttMarker(), TEvePointSet::TEvePointSet(), TEveStraightLineSet::TEveStraightLineSet(), TMarker::TMarker(), and TGWin32::UpdateMarkerStyle().