Home
last modified time | relevance | path

Searched defs:InputDomainType (Results 1 – 14 of 14) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DDispatcherReduceByKey.h50 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
H A DDispatcherMapField.h46 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
H A DDispatcherMapTopology.h55 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
H A DDispatcherPointNeighborhood.h50 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
H A DDispatcherCellNeighborhood.h51 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DDispatcherReduceByKey.h70 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
H A DDispatcherMapField.h67 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
H A DDispatcherMapTopology.h70 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
H A DDispatcherPointNeighborhood.h71 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/include/
H A DitkFastMarchingBase.h119 using InputDomainType = typename Traits::InputDomainType; variable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/internal/
H A DWorkletBase.h271 const InputDomainType&) const in GetThreadIndices()
294 const InputDomainType&) const in GetThreadIndices()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/internal/
H A DInvocation.h245 using InputDomainType = member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/
H A DInvocation.h335 using InputDomainType = member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/internal/testing/
H A DUnitTestDispatcherBase.cxx320 using InputDomainType = typename Invocation::InputDomainType; in DoInvoke() typedef