Loading...
Searching...
No Matches
PointGenerator3.hpp
Go to the documentation of this file.
Definition Array.hpp:36
Definition Matrix.hpp:30
Abstract base class for 3-D point generator.
Definition PointGenerator3.hpp:29
PointGenerator3(PointGenerator3 &&) noexcept=default
Default move constructor.
void Generate(const BoundingBox3D &boundingBox, double spacing, Array1< Vector3D > *points) const
PointGenerator3(const PointGenerator3 &)=default
Default copy constructor.
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...
Definition pybind11Utils.hpp:21
std::shared_ptr< PointGenerator3 > PointGenerator3Ptr
Shared pointer for the PointGenerator3 type.
Definition PointGenerator3.hpp:71
1.9.8