|
VTK-m
2.3
|
#include <vtkm/cont/RuntimeDeviceInformation.h>#include <vtkm/cont/openmp/internal/DeviceAdapterTagOpenMP.h>#include <vtkm/cont/openmp/internal/FunctorsOpenMP.h>#include <vtkm/cont/internal/FunctorsGeneral.h>#include <vtkm/Types.h>#include <vtkm/cont/ArrayHandle.h>#include <omp.h>Go to the source code of this file.
Namespaces | |
| vtkm | |
| Groups connected points that have the same field value. | |
| vtkm::cont | |
| VTK-m Control Environment. | |
| vtkm::cont::openmp | |
| OPenMP implementation for Control Environment. | |
| vtkm::cont::openmp::scan | |
Typedefs | |
| template<typename InPortalT , typename OutPortalT , typename FunctorT > | |
| using | vtkm::cont::openmp::ScanExclusiveHelper = scan::Adder< scan::ScanExclusiveBody< InPortalT, OutPortalT, FunctorT > > |
| template<typename InPortalT , typename OutPortalT , typename FunctorT > | |
| using | vtkm::cont::openmp::ScanInclusiveHelper = scan::Adder< scan::ScanInclusiveBody< InPortalT, OutPortalT, FunctorT > > |
Enumerations | |
| enum | vtkm::cont::openmp::scan::ChildType { vtkm::cont::openmp::scan::ChildType::Left, vtkm::cont::openmp::scan::ChildType::Right } |
1.8.17