Struct Swaths
- Defined in File Swaths.h 
Struct Documentation
- 
struct Swaths
- Public Functions - 
Swaths()
 - 
explicit Swaths(int i)
 - 
~Swaths()
 - 
void emplace_back(const LineString &l, double w, int id = 0, SwathType type = SwathType::MAINLAND)
 - 
void reverse()
 - 
size_t size() const
 - 
void append(const LineString &line, double width = 0, SwathType type = SwathType::MAINLAND)
 - 
void append(const MultiLineString &line, double width = 0, SwathType type = SwathType::MAINLAND)
 - 
void append(const LineString &line, const Cell &poly, double width = 0, SwathType type = SwathType::MAINLAND)
 - 
void append(const MultiLineString &lines, const Cell &poly, double width = 0, SwathType type = SwathType::MAINLAND)
 - 
void append(const LineString &line, const Cells &polys, double width = 0, SwathType type = SwathType::MAINLAND)
 - 
void append(const MultiLineString &lines, const Cells &poly, double width = 0, SwathType type = SwathType::MAINLAND)
 - 
void sort()
 - 
void reverseDirOddSwaths()
 
- 
Swaths()