OpenTissue::spatial_hashing::Query< child_type, hash_grid, collision_policy >::no_collisions_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 >::no_collisions_tag

No Collision Report Tag. Unlike the all_tag, when this tag is used as report type, the query will guard against collisions. That is, eventhough the same data and query are found more than once during a query, collision_policy::report is only invoked once.


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