class TEveProjectionManagerGL: public TGLObject

Function Members (Methods)

public:
TEveProjectionManagerGL()
virtual~TEveProjectionManagerGL()
voidTGLLogicalShape::AddRef(TGLPhysicalShape* phys) 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 Int_tTGLLogicalShape::DLCacheSize() const
virtual UInt_tTGLLogicalShape::DLOffset(Short_t) const
virtual voidTGLLogicalShape::Draw(TGLRnrCtx& rnrCtx) 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_tTGLLogicalShape::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()
protected:
voidTGLObject::SetAxisAlignedBBox(const Float_t* p)
voidTGLObject::SetAxisAlignedBBox(Float_t xmin, Float_t xmax, Float_t ymin, Float_t ymax, Float_t zmin, Float_t zmax)
Bool_tTGLObject::SetModelCheckClass(TObject* obj, TClass* cls)
private:
TEveProjectionManagerGL(const TEveProjectionManagerGL&)
voidDrawHInfo() const
voidDrawTickMarks(Float_t tms) const
voidDrawVInfo() const
const char*GetText(Float_t) const
TEveProjectionManagerGL&operator=(const TEveProjectionManagerGL&)
voidSetRange(Float_t val, Int_t axis) const
voidSplitInterval(Int_t axis) const
voidSplitIntervalByPos(Float_t min, Float_t max, Int_t axis, Int_t level) const
voidSplitIntervalByVal(Float_t min, Float_t max, Int_t axis, Int_t level) const

Data Members

public:
enum TGLLogicalShape::ELODAxes { kLODAxesNone
kLODAxesX
kLODAxesY
kLODAxesZ
kLODAxesAll
};
protected:
TGLBoundingBoxTGLLogicalShape::fBoundingBox! Shape's bounding box.
UInt_tTGLLogicalShape::fDLBase! display-list id base
Bool_tTGLLogicalShape::fDLCache! use display list caching
UShort_tTGLLogicalShape::fDLValid! display-list validity bit-field
TObject*TGLLogicalShape::fExternalObj! Also plays the role of ID.
TGLPhysicalShape*TGLLogicalShape::fFirstPhysical! first replica
TEveProjectionManager*fMModel object.
Bool_tTGLLogicalShape::fOwnExtObj! External object is a fake
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!)
TGLText*fTextText renderer for axis labels.
private:
Float_tfLabelOffdistance between labels and tick-marks
Float_tfLabelSizesize of labels
list<float,allocator<float> >fPoscurrent tick-mark position
Float_tfRangebounding box size in the current axis
Float_tfTMSizetick-mark size
list<float,allocator<float> >fValscurrent tick-mark value

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TEveProjectionManagerGL(const TEveProjectionManagerGL& )
 Constructor.
const char* GetText(Float_t ) const
 Get formatted text.
void SetRange(Float_t val, Int_t axis) const
 Set values for bounding box.
void DrawTickMarks(Float_t tms) const
 Draw tick-marks on the current axis.
void DrawHInfo()
 Draw labels on horizontal axis.
void DrawVInfo()
 Draw labels on vertical axis.
void SplitInterval(Int_t axis) const
 Build a list of labels and their positions.
void SplitIntervalByPos(Float_t min, Float_t max, Int_t axis, Int_t level) const
 Add tick-mark and label with position in the middle of given interval.
void SplitIntervalByVal(Float_t min, Float_t max, Int_t axis, Int_t level) const
 Add tick-mark and label with value in the middle of given interval.
void DirectDraw(TGLRnrCtx& rnrCtx) const
 Actual rendering code.
 Virtual from TGLLogicalShape.
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.
TEveProjectionManagerGL(const TEveProjectionManagerGL& )
TEveProjectionManagerGL& operator=(const TEveProjectionManagerGL& )
virtual ~TEveProjectionManagerGL()
{}
Bool_t IgnoreSizeForOfInterest()
{ return kTRUE;}

Last update: root/eve:$Id: TEveProjectionManagerGL.h 21252 2007-12-07 01:39:32Z matevz $
Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.