#include <geometric_shapes/bodies.h>
#include <geometric_shapes/body_operations.h>
#include <random_numbers/random_numbers.h>
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
shapes::Mesh * | createBoxMesh (const Eigen::Vector3d &min, const Eigen::Vector3d &max) |
int | main (int argc, char **argv) |
TEST (BoxBoundingBox, Box1) | |
TEST (BoxBoundingBox, Box2) | |
TEST (CylinderBoundingBox, Cylinder1) | |
TEST (CylinderBoundingBox, Cylinder2) | |
TEST (MergeBoundingBoxes, Merge1) | |
TEST (MergeBoundingBoxes, OBBApprox1) | |
TEST (MergeBoundingBoxes, OBBContains1) | |
TEST (MergeBoundingBoxes, OBBContains2) | |
TEST (MergeBoundingBoxes, OBBInvalid) | |
TEST (MeshBoundingBox, Mesh1) | |
TEST (MeshBoundingBox, Mesh2) | |
TEST (SphereBoundingBox, Sphere1) | |
TEST (SphereBoundingBox, Sphere2) | |
shapes::Mesh* createBoxMesh | ( | const Eigen::Vector3d & | min, |
const Eigen::Vector3d & | max | ||
) |
Definition at line 344 of file test_bounding_box.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 661 of file test_bounding_box.cpp.
TEST | ( | BoxBoundingBox | , |
Box1 | |||
) |
Definition at line 151 of file test_bounding_box.cpp.
TEST | ( | BoxBoundingBox | , |
Box2 | |||
) |
Definition at line 177 of file test_bounding_box.cpp.
TEST | ( | CylinderBoundingBox | , |
Cylinder1 | |||
) |
Definition at line 228 of file test_bounding_box.cpp.
TEST | ( | CylinderBoundingBox | , |
Cylinder2 | |||
) |
Definition at line 254 of file test_bounding_box.cpp.
TEST | ( | MergeBoundingBoxes | , |
Merge1 | |||
) |
Definition at line 513 of file test_bounding_box.cpp.
TEST | ( | MergeBoundingBoxes | , |
OBBApprox1 | |||
) |
Definition at line 618 of file test_bounding_box.cpp.
TEST | ( | MergeBoundingBoxes | , |
OBBContains1 | |||
) |
Definition at line 554 of file test_bounding_box.cpp.
TEST | ( | MergeBoundingBoxes | , |
OBBContains2 | |||
) |
Definition at line 588 of file test_bounding_box.cpp.
TEST | ( | MergeBoundingBoxes | , |
OBBInvalid | |||
) |
Definition at line 530 of file test_bounding_box.cpp.
TEST | ( | MeshBoundingBox | , |
Mesh1 | |||
) |
Definition at line 431 of file test_bounding_box.cpp.
TEST | ( | MeshBoundingBox | , |
Mesh2 | |||
) |
Definition at line 459 of file test_bounding_box.cpp.
TEST | ( | SphereBoundingBox | , |
Sphere1 | |||
) |
\Author Martin Pecka
Definition at line 44 of file test_bounding_box.cpp.
TEST | ( | SphereBoundingBox | , |
Sphere2 | |||
) |
Definition at line 70 of file test_bounding_box.cpp.