| 
    VTK-m
    2.0
    
   | 
 
#include <vtkm/cont/ArrayHandle.h>#include <vtkm/cont/ErrorBadType.h>#include <vtkm/cont/ErrorInternal.h>#include <vtkm/cont/ExecutionAndControlObjectBase.h>#include <vtkm/cont/RuntimeDeviceTracker.h>#include <vtkm/internal/ArrayPortalHelpers.h>#include <vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.h>Go to the source code of this file.
Classes | |
| class | vtkm::cont::ArrayHandleTransform< ArrayHandleType, FunctorType, InverseFunctorType > | 
| Implicitly transform values of one array to another with a functor.  More... | |
| class | vtkm::cont::ArrayHandleTransform< ArrayHandleType, FunctorType, InverseFunctorType > | 
| Implicitly transform values of one array to another with a functor.  More... | |
Namespaces | |
| vtkm | |
| Groups connected points that have the same field value.  | |
| vtkm::cont | |
| VTK-m Control Environment.  | |
Functions | |
| template<typename HandleType , typename FunctorType > | |
| VTKM_CONT vtkm::cont::ArrayHandleTransform< HandleType, FunctorType > | vtkm::cont::make_ArrayHandleTransform (HandleType handle, FunctorType functor) | 
| make_ArrayHandleTransform is convenience function to generate an ArrayHandleTransform.  More... | |
| template<typename HandleType , typename FunctorType , typename InverseFunctorType > | |
| VTKM_CONT vtkm::cont::ArrayHandleTransform< HandleType, FunctorType, InverseFunctorType > | vtkm::cont::make_ArrayHandleTransform (HandleType handle, FunctorType functor, InverseFunctorType inverseFunctor) | 
 1.8.17