Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

gr_feval_ff Class Reference

#include <gr_feval.h>

List of all members.


Detailed Description

base class for evaluating a function: float -> float

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_ff ()
virtual ~gr_feval_ff ()
virtual float eval (float x)
 override this to define the function


Constructor & Destructor Documentation

gr_feval_ff::gr_feval_ff  )  [inline]
 

gr_feval_ff::~gr_feval_ff  )  [virtual]
 


Member Function Documentation

float gr_feval_ff::eval float  x  )  [virtual]
 

override this to define the function


The documentation for this class was generated from the following files:
Generated on Sat Jul 8 17:11:57 2006 for GNU Radio 2.x by  doxygen 1.4.1