library: libGraf #include "TGraphPolar.h" |
TGraphPolargram
class description - header file - source file - inheritance tree (.pdf)
private:
virtual void Paint(Option_t* options = "")
public:
TGraphPolargram(const char* name, Double_t rmin, Double_t rmax, Double_t tmin, Double_t tmax)
TGraphPolargram(const TGraphPolargram&)
~TGraphPolargram()
static TClass* Class()
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
virtual void Draw(Option_t* options = "")
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Double_t GetLabelOffset()
Int_t GetNdivPolar()
Int_t GetNdivRadial()
Double_t GetRMax()
Double_t GetRMin()
Double_t GetTMax()
Double_t GetTMin()
virtual TClass* IsA() const
TGraphPolargram& operator=(const TGraphPolargram&)
void PaintCircle(Double_t x, Double_t y, Double_t r, Double_t phimin, Double_t phimax, Double_t theta)
void SetLabelOffset(Double_t LabelOffset = 0.03)
void SetNdivPolar(Int_t Ndiv = 204)
void SetNdivRadial(Int_t Ndiv = 502)
void SetRangePolar(Double_t tmin, Double_t tmax)
void SetRangeRadial(Double_t rmin, Double_t rmax)
void SetTwoPi()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Double_t fRwrmin Minimal radial value (real world)
Double_t fRwrmax Maximal radial value (real world)
Double_t fRwtmin Minimal angular value (real world)
Double_t fRwtmax Minimal angular value (real world)
Int_t fNdivRad Number of radial divisions
Int_t fNdivPol Number of radial divisions
Double_t fLabelOffset Offset for radial and polar labels
______________________________________________________________________________
TPolarGraph creates a polar graph (including error bars).
It uses the class TGraphPolargram to draw the polar axis.
An example of TGraphPolar is given in the tutorial graphpolar.C
with the following output:
______________________________________________________________________________
Author: Sebastian Boser, 02/02/06
Last update: root/graf:$Name: $:$Id: TGraphPolar.cxx,v 1.3 2006/05/18 19:15:36 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.