ECF
1.5
D:
Projekt
ECF_trunk
examples
SRM
IASub.h
1
#ifndef IASub_h
2
#define IASub_h
3
4
#include "ecf/tree/Sub.h"
5
#include "IAPrimitive.h"
6
7
class
IASub
:
public
Tree::Primitives::Sub
,
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
// IASub_h
IAPrimitive
Definition:
IAPrimitive.h:18
IASub
Definition:
IASub.h:8
IASub::execute
virtual void execute(void *result, Tree::Tree &tree)
Execute the primitive.
Definition:
IASub.cpp:7
Tree::IATree
Definition:
IATree.h:9
Tree::Primitives::SubT
Sub function primitive (Tree genotype)
Definition:
Sub.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