/* * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. * * NVIDIA Corporation and its licensors retain all intellectual * property and proprietary rights in and to this software and * related documentation and any modifications thereto. * Any use, reproduction, disclosure, or distribution of this * software and related documentation without an express license * agreement from NVIDIA Corporation is strictly prohibited. */#ifndef _testintegralimagesquared_h_#define _testintegralimagesquared_h_#include "NCVTest.hpp"#include "NCVTestSourceProvider.hpp"classTestIntegralImageSquared:publicNCVTestProvider{public:TestIntegralImageSquared(std::stringtestName,NCVTestSourceProvider<Ncv8u>&src,Ncv32uwidth,Ncv32uheight);virtualboolinit();virtualboolprocess();virtualbooldeinit();virtualbooltoString(std::ofstream&strOut);private:TestIntegralImageSquared(constTestIntegralImageSquared&);TestIntegralImageSquared&operator=(constTestIntegralImageSquared&);NCVTestSourceProvider<Ncv8u>&src;Ncv32uwidth;Ncv32uheight;};#endif // _testintegralimagesquared_h_