Namespaces | Functions
vtkSMPToolsInternal.h File Reference
#include <algorithm>
Include dependency graph for vtkSMPToolsInternal.h:

Go to the source code of this file.

Namespaces

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

Functions

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