vcglib/vcg/space/index
Federico Ponchio 68032b71dd Added method Gather:
Using a cubic voxel of side <radius> (see Set with radius)
allows you to process all pairs of objects within radius distance.
Usefull to compute normals, weighted means etc.
Speedup is about 7x.
2007-07-16 16:59:26 +00:00
..
aabb_binary_tree Corrected Pass-Through bits and added visit flag. 2006-01-19 13:54:49 +00:00
base.h added GetInSphere and GetInBox functions 2005-10-03 13:58:21 +00:00
grid_closest.h added cast to avoid warning 2007-05-04 16:17:24 +00:00
grid_static_obj.h Corrected gcc compiling issues 2007-07-02 04:25:32 +00:00
grid_static_ptr.h Added method Gather: 2007-07-16 16:59:26 +00:00
grid_util.h added some comments 2006-08-23 15:21:35 +00:00
octree.h Corrected wrong deallocation when octree was destroyed after being never used. 2007-05-10 10:48:49 +00:00
octree_template.h Working on mingw now. 2006-10-18 08:32:03 +00:00
perfect_spatial_hashing.h Initial commit. Only the Set and GetInSphere methods of the SpatialIndex interface are implemented. 2007-02-18 22:43:10 +00:00
space_iterators.h corrected test with max distance in ray Iterator 2007-03-26 08:12:30 +00:00
spatial_hashing.h casting (size_t) to (int) to avoid annoying warning 2007-06-06 10:33:36 +00:00