VTK-m  2.0
ParallelRadixSortOpenMP.h
Go to the documentation of this file.
1 //============================================================================
2 // Copyright (c) Kitware, Inc.
3 // All rights reserved.
4 // See LICENSE.txt for details.
5 //
6 // This software is distributed WITHOUT ANY WARRANTY; without even
7 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8 // PURPOSE. See the above copyright notice for more information.
9 //============================================================================
10 
11 #ifndef vtk_m_cont_openmp_internal_ParallelRadixSortOpenMP_h
12 #define vtk_m_cont_openmp_internal_ParallelRadixSortOpenMP_h
13 
15 
16 namespace vtkm
17 {
18 namespace cont
19 {
20 namespace openmp
21 {
22 namespace sort
23 {
24 namespace radix
25 {
26 
28 }
29 }
30 }
31 }
32 } // end namespace vtkm::cont::openmp::sort::radix
33 
34 #endif // vtk_m_cont_openmp_internal_ParallelRadixSortOpenMP_h
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_DECLARE_RADIX_SORT
#define VTKM_DECLARE_RADIX_SORT()
Definition: ParallelRadixSortInterface.h:133
ParallelRadixSortInterface.h