PointGenerator2.hpp
Go to the documentation of this file.
virtual ~PointGenerator2()=default
Default virtual destructor.
Definition: Matrix.hpp:27
Abstract base class for 2-D point generator.
Definition: PointGenerator2.hpp:28
Definition: pybind11Utils.hpp:20
Definition: Array-Impl.hpp:19
void Generate(const BoundingBox2D &boundingBox, double spacing, Array1< Vector2D > *points) const
std::shared_ptr< PointGenerator2 > PointGenerator2Ptr
Shared pointer for the PointGenerator2 type.
Definition: PointGenerator2.hpp:71
PointGenerator2 & operator=(const PointGenerator2 &)=default
Default copy assignment operator.
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...