#include <geometric_shapes/bodies.h>
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (CylinderPointContainment, CylinderPadding) | |
TEST (CylinderPointContainment, SimpleOutside) | |
TEST (CylinderPointContainment, SimpleInside) | |
TEST (BoxRayIntersection, SimpleRay1) | |
TEST (BoxPointContainment, ComplexOutside) | |
TEST (BoxPointContainment, ComplexInside) | |
TEST (BoxPointContainment, SimpleOutside) | |
TEST (BoxPointContainment, SimpleInside) | |
TEST (SphereRayIntersection, SimpleRay2) | |
TEST (SphereRayIntersection, SimpleRay1) | |
TEST (SpherePointContainment, ComplexOutside) | |
TEST (SpherePointContainment, ComplexInside) | |
TEST (SpherePointContainment, SimpleOutside) | |
TEST (SpherePointContainment, SimpleInside) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 234 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , | |
CylinderPadding | ||||
) |
Definition at line 219 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , | |
SimpleOutside | ||||
) |
Definition at line 209 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , | |
SimpleInside | ||||
) |
Definition at line 198 of file test_point_inclusion.cpp.
TEST | ( | BoxRayIntersection | , | |
SimpleRay1 | ||||
) |
Definition at line 178 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , | |
ComplexOutside | ||||
) |
Definition at line 161 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , | |
ComplexInside | ||||
) |
Definition at line 144 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , | |
SimpleOutside | ||||
) |
Definition at line 133 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , | |
SimpleInside | ||||
) |
Definition at line 122 of file test_point_inclusion.cpp.
TEST | ( | SphereRayIntersection | , | |
SimpleRay2 | ||||
) |
Definition at line 106 of file test_point_inclusion.cpp.
TEST | ( | SphereRayIntersection | , | |
SimpleRay1 | ||||
) |
Definition at line 88 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , | |
ComplexOutside | ||||
) |
Definition at line 74 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , | |
ComplexInside | ||||
) |
Definition at line 60 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , | |
SimpleOutside | ||||
) |
Definition at line 50 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , | |
SimpleInside | ||||
) |
Ioan Sucan
Definition at line 40 of file test_point_inclusion.cpp.