8#ifndef META_OCEAN_TEST_TESTCV_TEST_PIXEL_BOUNDING_BOX_H
9#define META_OCEAN_TEST_TESTCV_TEST_PIXEL_BOUNDING_BOX_H
This class implements a pixel bounding box test.
Definition TestPixelBoundingBox.h:29
static bool testBoxHasIntersection(const double testDuration)
Tests the hasIntersection function for bounding boxes.
static bool testPointIsInside(const double testDuration)
Tests the isInside function for points.
static bool testMultiplication(const double testDuration)
Tests the multiplication operator.
static bool testExtended(const double testDuration)
Tests the extended function.
static bool testBoxIsTouching(const double testDuration)
Tests the isIntersection function for bounding boxes.
static bool testDivision(const double testDuration)
Tests the division operator.
static bool testConstructors(const double testDuration)
Tests the constructors.
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
Tests the entire pixel bounding box functions.
static bool testBoxIsInside(const double testDuration)
Tests the isInside function for bounding boxes.
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