#include <struct.h>
Public Attributes | |
idx_t * | adjncy |
idx_t * | adjwgt |
idx_t * | bndind |
idx_t * | bndptr |
ckrinfo_t * | ckrinfo |
idx_t * | cmap |
struct graph_t * | coarser |
idx_t * | ed |
struct graph_t * | finer |
int | free_adjncy |
int | free_adjwgt |
int | free_vsize |
int | free_vwgt |
int | free_xadj |
idx_t * | id |
real_t * | invtvwgt |
idx_t * | label |
idx_t | mincut |
idx_t | minvol |
idx_t | nbnd |
idx_t | ncon |
idx_t | nedges |
nrinfo_t * | nrinfo |
idx_t | nvtxs |
idx_t * | pwgts |
idx_t * | tvwgt |
vkrinfo_t * | vkrinfo |
idx_t * | vsize |
idx_t * | vwgt |
idx_t * | where |
idx_t * | xadj |
This data structure holds a graph
Definition at line 82 of file libmetis/struct.h.
idx_t* graph_t::adjncy |
Definition at line 88 of file libmetis/struct.h.
idx_t* graph_t::adjwgt |
Definition at line 89 of file libmetis/struct.h.
idx_t * graph_t::bndind |
Definition at line 107 of file libmetis/struct.h.
idx_t* graph_t::bndptr |
Definition at line 107 of file libmetis/struct.h.
ckrinfo_t* graph_t::ckrinfo |
The per-vertex cut-based refinement info
Definition at line 113 of file libmetis/struct.h.
idx_t* graph_t::cmap |
Definition at line 101 of file libmetis/struct.h.
struct graph_t* graph_t::coarser |
Definition at line 119 of file libmetis/struct.h.
idx_t * graph_t::ed |
Definition at line 110 of file libmetis/struct.h.
struct graph_t * graph_t::finer |
Definition at line 119 of file libmetis/struct.h.
int graph_t::free_adjncy |
Definition at line 97 of file libmetis/struct.h.
int graph_t::free_adjwgt |
Definition at line 97 of file libmetis/struct.h.
int graph_t::free_vsize |
Definition at line 97 of file libmetis/struct.h.
int graph_t::free_vwgt |
Definition at line 97 of file libmetis/struct.h.
int graph_t::free_xadj |
Definition at line 97 of file libmetis/struct.h.
idx_t* graph_t::id |
Definition at line 110 of file libmetis/struct.h.
real_t* graph_t::invtvwgt |
Definition at line 92 of file libmetis/struct.h.
idx_t* graph_t::label |
Definition at line 99 of file libmetis/struct.h.
idx_t graph_t::mincut |
Definition at line 104 of file libmetis/struct.h.
idx_t graph_t::minvol |
Definition at line 104 of file libmetis/struct.h.
idx_t graph_t::nbnd |
Definition at line 106 of file libmetis/struct.h.
idx_t graph_t::ncon |
Definition at line 84 of file libmetis/struct.h.
idx_t graph_t::nedges |
Definition at line 83 of file libmetis/struct.h.
nrinfo_t* graph_t::nrinfo |
Definition at line 117 of file libmetis/struct.h.
idx_t graph_t::nvtxs |
Definition at line 83 of file libmetis/struct.h.
idx_t * graph_t::pwgts |
Definition at line 105 of file libmetis/struct.h.
idx_t* graph_t::tvwgt |
Definition at line 91 of file libmetis/struct.h.
vkrinfo_t* graph_t::vkrinfo |
The per-vertex volume-based refinement info
Definition at line 114 of file libmetis/struct.h.
idx_t* graph_t::vsize |
Definition at line 87 of file libmetis/struct.h.
idx_t* graph_t::vwgt |
Definition at line 86 of file libmetis/struct.h.
idx_t* graph_t::where |
Definition at line 105 of file libmetis/struct.h.
idx_t* graph_t::xadj |
Definition at line 85 of file libmetis/struct.h.