#include <TEveLineGL.h>
Inheritance diagram for TEveLineGL:
Public Member Functions | |
TEveLineGL () | |
virtual | ~TEveLineGL () |
virtual Bool_t | SetModel (TObject *obj, const Option_t *opt=0) |
virtual void | DirectDraw (TGLRnrCtx &rnrCtx) const |
ClassDef (TEveLineGL, 0) | |
TEveLineGL () | |
virtual | ~TEveLineGL () |
virtual Bool_t | SetModel (TObject *obj, const Option_t *opt=0) |
virtual void | DirectDraw (TGLRnrCtx &rnrCtx) const |
ClassDef (TEveLineGL, 0) | |
Protected Attributes | |
TEveLine * | fM |
TEveLine * | fM |
Private Member Functions | |
TEveLineGL (const TEveLineGL &) | |
TEveLineGL & | operator= (const TEveLineGL &) |
TEveLineGL (const TEveLineGL &) | |
TEveLineGL & | operator= (const TEveLineGL &) |
Definition at line 23 of file TEveLineGL.h.
TEveLineGL::TEveLineGL | ( | const TEveLineGL & | ) | [private] |
TEveLineGL::TEveLineGL | ( | ) |
virtual TEveLineGL::~TEveLineGL | ( | ) | [inline, virtual] |
Definition at line 34 of file TEveLineGL.h.
TEveLineGL::TEveLineGL | ( | const TEveLineGL & | ) | [private] |
TEveLineGL::TEveLineGL | ( | ) |
virtual TEveLineGL::~TEveLineGL | ( | ) | [inline, virtual] |
Definition at line 34 of file TEveLineGL.h.
TEveLineGL& TEveLineGL::operator= | ( | const TEveLineGL & | ) | [private] |
Reimplemented from TPointSet3DGL.
Definition at line 41 of file TEveLineGL.cxx.
Referenced by TEveTrackGL::SetModel().
void TEveLineGL::DirectDraw | ( | TGLRnrCtx & | rnrCtx | ) | const [virtual] |
Reimplemented from TPointSet3DGL.
Definition at line 52 of file TEveLineGL.cxx.
References fM, TGLRnrCtx::GetPickRadius(), GL_BLEND, GL_LINE_SMOOTH, TGLUtil::LockColor(), TGLUtil::RenderPolyLine(), TGLUtil::RenderPolyMarkers(), TGLRnrCtx::Selection(), and TGLUtil::UnlockColor().
Referenced by TEveTrackGL::DirectDraw().
TEveLineGL::ClassDef | ( | TEveLineGL | , | |
0 | ||||
) |
TEveLineGL& TEveLineGL::operator= | ( | const TEveLineGL & | ) | [private] |
Reimplemented from TPointSet3DGL.
virtual void TEveLineGL::DirectDraw | ( | TGLRnrCtx & | rnrCtx | ) | const [virtual] |
Reimplemented from TPointSet3DGL.
TEveLineGL::ClassDef | ( | TEveLineGL | , | |
0 | ||||
) |
TEveLine* TEveLineGL::fM [protected] |
TEveLine* TEveLineGL::fM [protected] |
Definition at line 30 of file TEveLineGL.h.