#include <boost/test/included/unit_test.hpp>
#include <boost/filesystem.hpp>
#include "fcl_resources/config.h"
#include "coal/collision.h"
#include "coal/BVH/BVH_model.h"
#include "coal/BVH/BVH_utility.h"
#include "coal/math/transform.h"
#include "coal/shape/geometric_shapes.h"
#include "coal/shape/geometric_shape_to_BVH_model.h"
#include "coal/mesh_loader/assimp.h"
#include "coal/mesh_loader/loader.h"
#include "utility.h"
#include <iostream>
Go to the source code of this file.
◆ BOOST_TEST_MODULE
      
        
          | #define BOOST_TEST_MODULE   COAL_BVH_MODELS | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [1/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | building_bvh_models |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [2/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | gerard_bauzil |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [3/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | load_illformated_mesh |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [4/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | load_polyhedron |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [5/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | test_convex |  | ) |  | 
      
 
 
◆ testBVHModel()
◆ testBVHModelPointCloud()
template<typename BV > 
      
        
          | void testBVHModelPointCloud | ( |  | ) |  | 
      
 
 
◆ testBVHModelSubModel()
template<typename BV > 
      
        
          | void testBVHModelSubModel | ( |  | ) |  | 
      
 
 
◆ testBVHModelTriangles()
template<typename BV > 
      
        
          | void testBVHModelTriangles | ( |  | ) |  | 
      
 
 
◆ testLoadGerardBauzil()
template<class BoundingVolume > 
      
        
          | void testLoadGerardBauzil | ( |  | ) |  | 
      
 
 
◆ testLoadPolyhedron()
template<class BoundingVolume > 
      
        
          | void testLoadPolyhedron | ( |  | ) |  |