ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
GraphCutFS::Graph::node_st Struct Reference

#include <graph.h>

Public Attributes

arc_forward_stfirst_out
 
arc_reverse_stfirst_in
 
arc_forward_stparent
 
node_stnext
 
int TS
 
int DIST
 
short is_sink
 
captype tr_cap
 

Member Data Documentation

◆ DIST

int GraphCutFS::Graph::node_st::DIST

◆ first_in

arc_reverse_st* GraphCutFS::Graph::node_st::first_in

◆ first_out

arc_forward_st* GraphCutFS::Graph::node_st::first_out

◆ is_sink

short GraphCutFS::Graph::node_st::is_sink

◆ next

node_st* GraphCutFS::Graph::node_st::next

◆ parent

arc_forward_st* GraphCutFS::Graph::node_st::parent

◆ tr_cap

captype GraphCutFS::Graph::node_st::tr_cap

◆ TS

int GraphCutFS::Graph::node_st::TS

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