VTK-m  2.0
Namespaces | Functions
ArrayRangeCompute.h File Reference
#include <vtkm/Range.h>
#include <vtkm/VecTraits.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleCartesianProduct.h>
#include <vtkm/cont/ArrayHandleCompositeVector.h>
#include <vtkm/cont/ArrayHandleConstant.h>
#include <vtkm/cont/ArrayHandleCounting.h>
#include <vtkm/cont/ArrayHandleIndex.h>
#include <vtkm/cont/ArrayHandleSOA.h>
#include <vtkm/cont/ArrayHandleStride.h>
#include <vtkm/cont/ArrayHandleUniformPointCoordinates.h>
#include <vtkm/cont/ArrayHandleXGCCoordinates.h>
#include <vtkm/cont/DeviceAdapterTag.h>
#include <vtkm/cont/UnknownArrayHandle.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

VTKM_CONT_EXPORT void vtkm::cont::ThrowArrayRangeComputeFailed ()
 
VTKM_CONT_EXPORT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::UnknownArrayHandle &array, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
VTKM_CONT_EXPORT VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< vtkm::Vec3f, vtkm::cont::ArrayHandleUniformPointCoordinates::StorageTag > &array, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny())
 Compute the range of the data in an array handle. More...
 
template<typename T , typename ST1 , typename ST2 , typename ST3 >
VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< vtkm::Vec< T, 3 >, vtkm::cont::StorageTagCartesianProduct< ST1, ST2, ST3 >> &input_, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny())
 Compute the range of the data in an array handle. More...
 
template<typename T >
VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< T, vtkm::cont::StorageTagConstant > &input, vtkm::cont::DeviceAdapterId vtkmNotUsed(device)=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
template<typename T >
VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< T, vtkm::cont::StorageTagCounting > &input, vtkm::cont::DeviceAdapterId vtkmNotUsed(device)=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
VTKM_CONT_EXPORT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< vtkm::Id, vtkm::cont::StorageTagIndex > &input, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
VTKM_CONT_EXPORT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::UnknownArrayHandle &array, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
VTKM_CONT_EXPORT VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< vtkm::Vec3f, vtkm::cont::ArrayHandleUniformPointCoordinates::StorageTag > &array, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny())
 Compute the range of the data in an array handle. More...
 
template<typename T , typename ST1 , typename ST2 , typename ST3 >
VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< vtkm::Vec< T, 3 >, vtkm::cont::StorageTagCartesianProduct< ST1, ST2, ST3 >> &input_, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny())
 Compute the range of the data in an array handle. More...
 
template<typename T >
VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< T, vtkm::cont::StorageTagConstant > &input, vtkm::cont::DeviceAdapterId vtkmNotUsed(device)=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
template<typename T >
VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< T, vtkm::cont::StorageTagCounting > &input, vtkm::cont::DeviceAdapterId vtkmNotUsed(device)=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
VTKM_CONT_EXPORT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::ArrayHandle< vtkm::Id, vtkm::cont::StorageTagIndex > &input, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...