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

D:/Projekt/ECF_trunk/ECF/ECF.h

00001 
00047 #ifndef ECF_h
00048 #define ECF_h
00049 
00050 #include <iostream>
00051 #include <vector>
00052 #include <cstdlib>
00053 #include "boost/smart_ptr.hpp"
00054 #include "xml/xmlParser.h"
00055 
00056 typedef boost::shared_ptr<void>  voidP;
00057 typedef unsigned int uint;
00058 
00059 const std::string ECF_VERSION = "1.4.1";
00060 
00061 // base:
00062 #include "ECF_base.h"
00063 
00064 // derived:
00065 #include "ECF_derived.h"
00066 
00067 // genotypes:
00068 #include "bitstring/BitString.h"
00069 #include "binary/Binary.h"
00070 #include "tree/Tree.h"
00071 #include "permutation/Permutation.h"
00072 #include "floatingpoint/FloatingPoint.h"
00073 //#include "cartesian/Cartesian.h"
00074 
00075 #endif // ECF_h
00076 

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