14#ifndef ROOT_TGLPolyLine 
   15#define ROOT_TGLPolyLine 
#define ClassDef(name, id)
 
Generic 3D primitive description class.
 
Abstract logical shape - a GL 'drawable' - base for all shapes - faceset sphere etc.
 
To draw a 3D polyline in a GL window.
 
std::vector< Double_t > fVertices
 
virtual void DirectDraw(TGLRnrCtx &rnrCtx) const
Debug tracing.
 
The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...