12#ifndef ROOT_TGLCameraOverlay
13#define ROOT_TGLCameraOverlay
#define ClassDef(name, id)
Manages histogram axis attributes.
Class to manage histogram axis.
A GL overlay element which displays camera furstum.
void UseExternalRefPlane(Bool_t x)
void SetShowPerspective(Bool_t x)
void RenderAxis(TGLRnrCtx &rnrCtx, Bool_t drawGrid)
Draw axis on four edges and a transparent grid.
Int_t GetPerspectiveMode() const
TGLAxisPainter * fAxisPainter
Bool_t fUseExternalRefPlane
TGLPlane fExternalRefPlane
void SetFrustum(TGLCamera &cam)
Set frustum values from given camera.
void SetShowOrthographic(Bool_t x)
virtual void Render(TGLRnrCtx &rnrCtx)
Display coordinates info of current frustum.
Int_t GetOrthographicMode() const
Bool_t GetShowPerspective() const
void RenderPlaneIntersect(TGLRnrCtx &rnrCtx)
Draw cross section coordinates in top right corner of screen.
TAttAxis * GetAttAxis()
Get axis attributes.
Bool_t GetShowOrthographic() const
TGLCameraOverlay(const TGLCameraOverlay &)
void SetPerspectiveMode(EMode m)
void SetOrthographicMode(EMode m)
void RenderBar(TGLRnrCtx &rnrCtx)
Show frustum size with fixed screen line length and printed value.
TGLCameraOverlay & operator=(const TGLCameraOverlay &)
TGLPlane & RefExternalRefPlane()
void RenderGrid(TGLRnrCtx &rnrCtx)
virtual ~TGLCameraOverlay()
Destructor.
Bool_t GetUseExternalRefPlane() const
Abstract base camera class - concrete classes for orthographic and perspective cameras derive from it...
A wrapper class for FTFont.
3D plane class - of format Ax + By + Cz + D = 0
The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...