PointGenerator2.h
Go to the documentation of this file.
virtual ~PointGenerator2()
PointGenerator2()
Abstract base class for 2-D point generator.
Definition: PointGenerator2.h:26
Definition: pybind11Utils.h:24
void Generate(const BoundingBox2D &boundingBox, double spacing, Array1< Vector2D > *points) const
std::shared_ptr< PointGenerator2 > PointGenerator2Ptr
Shared pointer for the PointGenerator2 type.
Definition: PointGenerator2.h:53
virtual void ForEachPoint(const BoundingBox2D &boundingBox, double spacing, const std::function< bool(const Vector2D &)> &callback) const =0
Iterates every point within the bounding box with specified point pattern and invokes the callback fu...