|
void | Rgl::Pad::Begin (Int_t type) |
|
void | Rgl::Pad::End () |
|
void | Rgl::Pad::ExtractRGBA (Color_t colorIndex, Float_t *rgba) |
|
template<class ValueType > |
BoundingRect< ValueType > | Rgl::Pad::FindBoundingRect (Int_t nPoints, const ValueType *xs, const ValueType *ys) |
|
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) |
|
void | Rgl::Pad::Vertex (const Double_t *v) |
|