| Jet
    v1.3.3
    | 
Face-centered lattice points generator. More...
#include <jet/fcc_lattice_point_generator.h>
 
  
| Public Member Functions | |
| void | forEachPoint (const BoundingBox3D &boundingBox, double spacing, const std::function< bool(const Vector3D &)> &callback) const override | 
| Invokes callbackfunction for each FCC-lattice points insideboundingBox.  More... | |
|  Public Member Functions inherited from jet::PointGenerator3 | |
| PointGenerator3 () | |
| virtual | ~PointGenerator3 () | 
| void | generate (const BoundingBox3D &boundingBox, double spacing, Array1< Vector3D > *points) const | 
Face-centered lattice points generator.
| 
 | overridevirtual | 
Invokes callback function for each FCC-lattice points inside boundingBox. 
This function iterates every FCC-lattice points inside boundingBox where spacing is the size of the unit cell of FCC structure. 
Implements jet::PointGenerator3.
 1.8.18
 1.8.18