VTK-m  2.0
Classes | Namespaces | Functions
ArrayHandleImplicit.h File Reference
#include <vtkm/cont/ArrayHandle.h>
#include <vtkmstd/is_trivial.h>

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 vtkm::cont::ArrayHandleImplicit< FunctorType > vtkm::cont::make_ArrayHandleImplicit (FunctorType functor, vtkm::Id length)
 make_ArrayHandleImplicit is convenience function to generate an ArrayHandleImplicit. More...