class F2FEdge¶
Overview¶
Helper class used to implement a F2FEdge Python decorator. More…
#include <functional_node.h> class F2FEdge { public: // construction F2FEdge(const std::string& keyword, const std::string& address); // methods boost::python::object pySetup(const boost::python::object& obj); };
Detailed Documentation¶
Helper class used to implement a F2FEdge Python decorator.
Methods¶
boost::python::object pySetup(const boost::python::object& obj)
call function in the decorator
It receives a Python object wrapping a PythonFunctionalNode and add an F2FEdge to it