|
Blender V4.3
|
#include <uvedit_clipboard_graph_iso.hh>
Public Member Functions | |
| GraphISO (int n) | |
| ~GraphISO () | |
| void | add_edge (int v, int w) |
| GraphISO * | sort_vertices_by_degree () const |
Public Attributes | |
| int | n |
| uint8_t ** | adjmat |
| uint * | label |
| uint * | degree |
Definition at line 19 of file uvedit_clipboard_graph_iso.hh.
| GraphISO::GraphISO | ( | int | n | ) |
Definition at line 30 of file uvedit_clipboard_graph_iso.cc.
References adjmat, degree, label, MEM_callocN, MEM_mallocN, and n.
Referenced by sort_vertices_by_degree().
| GraphISO::~GraphISO | ( | ) |
Definition at line 49 of file uvedit_clipboard_graph_iso.cc.
References adjmat, degree, label, MEM_freeN(), and n.
Definition at line 61 of file uvedit_clipboard_graph_iso.cc.
References adjmat, BLI_assert, v, and w().
| GraphISO * GraphISO::sort_vertices_by_degree | ( | ) | const |
Definition at line 99 of file uvedit_clipboard_graph_iso.cc.
References adjmat, GraphISO(), label, MEM_freeN(), MEM_mallocN, and n.
Referenced by ED_uvedit_clipboard_maximum_common_subgraph().
| uint8_t** GraphISO::adjmat |
Definition at line 24 of file uvedit_clipboard_graph_iso.hh.
Referenced by add_edge(), check_automorphism(), ED_uvedit_clipboard_maximum_common_subgraph(), GraphISO(), sort_vertices_by_degree(), and ~GraphISO().
|
mutable |
Definition at line 26 of file uvedit_clipboard_graph_iso.hh.
Referenced by GraphISO(), GraphISO_DegreeCompare::operator()(), and ~GraphISO().
| uint* GraphISO::label |
Definition at line 25 of file uvedit_clipboard_graph_iso.hh.
Referenced by build_iso_graph(), check_automorphism(), ED_uvedit_clipboard_maximum_common_subgraph(), GraphISO(), sort_vertices_by_degree(), and ~GraphISO().
| int GraphISO::n |
Definition at line 23 of file uvedit_clipboard_graph_iso.hh.
Referenced by build_iso_graph(), check_automorphism(), ED_uvedit_clipboard_maximum_common_subgraph(), find_isomorphism(), GraphISO(), sort_vertices_by_degree(), and ~GraphISO().