00001 #ifndef OPENTISSUE_COLLISION_SPATIAL_HASHING_H 00002 #define OPENTISSUE_COLLISION_SPATIAL_HASHING_H 00003 // 00004 // OpenTissue Template Library 00005 // - A generic toolbox for physics-based modeling and simulation. 00006 // Copyright (C) 2008 Department of Computer Science, University of Copenhagen. 00007 // 00008 // OTTL is licensed under zlib: http://opensource.org/licenses/zlib-license.php 00009 // 00010 #include <OpenTissue/configuration.h> 00011 00012 #include <OpenTissue/collision/spatial_hashing/hash_functions/spatial_hashing_prime_number_function.h> 00013 #include <OpenTissue/collision/spatial_hashing/hash_functions/spatial_hashing_random_array_function.h> 00014 #include <OpenTissue/collision/spatial_hashing/hash_functions/spatial_hashing_shifted_golden_mean_function.h> 00015 #include <OpenTissue/collision/spatial_hashing/hash_functions/spatial_hashing_grid_function.h> 00016 00017 #include <OpenTissue/collision/spatial_hashing/hash_queries/spatial_hashing_point_data_query.h> 00018 #include <OpenTissue/collision/spatial_hashing/hash_queries/spatial_hashing_line_data_query.h> 00019 #include <OpenTissue/collision/spatial_hashing/hash_queries/spatial_hashing_aabb_data_query.h> 00020 00021 #include <OpenTissue/collision/spatial_hashing/spatial_hashing_grid.h> 00022 00023 // OPENTISSUE_COLLISION_SPATIAL_HASHING_H 00024 #endif