|
| TGLScene () |
|
virtual | ~TGLScene () |
| Destroy scene objects. More...
|
|
virtual void | AdoptLogical (TGLLogicalShape &shape) |
| Adopt dynamically created logical 'shape' - add to internal map and take responsibility for deleting. More...
|
|
virtual void | AdoptPhysical (TGLPhysicalShape &shape) |
| Adopt dynamically created physical 'shape' - add to internal map and take responsibility for deleting. More...
|
|
UInt_t | BeginSmartRefresh () |
| Moves logicals that support smart-refresh to intermediate cache. More...
|
|
virtual Bool_t | BeginUpdate () |
| Put scene in update mode, return true if lock acquired. More...
|
|
virtual void | CalcBoundingBox () const |
| Encapsulates all physical shapes bounding box with axes aligned box. More...
|
|
virtual TSceneInfo * | CreateSceneInfo (TGLViewerBase *view) |
| Create a scene-info instance appropriate for this scene class. More...
|
|
virtual Bool_t | DestroyLogical (TObject *logid, Bool_t mustFind=kTRUE) |
| Destroy logical shape defined by unique 'ID'. More...
|
|
virtual Int_t | DestroyLogicals () |
| Destroy all logical shapes in scene. More...
|
|
virtual Bool_t | DestroyPhysical (UInt_t phid) |
| Destroy physical shape defined by unique 'ID'. More...
|
|
virtual Int_t | DestroyPhysicals () |
| Destroy physical shapes. More...
|
|
void | DumpMapSizes () const |
| Print sizes of logical and physical-shape maps. More...
|
|
void | EndSmartRefresh () |
| Wipes logicals in refresh-cache. More...
|
|
virtual void | EndUpdate (Bool_t minorChange=kTRUE, Bool_t sceneChanged=kTRUE, Bool_t updateViewers=kTRUE) |
| Exit scene update mode. More...
|
|
virtual TGLLogicalShape * | FindLogical (TObject *logid) const |
| Find and return logical shape identified by unique logid. More...
|
|
TGLLogicalShape * | FindLogicalSmartRefresh (TObject *ID) const |
| Find and return logical shape identified by unique 'ID' in refresh-cache. More...
|
|
virtual TGLPhysicalShape * | FindPhysical (UInt_t phid) const |
| Find and return physical shape identified by unique 'ID'. More...
|
|
TGLContextIdentity * | GetGLCtxIdentity () const |
|
virtual UInt_t | GetMaxPhysicalID () |
| Returns the maximum used physical id. More...
|
|
virtual void | LodifySceneInfo (TGLRnrCtx &rnrCtx) |
| Setup LOD-dependant values in scene-info. More...
|
|
virtual void | PostDraw (TGLRnrCtx &rnrCtx) |
| Called after the rendering is finished. More...
|
|
virtual void | PreDraw (TGLRnrCtx &rnrCtx) |
| Initialize rendering. More...
|
|
virtual void | RebuildSceneInfo (TGLRnrCtx &rnrCtx) |
| Major change in scene, need to rebuild all-element draw-vector and sort it. More...
|
|
LogicalShapeMap_t & | RefLogicalShapes () |
|
virtual void | RenderAllPasses (TGLRnrCtx &rnrCtx, DrawElementPtrVec_t &elVec, Bool_t check_timeout) |
| Do full rendering of scene. More...
|
|
virtual void | RenderElements (TGLRnrCtx &rnrCtx, DrawElementPtrVec_t &elVec, Bool_t check_timeout, const TGLPlaneSet_t *clipPlanes=0) |
| Render DrawElements in elementVec with given timeout. More...
|
|
virtual void | RenderHighlight (TGLRnrCtx &rnrCtx, DrawElementPtrVec_t &elVec) |
|
virtual void | RenderOpaque (TGLRnrCtx &rnrCtx) |
| Render opaque elements. More...
|
|
virtual void | RenderSelOpaque (TGLRnrCtx &rnrCtx) |
| Render selected opaque elements. More...
|
|
virtual void | RenderSelOpaqueForHighlight (TGLRnrCtx &rnrCtx) |
| Render selected opaque elements for highlight. More...
|
|
virtual void | RenderSelTransp (TGLRnrCtx &rnrCtx) |
| Render selected transparent elements. More...
|
|
virtual void | RenderSelTranspForHighlight (TGLRnrCtx &rnrCtx) |
| Render selected transparent elements for highlight. More...
|
|
virtual void | RenderTransp (TGLRnrCtx &rnrCtx) |
| Render transparent elements. More...
|
|
virtual Bool_t | ResolveSelectRecord (TGLSelectRecord &rec, Int_t curIdx) |
| Process selection record rec. More...
|
|
UInt_t | SizeOfScene () const |
| Return memory cost of scene. More...
|
|
virtual void | UpdateLogical (TObject *logid) |
| Drop display-lists for the logical (assume TGLObject/direct rendering). More...
|
|
virtual void | UpdatePhysical (UInt_t phid, Double_t *trans, Color_t cidx=-1, UChar_t transp=0) |
| Reposition/recolor physical shape. More...
|
|
virtual void | UpdatePhysical (UInt_t phid, Double_t *trans, UChar_t *col) |
| Reposition/recolor physical shape. More...
|
|
virtual void | UpdatePhysioLogical (TObject *logid, Double_t *trans, Color_t cidx, UChar_t transp) |
| Reposition/recolor physical for given logical (assume TGLObject and a single physical). More...
|
|
virtual void | UpdatePhysioLogical (TObject *logid, Double_t *trans, UChar_t *col) |
| Reposition/recolor physical for given logical (assume TGLObject and a single physical). More...
|
|
virtual void | UpdateSceneInfo (TGLRnrCtx &rnrCtx) |
| Fill scene-info with information needed for rendering, take into account the render-context (viewer state, camera, clipping). More...
|
|
| TGLSceneBase () |
|
virtual | ~TGLSceneBase () |
| Destructor. More...
|
|
void | AddViewer (TGLViewerBase *viewer) |
| Add viewer to the list. More...
|
|
const TGLBoundingBox & | BoundingBox () const |
|
virtual void | CalcBoundingBox () const =0 |
|
TGLClip * | Clip () const |
|
virtual TGLSceneInfo * | CreateSceneInfo (TGLViewerBase *view) |
| Create a scene-info instance appropriate for this scene class. More...
|
|
virtual TGLLogicalShape * | FindLogical (TObject *) const |
|
Bool_t | GetAutoDestruct () const |
|
UInt_t | GetMinorStamp () const |
|
virtual const char * | GetName () const |
|
Bool_t | GetSelectable () const |
|
UInt_t | GetTimeStamp () const |
|
virtual const char * | GetTitle () const |
|
void | IncMinorStamp () |
|
void | IncTimeStamp () |
|
void | InvalidateBoundingBox () |
|
virtual const char * | LockIdStr () const |
| Name printed on locking info messages. More...
|
|
Short_t | LOD () const |
|
virtual void | LodifySceneInfo (TGLRnrCtx &ctx) |
| Setup LOD-dependant values in scene-info. More...
|
|
virtual void | PostDraw (TGLRnrCtx &rnrCtx) |
| Finalize drawing. More...
|
|
virtual void | PostRender (TGLRnrCtx &rnrCtx) |
| Perform post-render clean-up. More...
|
|
virtual void | PreDraw (TGLRnrCtx &rnrCtx) |
| Perform basic pre-render initialization: More...
|
|
virtual void | PreRender (TGLRnrCtx &rnrCtx) |
| Perform pre-render initialization - fill rnrCtx with values stored during PreDraw(). More...
|
|
virtual void | RebuildSceneInfo (TGLRnrCtx &ctx) |
| Fill scene-info with very basic information that is practically view independent. More...
|
|
void | RemoveViewer (TGLViewerBase *viewer) |
| Remove viewer from the list. More...
|
|
virtual void | Render (TGLRnrCtx &rnrCtx) |
| This function does rendering of all stages, the shapes are rendered in the following order: opaque, transparent, selected-opaque, selected-transparent. More...
|
|
virtual void | RenderOpaque (TGLRnrCtx &rnrCtx) |
| Render opaque elements. More...
|
|
virtual void | RenderSelOpaque (TGLRnrCtx &rnrCtx) |
| Render selected opaque elements. More...
|
|
virtual void | RenderSelOpaqueForHighlight (TGLRnrCtx &rnrCtx) |
| Render selected opaque elements for highlight. More...
|
|
virtual void | RenderSelTransp (TGLRnrCtx &rnrCtx) |
| Render selected transparent elements for highlight. More...
|
|
virtual void | RenderSelTranspForHighlight (TGLRnrCtx &rnrCtx) |
| Render selected transparent elements. More...
|
|
virtual void | RenderTransp (TGLRnrCtx &rnrCtx) |
| Render transparent elements. More...
|
|
virtual Bool_t | ResolveSelectRecord (TGLSelectRecord &rec, Int_t curIdx) |
| Process selection record rec. More...
|
|
void | SetAutoDestruct (Bool_t a) |
|
void | SetClip (TGLClip *p) |
|
void | SetLOD (Short_t lod) |
|
virtual void | SetName (const char *name) |
|
virtual void | SetNameTitle (const char *name, const char *title) |
|
void | SetSelectable (Bool_t a) |
|
void | SetStyle (Short_t st) |
|
virtual void | SetTitle (const char *title) |
|
Short_t | Style () const |
|
void | TagViewersChanged () |
| Tag all viewers as changed. More...
|
|
virtual void | UpdateSceneInfo (TGLRnrCtx &ctx) |
| Fill scene-info with information needed for rendering, take into account the render-context (viewer state, camera, clipping). More...
|
|
| TGLLockable () |
|
virtual | ~TGLLockable () |
|
ELock | CurrentLock () const |
|
Bool_t | IsDrawOrSelectLock () const |
|
Bool_t | IsLocked () const |
|
virtual const char * | LockIdStr () const |
|
Bool_t | ReleaseLock (ELock lock) const |
| Release current lock, make sure it the same as the 'lock' argument. More...
|
|
Bool_t | TakeLock (ELock lock) const |
| Lock the object in mode 'lock'. More...
|
|