VTK-m  2.1
Classes | Namespaces | Functions
ArrayHandleCounting.h File Reference
#include <vtkm/cont/ArrayHandleImplicit.h>
#include <vtkm/cont/internal/ArrayRangeComputeUtils.h>
#include <vtkm/Range.h>
#include <vtkm/TypeTraits.h>
#include <vtkm/VecFlat.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::ArrayHandleCounting< CountingValueType > vtkm::cont::make_ArrayHandleCounting (CountingValueType start, CountingValueType step, vtkm::Id length)
 A convenience function for creating an ArrayHandleCounting. More...