ECF
1.5
D:
Projekt
ECF_trunk
ECF
tree
Tree.h
1
#ifndef Tree_h
2
#define Tree_h
3
4
#include "Tree_c.h"
5
#include "PrimitiveSet.h"
6
#include "Primitive.h"
7
#include "Terminal.h"
8
9
// primitives
10
#include "Add.h"
11
#include "Sub.h"
12
#include "Cos.h"
13
#include "Sin.h"
14
#include "Mul.h"
15
#include "Div.h"
16
#include "Pos.h"
17
#include "Neg.h"
18
#include "Max.h"
19
#include "Min.h"
20
21
#endif
22
23
Generated on Wed Aug 3 2022 17:50:41 for ECF by
1.9.4