#include <TGraphPolar.h>
Inheritance diagram for TGraphPolar:
Definition at line 38 of file TGraphPolar.h.
TGraphPolar::TGraphPolar | ( | ) |
Definition at line 65 of file TGraphPolar.cxx.
TGraphPolar::~TGraphPolar | ( | ) | [virtual] |
Definition at line 92 of file TGraphPolar.cxx.
TGraphPolar::TGraphPolar | ( | ) |
TGraphPolar::TGraphPolar | ( | Int_t | n, | |
const Double_t * | x = 0 , |
|||
const Double_t * | y = 0 , |
|||
const Double_t * | ex = 0 , |
|||
const Double_t * | ey = 0 | |||
) |
virtual TGraphPolar::~TGraphPolar | ( | ) | [virtual] |
TGraphPolargram* TGraphPolar::GetPolargram | ( | ) | [inline] |
Definition at line 55 of file TGraphPolar.h.
References fPolargram.
Referenced by graphpolar(), and TGraphPainter::PaintGraphPolar().
void TGraphPolar::Draw | ( | Option_t * | options = "" |
) | [virtual] |
Reimplemented from TGraph.
Definition at line 99 of file TGraphPolar.cxx.
References TObject::AppendPad(), TString::Contains(), fOptionAxis, kTRUE, TString::ReplaceAll(), and TString::ToUpper().
Referenced by graphpolar().
Bool_t TGraphPolar::GetOptionAxis | ( | ) | [inline] |
Definition at line 58 of file TGraphPolar.h.
References fOptionAxis.
Referenced by TGraphPainter::PaintGraphPolar().
void TGraphPolar::SetMaxRadial | ( | Double_t | maximum = 1 |
) |
Definition at line 148 of file TGraphPolar.cxx.
References fPolargram, TGraphPolargram::GetRMin(), and TGraphPolargram::SetRangeRadial().
Referenced by SetMaximum().
void TGraphPolar::SetMinRadial | ( | Double_t | minimum = 0 |
) |
Definition at line 167 of file TGraphPolar.cxx.
References fPolargram, TGraphPolargram::GetRMax(), and TGraphPolargram::SetRangeRadial().
Referenced by SetMinimum().
void TGraphPolar::SetMaximum | ( | Double_t | maximum = 1 |
) | [inline, virtual] |
void TGraphPolar::SetMinimum | ( | Double_t | minimum = 0 |
) | [inline, virtual] |
void TGraphPolar::SetMaxPolar | ( | Double_t | maximum = 6.28318530717958623 |
) |
Definition at line 139 of file TGraphPolar.cxx.
References TGraphPolargram::ChangeRangePolar(), fPolargram, and TGraphPolargram::GetTMin().
void TGraphPolar::SetMinPolar | ( | Double_t | minimum = 0 |
) |
Definition at line 158 of file TGraphPolar.cxx.
References TGraphPolargram::ChangeRangePolar(), fPolargram, and TGraphPolargram::GetTMax().
void TGraphPolar::SetOptionAxis | ( | Bool_t | opt | ) | [inline] |
Definition at line 65 of file TGraphPolar.h.
References fOptionAxis.
Referenced by TGraphPainter::PaintGraphPolar().
void TGraphPolar::SetPolargram | ( | TGraphPolargram * | p | ) | [inline] |
Definition at line 66 of file TGraphPolar.h.
References fPolargram, and p.
Referenced by TGraphPainter::PaintGraphPolar().
Double_t * TGraphPolar::GetXpol | ( | ) |
Definition at line 119 of file TGraphPolar.cxx.
References TGraph::fNpoints, and fXpol.
Referenced by TGraphPainter::PaintGraphPolar().
Double_t * TGraphPolar::GetYpol | ( | ) |
Definition at line 129 of file TGraphPolar.cxx.
References TGraph::fNpoints, and fYpol.
Referenced by TGraphPainter::PaintGraphPolar().
TGraphPolar::ClassDef | ( | TGraphPolar | , | |
1 | ||||
) |
TGraphPolargram* TGraphPolar::GetPolargram | ( | ) | [inline] |
Bool_t TGraphPolar::GetOptionAxis | ( | ) | [inline] |
void TGraphPolar::SetMaxRadial | ( | Double_t | maximum = 1 |
) |
void TGraphPolar::SetMinRadial | ( | Double_t | minimum = 0 |
) |
void TGraphPolar::SetMaximum | ( | Double_t | maximum = 1 |
) | [inline, virtual] |
void TGraphPolar::SetMinimum | ( | Double_t | minimum = 0 |
) | [inline, virtual] |
void TGraphPolar::SetMaxPolar | ( | Double_t | maximum = 6.28318530717958623 |
) |
void TGraphPolar::SetMinPolar | ( | Double_t | minimum = 0 |
) |
void TGraphPolar::SetOptionAxis | ( | Bool_t | opt | ) | [inline] |
void TGraphPolar::SetPolargram | ( | TGraphPolargram * | p | ) | [inline] |
Double_t* TGraphPolar::GetXpol | ( | ) |
Double_t* TGraphPolar::GetYpol | ( | ) |
TGraphPolar::ClassDef | ( | TGraphPolar | , | |
1 | ||||
) |
Bool_t TGraphPolar::fOptionAxis [private] |
Definition at line 41 of file TGraphPolar.h.
Referenced by Draw(), GetOptionAxis(), and SetOptionAxis().
TGraphPolargram* TGraphPolar::fPolargram [protected] |
Definition at line 44 of file TGraphPolar.h.
Referenced by GetPolargram(), SetMaxPolar(), SetMaxRadial(), SetMinPolar(), SetMinRadial(), and SetPolargram().
Double_t* TGraphPolar::fXpol [protected] |
Double_t* TGraphPolar::fYpol [protected] |
TGraphPolargram* TGraphPolar::fPolargram [protected] |
Definition at line 44 of file TGraphPolar.h.
Double_t* TGraphPolar::fXpol [protected] |
Definition at line 45 of file TGraphPolar.h.
Double_t* TGraphPolar::fYpol [protected] |
Definition at line 46 of file TGraphPolar.h.