#include "fields2cover/types/Point.h"

Go to the source code of this file.
Classes | |
| struct | f2c::types::PathState |
Namespaces | |
| f2c | |
| Main namespace of the fields2cover library. | |
| f2c::types | |
| Types used by fields2cover library. | |
Macros | |
| #define | FIELDS2COVER_TYPES_PATHSTATE_H_ |
Enumerations | |
| enum | f2c::types::PathDirection { f2c::types::PathDirection::FORWARD = 1, f2c::types::PathDirection::BACKWARD = -1 } |
| enum | f2c::types::PathSectionType { f2c::types::PathSectionType::SWATH = 1, f2c::types::PathSectionType::TURN = 2, f2c::types::PathSectionType::HL_SWATH = 3 } |
| #define FIELDS2COVER_TYPES_PATHSTATE_H_ |
Definition at line 9 of file PathState.h.