Class Overlaps
Defined in File overlaps.h
Inheritance Relationships
Base Type
public f2c::obj::SGObjective
(Class SGObjective)
Class Documentation
-
class Overlaps : public f2c::obj::SGObjective
SG cost function as the percentage of the field overlapped.
Public Functions
-
virtual double computeCost(const F2CCell &poly, const F2CSwaths &swaths) override
Compute the cost function.
-
virtual double computeCost(const F2CCells &poly, const F2CSwaths &swaths) override
Compute the cost function.
-
double computeCost(const F2CSwathsByCells &swaths)
Compute the cost function.
-
double computeCost(const F2CCell &c, const F2CSwathsByCells &swaths)
Compute the cost function.
-
double computeCost(const F2CCells &c, const F2CSwathsByCells &swaths)
Compute the cost function.
-
virtual double computeCost(const F2CCell &poly, const F2CSwaths &swaths) override