// (c) Thales group, 2010 /* Authors: Johann Dreo Caner Candan */ #ifndef _doEstimator_h #define _doEstimator_h #include #include template < typename D > class doEstimator : public eoUF< eoPop< typename D::EOType >&, D > { public: typedef typename D::EOType EOType; // virtual D operator() ( eoPop< EOT >& )=0 (provided by eoUF< A1, R >) }; #endif // !_doEstimator_h