|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Per-cell phase-topology measurement. More...
#include <sim_field_topology.h>
Public Attributes | |
| int8_t | charge |
| uint8_t | seam_mask |
| uint8_t | flags |
| float | core_offset_x |
| float | core_offset_y |
| float | confidence |
Per-cell phase-topology measurement.
| int8_t SimFieldTopologyCell::charge |
Quantized winding charge: -1, 0, or +1.
| float SimFieldTopologyCell::confidence |
Confidence score in [0, 1] after charge and contrast checks.
| float SimFieldTopologyCell::core_offset_x |
Estimated core X offset from cell center in [-0.5, 0.5].
| float SimFieldTopologyCell::core_offset_y |
Estimated core Y offset from cell center in [-0.5, 0.5].
| uint8_t SimFieldTopologyCell::flags |
Bitwise OR of SimFieldTopologyCellFlag values.
| uint8_t SimFieldTopologyCell::seam_mask |
Bitwise OR of SimFieldTopologySeamMask values.