|
VTK-m
2.3
|
#include <vtkm/cont/ArrayHandleBasic.h>#include <vtkm/cont/ErrorBadType.h>#include <vtkm/cont/internal/ArrayCopyUnknown.h>#include <vtkm/internal/ArrayPortalBasic.h>Go to the source code of this file.
Classes | |
| struct | vtkm::cont::StorageTagStride |
| class | vtkm::cont::ArrayHandleStride< T > |
An ArrayHandle that accesses a basic array with strides and offsets. More... | |
Namespaces | |
| vtkm | |
| Groups connected points that have the same field value. | |
| vtkm::cont | |
| VTK-m Control Environment. | |
Functions | |
| template<typename T > | |
| vtkm::cont::ArrayHandleStride< T > | vtkm::cont::make_ArrayHandleStride (const vtkm::cont::ArrayHandle< T, vtkm::cont::StorageTagBasic > &array, vtkm::Id numValues, vtkm::Id stride, vtkm::Id offset, vtkm::Id modulo=0, vtkm::Id divisor=1) |
| Create an array by adding a stride to a basic array. More... | |
1.8.17