ROOT 6.14/05 Reference Guide |
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<class ValueType > | |
BoundingRect< ValueType > | FindBoundingRect (Int_t nPoints, const ValueType *xs, const ValueType *ys) |
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< Long_t > | FindBoundingRect (Int_t nPoints, const Long_t *xs, const Long_t *ys) |
template BoundingRect< Int_t > | FindBoundingRect (Int_t nPoints, const Int_t *xs, const Int_t *ys) |
template BoundingRect< SCoord_t > | FindBoundingRect (Int_t nPoints, const SCoord_t *xs, const SCoord_t *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.
Definition at line 1133 of file TGLPadUtils.cxx.
void Rgl::Pad::End | ( | ) |
Definition at line 1158 of file TGLPadUtils.cxx.
Definition at line 1242 of file TGLPadUtils.cxx.
BoundingRect< ValueType > Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, |
const ValueType * | xs, | ||
const ValueType * | ys | ||
) |
Definition at line 1254 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<Long_t> Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, |
const Long_t * | xs, | ||
const Long_t * | ys | ||
) |
template BoundingRect<Int_t> Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, |
const Int_t * | xs, | ||
const Int_t * | ys | ||
) |
template BoundingRect<SCoord_t> Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, |
const SCoord_t * | xs, | ||
const SCoord_t * | ys | ||
) |
Definition at line 1144 of file TGLPadUtils.cxx.
const UShort_t Rgl::Pad::gLineStipples |
Definition at line 166 of file TGLPadUtils.cxx.
const UInt_t Rgl::Pad::gMaxStipple = sizeof gLineStipples / sizeof gLineStipples[0] |
Definition at line 170 of file TGLPadUtils.cxx.
const GLenum Rgl::Pad::lineWidthPNAME = GLenum(0xB22) |
Definition at line 36 of file TGLPadUtils.cxx.
const GLenum Rgl::Pad::pointSizePNAME = GLenum(0xB12) |
Definition at line 37 of file TGLPadUtils.cxx.