![]() |
An open-source, flexible 3D physical simulation framework
|
Public Attributes | |
std::string | name |
PyObjectPtr | functionPtr |
std::list< CppType > | args |
PyObjectPtr | result |
Definition at line 216 of file PythonInterpreter.cpp.
std::list<CppType> mars::FunctionState::args |
Definition at line 220 of file PythonInterpreter.cpp.
PyObjectPtr mars::FunctionState::functionPtr |
Definition at line 219 of file PythonInterpreter.cpp.
std::string mars::FunctionState::name |
Definition at line 218 of file PythonInterpreter.cpp.
PyObjectPtr mars::FunctionState::result |
Definition at line 221 of file PythonInterpreter.cpp.