ROOT  6.06/08
Reference Guide
Variables
TPainter3dAlgorithms.cxx File Reference
#include <stdlib.h>
#include "TROOT.h"
#include "TPainter3dAlgorithms.h"
#include "TVirtualPad.h"
#include "THistPainter.h"
#include "TH1.h"
#include "TF3.h"
#include "TView.h"
#include "TVirtualX.h"
#include "Hoption.h"
#include "Hparam.h"
#include "TMath.h"
#include "TStyle.h"
#include "TObjArray.h"
#include "THLimitsFinder.h"
#include "TColor.h"
+ Include dependency graph for TPainter3dAlgorithms.cxx:

Go to the source code of this file.

Variables

const Double_t kRad = TMath::ATan(1)*Double_t(4)/Double_t(180)
 
const Double_t kFdel = 0.
 
const Double_t kDel = 0.0001
 
const Int_t kNiso = 4
 
const Int_t kNmaxp = kNiso*13
 
const Int_t kNmaxt = kNiso*12
 
const Int_t kLmax = 12
 
const Int_t kF3FillColor1 = 201
 
const Int_t kF3FillColor2 = 202
 
const Int_t kF3LineColor = 203
 
const Int_t kVSizeMax = 20
 
static Double_t gV [kVSizeMax]
 
static Double_t gTT [4 *kVSizeMax]
 
static Int_t gColorMain [kVSizeMax+1]
 
static Int_t gColorDark [kVSizeMax+1]
 
static Int_t gEdgeColor [kVSizeMax+1]
 
static Int_t gEdgeStyle [kVSizeMax+1]
 
static Int_t gEdgeWidth [kVSizeMax+1]
 
TH1gCurrentHist
 
Hoption_t Hoption
 
Hparam_t Hparam
 

Variable Documentation

§ gColorDark

Int_t gColorDark[kVSizeMax+1]
static

Definition at line 70 of file TPainter3dAlgorithms.cxx.

Referenced by TPainter3dAlgorithms::TPainter3dAlgorithms().

§ gColorMain

Int_t gColorMain[kVSizeMax+1]
static

Definition at line 69 of file TPainter3dAlgorithms.cxx.

Referenced by TPainter3dAlgorithms::TPainter3dAlgorithms().

§ gCurrentHist

TH1* gCurrentHist

§ gEdgeColor

Int_t gEdgeColor[kVSizeMax+1]
static

Definition at line 71 of file TPainter3dAlgorithms.cxx.

Referenced by TPainter3dAlgorithms::TPainter3dAlgorithms().

§ gEdgeStyle

Int_t gEdgeStyle[kVSizeMax+1]
static

Definition at line 72 of file TPainter3dAlgorithms.cxx.

Referenced by TPainter3dAlgorithms::TPainter3dAlgorithms().

§ gEdgeWidth

Int_t gEdgeWidth[kVSizeMax+1]
static

Definition at line 73 of file TPainter3dAlgorithms.cxx.

Referenced by TPainter3dAlgorithms::TPainter3dAlgorithms().

§ gTT

Double_t gTT[4 *kVSizeMax]
static

§ gV

Double_t gV[kVSizeMax]
static

§ Hoption

Hoption_t Hoption

§ Hparam

Hparam_t Hparam

Definition at line 2432 of file THistPainter.cxx.

Referenced by THistPainter::Paint().

§ kDel

const Double_t kDel = 0.0001

§ kF3FillColor1

const Int_t kF3FillColor1 = 201

§ kF3FillColor2

const Int_t kF3FillColor2 = 202

§ kF3LineColor

const Int_t kF3LineColor = 203

§ kFdel

const Double_t kFdel = 0.

Definition at line 49 of file TPainter3dAlgorithms.cxx.

Referenced by TPainter3dAlgorithms::ImplicitFunction().

§ kLmax

const Int_t kLmax = 12

Definition at line 54 of file TPainter3dAlgorithms.cxx.

Referenced by TPainter3dAlgorithms::FillPolygonBorder().

§ kNiso

const Int_t kNiso = 4

Definition at line 51 of file TPainter3dAlgorithms.cxx.

Referenced by TPainter3dAlgorithms::IsoSurface().

§ kNmaxp

const Int_t kNmaxp = kNiso*13

§ kNmaxt

const Int_t kNmaxt = kNiso*12

§ kRad

const Double_t kRad = TMath::ATan(1)*Double_t(4)/Double_t(180)

§ kVSizeMax

const Int_t kVSizeMax = 20