#ifndef ROOT_TEvePointSetProjectedGL
#define ROOT_TEvePointSetProjectedGL
#include "TPointSet3DGL.h"
class TGLViewer;
class TGLScene;
class TEvePointSetProjected;
class TEvePointSetProjectedGL : public TPointSet3DGL
{
private:
   TEvePointSetProjectedGL(const TEvePointSetProjectedGL&);            
   TEvePointSetProjectedGL& operator=(const TEvePointSetProjectedGL&); 
protected:
public:
   TEvePointSetProjectedGL();
   virtual ~TEvePointSetProjectedGL();
   ClassDef(TEvePointSetProjectedGL, 0); 
};
#endif
Last update: Thu Jan 17 08:49:00 2008
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.