Class NSwath
Defined in File n_swath.h
Inheritance Relationships
Base Type
public f2c::obj::SGObjective
(Class SGObjective)
Derived Type
public f2c::obj::NSwathModified
(Class NSwathModified)
Class Documentation
-
class NSwath : public f2c::obj::SGObjective
SG cost function as the number of swaths.
This cost function assumes that turn are slower than going through the swaths. Then, less swaths means less turns and faster paths.
Subclassed by f2c::obj::NSwathModified
Public Functions
-
double computeCost(const F2CSwath&)
Compute the cost function.
-
double computeCost(const F2CSwaths&)
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.
-
double computeCost(const F2CSwath&)