MCPcopy Create free account
hub / github.com/dartsim/dart / clone

Method clone

python/dartpy/optimizer/Solver.cpp:159–166  ·  view source on GitHub ↗

Trampoline for virtual function

Source from the content-addressed store, hash-verified

157
158 // Trampoline for virtual function
159 std::shared_ptr<Solver> clone() const override
160 {
161 PYBIND11_OVERLOAD_PURE(
162 std::shared_ptr<Solver>, // Return type
163 Solver, // Parent class
164 clone, // Name of function in C++ (must match Python name)
165 );
166 }
167 };
168
169 ::py::class_<

Callers 6

PySolverClass · 0.95
InverseKinematicsFunction · 0.45
SimpleFrameFunction · 0.45
WorldFunction · 0.45
GradientDescentSolverFunction · 0.45
NloptSolverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected