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

Aggregate counts reported by a topology extraction pass. More...

#include <sim_field_topology.h>

Public Attributes

bool valid
 
size_t positive_singularities
 
size_t negative_singularities
 
size_t seam_edge_count
 
size_t ambiguous_cell_count
 

Detailed Description

Aggregate counts reported by a topology extraction pass.

Member Data Documentation

◆ ambiguous_cell_count

size_t SimFieldTopologySummary::ambiguous_cell_count

Number of cells carrying the ambiguous flag.

◆ negative_singularities

size_t SimFieldTopologySummary::negative_singularities

Number of cells with charge -1.

◆ positive_singularities

size_t SimFieldTopologySummary::positive_singularities

Number of cells with charge +1.

◆ seam_edge_count

size_t SimFieldTopologySummary::seam_edge_count

Total number of seam-marked cell edges.

◆ valid

bool SimFieldTopologySummary::valid

True when complex topology was actually evaluated.


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