ECF
1.5
D:
Projekt
ECF_trunk
examples
SRM
Sqrt.h
1
#ifndef Sqrt_h
2
#define Sqrt_h
3
4
#include <ecf/tree/Primitive.h>
5
6
namespace
Tree {
7
namespace
Primitives {
8
13
class
Sqrt
:
public
Primitive
14
{
15
public
:
16
Sqrt
(
void
);
17
void
execute
(
void
* result,
Tree
& tree);
18
~Sqrt
(
void
);
19
};
20
21
}
22
}
23
24
#endif
Tree::Primitives::Primitive
Base primitive class (Tree genotype).
Definition:
Primitive.h:37
Tree::Primitives::Sqrt
Sqrt function primitive (Tree genotype)
Definition:
Sqrt.h:14
Tree::Primitives::Sqrt::execute
void execute(void *result, Tree &tree)
Execute the primitive.
Definition:
Sqrt.cpp:20
Tree::Tree
Tree class - implements genotype as a tree.
Definition:
Tree_c.h:29
Generated on Wed Aug 3 2022 17:50:42 for ECF by
1.9.4