JG ROOT Tools libraries  version 5.0 - august 2014
RContourBase1D.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RContourBase1D.hh
3  *
4  * Include file for class RContourBase1D
5  */
6 //======================================================================
7 
8 #ifndef R_CONTOUR_BASE_1D_HH
9 #define R_CONTOUR_BASE_1D_HH
10 
11 #include "RContourBase.hh"
12 
13 //======================================================================
14 /*! \class RContourBase1D
15  *
16  * Base class for 1D contours.
17  */
19 {
20  //------------------------------------------------------------
21  /*! \object_doc{RContourBase1D} */
23  //------------------------------------------------------------
24 
25  protected:
26 
27  //------------------------------------------------------------
28  // Constructors / affectation / destructor
29  public:
30  RContourBase1D ( );
31  RContourBase1D ( const RContourBase1D & ct );
32 
34 
35  virtual ~RContourBase1D ( );
36 
37  //------------------------------------------------------------
38  virtual bool CheckPoint ( const Double_t x, const Double_t y ) const;
39  virtual bool CheckPoint ( const RPoint2D &p ) const;
40 
41  virtual Int_t Dimension ( ) const;
42 
43  public:
44  //------------------------------------------------------------
45  /*! For ROOT dictionary.*/
47 };
48 
49 //----------------------------------------------------------------------
50 // Inline functions
51 #include "icc/RContourBase1D.icc"
52 
53 //======================================================================
54 #endif
Definition: RContourBase1D.hh:18
ClassDef(RContourBase1D, 0)
virtual bool CheckPoint(const Double_t x, const Double_t y) const
Definition: RContourBase1D.icc:21
Definition: RVector2D.hh:26
RContourBase1D()
Definition: RContourBase1D.cpp:15
GObjectV(RContourBase1D)
RContourBase1D & operator=(const RContourBase1D &ct)
Definition: RContourBase1D.cpp:31
virtual Int_t Dimension() const
Definition: RContourBase1D.icc:25
Definition: RContourBase.hh:19
virtual ~RContourBase1D()
Definition: RContourBase1D.cpp:43