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

Go to the source code of this file.

Classes

struct  vtkm::cont::StorageTagGroupVec< ComponentsStorageTag, NUM_COMPONENTS >
 
class  vtkm::cont::ArrayHandleGroupVec< ComponentsArrayHandleType, NUM_COMPONENTS >
 Fancy array handle that groups values into vectors. More...
 

Namespaces

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

Functions

template<vtkm::IdComponent NUM_COMPONENTS, typename ArrayHandleType >
VTKM_CONT vtkm::cont::ArrayHandleGroupVec< ArrayHandleType, NUM_COMPONENTS > vtkm::cont::make_ArrayHandleGroupVec (const ArrayHandleType &array)
 make_ArrayHandleGroupVec is convenience function to generate an ArrayHandleGroupVec. More...