|
VTK-m
2.3
|
#include <vtkm/cont/ArrayExtractComponent.h>#include <vtkm/cont/ArrayHandleImplicit.h>#include <vtkm/cont/internal/ArrayRangeComputeUtils.h>#include <vtkm/Range.h>#include <vtkm/VecFlat.h>#include <vtkm/VectorAnalysis.h>Go to the source code of this file.
Classes | |
| struct | vtkm::cont::StorageTagConstant |
| class | vtkm::cont::ArrayHandleConstant< T > |
| An array handle with a constant value. More... | |
Namespaces | |
| vtkm | |
| Groups connected points that have the same field value. | |
| vtkm::cont | |
| VTK-m Control Environment. | |
Functions | |
| template<typename T > | |
| vtkm::cont::ArrayHandleConstant< T > | vtkm::cont::make_ArrayHandleConstant (T value, vtkm::Id numberOfValues) |
make_ArrayHandleConstant is convenience function to generate an ArrayHandleImplicit. More... | |
1.8.17