|
void | registerDefaultAnimationLoop (sofa::core::ObjectFactory *factory) |
|
void | registerDefaultVisualManagerLoop (sofa::core::ObjectFactory *factory) |
|
SOFA_SIMULATION_CORE_API Simulation * | getSimulation () |
|
void | registerRequiredPlugin (sofa::core::ObjectFactory *factory) |
|
void | initThreadLocalData () |
|
void | checkAlreadyContains (Node &self, LinkType &link, Component *obj) |
|
void | advance (InputIt &it, Distance n) |
|
sofa::type::vector< Range< InputIt > > | makeRangesForLoop (const InputIt first, const InputIt last, const unsigned int nbRangesHint) |
|
UnaryFunction | forEach (InputIt first, InputIt last, UnaryFunction f) |
|
UnaryFunction | forEachRange (InputIt first, InputIt last, UnaryFunction f) |
|
UnaryFunction | parallelForEachRange (TaskScheduler &taskScheduler, InputIt first, InputIt last, UnaryFunction f) |
|
UnaryFunction | parallelForEach (TaskScheduler &taskScheduler, InputIt first, InputIt last, UnaryFunction f) |
|
UnaryFunction | forEachRange (const ForEachExecutionPolicy execution, TaskScheduler &taskScheduler, InputIt first, InputIt last, UnaryFunction f) |
|
UnaryFunction | forEach (const ForEachExecutionPolicy execution, TaskScheduler &taskScheduler, InputIt first, InputIt last, UnaryFunction f) |
|
SOFA_SIMULATION_API void | init () |
|