#include <multicontact-api/bindings/python/scenario/contact-patch.hpp>
Public Types | |
| typedef ContactPatch::Scalar | Scalar |
| typedef ContactPatch::SE3 | SE3 |
| typedef ContactPatch::ContactModel | ContactModel |
Public Member Functions | |
| template<class PyClass> | |
| void | visit (PyClass &cl) const |
Static Public Member Functions | |
| static void | expose (const std::string &class_name) |
Static Protected Member Functions | |
| static SE3 & | getPlacement (ContactPatch &self) |
| static void | setPlacement (ContactPatch &self, const SE3 &placement) |
| static Scalar | getFriction (ContactPatch &self) |
| static void | setFriction (ContactPatch &self, const Scalar &friction) |
| static ContactPatch | copy (const ContactPatch &self) |
| typedef ContactPatch::ContactModel multicontact_api::python::ContactPatchPythonVisitor< ContactPatch >::ContactModel |
| typedef ContactPatch::Scalar multicontact_api::python::ContactPatchPythonVisitor< ContactPatch >::Scalar |
| typedef ContactPatch::SE3 multicontact_api::python::ContactPatchPythonVisitor< ContactPatch >::SE3 |
|
inlinestaticprotected |
|
inlinestatic |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inline |