BccLatticePointGenerator.hpp
Go to the documentation of this file.
std::shared_ptr< BccLatticePointGenerator > BccLatticePointGeneratorPtr
Shared pointer type for the BccLatticePointGenerator.
Definition: BccLatticePointGenerator.hpp:40
Body-centered lattice points generator.
Definition: BccLatticePointGenerator.hpp:24
Definition: Matrix.hpp:27
void ForEachPoint(const BoundingBox3D &boundingBox, double spacing, const std::function< bool(const Vector3D &)> &callback) const override
Invokes callback function for each BCC-lattice points inside boundingBox.
Definition: pybind11Utils.hpp:20
Abstract base class for 3-D point generator.
Definition: PointGenerator3.hpp:28