tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::PathResult Struct Reference

#include <tess/path/path.h>

Public Attributes

PathStatus status = PathStatus::NoPath
std::uint32_t cost = 0
std::size_t expanded_nodes = 0
std::size_t reached_nodes = 0
PathView path

Detailed Description

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.


The documentation for this struct was generated from the following file: