8#ifndef META_OCEAN_TEST_TESTCV_TEST_BRESENHAM_H 
    9#define META_OCEAN_TEST_TESTCV_TEST_BRESENHAM_H 
   35        static bool test(
const double testDuration);
 
 
This class implements tests of the Bresenham implementation.
Definition TestBresenham.h:27
static bool test(const double testDuration)
Tests the Bresenham functions.
static bool testIntegerBorderIntersection(const double testDuration)
Tests the pixel-precise border intersection function.
static bool testNumberLinePixels(const double testDuration)
Tests the function counting the number of pixels a Bresenham line needs.
static bool testFloatBorderIntersection(const double testDuration)
Tests the sub-pixel-precise border intersection function.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15