VTK-m  2.0
Classes | Public Member Functions | List of all members
vtkm::rendering::raytracing::BVHTraverser Class Reference

#include <BVHTraverser.h>

Classes

class  Intersector
 

Public Member Functions

template<typename Precision , typename LeafIntersectorType >
VTKM_CONT void IntersectRays (Ray< Precision > &rays, LinearBVH &bvh, LeafIntersectorType &leafIntersector, vtkm::cont::CoordinateSystem &coordsHandle)
 

Member Function Documentation

◆ IntersectRays()

template<typename Precision , typename LeafIntersectorType >
VTKM_CONT void vtkm::rendering::raytracing::BVHTraverser::IntersectRays ( Ray< Precision > &  rays,
LinearBVH bvh,
LeafIntersectorType &  leafIntersector,
vtkm::cont::CoordinateSystem coordsHandle 
)
inline

The documentation for this class was generated from the following file: