ECF
1.5
D:
Projekt
ECF_trunk
examples
SRM
IAAdd.h
1
#ifndef IAAdd_h
2
#define IAAdd_h
3
4
#include "ecf/tree/Add.h"
5
#include "IAPrimitive.h"
6
7
class
IAAdd
:
public
Tree::Primitives::Add
,
public
IAPrimitive
8
{
9
public
:
10
virtual
void
execute
(
void
* result,
Tree::Tree
& tree);
11
virtual
IABounds
calculateBounds(
Tree::IATree
& tree);
12
};
13
14
#endif
// IAAdd_h
IAAdd
Definition:
IAAdd.h:8
IAAdd::execute
virtual void execute(void *result, Tree::Tree &tree)
Execute the primitive.
Definition:
IAAdd.cpp:7
IAPrimitive
Definition:
IAPrimitive.h:18
Tree::IATree
Definition:
IATree.h:9
Tree::Primitives::AddT
Add function primitive (Tree genotype)
Definition:
Add.h:14
Tree::Tree
Tree class - implements genotype as a tree.
Definition:
Tree_c.h:29
IABounds
Definition:
IAPrimitive.h:7
Generated on Wed Aug 3 2022 17:50:43 for ECF by
1.9.4