GridPointGenerator3.hpp
Go to the documentation of this file.
void ForEachPoint(const BoundingBox3D &boundingBox, double spacing, const std::function< bool(const Vector3D &)> &callback) const override
Invokes callback function for each regular grid points inside boundingBox.
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
3-D regular-grid point generator.
Definition: GridPointGenerator3.hpp:21
std::shared_ptr< GridPointGenerator3 > GridPointGenerator3Ptr
Shared pointer type for the GridPointGenerator3.
Definition: GridPointGenerator3.hpp:37
Abstract base class for 3-D point generator.
Definition: PointGenerator3.hpp:28