ECF
1.5
D:
Projekt
ECF_trunk
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
Cos function primitive (Tree genotype)
Definition:
Cos.h:13
Tree::Primitives::Cos::execute
void execute(void *result, Tree &tree)
Execute the primitive.
Definition:
Cos.cpp:20
Tree::Primitives::Primitive
Base primitive class (Tree genotype).
Definition:
Primitive.h:37
Tree::Tree
Tree class - implements genotype as a tree.
Definition:
Tree_c.h:29
Generated on Wed Aug 3 2022 17:50:41 for ECF by
1.9.4