IDA C++ SDK 9.2
Loading...
Searching...
No Matches
row_info_t Struct Reference

Organize graph nodes by row. More...

#include <graph.hpp>

Public Member Functions

int height (void) const

Public Attributes

intvec_t nodes
 list of nodes at the row
int top = 0
 top y coord of the row
int bottom = 0
 bottom y coord of the row

Detailed Description

Organize graph nodes by row.

Member Function Documentation

◆ height()

int row_info_t::height ( void ) const
inline

Member Data Documentation

◆ nodes

intvec_t row_info_t::nodes

list of nodes at the row

◆ top

int row_info_t::top = 0

top y coord of the row

◆ bottom

int row_info_t::bottom = 0

bottom y coord of the row


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