Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

netio.cpp File Reference

#include <wx/textfile.h>

Include dependency graph for netio.cpp:

Include dependency graph

Go to the source code of this file.

Functions

void ParseFile (wxTextFile *file)


Function Documentation

void ParseFile wxTextFile *    file
 

Definition at line 13 of file netio.cpp.

00014 {
00015     int input, output, h_layers, n_per_layer, size, type;
00016 
00017     ngui_frame->Log("Test");
00018 
00019     Net net(input, output, h_layers, n_per_layer);
00020 }


Generated on Mon Jun 23 23:09:53 2003 for NeReK Documentation by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002