DOLFIN
DOLFIN C++ interface
Public Member Functions | Public Attributes | List of all members
dolfin::GenericBoundingBoxTree::less_y_point Struct Reference

#include <GenericBoundingBoxTree.h>

Public Member Functions

 less_y_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.
 

Detailed Description

Comparison operator for sorting of points in y-direction. The corresponding comparison operators for bounding boxes are dimension-dependent and are therefore implemented in the subclasses.


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