#pragma once
#include "quadi.h"
#include "quad_intersector_moeller.h"
#include "quad_intersector_pluecker.h"
namespace embree
{
namespace isa
{
template<int M, bool filter>
struct QuadMiIntersector1Moeller
{ … };
template<int M, int K, bool filter>
struct QuadMiIntersectorKMoeller
{ … };
template<int M, bool filter>
struct QuadMiIntersector1Pluecker
{ … };
template<int M, int K, bool filter>
struct QuadMiIntersectorKPluecker
{ … };
template<int M, bool filter>
struct QuadMiMBIntersector1Moeller
{ … };
template<int M, int K, bool filter>
struct QuadMiMBIntersectorKMoeller
{ … };
template<int M, bool filter>
struct QuadMiMBIntersector1Pluecker
{ … };
template<int M, int K, bool filter>
struct QuadMiMBIntersectorKPluecker
{ … };
}
}