|
void | vtkm::cont::ThrowArrayRangeComputeFailed () |
|
|
vtkm::cont::ArrayHandle< vtkm::Range > | vtkm::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::Range > | vtkm::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::Range > | vtkm::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::Range > | vtkm::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::Range > | vtkm::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::Range > | vtkm::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...
|
|