VTK-m  2.0
Classes | Namespaces | Functions
ArrayHandleDecorator.h File Reference
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ErrorBadType.h>
#include <vtkm/cont/Storage.h>
#include <vtkm/List.h>
#include <vtkm/StaticAssert.h>
#include <vtkm/Tuple.h>
#include <vtkm/VecTraits.h>
#include <vtkm/internal/ArrayPortalHelpers.h>
#include <vtkmstd/integer_sequence.h>
#include <numeric>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

class  vtkm::cont::ArrayHandleDecorator< DecoratorImplT, ArrayTs >
 A fancy ArrayHandle that can be used to modify the results from one or more source ArrayHandle. More...
 

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::cont
 VTK-m Control Environment.
 

Functions

template<typename DecoratorImplT , typename... ArrayTs>
VTKM_CONT ArrayHandleDecorator< typename std::decay< DecoratorImplT >::type, typename std::decay< ArrayTs >::type... > vtkm::cont::make_ArrayHandleDecorator (vtkm::Id numValues, DecoratorImplT &&f, ArrayTs &&... arrays)
 Create an ArrayHandleDecorator with the specified number of values that uses the provided DecoratorImplT and source ArrayHandles. More...