// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "grid_soa.h" #include "../common/ray.h" #include "triangle_intersector_pluecker.h" namespace embree { namespace isa { class GridSOAIntersector1 { … }; class GridSOAMBIntersector1 { … }; } }