Definition ibodycontainer.h:16
 
void threadedCallbackMethod(S *s, void *v=nullptr, bool useThreads=true)
Implementation of the multithreaded loop using the threadedCallbackObject
Definition ibodycontainer.h:39
 
virtual uint64 createBlocks()=0
Interface access to the Multicontainer createBlock function.
 
virtual uint64 getBlocks()=0
Interface access to the Multicontainer getNumberOfBlocks function.
 
virtual void threadedCallbackObject(Callback4< void, IBody *, uint32, uint32, void * > &callback, void *v=nullptr, bool useThreads=true)=0
Object for creation of multithreaded loop over bodies.