Home
last modified time | relevance | path

Searched refs:IdentifyMissedRay (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DConnectivityTracer.hxx607 class IdentifyMissedRay : public vtkm::worklet::WorkletMapField class
613 IdentifyMissedRay(const vtkm::Id width, in IdentifyMissedRay() function in vtkm::rendering::raytracing::IdentifyMissedRay
1264 vtkm::worklet::DispatcherMapField<IdentifyMissedRay> dispatcher( in RenderOnDevice()
1265 IdentifyMissedRay(rays.DebugWidth, rays.DebugHeight, this->BackgroundColor)); in RenderOnDevice()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DConnectivityTracer.cxx804 class IdentifyMissedRay : public vtkm::worklet::WorkletMapField class
810 IdentifyMissedRay(const vtkm::Id width, const vtkm::Id height, vtkm::Vec4f_32 bgcolor) in IdentifyMissedRay() function in vtkm::rendering::raytracing::IdentifyMissedRay