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