DOLFIN
DOLFIN C++ interface
|
#include <GenericBoundingBoxTree.h>
Public Member Functions | |
less_x_point (const std::vector< Point > &points) | |
Constructor. | |
bool | operator() (unsigned int i, unsigned int j) |
Comparison operator. | |
Public Attributes | |
const std::vector< Point > & | points |
Points. | |
Comparison operator for sorting of points in x-direction. The corresponding comparison operators for bounding boxes are dimension-dependent and are therefore implemented in the subclasses.