#include <stdexcept>
#include <cassert>
#include "TVirtualX.h"
#include "RStipples.h"
#include "TColor.h"
#include "TROOT.h"
#include "TMath.h"
#include "TGLPadUtils.h"
#include "TGLIncludes.h"
Namespaces | |
namespace | Rgl |
namespace | Rgl::Pad |
Macros | |
#define | CALLBACK |
Functions | |
void | Rgl::Pad::Begin (Int_t type) |
void | Rgl::Pad::End () |
void | Rgl::Pad::ExtractRGBA (Color_t colorIndex, Float_t *rgba) |
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) |
template<class ValueType > | |
BoundingRect< ValueType > | Rgl::Pad::FindBoundingRect (Int_t nPoints, const ValueType *xs, const ValueType *ys) |
void | Rgl::Pad::Vertex (const Double_t *v) |
Variables | |
const GLenum | Rgl::Pad::lineWidthPNAME = GLenum(0xB22) |
const GLenum | Rgl::Pad::pointSizePNAME = GLenum(0xB12) |
#define CALLBACK |
Definition at line 1120 of file TGLPadUtils.cxx.