8 #ifndef META_OCEAN_TEST_TESTCV_TEST_PIXEL_BOUNDING_BOX_H
9 #define META_OCEAN_TEST_TESTCV_TEST_PIXEL_BOUNDING_BOX_H
35 static bool test(
const double testDuration);
This class implements a pixel bounding box test.
Definition: TestPixelBoundingBox.h:27
static bool test(const double testDuration)
Tests the entire pixel bounding box functions.
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 testBoxIsInside(const double testDuration)
Tests the isInside function for bounding boxes.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15