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