#include <TGL5D.h>
Inheritance diagram for TGL5DDataSet:
Definition at line 36 of file TGL5D.h.
enum TGL5DDataSet::Edefaults [private] |
enum TGL5DDataSet::Edefaults [private] |
TGL5DDataSet::TGL5DDataSet | ( | TTree * | inputData | ) |
Definition at line 30 of file TGL5D.cxx.
References TObject::Error(), FindRange(), fNP, fPainter, fV1, fV1MinMax, fV1Range, fV2, fV2MinMax, fV2Range, fV3, fV3MinMax, fV3Range, fV4, fV4IsString, fV4MinMax, fV5, fV5MinMax, fXAxis, fYAxis, fZAxis, TTree::GetSelectedRows(), TTree::GetVal(), TTree::GetVar(), hist, TObject::Info(), TTreeFormula::IsString(), TObject::kCanDelete, kDefaultNB, TAxis::Set(), and TObject::SetBit().
TGL5DDataSet::TGL5DDataSet | ( | const TGL5DDataSet & | rhs | ) | [private] |
TGL5DDataSet::TGL5DDataSet | ( | TTree * | inputData | ) |
TGL5DDataSet::TGL5DDataSet | ( | const TGL5DDataSet & | rhs | ) | [private] |
void TGL5DDataSet::Paint | ( | Option_t * | option | ) | [virtual] |
TGL5DPainter * TGL5DDataSet::GetRealPainter | ( | ) | const |
Definition at line 124 of file TGL5D.cxx.
References fPainter.
Referenced by TGL5DDataSetEditor::SetModel().
Definition at line 131 of file TGL5D.cxx.
References TMath::Abs(), fIndices, fNP, fV4, and i.
Referenced by TGL5DPainter::AddSurface(), and TGL5DPainter::ResetGeometryRanges().
UInt_t TGL5DDataSet::SelectedSize | ( | ) | const |
Definition at line 143 of file TGL5D.cxx.
References fIndices.
Referenced by TGL5DPainter::AddSurface(), TKDEFGT::BuildModel(), TKDEFGT::Compute_A_k(), and TKDEFGT::Kcenter().
Definition at line 150 of file TGL5D.cxx.
References fIndices, fV1, and V1ToUnitCube().
Referenced by TKDEFGT::Compute_A_k(), and TKDEFGT::Kcenter().
Definition at line 157 of file TGL5D.cxx.
References fIndices, fV2, and V2ToUnitCube().
Referenced by TKDEFGT::Compute_A_k(), and TKDEFGT::Kcenter().
Definition at line 164 of file TGL5D.cxx.
References fIndices, fV3, and V3ToUnitCube().
Referenced by TKDEFGT::Compute_A_k(), and TKDEFGT::Kcenter().
TAxis * TGL5DDataSet::GetXAxis | ( | ) | const |
Definition at line 171 of file TGL5D.cxx.
References fXAxis.
Referenced by TGL5DDataSetEditor::ApplyGridParameters(), Rgl::Fgt::TKDEAdapter::SetGeometry(), and TGL5DDataSetEditor::SetGridTabWidgets().
TAxis * TGL5DDataSet::GetYAxis | ( | ) | const |
Definition at line 178 of file TGL5D.cxx.
References fYAxis.
Referenced by TGL5DDataSetEditor::ApplyGridParameters(), Rgl::Fgt::TKDEAdapter::SetGeometry(), and TGL5DDataSetEditor::SetGridTabWidgets().
TAxis * TGL5DDataSet::GetZAxis | ( | ) | const |
Definition at line 185 of file TGL5D.cxx.
References fZAxis.
Referenced by TGL5DDataSetEditor::ApplyGridParameters(), Rgl::Fgt::TKDEAdapter::SetGeometry(), and TGL5DDataSetEditor::SetGridTabWidgets().
const Rgl::Range_t & TGL5DDataSet::GetXRange | ( | ) | const |
Definition at line 192 of file TGL5D.cxx.
References fV1MinMax.
Referenced by Rgl::Fgt::TKDEAdapter::SetGeometry(), and TGL5DDataSetEditor::SetGridTabWidgets().
const Rgl::Range_t & TGL5DDataSet::GetYRange | ( | ) | const |
Definition at line 199 of file TGL5D.cxx.
References fV2MinMax.
Referenced by Rgl::Fgt::TKDEAdapter::SetGeometry(), and TGL5DDataSetEditor::SetGridTabWidgets().
const Rgl::Range_t & TGL5DDataSet::GetZRange | ( | ) | const |
Definition at line 206 of file TGL5D.cxx.
References fV3MinMax.
Referenced by Rgl::Fgt::TKDEAdapter::SetGeometry(), and TGL5DDataSetEditor::SetGridTabWidgets().
const Rgl::Range_t & TGL5DDataSet::GetV4Range | ( | ) | const |
Definition at line 213 of file TGL5D.cxx.
References fV4MinMax.
Referenced by TGL5DDataSetEditor::SetIsoTabWidgets().
TGL5DDataSet& TGL5DDataSet::operator= | ( | const TGL5DDataSet & | rhs | ) | [private] |
Reimplemented from TObject.
Reimplemented from TObject.
Reimplemented from TObject.
TGL5DPainter* TGL5DDataSet::GetRealPainter | ( | ) | const |
UInt_t TGL5DDataSet::SelectedSize | ( | ) | const |
TAxis* TGL5DDataSet::GetXAxis | ( | ) | const |
TAxis* TGL5DDataSet::GetYAxis | ( | ) | const |
TAxis* TGL5DDataSet::GetZAxis | ( | ) | const |
const Rgl::Range_t& TGL5DDataSet::GetXRange | ( | ) | const |
const Rgl::Range_t& TGL5DDataSet::GetYRange | ( | ) | const |
const Rgl::Range_t& TGL5DDataSet::GetZRange | ( | ) | const |
const Rgl::Range_t& TGL5DDataSet::GetV4Range | ( | ) | const |
TGL5DDataSet& TGL5DDataSet::operator= | ( | const TGL5DDataSet & | rhs | ) | [private] |
TGL5DPainter [friend] |
Long64_t TGL5DDataSet::fNP [private] |
Definition at line 83 of file TGL5D.h.
Referenced by TGL5DPainter::AddSurface(), TGL5DPainter::DrawCloud(), TGL5DPainter::DrawSubCloud(), TGL5DPainter::InitGeometry(), SelectPoints(), and TGL5DDataSet().
const Double_t* TGL5DDataSet::fV1 [private] |
Definition at line 84 of file TGL5D.h.
Referenced by TGL5DPainter::DrawCloud(), TGL5DPainter::DrawSubCloud(), TGL5DDataSet(), and V1().
const Double_t* TGL5DDataSet::fV2 [private] |
Definition at line 85 of file TGL5D.h.
Referenced by TGL5DPainter::DrawCloud(), TGL5DPainter::DrawSubCloud(), TGL5DDataSet(), and V2().
const Double_t* TGL5DDataSet::fV3 [private] |
Definition at line 86 of file TGL5D.h.
Referenced by TGL5DPainter::DrawCloud(), TGL5DPainter::DrawSubCloud(), TGL5DDataSet(), and V3().
const Double_t* TGL5DDataSet::fV4 [private] |
Definition at line 87 of file TGL5D.h.
Referenced by TGL5DPainter::AddSurface(), TGL5DPainter::DrawSubCloud(), TGL5DPainter::InitGeometry(), SelectPoints(), and TGL5DDataSet().
const Double_t* TGL5DDataSet::fV5 [private] |
Rgl::Range_t TGL5DDataSet::fV1MinMax [private] |
Definition at line 92 of file TGL5D.h.
Referenced by GetXRange(), TGL5DDataSet(), and V1ToUnitCube().
Double_t TGL5DDataSet::fV1Range [private] |
Rgl::Range_t TGL5DDataSet::fV2MinMax [private] |
Definition at line 94 of file TGL5D.h.
Referenced by GetYRange(), TGL5DDataSet(), and V2ToUnitCube().
Double_t TGL5DDataSet::fV2Range [private] |
Rgl::Range_t TGL5DDataSet::fV3MinMax [private] |
Definition at line 96 of file TGL5D.h.
Referenced by GetZRange(), TGL5DDataSet(), and V3ToUnitCube().
Double_t TGL5DDataSet::fV3Range [private] |
Rgl::Range_t TGL5DDataSet::fV4MinMax [private] |
Definition at line 98 of file TGL5D.h.
Referenced by TGL5DPainter::AddSurface(), GetV4Range(), TGL5DPainter::InitGeometry(), TGL5DDataSet(), and TGL5DPainter::TGL5DPainter().
Rgl::Range_t TGL5DDataSet::fV5MinMax [private] |
TAxis TGL5DDataSet::fXAxis [mutable, private] |
TAxis TGL5DDataSet::fYAxis [mutable, private] |
TAxis TGL5DDataSet::fZAxis [mutable, private] |
Bool_t TGL5DDataSet::fV4IsString [private] |
Definition at line 107 of file TGL5D.h.
Referenced by TGL5DPainter::AddSurface(), TGL5DPainter::InitGeometry(), TGL5DPainter::SetAlpha(), TGL5DDataSet(), and TGL5DPainter::TGL5DPainter().
std::auto_ptr<TGLHistPainter> TGL5DDataSet::fPainter [private] |
Definition at line 109 of file TGL5D.h.
Referenced by DistancetoPrimitive(), ExecuteEvent(), GetRealPainter(), Paint(), and TGL5DDataSet().
std::vector<UInt_t> TGL5DDataSet::fIndices [private] |
Definition at line 111 of file TGL5D.h.
Referenced by SelectedSize(), SelectPoints(), V1(), V2(), and V3().
const Double_t* TGL5DDataSet::fV1 [private] |
const Double_t* TGL5DDataSet::fV2 [private] |
const Double_t* TGL5DDataSet::fV3 [private] |
const Double_t* TGL5DDataSet::fV4 [private] |
const Double_t* TGL5DDataSet::fV5 [private] |
std::auto_ptr<TGLHistPainter> TGL5DDataSet::fPainter [private] |
std::vector<UInt_t> TGL5DDataSet::fIndices [private] |