12 #ifndef ROOT_TEveFrameBox 13 #define ROOT_TEveFrameBox TEveFrameBox & operator=(const TEveFrameBox &)
Base-class for reference-counted objects with reverse references to TEveElement objects.
Color_t GetBackColor() const
Description of a 2D or 3D frame that can be used to visually group a set of objects.
virtual ~TEveFrameBox()
Destructor.
Float_t * GetFramePoints() const
void SetDrawBack(Bool_t f)
void SetFrameColor(Color_t ci)
Set color of the frame.
#define ClassDef(name, id)
void SetBackColor(Color_t ci)
Set color of the background polygon.
void SetFrameFill(Bool_t f)
Color_t * PtrFrameColor()
Bool_t GetFrameFill() const
void SetAAQuadXZ(Float_t x, Float_t y, Float_t z, Float_t dx, Float_t dz)
Setup for axis-aligned rectangle with one corner at x, y, z and given sizes in x (dx) and z (dz)...
Float_t GetFrameWidth() const
A class encapsulating GL rendering of TEveFrameBox via a static member function.
void SetFrameColorRGBA(UChar_t r, UChar_t g, UChar_t b, UChar_t a=255)
Set color of the frame.
void SetQuadByPoints(const Float_t *pointArr, Int_t nPoints)
Setup frame with explicitly given corner coordinates.
EFrameType_e GetFrameType() const
Color_t GetFrameColor() const
void SetBackColorPixel(Pixel_t pix)
Set color of the background polygon.
void SetFrameWidth(Float_t f)
void SetAAQuadXY(Float_t x, Float_t y, Float_t z, Float_t dx, Float_t dy)
Setup for axis-aligned rectangle with one corner at x, y, z and given sizes in x (dx) and y (dy)...
Mother of all ROOT objects.
you should not use this method at all Int_t Int_t z
Int_t GetFrameSize() const
Bool_t GetDrawBack() const
void SetFrameColorPixel(Pixel_t pix)
Set color of the frame.
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
void SetAABox(Float_t x, Float_t y, Float_t z, Float_t dx, Float_t dy, Float_t dz)
Setup for axis-aligned box with one corner at x, y, z and given sizes in x (dx), y (dy) and z (dz)...
void SetAABoxCenterHalfSize(Float_t x, Float_t y, Float_t z, Float_t dx, Float_t dy, Float_t dz)
Setup for axis-aligned box with center at x, y, z and given half-sizes in x (dx), y (dy) and z (dz)...
void SetBackColorRGBA(UChar_t r, UChar_t g, UChar_t b, UChar_t a=255)
Set color of the background polygon.