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

#include <animaGraph.h>

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

Public Attributes

nodehead
 
arcnext
 
captype r_cap
 
arcsister
 

Detailed Description

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

Definition at line 318 of file animaGraph.h.

Member Data Documentation

◆ head

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

◆ next

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

◆ r_cap

template<typename captype, typename tcaptype, typename flowtype>
captype anima::Graph< captype, tcaptype, flowtype >::arc::r_cap

◆ sister

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

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