#include "Riostream.h"
#include <stdexcept>
#include "TVirtualPad.h"
#include "TVirtualX.h"
#include "RStipples.h"
#include "TColor.h"
#include "TROOT.h"
#include "TMath.h"
#include "TGLPadUtils.h"
#include "TGLIncludes.h"
Go to the source code of this file.
Namespaces | |
namespace | Rgl |
namespace | Rgl::Pad |
Functions | |
void | Rgl::Pad::CalculateCircle (std::vector< TPoint > &circle, Double_t r, UInt_t pts) |
void | Rgl::Pad::Begin (Int_t type) |
void | Rgl::Pad::Vertex (const Double_t *v) |
void | Rgl::Pad::End () |
void | Rgl::Pad::ExtractRGB (Color_t colorIndex, Float_t *rgb) |
void | Rgl::Pad::CalculateCircle (std::vector< TPoint > &circle, Double_t r, UInt_t pts) |
Variables | |
const GLenum | Rgl::Pad::lineWidthPNAME = GLenum(0xB22) |
const GLenum | Rgl::Pad::pointSizePNAME = GLenum(0xB12) |
const UShort_t | Rgl::Pad::gLineStipples [] |
const UInt_t | Rgl::Pad::gMaxStipple = sizeof gLineStipples / sizeof gLineStipples[0] |