#include <ode/ode.h>#include <stdlib.h>#include <vector>

Go to the source code of this file.
| #define PARALLEL_ENABLED 0 |
Definition at line 50 of file parallel_common.h.
| #define PARALLEL_TYPE None |
Definition at line 49 of file parallel_common.h.
| #define PROJ_NAME "parallel_quickstep" |
Definition at line 82 of file parallel_common.h.
| typedef size_t ArrayIndex |
Definition at line 76 of file parallel_common.h.
| typedef size_t ArraySize |
Definition at line 75 of file parallel_common.h.
| typedef IntVector::const_iterator ConstIntVectorIter |
Definition at line 80 of file parallel_common.h.
| typedef std::vector<int> IntVector |
Definition at line 78 of file parallel_common.h.
| typedef IntVector::iterator IntVectorIter |
Definition at line 79 of file parallel_common.h.
Definition at line 73 of file parallel_common.h.
Definition at line 12 of file parallel_common.h.