SG++-Doxygen-Documentation
|
This is a helper class used internally to wrap python functions into GeneralFunction objects. More...
#include <GeneralFunctionDirector.hpp>
Public Member Functions | |
virtual Out | eval (In vec)=0 |
virtual GeneralFunction< Out, In > | toFunction () |
virtual | ~GeneralFunctionDirector () |
This is a helper class used internally to wrap python functions into GeneralFunction objects.
F should be a GeneralFunction<...>
|
inlinevirtual |
|
pure virtual |
|
virtual |