VTK-m
2.2
|
Go to the source code of this file.
Classes | |
struct | vtkm::cont::StorageTagImplicit< ArrayPortalType > |
An implementation for read-only implicit arrays. More... | |
class | vtkm::cont::ArrayHandleImplicit< FunctorType > |
An ArrayHandle that computes values on the fly. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::cont | |
VTK-m Control Environment. | |
Functions | |
template<typename FunctorType > | |
vtkm::cont::ArrayHandleImplicit< FunctorType > | vtkm::cont::make_ArrayHandleImplicit (FunctorType functor, vtkm::Id length) |
make_ArrayHandleImplicit is convenience function to generate an ArrayHandleImplicit. More... | |