Result of the itersection of a box with an array of boxes. More...
Result of the itersection of a box with an array of boxes.
Definition at line 419 of file grid_dist_util.hpp.
#include <grid_dist_util.hpp>
Data Fields | |
size_t | id |
id of the box in the array that produced an non-empty intersection | |
Box< dim, long int > | bx |
valid result of the itersection | |
Box<dim,long int> result_box< dim >::bx |
valid result of the itersection
Definition at line 425 of file grid_dist_util.hpp.
size_t result_box< dim >::id |
id of the box in the array that produced an non-empty intersection
Definition at line 422 of file grid_dist_util.hpp.