VTK-m  2.0
Namespaces
ArrayCopyDevice.h File Reference
#include <vtkm/cont/Algorithm.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/DeviceAdapterTag.h>
#include <vtkm/cont/ErrorExecution.h>
#include <vtkm/cont/Logging.h>
#include <vtkm/cont/UnknownArrayHandle.h>
#include <vtkm/cont/vtkm_cont_export.h>

Go to the source code of this file.

Namespaces

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

Functions

template<typename InValueType , typename InStorage , typename OutValueType , typename OutStorage >
VTKM_CONT void vtkm::cont::ArrayCopyDevice (const vtkm::cont::ArrayHandle< InValueType, InStorage > &source, vtkm::cont::ArrayHandle< OutValueType, OutStorage > &destination)
 Does a deep copy from one array to another array. More...
 
template<typename InValueType , typename InStorage , typename OutValueType , typename OutStorage >
VTKM_CONT void vtkm::cont::ArrayCopyDevice (const vtkm::cont::ArrayHandle< InValueType, InStorage > &source, vtkm::cont::ArrayHandle< OutValueType, OutStorage > &destination)
 Does a deep copy from one array to another array. More...