Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

TANodeStruct Struct Reference
[TreeAgenda]

Collaboration diagram for TANodeStruct:

Collaboration graph
[legend]

Detailed Description

this type represents an entry of an agenda.

Definition at line 59 of file treeagenda.c.

Data Fields


Field Documentation

int TANodeStruct::better
 

index of left child or -1 if non-existent

Definition at line 61 of file treeagenda.c.

int TANodeStruct::parent
 

index of parent node or -1 if root

Definition at line 60 of file treeagenda.c.

double TANodeStruct::score
 

score for this state

Definition at line 63 of file treeagenda.c.

Pointer TANodeStruct::state
 

pointer to state

Definition at line 64 of file treeagenda.c.

int TANodeStruct::worse
 

index of right child or -1 if non-existent

Definition at line 62 of file treeagenda.c.


The documentation for this struct was generated from the following file:
BLAH 0.95 (20 Oct 2004)