GridPointGenerator2.h
Go to the documentation of this file.
Abstract base class for 2-D point generator.
Definition: PointGenerator2.h:26
Definition: pybind11Utils.h:24
2-D regular-grid point generator.
Definition: GridPointGenerator2.h:19
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.
std::shared_ptr< GridPointGenerator2 > GridPointGenerator2Ptr
Shared pointer type for the GridPointGenerator2.
Definition: GridPointGenerator2.h:36