#ifndef ROOT_TPointSet3DGL
#define ROOT_TPointSet3DGL
#ifndef ROOT_TGLObject
#include "TGLObject.h"
#endif
class TGLRnrCtx;
class TPointSet3DGL : public TGLObject
{
public:
TPointSet3DGL() : TGLObject() {}
virtual Bool_t SetModel(TObject* obj, const Option_t* opt=0);
virtual void SetBBox();
virtual void DirectDraw(TGLRnrCtx & rnrCtx) const;
virtual Bool_t IgnoreSizeForOfInterest() const { return kTRUE; }
virtual Bool_t ShouldDLCache(const TGLRnrCtx & rnrCtx) const;
virtual void Draw(TGLRnrCtx & rnrCtx) const;
virtual Bool_t SupportsSecondarySelect() const { return kTRUE; }
virtual void ProcessSelection(TGLRnrCtx & rnrCtx, TGLSelectRecord & rec);
ClassDef(TPointSet3DGL,1)
};
#endif
Last change: Wed Jun 25 08:50:45 2008
Last generated: 2008-06-25 08:50
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.