14 #ifndef ROOT_TGLPolyMarker
15 #define ROOT_TGLPolyMarker
24 class TGLPolyMarker :
public TGLLogicalShape
27 std::vector<Double_t> fVertices;
32 TGLPolyMarker(
const TBuffer3D & buffer);
34 virtual void DirectDraw(TGLRnrCtx & rnrCtx)
const;
36 virtual Bool_t IgnoreSizeForOfInterest()
const {
return kTRUE; }
39 void DrawStars()
const;
41 ClassDef(TGLPolyMarker,0)