Go to the documentation of this file.
10 #ifndef vtk_m_count_ArrayHandleRandomUniformReal_h
11 #define vtk_m_count_ArrayHandleRandomUniformReal_h
23 template <
typename Real>
24 struct CanonicalFunctor;
65 template <
typename Real = vtkm::Float64>
68 detail::CanonicalFunctor<Real>>
77 detail::CanonicalFunctor<Real>>));
88 detail::CanonicalFunctor<Real>{})
95 #endif //vtk_m_count_ArrayHandleRandomUniformReal_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_ARRAY_HANDLE_SUBCLASS(classname, fullclasstype, superclass)
Macro to make default methods in ArrayHandle subclasses.
Definition: ArrayHandle.h:243
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
A short fixed-length array.
Definition: Types.h:357
uint32_t UInt32
Base type to use for 32-bit unsigned integer numbers.
Definition: Types.h:185
float Float32
Base type to use for 32-bit floating-point numbers.
Definition: Types.h:157
unsigned long long UInt64
Base type to use for 64-bit signed integer numbers.
Definition: Types.h:207
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
#define VTKM_ALWAYS_EXPORT
Definition: ExportMacros.h:89