VTK
Namespaces | Functions
vtkSMPToolsInternal.h File Reference
#include <algorithm>
Include dependency graph for vtkSMPToolsInternal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vtk
 
 vtk::detail
 
 vtk::detail::smp
 

Functions

template<typename FunctorInternal >
static void vtk::detail::smp::vtkSMPTools_Impl_For (vtkIdType first, vtkIdType last, vtkIdType grain, FunctorInternal &fi)
 
template<typename RandomAccessIterator >
static void vtk::detail::smp::vtkSMPTools_Impl_Sort (RandomAccessIterator begin, RandomAccessIterator end)
 
template<typename RandomAccessIterator , typename Compare >
static void vtk::detail::smp::vtkSMPTools_Impl_Sort (RandomAccessIterator begin, RandomAccessIterator end, Compare comp)