Jet
v1.3.3
|
2-D regular-grid point generator. More...
#include <jet/grid_point_generator2.h>
Public Member Functions | |
void | forEachPoint (const BoundingBox2D &boundingBox, double spacing, const std::function< bool(const Vector2D &)> &callback) const |
Invokes callback function for each regular grid points inside boundingBox . More... | |
![]() | |
PointGenerator2 () | |
virtual | ~PointGenerator2 () |
void | generate (const BoundingBox2D &boundingBox, double spacing, Array1< Vector2D > *points) const |
2-D regular-grid point generator.
|
virtual |
Invokes callback
function for each regular grid points inside boundingBox
.
This function iterates every regular grid points inside boundingBox
where spacing
is the size of the unit cell of regular grid structure.
Implements jet::PointGenerator2.