![]() |
VR-Forces 4.3.1 Class Documentation
|
Specialized parallel execution container for preprocessing simulation components in parallel prior to tick. More...
Go to the source code of this file.
Classes | |
| class | DtPreprocessor |
| DtPreprocessor is a trait which allows a derived class to specify extra processing to be performed prior to tick(), typically in parallel. More... | |
| class | DtParallelPreprocessorContainer |
| Customize DtParallelExecutionContainer for preprocessing. More... | |
| class | DtSequentialPreprocessorContainer |
| Customize DtSequentialPreprocessorContainer for preprocessing in a single thread. More... | |
Specialized parallel execution container for preprocessing simulation components in parallel prior to tick.
In some cases it is possible to move lengthy computations out of the tick method to executed in parallel by the preprocess method.