#include <brute_force.h>
|
double | computeBestAngle (f2c::obj::SGObjective &obj, double op_width, const F2CCell &poly) override |
|
double | getStepAngle () const |
|
void | setStepAngle (double d) |
|
virtual double | computeCostOfAngle (f2c::obj::SGObjective &obj, double ang, double op_width, const F2CCell &poly) |
|
virtual F2CSwaths | generateBestSwaths (f2c::obj::SGObjective &obj, double op_width, const F2CCell &poly) |
|
virtual F2CSwathsByCells | generateBestSwaths (f2c::obj::SGObjective &obj, double op_width, const F2CCells &polys) |
|
virtual F2CSwaths | generateSwaths (double angle, double op_width, const F2CCell &poly) |
|
virtual F2CSwathsByCells | generateSwaths (double angle, double op_width, const F2CCells &polys) |
|
bool | getAllowOverlap () const |
|
void | setAllowOverlap (bool) |
|
virtual | ~SwathGeneratorBase ()=default |
|
|
double | step_angle {boost::math::constants::degree<double>()} |
|
Definition at line 20 of file brute_force.h.
◆ computeBestAngle()
◆ getStepAngle()
double f2c::sg::BruteForce::getStepAngle |
( |
| ) |
const |
◆ setStepAngle()
void f2c::sg::BruteForce::setStepAngle |
( |
double |
d | ) |
|
◆ step_angle
double f2c::sg::BruteForce::step_angle {boost::math::constants::degree<double>()} |
|
private |
The documentation for this class was generated from the following files: