LCOV - code coverage report
Current view: top level - STAT - TKDInterpolator.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 2 50.0 %
Date: 2016-06-14 17:26:59 Functions: 1 6 16.7 %

          Line data    Source code
       1             : #ifndef ROOT_TKDInterpolator
       2             : #define ROOT_TKDInterpolator
       3             : 
       4             : #ifndef ROOT_TKDInterpolatorBase
       5             : #include "TKDInterpolatorBase.h"
       6             : #endif
       7             : 
       8             : class TKDInterpolator : public TKDInterpolatorBase
       9             : {
      10             : public:
      11             :   TKDInterpolator();
      12             :   TKDInterpolator(Int_t ndim, Int_t npoints=0);
      13             :   ~TKDInterpolator();
      14             :   void       AddNode(const TKDNodeInfo &ref);
      15           0 :   Bool_t     Build(Int_t ndim) {return TKDInterpolatorBase::Build(ndim);}
      16             :   Bool_t     Build(Int_t npoints, Int_t ndim);
      17             :   Int_t      GetNodeIndex(const Float_t *p);
      18             :   Bool_t     SetNode(Int_t i, const TKDNodeInfo &ref);
      19             : 
      20             : private:
      21             :   TKDInterpolator(const TKDInterpolator &);
      22             :   TKDInterpolator& operator=(const TKDInterpolator &);  
      23             : 
      24             : private:
      25             :   
      26         128 :   ClassDef(TKDInterpolator, 1)   // LOWESS data interpolator
      27             : };
      28             : 
      29             : 
      30             : #endif
      31             : 

Generated by: LCOV version 1.11