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

Right triangle point generator. More...

#include <jet/triangle_point_generator.h>

Inheritance diagram for jet::TrianglePointGenerator:
jet::PointGenerator2

Public Member Functions

void forEachPoint (const BoundingBox2D &boundingBox, double spacing, const std::function< bool(const Vector2D &)> &callback) const override
 Invokes callback function for each right triangle points inside boundingBox. More...
 
- Public Member Functions inherited from jet::PointGenerator2
 PointGenerator2 ()
 
virtual ~PointGenerator2 ()
 
void generate (const BoundingBox2D &boundingBox, double spacing, Array1< Vector2D > *points) const
 

Detailed Description

Right triangle point generator.

Member Function Documentation

◆ forEachPoint()

void jet::TrianglePointGenerator::forEachPoint ( const BoundingBox2D boundingBox,
double  spacing,
const std::function< bool(const Vector2D &)> &  callback 
) const
overridevirtual

Invokes callback function for each right triangle points inside boundingBox.

This function iterates every right triangle points inside boundingBox where spacing is the size of the right triangle structure.

Implements jet::PointGenerator2.


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