Loading...
Searching...
No Matches
PointGenerator2.hpp
Go to the documentation of this file.
Definition Array.hpp:36
Definition Matrix.hpp:30
Abstract base class for 2-D point generator.
Definition PointGenerator2.hpp:29
PointGenerator2(const PointGenerator2 &)=default
Default copy constructor.
PointGenerator2(PointGenerator2 &&) noexcept=default
Default move constructor.
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...
void Generate(const BoundingBox2D &boundingBox, double spacing, Array1< Vector2D > *points) const
Definition pybind11Utils.hpp:21
std::shared_ptr< PointGenerator2 > PointGenerator2Ptr
Shared pointer for the PointGenerator2 type.
Definition PointGenerator2.hpp:71
1.9.8