// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "../bvh/bvh.h" namespace embree { namespace isa { template<int N> class BVHNRefitter { … }; template<int N, typename Mesh, typename Primitive> class BVHNRefitT : public Builder, public BVHNRefitter<N>::LeafBoundsInterface { … }; } }