ECF
1.5
D:
Projekt
ECF_trunk
examples
SRM
IAConstTerminal.h
1
#ifndef IAConstTerminal_h
2
#define IAConstTerminal_h
3
4
#include "ecf/tree/Terminal.h"
5
#include "IAPrimitive.h"
6
7
class
IAConstTerminal
:
public
Tree::Primitives::Terminal
,
public
IAPrimitive
8
{
9
public
:
10
virtual
void
execute
(
void
* result,
Tree::Tree
& tree);
11
virtual
IABounds
calculateBounds(
Tree::IATree
& tree);
12
};
13
14
typedef
boost::shared_ptr<IAConstTerminal> IAConstTerminalP;
15
16
#endif
// IAConstTerminal_h
IAConstTerminal
Definition:
IAConstTerminal.h:8
IAConstTerminal::execute
virtual void execute(void *result, Tree::Tree &tree)
Execute the primitive.
Definition:
IAConstTerminal.cpp:7
IAPrimitive
Definition:
IAPrimitive.h:18
Tree::IATree
Definition:
IATree.h:9
Tree::Primitives::TerminalT
Terminal tree node class (Tree genotype).
Definition:
Terminal.h:16
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