14#ifndef ROOT_TGLPolyLine 
   15#define ROOT_TGLPolyLine 
#define ClassDefOverride(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.
 
void DirectDraw(TGLRnrCtx &rnrCtx) const override
Debug tracing.
 
std::vector< Double_t > fVertices
 
TGLPolyLine(const TBuffer3D &buffer)
constructor dynamic_cast because of multiple inheritance.
 
The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...