ANIMA  4.0
Classes | Namespaces | Macros
animaGraph.h File Reference
#include <string.h>
#include "animaBlock.h"
#include <assert.h>
+ Include dependency graph for animaGraph.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  anima::Graph< captype, tcaptype, flowtype >::arc
 
class  anima::Graph< captype, tcaptype, flowtype >
 
struct  anima::Graph< captype, tcaptype, flowtype >::node
 
struct  anima::Graph< captype, tcaptype, flowtype >::nodeptr
 

Namespaces

 anima
 

Macros

#define INFINITE_D   ((int)(((unsigned)-1)/2)) /* infinite distance to the terminal */
 
#define ORPHAN   ( (arc *) 2 ) /* orphan */
 
#define TERMINAL   ( (arc *) 1 ) /* to terminal */
 

Macro Definition Documentation

◆ INFINITE_D

#define INFINITE_D   ((int)(((unsigned)-1)/2)) /* infinite distance to the terminal */

◆ ORPHAN

#define ORPHAN   ( (arc *) 2 ) /* orphan */

◆ TERMINAL

#define TERMINAL   ( (arc *) 1 ) /* to terminal */