12#ifndef ROOT_TEveProjectionAxes
13#define ROOT_TEveProjectionAxes
#define ClassDefOverride(name, id)
Use this attribute class when an object should have 3D capabilities.
Manages histogram axis attributes.
Helper for management of bounding-box information.
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
OpenGL renderer class for TEveProjectionAxes.
Axes for non-linear projections.
void SetDrawOrigin(Bool_t x)
TEveProjectionAxes(const TEveProjectionAxes &)
void SetLabMode(ELabMode x)
Bool_t GetDrawOrigin() const
void Paint(Option_t *option="") override
Paint this object. Only direct rendering is supported.
EAxesMode GetAxesMode() const
TEveProjectionAxes & operator=(const TEveProjectionAxes &)
void ComputeBBox() override
Virtual from TAttBBox; fill bounding-box information.
TEveProjectionManager * fManager
void SetAxesMode(EAxesMode x)
TEveProjectionManager * GetManager()
const TGPicture * GetListTreeIcon(Bool_t open=kFALSE) override
Return TEveProjectionAxes icon.
Bool_t GetDrawCenter() const
ELabMode GetLabMode() const
~TEveProjectionAxes() override
Destructor.
void SetDrawCenter(Bool_t x)
Manager class for steering of projections and managing projected objects.
The TGPicture class implements pictures and icons used in the different GUI elements and widgets.
The TNamed class is the base class for all named ROOT classes.