ECF
1.5
D:
Projekt
ECF_trunk
ECF
ECF.h
1
47
#ifndef ECF_h
48
#define ECF_h
49
50
#include <iostream>
51
#include <vector>
52
#include <cstdlib>
53
#include <boost/smart_ptr.hpp>
54
#include <boost/foreach.hpp>
55
#include "xml/xmlParser.h"
56
57
typedef
boost::shared_ptr<void> voidP;
58
59
const
std::string ECF_VERSION =
"1.5"
;
60
61
// base:
62
#include "ECF_base.h"
63
64
// derived:
65
#include "ECF_derived.h"
66
67
// genotypes:
68
#include "bitstring/BitString.h"
69
#include "binary/Binary.h"
70
#include "tree/Tree.h"
71
#include "permutation/Permutation.h"
72
#include "floatingpoint/FloatingPoint.h"
73
#include "apgenotype/APGenotype.h"
74
//#include "cartesian/Cartesian.h"
75
76
#endif
// ECF_h
77
Generated on Wed Aug 3 2022 17:50:41 for ECF by
1.9.4