VTK-m  2.0
Classes | Namespaces | Functions
ArrayHandleCounting.h File Reference
#include <vtkm/cont/ArrayHandleImplicit.h>
#include <vtkm/TypeTraits.h>
#include <vtkm/VecTraits.h>

Go to the source code of this file.

Classes

struct  vtkm::cont::StorageTagCounting
 
class  vtkm::cont::ArrayHandleCounting< CountingValueType >
 ArrayHandleCounting is a specialization of ArrayHandle. More...
 

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::cont
 VTK-m Control Environment.
 

Functions

template<typename CountingValueType >
VTKM_CONT vtkm::cont::ArrayHandleCounting< CountingValueType > vtkm::cont::make_ArrayHandleCounting (CountingValueType start, CountingValueType step, vtkm::Id length)
 A convenience function for creating an ArrayHandleCounting. More...