PointGenerator3.hpp
Go to the documentation of this file.
PointGenerator3 & operator=(const PointGenerator3 &)=default
Default copy assignment operator.
virtual void ForEachPoint(const BoundingBox3D &boundingBox, double spacing, const std::function< bool(const Vector3D &)> &callback) const =0
Iterates every point within the bounding box with specified point pattern and invokes the callback fu...
std::shared_ptr< PointGenerator3 > PointGenerator3Ptr
Shared pointer for the PointGenerator3 type.
Definition: PointGenerator3.hpp:71
void Generate(const BoundingBox3D &boundingBox, double spacing, Array1< Vector3D > *points) const
virtual ~PointGenerator3()=default
Default virtual destructor.
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
Definition: Array-Impl.hpp:19
Abstract base class for 3-D point generator.
Definition: PointGenerator3.hpp:28