ROOT logo
ROOT » GRAF3D » EVE » TEveProjectionAxesGL

class TEveProjectionAxesGL: public TGLObject


 OpenGL renderer class for TEveProjectionAxes.

Function Members (Methods)

public:
TEveProjectionAxesGL()
virtual~TEveProjectionAxesGL()
voidTGLLogicalShape::AddRef(TGLPhysicalShape* phys) const
virtual Bool_tTGLLogicalShape::AlwaysSecondarySelect() const
const TGLBoundingBox&TGLLogicalShape::BoundingBox() const
static TClass*Class()
voidTGLLogicalShape::DestroyPhysicals()
virtual voidDirectDraw(TGLRnrCtx& rnrCtx) const
virtual voidTGLLogicalShape::DLCacheClear()
virtual voidTGLLogicalShape::DLCacheDrop()
virtual voidTGLLogicalShape::DLCachePurge()
virtual UInt_tTGLLogicalShape::DLOffset(Short_t) const
virtual voidDraw(TGLRnrCtx& rnrCtx) const
virtual voidTGLLogicalShape::DrawHighlight(TGLRnrCtx& rnrCtx, const TGLPhysicalShape* pshp) const
TObject*TGLLogicalShape::GetExternal() const
const TGLPhysicalShape*TGLLogicalShape::GetFirstPhysical() const
static TClass*TGLObject::GetGLRenderer(TClass* isa)
TGLScene*TGLLogicalShape::GetScene() const
TObject*TGLLogicalShape::ID() const
virtual Bool_tIgnoreSizeForOfInterest() const
voidTGLLogicalShape::InvokeContextMenu(TContextMenu& menu, UInt_t x, UInt_t y) const
virtual TClass*IsA() const
virtual Bool_tTGLObject::KeepDuringSmartRefresh() const
virtual voidTGLLogicalShape::ProcessSelection(TGLRnrCtx& rnrCtx, TGLSelectRecord& rec)
virtual Short_tTGLLogicalShape::QuantizeShapeLOD(Short_t shapeLOD, Short_t combiLOD) const
UInt_tTGLLogicalShape::Ref() const
virtual voidSetBBox()
Bool_tTGLLogicalShape::SetDLCache(Bool_t cached)
virtual Bool_tSetModel(TObject* obj, Option_t* opt = 0)
virtual Bool_tTGLObject::ShouldDLCache(const TGLRnrCtx& rnrCtx) const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
voidTGLLogicalShape::StrongRef(Bool_t strong) const
voidTGLLogicalShape::SubRef(TGLPhysicalShape* phys) const
virtual TGLLogicalShape::ELODAxesTGLLogicalShape::SupportedLODAxes() const
virtual Bool_tTGLLogicalShape::SupportsSecondarySelect() const
UInt_tTGLLogicalShape::UnrefFirstPhysical()
virtual voidTGLObject::UpdateBoundingBox()
voidTGLLogicalShape::UpdateBoundingBoxesOfPhysicals()
private:
TEveProjectionAxesGL(const TEveProjectionAxesGL&)
voidFilterOverlappingLabels(Int_t idx, Float_t ref) const
voidGetRange(Int_t ax, Float_t frustMin, Float_t frustMax, Float_t& start, Float_t& en) const
TEveProjectionAxesGL&operator=(const TEveProjectionAxesGL&)
voidSplitInterval(Float_t x1, Float_t x2, Int_t axis) const
voidSplitIntervalByPos(Float_t min, Float_t max, Int_t axis) const
voidSplitIntervalByVal(Float_t min, Float_t max, Int_t axis) const

Data Members

public:
enum TGLLogicalShape::ELODAxes { kLODAxesNone
kLODAxesX
kLODAxesY
kLODAxesZ
kLODAxesAll
};
protected:
TGLAxisPainterfAxisPainter
TGLBoundingBoxTGLLogicalShape::fBoundingBox! Shape's bounding box.
UInt_tTGLLogicalShape::fDLBase! display-list id base
Bool_tTGLLogicalShape::fDLCache! use display list caching
Int_tTGLLogicalShape::fDLSize! display-list size for different LODs
UShort_tTGLLogicalShape::fDLValid! display-list validity bit-field
TObject*TGLLogicalShape::fExternalObj! Also plays the role of ID.
TGLPhysicalShape*TGLLogicalShape::fFirstPhysical! first replica
TEveProjectionAxes*fMModel object.
Bool_tTGLObject::fMultiColorAre multiple colors used for object rendering.
Bool_tTGLLogicalShape::fOwnExtObj! External object is a fake
TEveProjection*fProjectionCached model projection
UInt_tTGLLogicalShape::fRef! physical instance ref counting
Bool_tTGLLogicalShape::fRefStrong! Strong ref (delete on 0 ref); not in scene
TGLScene*TGLLogicalShape::fScene! scene where object is stored (can be zero!)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TEveProjectionAxesGL()
 Constructor.
Bool_t SetModel(TObject* obj, Option_t* opt = 0)
 Set model object.
 Virtual from TGLObject.
void SetBBox()
 Fill the bounding-box data of the logical-shape.
 Virtual from TGLObject.
void FilterOverlappingLabels(Int_t idx, Float_t ref) const
void SplitInterval(Float_t x1, Float_t x2, Int_t axis) const
 Build an array of tick-mark position-value pairs.
void SplitIntervalByPos(Float_t min, Float_t max, Int_t axis) const
 Add tick-marks at equidistant position.
void SplitIntervalByVal(Float_t min, Float_t max, Int_t axis) const
 Add tick-marks on fixed value step.
void GetRange(Int_t ax, Float_t frustMin, Float_t frustMax, Float_t& start, Float_t& en) const
 Get range from bounding box of projection manager
void Draw(TGLRnrCtx& rnrCtx) const
 Draw function for TEveProjectionAxesGL. Skips line-pass of outline mode.
void DirectDraw(TGLRnrCtx& rnrCtx) const
 Actual rendering code.
 Virtual from TGLLogicalShape.
TEveProjectionAxesGL(const TEveProjectionAxesGL& )
TEveProjectionAxesGL& operator=(const TEveProjectionAxesGL& )
virtual ~TEveProjectionAxesGL()
{}
Bool_t IgnoreSizeForOfInterest() const
{ return kTRUE; }