gr_feval_dd Class Reference

#include <gr_feval.h>

Inheritance diagram for gr_feval_dd:

SwigDirector_feval_dd

List of all members.


Detailed Description

base class for evaluating a function: double -> double

This class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic. It's slow. Don't use it in a performance critical path.

Public Member Functions

 gr_feval_dd ()
virtual ~gr_feval_dd ()
virtual double eval (double x)
 override this to define the function


Constructor & Destructor Documentation

gr_feval_dd::gr_feval_dd (  )  [inline]

gr_feval_dd::~gr_feval_dd (  )  [virtual]


Member Function Documentation

double gr_feval_dd::eval ( double  x  )  [virtual]

override this to define the function

Reimplemented in SwigDirector_feval_dd.

Referenced by gr_feval_dd_example().


The documentation for this class was generated from the following files:

Generated on Wed Oct 8 09:09:06 2008 for GNU Radio 3.0.4 by  doxygen 1.5.6