Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
rank_t Struct Reference

#include <types.h>

Collaboration diagram for rank_t:
[legend]

Data Fields

int n
 
node_t ** v
 
int an
 
node_t ** av
 
double ht1
 
double ht2
 
double pht1
 
double pht2
 
bool candidate
 
bool valid
 
int cache_nc
 
adjmatrix_tflat
 

Detailed Description

Definition at line 200 of file types.h.

Field Documentation

◆ an

int rank_t::an

Definition at line 203 of file types.h.

◆ av

node_t** rank_t::av

Definition at line 204 of file types.h.

◆ cache_nc

int rank_t::cache_nc

Definition at line 211 of file types.h.

◆ candidate

bool rank_t::candidate

Definition at line 209 of file types.h.

◆ flat

adjmatrix_t* rank_t::flat

Definition at line 212 of file types.h.

◆ ht1

double rank_t::ht1

Definition at line 205 of file types.h.

Referenced by make_flat_edge().

◆ ht2

double rank_t::ht2

Definition at line 206 of file types.h.

◆ n

int rank_t::n

Definition at line 201 of file types.h.

Referenced by abomination(), checkLabelOrder(), and connectGraph().

◆ pht1

double rank_t::pht1

Definition at line 207 of file types.h.

Referenced by make_flat_bottom_edges().

◆ pht2

double rank_t::pht2

Definition at line 208 of file types.h.

Referenced by make_flat_bottom_edges().

◆ v

node_t** rank_t::v

◆ valid

bool rank_t::valid

Definition at line 210 of file types.h.


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