#pragma once
#include "disc_intersector.h"
#include "intersector_epilog.h"
#include "pointi.h"
namespace embree
{
namespace isa
{
template<int M, bool filter>
struct DiscMiIntersector1
{ … };
template<int M, bool filter>
struct DiscMiMBIntersector1
{ … };
template<int M, int K, bool filter>
struct DiscMiIntersectorK
{ … };
template<int M, int K, bool filter>
struct DiscMiMBIntersectorK
{ … };
template<int M, bool filter>
struct OrientedDiscMiIntersector1
{ … };
template<int M, bool filter>
struct OrientedDiscMiMBIntersector1
{ … };
template<int M, int K, bool filter>
struct OrientedDiscMiIntersectorK
{ … };
template<int M, int K, bool filter>
struct OrientedDiscMiMBIntersectorK
{ … };
}
}