VTK-m
2.2
|
#include <vtkm/cont/Algorithm.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleCast.h>
#include <vtkm/cont/ArrayHandleConstant.h>
#include <vtkm/cont/ArrayHandleGroupVecVariable.h>
#include <vtkm/cont/ArrayHandleIndex.h>
#include <vtkm/cont/ArrayHandlePermutation.h>
#include <vtkm/cont/Logging.h>
#include <vtkm/Deprecated.h>
#include <vtkm/Hash.h>
#include <vtkm/exec/internal/ReduceByKeyLookup.h>
#include <vtkm/cont/arg/TransportTagKeyedValuesIn.h>
#include <vtkm/cont/arg/TransportTagKeyedValuesInOut.h>
#include <vtkm/cont/arg/TransportTagKeyedValuesOut.h>
#include <vtkm/cont/arg/TransportTagKeysIn.h>
#include <vtkm/cont/arg/TypeCheckTagKeys.h>
#include <vtkm/worklet/internal/DispatcherBase.h>
#include <vtkm/worklet/StableSortIndices.h>
#include <vtkm/worklet/vtkm_worklet_export.h>
#include <vtkm/BinaryOperators.h>
Go to the source code of this file.
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |
vtkm::cont | |
VTK-m Control Environment. | |
vtkm::cont::arg | |
Transportation controls for Control Environment Objects. | |
Typedefs | |
using | Pair_UInt8_Id2 = vtkm::Pair< vtkm::UInt8, vtkm::Id2 > |
Enumerations | |
enum | vtkm::worklet::KeysSortType { vtkm::worklet::KeysSortType::Unstable = 0, vtkm::worklet::KeysSortType::Stable = 1 } |
Select the type of sort for BuildArrays calls. More... | |
using Pair_UInt8_Id2 = vtkm::Pair<vtkm::UInt8, vtkm::Id2> |