Termination operator: terminates on a given number of generations. More...
#include <TermMaxGenOp.h>
Public Member Functions | |
| void | registerParameters (StateP) |
| Register parameters with the Registry. Called before Operator::initialize. | |
| bool | initialize (StateP) |
| Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used! | |
| bool | operate (StateP) |
| perform the designated operation | |
Protected Attributes | |
| uint | nGenerations_ |
Termination operator: terminates on a given number of generations.
Definition at line 8 of file TermMaxGenOp.h.
| bool TermMaxGenOp::initialize | ( | StateP | ) | [virtual] |
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!
Reimplemented from Operator.
Definition at line 13 of file TermMaxGenOp.cpp.
1.7.1