8#ifndef META_OCEAN_TEST_TESTCV_TEST_BRESENHAM_H
9#define META_OCEAN_TEST_TESTCV_TEST_BRESENHAM_H
This class implements tests of the Bresenham implementation.
Definition TestBresenham.h:29
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.
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
Tests the Bresenham functions.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15