Public Attributes | List of all members
gk_graph_t Struct Reference

#include <gk_struct.h>

Public Attributes

int32_tadjncy
 
float * fadjwgt
 
float * fvsizes
 
float * fvwgts
 
int32_tiadjwgt
 
int32_tivsizes
 
int32_tivwgts
 
int32_t nvtxs
 
int32_tvlabels
 
ssize_txadj
 

Detailed Description

Definition at line 89 of file gk_struct.h.

Member Data Documentation

int32_t* gk_graph_t::adjncy

The adjacency list of the graph

Definition at line 92 of file gk_struct.h.

float* gk_graph_t::fadjwgt

The floating point edge weights

Definition at line 94 of file gk_struct.h.

float* gk_graph_t::fvsizes

The floating point vertex sizes

Definition at line 98 of file gk_struct.h.

float* gk_graph_t::fvwgts

The floating point vertex weights

Definition at line 96 of file gk_struct.h.

int32_t* gk_graph_t::iadjwgt

The integer edge weights

Definition at line 93 of file gk_struct.h.

int32_t* gk_graph_t::ivsizes

The integer vertex sizes

Definition at line 97 of file gk_struct.h.

int32_t* gk_graph_t::ivwgts

The integer vertex weights

Definition at line 95 of file gk_struct.h.

int32_t gk_graph_t::nvtxs

The number of vertices in the graph

Definition at line 90 of file gk_struct.h.

int32_t* gk_graph_t::vlabels

The labels of the vertices

Definition at line 99 of file gk_struct.h.

ssize_t* gk_graph_t::xadj

The ptr-structure of the adjncy list

Definition at line 91 of file gk_struct.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:48