![]() |
OpenWalnut
1.5.0dev
|
Data for the thread handling. More...
Collaboration diagram for SaptData:Public Member Functions | |
| SaptData (WAngleHelper::PositionMap prevs, WPosition endPoint, double distance) | |
| Creates the sapt data. More... | |
Public Attributes | |
| WAngleHelper::PositionMap | prevs |
| The unordered_map of previous points. More... | |
| WPosition | endPoint |
| The endpoint. More... | |
| double | distance |
| The distance to the endpoint. More... | |
Data for the thread handling.
Definition at line 46 of file WAngleHelper.cpp.
|
inline |
Creates the sapt data.
| prevs | The unordered_map of previous points. |
| endPoint | The endpoint. |
| distance | The distance to the endpoint. |
Definition at line 54 of file WAngleHelper.cpp.
| double SaptData::distance |
The distance to the endpoint.
Definition at line 61 of file WAngleHelper.cpp.
Referenced by WAngleHelper::findSmoothestPath().
| WPosition SaptData::endPoint |
The endpoint.
Definition at line 60 of file WAngleHelper.cpp.
Referenced by WAngleHelper::findSmoothestPath().
| WAngleHelper::PositionMap SaptData::prevs |
The unordered_map of previous points.
Definition at line 59 of file WAngleHelper.cpp.
Referenced by WAngleHelper::findSmoothestPath().