ECF
1.5
D:
Projekt
ECF_trunk
examples
SRM
IADiv.h
1
#ifndef IADiv_h
2
#define IADiv_h
3
4
#include "ecf/tree/Div.h"
5
#include "IAPrimitive.h"
6
7
class
IADiv
:
public
Tree::Primitives::Div
,
public
IAPrimitive
8
{
9
public
:
10
virtual
void
execute
(
void
* result,
Tree::Tree
& tree);
11
virtual
IABounds
calculateBounds(
Tree::IATree
& tree);
12
};
13
14
bool
boundsContainZero(
IABounds
bounds);
15
16
#endif
// IADiv_h
IADiv
Definition:
IADiv.h:8
IADiv::execute
virtual void execute(void *result, Tree::Tree &tree)
Execute the primitive.
Definition:
IADiv.cpp:7
IAPrimitive
Definition:
IAPrimitive.h:18
Tree::IATree
Definition:
IATree.h:9
Tree::Primitives::DivT
Div function primitive (Tree genotype)
Definition:
Div.h:17
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