VTK
9.1.0
|
This is the complete list of members for vtkSMPTools, including all inherited members.
Fill(Iterator begin, Iterator end, const T &value) | vtkSMPTools | inlinestatic |
For(vtkIdType first, vtkIdType last, vtkIdType grain, Functor &f) | vtkSMPTools | inlinestatic |
For(vtkIdType first, vtkIdType last, vtkIdType grain, Functor const &f) | vtkSMPTools | inlinestatic |
For(vtkIdType first, vtkIdType last, Functor &f) | vtkSMPTools | inlinestatic |
For(vtkIdType first, vtkIdType last, Functor const &f) | vtkSMPTools | inlinestatic |
For(Iter begin, Iter end, vtkIdType grain, Functor &f) | vtkSMPTools | inlinestatic |
For(Iter begin, Iter end, vtkIdType grain, Functor const &f) | vtkSMPTools | inlinestatic |
For(Iter begin, Iter end, Functor &f) | vtkSMPTools | inlinestatic |
For(Iter begin, Iter end, Functor const &f) | vtkSMPTools | inlinestatic |
GetBackend() | vtkSMPTools | static |
GetEstimatedNumberOfThreads() | vtkSMPTools | static |
GetNestedParallelism() | vtkSMPTools | static |
Initialize(int numThreads=0) | vtkSMPTools | static |
IsParallelScope() | vtkSMPTools | static |
LocalScope(Config const &config, T &&lambda) | vtkSMPTools | inlinestatic |
SetBackend(const char *backend) | vtkSMPTools | static |
SetNestedParallelism(bool isNested) | vtkSMPTools | static |
Sort(RandomAccessIterator begin, RandomAccessIterator end) | vtkSMPTools | inlinestatic |
Sort(RandomAccessIterator begin, RandomAccessIterator end, Compare comp) | vtkSMPTools | inlinestatic |
Transform(InputIt inBegin, InputIt inEnd, OutputIt outBegin, Functor transform) | vtkSMPTools | inlinestatic |
Transform(InputIt1 inBegin1, InputIt1 inEnd, InputIt2 inBegin2, OutputIt outBegin, Functor transform) | vtkSMPTools | inlinestatic |