VTK-m
2.0
|
#include <vtkm/cont/ArrayHandleImplicit.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... | |