ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Classes | |
class | TPainter3dAlgorithms |
The Legos and Surfaces painter class. More... | |
Variables | |
const Int_t | kCARTESIAN = 1 |
const Int_t | kPOLAR = 2 |
const Int_t | kCYLINDRICAL = 3 |
const Int_t | kSPHERICAL = 4 |
const Int_t | kRAPIDITY = 5 |
const Int_t kCARTESIAN = 1 |
Definition at line 36 of file TPainter3dAlgorithms.h.
Referenced by ClassImp(), TView3D::ExecuteRotateView(), THistPainter::MakeChopt(), THistPainter::Paint2DErrors(), THistPainter::PaintH3(), THistPainter::PaintH3Iso(), THistPainter::PaintLego(), THistPainter::PaintLegoAxis(), THistPainter::PaintSurface(), THistPainter::PaintTriangles(), TPainter3dAlgorithms::TPainter3dAlgorithms(), and TView3D::TView3D().
const Int_t kCYLINDRICAL = 3 |
Definition at line 38 of file TPainter3dAlgorithms.h.
Referenced by TPainter3dAlgorithms::GouraudFunction(), TPainter3dAlgorithms::LegoFunction(), THistPainter::MakeChopt(), THistPainter::PaintLego(), THistPainter::PaintSurface(), and TPainter3dAlgorithms::SurfaceFunction().
const Int_t kPOLAR = 2 |
Definition at line 37 of file TPainter3dAlgorithms.h.
const Int_t kRAPIDITY = 5 |
Definition at line 40 of file TPainter3dAlgorithms.h.
Referenced by TPainter3dAlgorithms::GouraudFunction(), TPainter3dAlgorithms::LegoFunction(), THistPainter::MakeChopt(), THistPainter::PaintLego(), THistPainter::PaintSurface(), and TPainter3dAlgorithms::SurfaceFunction().
const Int_t kSPHERICAL = 4 |
Definition at line 39 of file TPainter3dAlgorithms.h.
Referenced by TPainter3dAlgorithms::GouraudFunction(), TPainter3dAlgorithms::LegoFunction(), THistPainter::MakeChopt(), THistPainter::PaintLego(), THistPainter::PaintSurface(), and TPainter3dAlgorithms::SurfaceFunction().