Detailed Description
singleton ancestors for given undirected edge
Definition at line 173 of file graphdefs.h.
#include <graphdefs.h>
Data Fields | |
IDX * | ancestors |
IDX * | revancestors |
int * | pseudoancestors |
int | npseudoancestors |
int | edge |
Field Documentation
◆ ancestors
IDX* singleton_ancestors_edge::ancestors |
ancestors
Definition at line 175 of file graphdefs.h.
Referenced by graph_edge_reinsert(), graph_knot_contract(), graph_singletonAncestors_freeMembers(), and graph_singletonAncestors_init().
◆ revancestors
IDX* singleton_ancestors_edge::revancestors |
reverse ancestors
Definition at line 176 of file graphdefs.h.
Referenced by graph_edge_reinsert(), graph_knot_contract(), graph_singletonAncestors_freeMembers(), and graph_singletonAncestors_init().
◆ pseudoancestors
int* singleton_ancestors_edge::pseudoancestors |
pseudo ancestors
Definition at line 177 of file graphdefs.h.
Referenced by graph_pseudoAncestors_appendCopySingToEdge(), graph_singletonAncestors_freeMembers(), and graph_singletonAncestors_init().
◆ npseudoancestors
int singleton_ancestors_edge::npseudoancestors |
number of pseudo ancestors
Definition at line 178 of file graphdefs.h.
Referenced by graph_pseudoAncestors_appendCopySingToEdge(), graph_singletonAncestors_freeMembers(), and graph_singletonAncestors_init().
◆ edge
int singleton_ancestors_edge::edge |
edge index
Definition at line 179 of file graphdefs.h.
Referenced by graph_singletonAncestors_init().