A++ » INCLUDE » TEveRGBAPaletteOverlay

class TEveRGBAPaletteOverlay: public TGLOverlayElement

Function Members (Methods)

Data Members

protected:
TAxisfAxis
TGLAxisPainterfAxisPainter
Float_tfHeightheight
TEveRGBAPalette*fPalette
Float_tfPosXx position
Float_tfPosYy position
TGLOverlayElement::ERoleTGLOverlayElement::fRole
TGLOverlayElement::EStateTGLOverlayElement::fState
Float_tfWidthwidth

Class Charts

Inheritance Chart:
TGLOverlayElement
TEveRGBAPaletteOverlay

Function documentation

TEveRGBAPaletteOverlay(const TEveRGBAPaletteOverlay& )
TEveRGBAPaletteOverlay& operator=(const TEveRGBAPaletteOverlay& )
TEveRGBAPaletteOverlay(TEveRGBAPalette* p, Float_t posx, Float_t posy, Float_t width, Float_t height)
{}
void Render(TGLRnrCtx& rnrCtx)
TAxis& RefAxis()
{ return fAxis; }
TGLAxisPainter& RefAxisPainter()
{ return fAxisPainter; }
void SetPosition(Float_t x, Float_t y)
{ fPosX = x; fPosY = y; }
void SetSize(Float_t w, Float_t h)
{ fWidth = w; fHeight = h; }