Classes | |
| struct | BoundingRect | 
| class | FillAttribSet | 
| class | GLLimits | 
| class | LineAttribSet | 
| class | MarkerPainter | 
| struct | MeshPatch_t | 
| class | OffScreenDevice | 
| class | PolygonStippleSet | 
| class | Tesselator | 
Typedefs | |
| typedef std::list< MeshPatch_t > | Tesselation_t | 
Functions | |
| void | Begin (Int_t type) | 
| void | End () | 
| void | ExtractRGBA (Color_t colorIndex, Float_t *rgba) | 
| template BoundingRect< Double_t > | FindBoundingRect (Int_t nPoints, const Double_t *xs, const Double_t *ys) | 
| template BoundingRect< Float_t > | FindBoundingRect (Int_t nPoints, const Float_t *xs, const Float_t *ys) | 
| template BoundingRect< Int_t > | FindBoundingRect (Int_t nPoints, const Int_t *xs, const Int_t *ys) | 
| template BoundingRect< Long_t > | FindBoundingRect (Int_t nPoints, const Long_t *xs, const Long_t *ys) | 
| template BoundingRect< SCoord_t > | FindBoundingRect (Int_t nPoints, const SCoord_t *xs, const SCoord_t *ys) | 
| template<class ValueType > | |
| BoundingRect< ValueType > | FindBoundingRect (Int_t nPoints, const ValueType *xs, const ValueType *ys) | 
| void | Vertex (const Double_t *v) | 
Variables | |
| const UShort_t | gLineStipples [] | 
| const UInt_t | gMaxStipple = sizeof gLineStipples / sizeof gLineStipples[0] | 
| const GLenum | lineWidthPNAME = GLenum(0xB22) | 
| const GLenum | pointSizePNAME = GLenum(0xB12) | 
| typedef std::list<MeshPatch_t> Rgl::Pad::Tesselation_t | 
Definition at line 170 of file TGLPadUtils.h.
| void Rgl::Pad::Begin | ( | Int_t | type | ) | 
Definition at line 1137 of file TGLPadUtils.cxx.
| void Rgl::Pad::End | ( | ) | 
Definition at line 1162 of file TGLPadUtils.cxx.
Definition at line 1255 of file TGLPadUtils.cxx.
| template BoundingRect< Double_t > Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, | 
| const Double_t * | xs, | ||
| const Double_t * | ys ) | 
| template BoundingRect< Float_t > Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, | 
| const Float_t * | xs, | ||
| const Float_t * | ys ) | 
| template BoundingRect< Int_t > Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, | 
| const Int_t * | xs, | ||
| const Int_t * | ys ) | 
| template BoundingRect< Long_t > Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, | 
| const Long_t * | xs, | ||
| const Long_t * | ys ) | 
| template BoundingRect< SCoord_t > Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, | 
| const SCoord_t * | xs, | ||
| const SCoord_t * | ys ) | 
| BoundingRect< ValueType > Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, | 
| const ValueType * | xs, | ||
| const ValueType * | ys ) | 
Definition at line 1267 of file TGLPadUtils.cxx.
| void Rgl::Pad::Vertex | ( | const Double_t * | v | ) | 
Definition at line 1148 of file TGLPadUtils.cxx.
| const UShort_t Rgl::Pad::gLineStipples | 
Definition at line 161 of file TGLPadUtils.cxx.
| const UInt_t Rgl::Pad::gMaxStipple = sizeof gLineStipples / sizeof gLineStipples[0] | 
Definition at line 165 of file TGLPadUtils.cxx.
Definition at line 34 of file TGLPadUtils.cxx.
Definition at line 35 of file TGLPadUtils.cxx.