GridPointGenerator3.h
Go to the documentation of this file.
void ForEachPoint(const BoundingBox3D &boundingBox, double spacing, const std::function< bool(const Vector3D &)> &callback) const
Invokes callback function for each regular grid points inside boundingBox.
Definition: pybind11Utils.h:24
3-D regular-grid point generator.
Definition: GridPointGenerator3.h:19
std::shared_ptr< GridPointGenerator3 > GridPointGenerator3Ptr
Shared pointer type for the GridPointGenerator3.
Definition: GridPointGenerator3.h:36
Abstract base class for 3-D point generator.
Definition: PointGenerator3.h:26