• Main Page
  • Modules
  • Classes
  • Files
  • File List

D:/Projekt/ECF_trunk/examples/FunctionMin/main.cpp

00001 #include <ecf/ECF.h>
00002 #include "FunctionMinEvalOp.h"
00003 
00004 
00005 int main(int argc, char **argv)
00006 {
00007     StateP state (new State);
00008 
00009     // set the evaluation operator
00010     state->setEvalOp(new FunctionMinEvalOp);
00011 
00012     state->initialize(argc, argv);
00013     state->run();
00014 
00015     return 0;
00016 }

Generated on Tue Nov 4 2014 13:04:31 for ECF by  doxygen 1.7.1