|
tess 1.0.0
Performance-first tile and path simulation substrate
|
#include <tess/path/path.h>
Public Attributes | |
| PathStatus | status = PathStatus::NotComputed |
| std::uint32_t | cost = 0 |
| std::size_t | expanded_nodes = 0 |
| std::size_t | reached_nodes = 0 |
| PathView | path |
| std::uint32_t | cost_scale = 1 |
Reports a query outcome and a non-owning view of the resulting path.
The path normally borrows caller-owned scratch or product storage and is invalidated by that owner's next mutation.