OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
result_box< dim > Struct Template Reference

Result of the itersection of a box with an array of boxes. More...

Detailed Description

template<unsigned int dim>
struct result_box< dim >

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
 

Field Documentation

◆ bx

template<unsigned int dim>
Box<dim,long int> result_box< dim >::bx

valid result of the itersection

Definition at line 425 of file grid_dist_util.hpp.

◆ id

template<unsigned int dim>
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.


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