OpenTissue::spatial_hashing::Query< child_type, hash_grid, collision_policy >::all_tag Struct Reference

#include <spatial_hashing_query.h>


Detailed Description

template<typename child_type, typename hash_grid, typename collision_policy>
struct OpenTissue::spatial_hashing::Query< child_type, hash_grid, collision_policy >::all_tag

Report all Tag. When this tag is used as report type all grid overlaps are reported, even if they are redundant. Example imagine a data_type is mapped into two differnt grid cells. If a query type overlap both those grid cells, collision_policy::report is invoked twice with the same data and query arguments.


The documentation for this struct was generated from the following file: