VTK-m  2.0
Namespaces | Typedefs | Functions
Hash.h File Reference
#include <vtkm/TypeTraits.h>
#include <vtkm/Types.h>
#include <vtkm/VecTraits.h>

Go to the source code of this file.

Namespaces

 vtkm
 Groups connected points that have the same field value.
 

Typedefs

using vtkm::HashType = vtkm::UInt32
 

Functions

template<typename InVecType >
VTKM_EXEC_CONT vtkm::HashType vtkm::Hash (const InVecType &inVec)
 Returns a 32-bit hash on a group of integer-type values. More...