VTK-m  2.0
Classes | Namespaces | Functions
ArrayHandleOffsetsToNumComponents.h File Reference
#include <vtkm/cont/ArrayHandle.h>

Go to the source code of this file.

Classes

struct  vtkm::cont::StorageTagOffsetsToNumComponents< OffsetsStorageTag >
 
class  vtkm::cont::ArrayHandleOffsetsToNumComponents< OffsetsArray >
 An ArrayHandle that converts an array of offsets to an array of Vec sizes. More...
 

Namespaces

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

Functions

template<typename OffsetsStorageTag >
VTKM_CONT vtkm::cont::ArrayHandleOffsetsToNumComponents< vtkm::cont::ArrayHandle< vtkm::Id, OffsetsStorageTag > > vtkm::cont::make_ArrayHandleOffsetsToNumComponents (const vtkm::cont::ArrayHandle< vtkm::Id, OffsetsStorageTag > &array)