Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimFieldTopologyWorkspace Struct Reference

Scratch arrays reserved for topology cache and future graph-style passes. More...

#include <sim_field_topology_runtime.h>

Public Attributes

uint32_t * labels
 
uint8_t * visited
 
uint8_t * seam_chain
 
uint8_t * ambiguity
 
size_t capacity
 

Detailed Description

Scratch arrays reserved for topology cache and future graph-style passes.

Member Data Documentation

◆ ambiguity

uint8_t* SimFieldTopologyWorkspace::ambiguity

Per-cell ambiguity map mirrored from extracted cells.

◆ capacity

size_t SimFieldTopologyWorkspace::capacity

Number of cell entries allocated in each scratch array.

◆ labels

uint32_t* SimFieldTopologyWorkspace::labels

Per-cell labels for connected-component style analysis.

◆ seam_chain

uint8_t* SimFieldTopologyWorkspace::seam_chain

Per-cell seam-chain markers.

◆ visited

uint8_t* SimFieldTopologyWorkspace::visited

Per-cell visitation markers.


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