ECF 1.5
IACos.h
1#ifndef IACos_h
2#define IACos_h
3
4#include "ecf/tree/Cos.h"
5#include "IAPrimitive.h"
6
8{
9public:
10 virtual void execute(void* result, Tree::Tree& tree);
11 virtual IABounds calculateBounds(Tree::IATree& tree);
12};
13
14#endif // IACos_h
Definition: IACos.h:8
virtual void execute(void *result, Tree::Tree &tree)
Execute the primitive.
Definition: IACos.cpp:7
Cos function primitive (Tree genotype)
Definition: Cos.h:13
Tree class - implements genotype as a tree.
Definition: Tree_c.h:29