Jet  v1.3.3
Public Member Functions | List of all members
jet::GridPointGenerator3 Class Referencefinal

3-D regular-grid point generator. More...

#include <jet/grid_point_generator3.h>

Inheritance diagram for jet::GridPointGenerator3:
jet::PointGenerator3

Public Member Functions

void forEachPoint (const BoundingBox3D &boundingBox, double spacing, const std::function< bool(const Vector3D &)> &callback) const
 Invokes callback function for each regular grid points inside boundingBox. More...
 
- Public Member Functions inherited from jet::PointGenerator3
 PointGenerator3 ()
 
virtual ~PointGenerator3 ()
 
void generate (const BoundingBox3D &boundingBox, double spacing, Array1< Vector3D > *points) const
 

Detailed Description

3-D regular-grid point generator.

Member Function Documentation

◆ forEachPoint()

void jet::GridPointGenerator3::forEachPoint ( const BoundingBox3D boundingBox,
double  spacing,
const std::function< bool(const Vector3D &)> &  callback 
) const
virtual

Invokes callback function for each regular grid points inside boundingBox.

This function iterates every regular grid points inside boundingBox where spacing is the size of the unit cell of regular grid structure.

Implements jet::PointGenerator3.


The documentation for this class was generated from the following file: