|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
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 |
Aggregate counts reported by a topology extraction pass.
| size_t SimFieldTopologySummary::ambiguous_cell_count |
Number of cells carrying the ambiguous flag.
| size_t SimFieldTopologySummary::negative_singularities |
Number of cells with charge -1.
| size_t SimFieldTopologySummary::positive_singularities |
Number of cells with charge +1.
| size_t SimFieldTopologySummary::seam_edge_count |
Total number of seam-marked cell edges.
| bool SimFieldTopologySummary::valid |
True when complex topology was actually evaluated.