VTK-m  2.0
Classes | Namespaces | Functions
ArrayHandleGroupVecVariable.h File Reference
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleCast.h>
#include <vtkm/cont/ArrayPortal.h>
#include <vtkm/cont/ErrorBadValue.h>
#include <vtkm/Assert.h>
#include <vtkm/VecFromPortal.h>
#include <vtkm/exec/arg/FetchTagArrayDirectOutArrayHandleGroupVecVariable.h>

Go to the source code of this file.

Classes

struct  vtkm::cont::StorageTagGroupVecVariable< ComponentsStorageTag, OffsetsStorageTag >
 
class  vtkm::cont::ArrayHandleGroupVecVariable< ComponentsArrayHandleType, OffsetsArrayHandleType >
 Fancy array handle that groups values into vectors of different sizes. More...
 

Namespaces

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

Functions

template<typename ComponentsArrayHandleType , typename OffsetsArrayHandleType >
VTKM_CONT vtkm::cont::ArrayHandleGroupVecVariable< ComponentsArrayHandleType, OffsetsArrayHandleType > vtkm::cont::make_ArrayHandleGroupVecVariable (const ComponentsArrayHandleType &componentsArray, const OffsetsArrayHandleType &offsetsArray)
 make_ArrayHandleGroupVecVariable is convenience function to generate an ArrayHandleGroupVecVariable. More...