12 #ifndef ROOT_TGLPadUtils 13 #define ROOT_TGLPadUtils 39 friend class ::TGLPadPainter;
113 kSmallCirclePts = 80,
114 kLargeCirclePts = 150
199 static Tesselation_t *
fVs;
207 friend class ::TGLPadPainter;
235 template<
class ValueType>
237 ValueType fXMin = ValueType();
238 ValueType fYMin = ValueType();
239 ValueType fWidth = ValueType();
240 ValueType fHeight = ValueType();
242 ValueType fXMax = ValueType();
243 ValueType fYMax = ValueType();
247 template<
class ValueType>
std::vector< Double_t > fPatch
static UInt_t SwapBits(UInt_t bits)
std::vector< TPoint > fCircle
void ExtractRGBA(Color_t colorIndex, Float_t *rgba)
std::vector< unsigned char > fStipples
static void SetDump(Tesselation_t *t)
std::list< MeshPatch_t > Tesselation_t
"Delegating" part of TGLPadPainter.
const UShort_t gLineStipples[]
static Tesselation_t * fVs
friend class FillAttribSet
static Tesselation_t * GetDump()
static const UInt_t fgBitSwap[]
BoundingRect< ValueType > FindBoundingRect(Int_t nPoints, const ValueType *xs, const ValueType *ys)