![]()  | 
  
    ECF 1.5
    
   | 
 
  
Public Member Functions | |
| bool | initialize (StateP state) | 
| Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!  More... | |
| bool | operate (StateP state) | 
| perform the designated operation  More... | |
  Public Member Functions inherited from Operator | |
| virtual bool | operate (StateP)=0 | 
| perform the designated operation  More... | |
| virtual bool | initialize (StateP) | 
| Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!  More... | |
| virtual void | registerParameters (StateP) | 
| Register parameters with the Registry. Called before Operator::initialize.  More... | |
| virtual void | write (XMLNode &) | 
| Write operator state to XMLNode or the Registry. Called after Operator::initialize.  More... | |
| virtual void | read (XMLNode &) | 
| Read operator state from XMLNode or the Registry. Called after Operator::initialize.  More... | |
      
  | 
  inlinevirtual | 
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!
Reimplemented from Operator.
      
  | 
  inlinevirtual |