Rizin
unix-like reverse engineering framework and cli tools
layer_t Struct Reference

Public Attributes

int n_nodes
 
RzGraphNode ** nodes
 
int position
 
int height
 
int width
 
int gap
 

Detailed Description

Definition at line 87 of file agraph.c.

Member Data Documentation

◆ gap

int layer_t::gap

Definition at line 93 of file agraph.c.

◆ height

int layer_t::height

Definition at line 91 of file agraph.c.

◆ n_nodes

int layer_t::n_nodes

Definition at line 88 of file agraph.c.

Referenced by get_crossing_matrix(), and layer_sweep().

◆ nodes

RzGraphNode** layer_t::nodes

Definition at line 89 of file agraph.c.

Referenced by get_crossing_matrix(), and layer_sweep().

◆ position

int layer_t::position

Definition at line 90 of file agraph.c.

◆ width

int layer_t::width

Definition at line 92 of file agraph.c.


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