8 #ifndef R_CONTOUR_LIST_HH
9 #define R_CONTOUR_LIST_HH
11 #include "GVectorT.hh"
13 #include "GNamedListT.hh"
17 #define R_CONTOUR_LIST_ID_FILE_BEGIN "<<< CONTOUR LIST BEGIN >>>"
20 #define R_CONTOUR_LIST_ID_FILE_END "<<< CONTOUR LIST END >>>"
43 RContourList (
const u_int fl = gcollection::gUniqueName );
51 virtual void SetLineAtt (
const TAttLine l_att, Int_t ct_num = -1 );
52 virtual void SetLineAtt ( Color_t c, Style_t s = 1, Width_t w = 1, Int_t ct_num = -1 );
54 virtual void Draw ( Int_t ct_num = -1 );
55 virtual void DrawCopy ( Int_t ct_num = -1 );
60 virtual Int_t
Write (
const string &filename )
const;
61 virtual Int_t
Read (
const string &filename,
const u_int append =
false );
RContourList(const u_int fl=gcollection::gUniqueName)
Definition: RContourList.cpp:17
virtual Int_t Write(const string &filename) const
Definition: RContourList.cpp:46
Definition: RContourList.hh:28
virtual Int_t Read(const string &filename, const u_int append=false)
Definition: RContourList.cpp:79
virtual ~RContourList()
Definition: RContourList.cpp:33
ClassDef(RContourList, 0)
virtual void Draw(Int_t ct_num=-1)
Definition: RContourList.cpp:157
virtual RContour * GetContourPtr(Int_t ct_num)
Definition: RContourList.icc:11
GListIterT< RContour > iterator
! Contour list iterator local definition
Definition: RContourList.hh:36
virtual void DrawCopy(Int_t ct_num=-1)
Definition: RContourList.cpp:178
virtual void SetLineAtt(const TAttLine l_att, Int_t ct_num=-1)
Definition: RContourList.cpp:136
Definition: RContour.hh:25