TrianglePointGenerator.h
Go to the documentation of this file.
Abstract base class for 2-D point generator.
Definition: PointGenerator2.h:26
Definition: pybind11Utils.h:24
Right triangle point generator.
Definition: TrianglePointGenerator.h:19
std::shared_ptr< TrianglePointGenerator > TrianglePointGeneratorPtr
Definition: TrianglePointGenerator.h:33
void ForEachPoint(const BoundingBox2D &boundingBox, double spacing, const std::function< bool(const Vector2D &)> &callback) const override
Invokes callback function for each right triangle points inside boundingBox.