ANIMA  4.0
Public Attributes | List of all members
anima::Graph< captype, tcaptype, flowtype >::node Struct Reference

#include <animaGraph.h>

+ Collaboration diagram for anima::Graph< captype, tcaptype, flowtype >::node:

Public Attributes

int DIST
 
arcfirst
 
int is_in_changed_list: 1
 
int is_marked: 1
 
int is_sink: 1
 
nodenext
 
arcparent
 
tcaptype tr_cap
 
int TS
 

Detailed Description

template<typename captype, typename tcaptype, typename flowtype>
struct anima::Graph< captype, tcaptype, flowtype >::node

Definition at line 300 of file animaGraph.h.

Member Data Documentation

◆ DIST

template<typename captype, typename tcaptype, typename flowtype>
int anima::Graph< captype, tcaptype, flowtype >::node::DIST

◆ first

template<typename captype, typename tcaptype, typename flowtype>
arc* anima::Graph< captype, tcaptype, flowtype >::node::first

◆ is_in_changed_list

template<typename captype, typename tcaptype, typename flowtype>
int anima::Graph< captype, tcaptype, flowtype >::node::is_in_changed_list

◆ is_marked

template<typename captype, typename tcaptype, typename flowtype>
int anima::Graph< captype, tcaptype, flowtype >::node::is_marked

◆ is_sink

template<typename captype, typename tcaptype, typename flowtype>
int anima::Graph< captype, tcaptype, flowtype >::node::is_sink

◆ next

template<typename captype, typename tcaptype, typename flowtype>
node* anima::Graph< captype, tcaptype, flowtype >::node::next

◆ parent

template<typename captype, typename tcaptype, typename flowtype>
arc* anima::Graph< captype, tcaptype, flowtype >::node::parent

◆ tr_cap

template<typename captype, typename tcaptype, typename flowtype>
tcaptype anima::Graph< captype, tcaptype, flowtype >::node::tr_cap

◆ TS

template<typename captype, typename tcaptype, typename flowtype>
int anima::Graph< captype, tcaptype, flowtype >::node::TS

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