#ifndef ROOT_TAttMarkerCanvas
#define ROOT_TAttMarkerCanvas
#ifndef ROOT_TDialogCanvas
#include "TDialogCanvas.h"
#endif
class TAttMarkerCanvas : public TDialogCanvas {
public:
TAttMarkerCanvas();
TAttMarkerCanvas(const char *name, const char *title, Int_t ww=400, Int_t wh=600);
virtual ~TAttMarkerCanvas();
virtual void UpdateMarkerAttributes(Int_t col,Int_t sty,Float_t msiz);
ClassDef(TAttMarkerCanvas,0)
};
#endif
ROOT page - Class index - Class Hierarchy - Top of the page
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.