![]() |
ROOT
6.06/09
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 | ExtractRGBA (Color_t colorIndex, Float_t *rgba) |
| template<class ValueType > | |
| BoundingRect< ValueType > | FindBoundingRect (Int_t nPoints, const ValueType *xs, const ValueType *ys) |
| void | Begin (Int_t type) |
| void | Vertex (const Double_t *v) |
| void | End () |
| 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) |
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 159 of file TGLPadUtils.h.
Definition at line 595 of file TGLPadUtils.cxx.
Referenced by Rgl::Pad::Tesselator::Tesselator().
| void Rgl::Pad::End | ( | ) |
Definition at line 620 of file TGLPadUtils.cxx.
Referenced by ROOT::Math::KDTree< _DataPoint >::EmptyBins(), Memstat::find_string(), ROOT::Math::KDTree< _DataPoint >::Freeze(), ROOT::Math::KDTree< _DataPoint >::GetEffectiveEntries(), ROOT::Math::KDTree< _DataPoint >::GetEntries(), ROOT::Math::KDTree< _DataPoint >::GetNBins(), ROOT::Math::KDTree< _DataPoint >::GetTotalSumw(), ROOT::Math::KDTree< _DataPoint >::GetTotalSumw2(), ROOT::Math::KDTree< _DataPoint >::SetOwner(), ROOT::Math::KDTree< _DataPoint >::SetSplitOption(), Rgl::Pad::Tesselator::Tesselator(), and testNegate().
Definition at line 704 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawPolyMarker(), TGL5DPainter::DrawSubCloud(), TGLPadPainter::DrawTextHelper(), Rgl::Pad::FillAttribSet::FillAttribSet(), Rgl::Pad::LineAttribSet::LineAttribSet(), and TGL5DPainter::SetSurfaceColor().
| BoundingRect< ValueType > Rgl::Pad::FindBoundingRect | ( | Int_t | nPoints, |
| const ValueType * | xs, | ||
| const ValueType * | ys | ||
| ) |
Definition at line 716 of file TGLPadUtils.cxx.
Referenced by TGLPadPainter::DrawGradient().
| 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 606 of file TGLPadUtils.cxx.
Referenced by Rgl::Pad::Tesselator::Tesselator().
| const UShort_t Rgl::Pad::gLineStipples |
Definition at line 165 of file TGLPadUtils.cxx.
| const UInt_t Rgl::Pad::gMaxStipple = sizeof gLineStipples / sizeof gLineStipples[0] |
Definition at line 169 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.