Drake
Drake C++ Documentation
value_producer_pybind.h File Reference
#include <functional>
#include <memory>
#include "drake/bindings/pydrake/pydrake_pybind.h"
#include "drake/common/value.h"
#include "drake/systems/framework/context_base.h"
Include dependency graph for value_producer_pybind.h:

Namespaces

 drake
 
 drake::pydrake
 For more high-level information, see the Python Bindings technical notes.
 

Functions

std::function< std::unique_ptr< AbstractValue >)> MakeCppCompatibleAllocateCallback (py::function allocate)
 

Variables

std::function< void(const systems::ContextBase &, AbstractValue *)> MakeCppCompatibleCalcCallback (std::function< void(py::object, py::object)> calc)