|
DOLFIN
DOLFIN C++ interface
|
Comparison operators for sorting of bounding boxes. More...
#include <BoundingBoxTree3D.h>
Public Member Functions | |
| less_x_bbox (const std::vector< double > &bboxes) | |
| Constructor. | |
| bool | operator() (unsigned int i, unsigned int j) |
| Comparison operator. | |
Public Attributes | |
| const std::vector< double > & | bboxes |
| Bounding boxes. | |
Comparison operators for sorting of bounding boxes.
Boxes are sorted by their midpoints along the longest axis. Less than operator in x-direction
1.8.13