My Project
|
Predicate for checking if a vertex falls within a quads bounding box. More...
#include <boundarygrid.hh>
Public Member Functions | |
BoundedPredicate (const FaceCoord &coord_) | |
Default constructor. | |
bool | operator() (const Quad &q) |
The comparison operator. | |
Public Attributes | |
FaceCoord | coord |
The coordinates to check. | |
Predicate for checking if a vertex falls within a quads bounding box.
|
inlineexplicit |
Default constructor.
[in] | coord_ | The coordinates to check |