Viskores  1.0
Classes | Namespaces | Functions
ArrayHandleImplicit.h File Reference
#include <viskores/cont/ArrayHandle.h>
#include <viskoresstd/is_trivial.h>

Go to the source code of this file.

Classes

struct  viskores::cont::StorageTagImplicit< ArrayPortalType >
 An implementation for read-only implicit arrays. More...
 
class  viskores::cont::ArrayHandleImplicit< FunctorType >
 An ArrayHandle that computes values on the fly. More...
 

Namespaces

 viskores
 Groups connected points that have the same field value.
 
 viskores::cont
 Viskores Control Environment.
 

Functions

template<typename FunctorType >
viskores::cont::ArrayHandleImplicit< FunctorType > viskores::cont::make_ArrayHandleImplicit (FunctorType functor, viskores::Id length)
 make_ArrayHandleImplicit is convenience function to generate an ArrayHandleImplicit. More...