8#ifndef META_OCEAN_TEST_TESTCV_TEST_PIXEL_POSITION_H
9#define META_OCEAN_TEST_TESTCV_TEST_PIXEL_POSITION_H
This class implements a pixel position test.
Definition TestPixelPosition.h:29
static bool testInArea9(const double testDuration)
Tests the is in area 9 function.
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
Tests the entire pixel position functions.
static bool testWriteToMessenger()
Tests the messenger function.
static bool testMultiplication(const double testDuration)
Tests the multiplication operator.
static bool testNeighbor(const double testDuration)
Tests the neighbor function.
static bool testIsNeighbor8(const double testDuration)
Tests the is neighbor 8 function.
static bool testDivision(const double testDuration)
Tests the division operator.
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