VTK-m  2.0
Classes | Namespaces | Typedefs | Enumerations
Keys.h File Reference
#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/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.

Classes

class  vtkm::worklet::Keys< T >
 Manage keys for a WorkletReduceByKey. More...
 
struct  vtkm::cont::arg::TypeCheck< vtkm::cont::arg::TypeCheckTagKeys, KeyType >
 
struct  vtkm::cont::arg::Transport< vtkm::cont::arg::TransportTagKeysIn, KeyType, Device >
 
struct  vtkm::cont::arg::Transport< vtkm::cont::arg::TransportTagKeyedValuesIn, ArrayHandleType, Device >
 
struct  vtkm::cont::arg::Transport< vtkm::cont::arg::TransportTagKeyedValuesInOut, ArrayHandleType, Device >
 
struct  vtkm::cont::arg::Transport< vtkm::cont::arg::TransportTagKeyedValuesOut, ArrayHandleType, Device >
 

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...
 

Typedef Documentation

◆ Pair_UInt8_Id2