#include <gr_feval.h>
Public Member Functions | |
gr_feval_cc () | |
virtual | ~gr_feval_cc () |
virtual gr_complex | eval (gr_complex x) |
override this to define the function |
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.
gr_feval_cc::gr_feval_cc | ( | ) | [inline] |
gr_feval_cc::~gr_feval_cc | ( | ) | [virtual] |
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().