#include <boost/test/included/unit_test.hpp>
#include <hpp/fcl/narrowphase/narrowphase.h>
#include <hpp/fcl/shape/geometric_shape_to_BVH_model.h>
#include <hpp/fcl/distance.h>
#include <hpp/fcl/collision.h>
#include "utility.h"
Go to the source code of this file.
Macros | |
#define | BOOST_CHECK_FALSE(p) BOOST_CHECK(!(p)) |
#define | BOOST_TEST_MODULE FCL_SHAPE_MESH_CONSISTENCY |
Functions | |
BOOST_AUTO_TEST_CASE (consistency_collision_boxbox) | |
BOOST_AUTO_TEST_CASE (consistency_collision_boxbox_GJK) | |
BOOST_AUTO_TEST_CASE (consistency_collision_conecone) | |
BOOST_AUTO_TEST_CASE (consistency_collision_conecone_GJK) | |
BOOST_AUTO_TEST_CASE (consistency_collision_cylindercylinder) | |
BOOST_AUTO_TEST_CASE (consistency_collision_cylindercylinder_GJK) | |
BOOST_AUTO_TEST_CASE (consistency_collision_spherebox) | |
BOOST_AUTO_TEST_CASE (consistency_collision_spherebox_GJK) | |
BOOST_AUTO_TEST_CASE (consistency_collision_spheresphere) | |
BOOST_AUTO_TEST_CASE (consistency_collision_spheresphere_GJK) | |
BOOST_AUTO_TEST_CASE (consistency_distance_boxbox) | |
BOOST_AUTO_TEST_CASE (consistency_distance_boxbox_GJK) | |
BOOST_AUTO_TEST_CASE (consistency_distance_conecone) | |
BOOST_AUTO_TEST_CASE (consistency_distance_conecone_GJK) | |
BOOST_AUTO_TEST_CASE (consistency_distance_cylindercylinder) | |
BOOST_AUTO_TEST_CASE (consistency_distance_cylindercylinder_GJK) | |
BOOST_AUTO_TEST_CASE (consistency_distance_spheresphere) | |
BOOST_AUTO_TEST_CASE (consistency_distance_spheresphere_GJK) | |
Variables | |
FCL_REAL | extents [6] = {0, 0, 0, 10, 10, 10} |
#define BOOST_CHECK_FALSE | ( | p | ) | BOOST_CHECK(!(p)) |
Definition at line 49 of file shape_mesh_consistency.cpp.
#define BOOST_TEST_MODULE FCL_SHAPE_MESH_CONSISTENCY |
Definition at line 38 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_boxbox | ) |
Definition at line 1113 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_boxbox_GJK | ) |
Definition at line 1806 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_conecone | ) |
Definition at line 1437 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_conecone_GJK | ) |
Definition at line 2133 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_cylindercylinder | ) |
Definition at line 1351 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_cylindercylinder_GJK | ) |
Definition at line 2046 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_spherebox | ) |
Definition at line 1232 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_spherebox_GJK | ) |
Definition at line 1926 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_spheresphere | ) |
Definition at line 895 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_collision_spheresphere_GJK | ) |
Definition at line 1587 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_distance_boxbox | ) |
Definition at line 155 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_distance_boxbox_GJK | ) |
Definition at line 571 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_distance_conecone | ) |
Definition at line 364 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_distance_conecone_GJK | ) |
Definition at line 791 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_distance_cylindercylinder | ) |
Definition at line 259 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_distance_cylindercylinder_GJK | ) |
Definition at line 675 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_distance_spheresphere | ) |
Definition at line 53 of file shape_mesh_consistency.cpp.
BOOST_AUTO_TEST_CASE | ( | consistency_distance_spheresphere_GJK | ) |
Definition at line 468 of file shape_mesh_consistency.cpp.
FCL_REAL extents[6] = {0, 0, 0, 10, 10, 10} |
Definition at line 51 of file shape_mesh_consistency.cpp.