#pragma once #ifndef __CVTT_ENDPOINTSELECTOR_H__ #define __CVTT_ENDPOINTSELECTOR_H__ #include "ConvectionKernels_ParallelMath.h" #include "ConvectionKernels_UnfinishedEndpoints.h" #include "ConvectionKernels_PackedCovarianceMatrix.h" namespace cvtt { namespace Internal { static const int NumEndpointSelectorPasses = …; template<int TVectorSize, int TIterationCount> class EndpointSelector { … }; } } #endif