Home
last modified time | relevance | path

Searched refs:CoordsOutType (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestClipping.cxx169 using CoordsOutType = vtkm::cont::ArrayHandle<CoordsValueType>; in TestClippingStructured() typedef
183 CoordsOutType coords = clip.ProcessPointField(coordsIn); in TestClippingStructured()
H A DUnitTestClippingWithFunction.cxx167 using CoordsOutType = vtkm::cont::ArrayHandle<CoordsValueType>; in TestClippingStructured() typedef
180 CoordsOutType coords = clip.ProcessPointField(coordsIn); in TestClippingStructured()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestClipping.cxx183 using CoordsOutType = vtkm::cont::ArrayHandle<CoordsValueType>; in TestClippingStructured() typedef
193 CoordsOutType coords = clip.ProcessPointField(coordsIn, DeviceAdapter()); in TestClippingStructured()