OpenGL renderer class for TEveProjectionAxes.
void | TGLObject::SetAxisAlignedBBox(const Float_t* p) |
void | TGLObject::SetAxisAlignedBBox(Float_t xmin, Float_t xmax, Float_t ymin, Float_t ymax, Float_t zmin, Float_t zmax) |
void | TEveTextGL::SetFont(TGLRnrCtx& rnrCtx) const |
Bool_t | TGLObject::SetModelCheckClass(TObject* obj, TClass* cls) |
TEveProjectionAxesGL(const TEveProjectionAxesGL&) | |
void | DrawHInfo() const |
void | DrawTickMarks(Float_t tms) const |
void | DrawVInfo() const |
TEveProjectionAxesGL& | operator=(const TEveProjectionAxesGL&) |
void | RenderText(const char* txt, Float_t x, Float_t y) const |
void | SplitInterval(Float_t x1, Float_t x2, Int_t axis) const |
void | SplitIntervalByPos(Float_t min, Float_t max, Int_t axis) const |
void | SplitIntervalByVal(Float_t min, Float_t max, Int_t axis) const |
enum TGLLogicalShape::ELODAxes { | kLODAxesNone | |
kLODAxesX | ||
kLODAxesY | ||
kLODAxesZ | ||
kLODAxesAll | ||
}; |
TEveProjectionAxes* | fAxesModel | model object. |
TGLBoundingBox | TGLLogicalShape::fBoundingBox | ! Shape's bounding box. |
UInt_t | TGLLogicalShape::fDLBase | ! display-list id base |
Bool_t | TGLLogicalShape::fDLCache | ! use display list caching |
UShort_t | TGLLogicalShape::fDLValid | ! display-list validity bit-field |
TObject* | TGLLogicalShape::fExternalObj | ! Also plays the role of ID. |
TGLPhysicalShape* | TGLLogicalShape::fFirstPhysical | ! first replica |
TGLFont | TEveTextGL::fFont | FTFont wrapper |
TEveText* | TEveTextGL::fM | model object. |
Bool_t | TGLObject::fMultiColor | Are multiple colors used for object rendering. |
Bool_t | TGLLogicalShape::fOwnExtObj | ! External object is a fake |
TEveProjection* | fProjection | cached model projection |
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!) |
Double_t | TEveTextGL::fX[4][3] | 3D position of font |
Build an array of tick-mark position-value pairs.
Add tick-marks at equidistant position.
Add tick-marks on fixed value step.