BccLatticePointGenerator.h
Go to the documentation of this file.
std::shared_ptr< BccLatticePointGenerator > BccLatticePointGeneratorPtr
Shared pointer type for the BccLatticePointGenerator.
Definition: BccLatticePointGenerator.h:37
Body-centered lattice points generator.
Definition: BccLatticePointGenerator.h:22
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.h:24
Abstract base class for 3-D point generator.
Definition: PointGenerator3.h:26