Graphviz 13.1.0~dev.20250626.0830
Loading...
Searching...
No Matches
adjmatrix_t Struct Reference

Data Fields

size_t nrows
 
size_t ncols
 
uint8_t * data
 bit-packed backing memory
 
size_t allocated
 how many bytes have been allocated backing data?
 

Detailed Description

Definition at line 35 of file mincross.c.

Field Documentation

◆ allocated

size_t adjmatrix_t::allocated

Definition at line 39 of file mincross.c.

Referenced by matrix_get(), and matrix_set().

◆ data

uint8_t* adjmatrix_t::data

Definition at line 38 of file mincross.c.

Referenced by free_matrix(), matrix_get(), and matrix_set().

◆ ncols

size_t adjmatrix_t::ncols

Definition at line 37 of file mincross.c.

Referenced by matrix_get(), matrix_set(), and new_matrix().

◆ nrows

size_t adjmatrix_t::nrows

Definition at line 36 of file mincross.c.

Referenced by new_matrix().


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