+
class TPointSet3DGL
-
library: libRGL
#include "TPointSet3DGL.h"
Display options:
Show inherited
Show non-public

class TPointSet3DGL: public TGLObject

 TPointSet3DGL

 Direct OpenGL renderer for TPointSet3D.

Function Members (Methods)

public:
TPointSet3DGL()
~TPointSet3DGL()
voidTGLLogicalShape::AddRef(TGLPhysicalShape* phys) const
const TGLBoundingBox&TGLLogicalShape::BoundingBox() const
static TClass*Class()
voidTGLLogicalShape::DestroyPhysicals()
virtual voidTGLLogicalShape::DLCacheClear()
virtual voidTGLLogicalShape::DLCacheDrop()
virtual voidTGLLogicalShape::DLCachePurge()
virtual Int_tTGLLogicalShape::DLCacheSize() const
virtual UInt_tTGLLogicalShape::DLOffset(Short_t) const
virtual voidDraw(TGLRnrCtx& rnrCtx) const
TObject*TGLLogicalShape::GetExternal() const
const TGLPhysicalShape*TGLLogicalShape::GetFirstPhysical() const
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 voidProcessSelection(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_tShouldDLCache(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_tSupportsSecondarySelect() const
UInt_tTGLLogicalShape::UnrefFirstPhysical()
virtual voidTGLObject::UpdateBoundingBox()
voidTGLLogicalShape::UpdateBoundingBoxesOfPhysicals()
protected:
virtual voidDirectDraw(TGLRnrCtx& rnrCtx) const
voidRenderCrosses(TGLRnrCtx& rnrCtx) const
voidRenderPoints(TGLRnrCtx& rnrCtx) const
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)

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
UInt_tTGLLogicalShape::fRef! physical instance ref counting
Bool_tTGLLogicalShape::fRefStrong! Strong ref (delete on 0 ref)
TGLScene*TGLLogicalShape::fScene! scene where object is stored (can be zero!)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

Bool_t SetModel(TObject* obj, Option_t* opt = 0)
 Set model.
void SetBBox()
 Set bounding-box.
Bool_t ShouldDLCache(const TGLRnrCtx& rnrCtx) const
 Override from TGLDrawable.
 To account for large point-sizes we modify the projection matrix
 during selection and thus we need a direct draw.
void Draw(TGLRnrCtx& rnrCtx) const
 Draw function for TPointSet3D. Skips line-pass of outline mode.
void DirectDraw(TGLRnrCtx& rnrCtx) const
 Direct GL rendering for TPointSet3D.
void RenderPoints(TGLRnrCtx& rnrCtx) const
 Render markers as circular or square points.
void RenderCrosses(TGLRnrCtx& rnrCtx) const
 Render markers as crosses.
void ProcessSelection(TGLRnrCtx& rnrCtx, TGLSelectRecord& rec)
 Processes secondary selection from TGLViewer.
 Calls TPointSet3D::PointSelected(Int_t) with index of selected
 point as an argument.
TPointSet3DGL()
{}
Bool_t IgnoreSizeForOfInterest()
{ return kTRUE; }
Bool_t SupportsSecondarySelect()
{ return kTRUE; }

Author: Matevz Tadel 7/4/2006
Last update: root/gl:$Name: $:$Id: TPointSet3DGL.cxx,v 1.10 2007/06/23 21:23:22 brun Exp $
Copyright (C) 1995-2006, 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.