gr_feval_cc Class Reference

base class for evaluating a function: complex -> complex More...

#include <gr_feval.h>

Inheritance diagram for gr_feval_cc:

SwigDirector_feval_cc

List of all members.

Public Member Functions

 gr_feval_cc ()
virtual ~gr_feval_cc ()
virtual gr_complex eval (gr_complex x)
 override this to define the function


Detailed Description

base class for evaluating a function: complex -> complex

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.


Constructor & Destructor Documentation

gr_feval_cc::gr_feval_cc (  )  [inline]

gr_feval_cc::~gr_feval_cc (  )  [virtual]


Member Function Documentation

gr_complex gr_feval_cc::eval ( gr_complex  x  )  [virtual]

override this to define the function

Reimplemented in SwigDirector_feval_cc.

Referenced by _wrap_feval_cc_eval(), and gr_feval_cc_example().


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

Generated on Sat Apr 18 14:00:52 2009 for GNU Radio 3.0.4 by  doxygen 1.5.8