ECF
1.7
D:
Projekt
ECF
ECF_master
ECF
tree
Cos.h
1
#ifndef Cos_h
2
#define Cos_h
3
#include "Primitive.h"
4
5
namespace
Tree {
6
namespace
Primitives {
7
12
class
Cos :
public
Primitive
13
{
14
public
:
15
Cos(
void
);
16
void
execute
(
void
* result,
Tree
& tree);
17
~Cos(
void
);
18
};
19
20
}
21
}
22
23
#endif
Tree::Primitives::Cos::execute
void execute(void *result, Tree &tree)
Execute the primitive.
Definition
Cos.cpp:20
Tree::Tree
Tree class - implements genotype as a tree.
Definition
Tree_c.h:29
Generated on
for ECF by
1.18.0