VTK-m  2.1
Namespaces | Functions
ArrayRangeCompute.h File Reference
#include <vtkm/Range.h>
#include <vtkm/cont/ArrayHandle.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

void vtkm::cont::ThrowArrayRangeComputeFailed ()
 
vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::UnknownArrayHandle &array, bool computeFiniteRange=false, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::UnknownArrayHandle &array, const vtkm::cont::ArrayHandle< vtkm::UInt8 > &maskArray, bool computeFiniteRange=false, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::UnknownArrayHandle &array, vtkm::cont::DeviceAdapterId device)
 Compute the range of the data in an array handle. More...
 
vtkm::Range vtkm::cont::ArrayRangeComputeMagnitude (const vtkm::cont::UnknownArrayHandle &array, bool computeFiniteRange=false, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the magnitude of the Vec data in an array handle. More...
 
vtkm::Range vtkm::cont::ArrayRangeComputeMagnitude (const vtkm::cont::UnknownArrayHandle &array, const vtkm::cont::ArrayHandle< vtkm::UInt8 > &maskArray, bool computeFiniteRange=false, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the magnitude of the Vec data in an array handle. More...
 
vtkm::Range vtkm::cont::ArrayRangeComputeMagnitude (const vtkm::cont::UnknownArrayHandle &array, vtkm::cont::DeviceAdapterId device)
 Compute the range of the magnitude of the Vec data in an array handle. More...
 
vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::UnknownArrayHandle &array, bool computeFiniteRange=false, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::UnknownArrayHandle &array, const vtkm::cont::ArrayHandle< vtkm::UInt8 > &maskArray, bool computeFiniteRange=false, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the data in an array handle. More...
 
vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::ArrayRangeCompute (const vtkm::cont::UnknownArrayHandle &array, vtkm::cont::DeviceAdapterId device)
 Compute the range of the data in an array handle. More...
 
vtkm::Range vtkm::cont::ArrayRangeComputeMagnitude (const vtkm::cont::UnknownArrayHandle &array, bool computeFiniteRange=false, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the magnitude of the Vec data in an array handle. More...
 
vtkm::Range vtkm::cont::ArrayRangeComputeMagnitude (const vtkm::cont::UnknownArrayHandle &array, const vtkm::cont::ArrayHandle< vtkm::UInt8 > &maskArray, bool computeFiniteRange=false, vtkm::cont::DeviceAdapterId device=vtkm::cont::DeviceAdapterTagAny{})
 Compute the range of the magnitude of the Vec data in an array handle. More...
 
vtkm::Range vtkm::cont::ArrayRangeComputeMagnitude (const vtkm::cont::UnknownArrayHandle &array, vtkm::cont::DeviceAdapterId device)
 Compute the range of the magnitude of the Vec data in an array handle. More...