#ifndef ROOT_TEveTriangleSetEditor
#define ROOT_TEveTriangleSetEditor
#include "TGedFrame.h"
class TEveTriangleSet;
class TGLabel;
class TEveTriangleSetEditor : public TGedFrame
{
private:
   TEveTriangleSetEditor(const TEveTriangleSetEditor&);            
   TEveTriangleSetEditor& operator=(const TEveTriangleSetEditor&); 
protected:
   TEveTriangleSet    *fM;        
   TGLabel            *fInfo;     
public:
   TEveTriangleSetEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30, UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());
   virtual ~TEveTriangleSetEditor() {}
   virtual void SetModel(TObject* obj);
   ClassDef(TEveTriangleSetEditor, 0); 
};
#endif
Last change: Fri Oct 31 16:21:08 2008
Last generated: 2008-10-31 16:21
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.