void | TGLLogicalShape::PurgeDLRange(UInt_t base, Int_t size) const |
void | SetAxisAlignedBBox(const Float_t* p) |
void | SetAxisAlignedBBox(Float_t xmin, Float_t xmax, Float_t ymin, Float_t ymax, Float_t zmin, Float_t zmax) |
Bool_t | SetModelCheckClass(TObject* obj, TClass* cls) |
static TClass* | SearchGLRenderer(TClass* cls) |
static TGLLogicalShape::ELODAxes | TGLLogicalShape::kLODAxesAll | |
static TGLLogicalShape::ELODAxes | TGLLogicalShape::kLODAxesNone | |
static TGLLogicalShape::ELODAxes | TGLLogicalShape::kLODAxesX | |
static TGLLogicalShape::ELODAxes | TGLLogicalShape::kLODAxesY | |
static TGLLogicalShape::ELODAxes | TGLLogicalShape::kLODAxesZ |
TGLBoundingBox | TGLLogicalShape::fBoundingBox | ! Shape's bounding box. |
UInt_t | TGLLogicalShape::fDLBase | ! display-list id base |
Bool_t | TGLLogicalShape::fDLCache | ! use display list caching |
Int_t | TGLLogicalShape::fDLSize | ! display-list size for different LODs |
UShort_t | TGLLogicalShape::fDLValid | ! display-list validity bit-field |
TObject* | TGLLogicalShape::fExternalObj | ! Also plays the role of ID. |
TGLPhysicalShape* | TGLLogicalShape::fFirstPhysical | ! first replica |
Bool_t | fMultiColor | Are multiple colors used for object rendering. |
Bool_t | TGLLogicalShape::fOwnExtObj | ! External object is a fake |
UInt_t | TGLLogicalShape::fRef | ! physical instance ref counting |
Bool_t | TGLLogicalShape::fRefStrong | ! Strong ref (delete on 0 ref); not in scene |
TGLScene* | TGLLogicalShape::fScene | ! scene where object is stored (can be zero!) |
static Bool_t | TGLLogicalShape::fgIgnoreSizeForCameraInterest |
static TMap | fgGLClassMap |
Inheritance Chart: | ||||||||||||||||||||||||||||||||||||||||||
|
Kept from TGLLogicalShape virtual ELODAxes SupportedLODAxes() const { return kLODAxesNone; } Changed from TGLLogicalShape
{ return kTRUE; }
Abstract method from TGLLogicalShape: virtual void DirectDraw(TGLRnrCtx & rnrCtx) const = 0;