Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Teem::SimpleGrowableGenome::Link Struct Reference

#include <SimpleGrowableGenome.h>

List of all members.


Detailed Description

A link.


Public Member Functions

 Link (unsigned in, unsigned out, double weight)
 Constructor, link in to out using weight.
 Link (Ishtar::InputStream *stream)
 Constructor, read in, out and weight from stream.
void save (Ishtar::OutputStream *stream)
 Save in, out and weight to stream.

Public Attributes

unsigned in
 Source node id.
unsigned out
 Destination node id.
double weight
 Weight of this link.


The documentation for this struct was generated from the following files:
Generated on Mon Oct 24 17:38:27 2005 for Teem by  doxygen 1.4.2