#include <string>
#include "drake/bindings/pydrake/documentation_pybind.h"
#include "drake/bindings/pydrake/pydrake_pybind.h"
#include "drake/common/identifier.h"
Namespaces | |
drake | |
drake::pydrake | |
For more high-level information, see the Python Bindings technical notes. | |
Functions | |
template<typename Class , typename ModuleOrClass > | |
void | BindIdentifier (ModuleOrClass m, const std::string &name, const char *id_doc) |
Binds an Identifier instantiation. More... | |