Go to the source code of this file.
|
template<typename T > |
VTKM_EXEC_CONT void | vtkm::rendering::raytracing::IntersectZoo (T xpoints[8], T ypoints[8], T zpoints[8], const vtkm::Vec< T, 3 > &dir, const vtkm::Vec< T, 3 > &origin, T distances[6], const vtkm::Int32 &shapeType) |
|
template<typename T > |
VTKM_EXEC_CONT void | vtkm::rendering::raytracing::IntersectHex (T xpoints[8], T ypoints[8], T zpoints[8], const vtkm::Vec< T, 3 > &dir, const vtkm::Vec< T, 3 > &origin, T distances[6]) |
|
template<typename T > |
VTKM_EXEC_CONT void | vtkm::rendering::raytracing::IntersectTet (T xpoints[8], T ypoints[8], T zpoints[8], const vtkm::Vec< T, 3 > &dir, const vtkm::Vec< T, 3 > &origin, T distances[6]) |
|
template<typename T > |
VTKM_EXEC_CONT void | vtkm::rendering::raytracing::IntersectWedge (T xpoints[8], T ypoints[8], T zpoints[8], const vtkm::Vec< T, 3 > &dir, const vtkm::Vec< T, 3 > &origin, T distances[6]) |
|