| 
| 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...
  | 
|   | 
| 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...
  | 
|   | 
| 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...
  | 
|   | 
| 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...
  | 
|   | 
| 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...
  | 
|   | 
Definition at line 7 of file WriteBest.h.
 
◆ initialize() [1/4]
  
  
      
        
          | bool WriteBest::initialize  | 
          ( | 
          StateP  | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used! 
- Returns
 - initialization success 
 
Reimplemented from Operator.
Definition at line 17 of file WriteBest.h.
 
 
◆ initialize() [2/4]
  
  
      
        
          | bool WriteBest::initialize  | 
          ( | 
          StateP  | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used! 
- Returns
 - initialization success 
 
Reimplemented from Operator.
Definition at line 12 of file WriteBest.h.
 
 
◆ initialize() [3/4]
  
  
      
        
          | bool WriteBest::initialize  | 
          ( | 
          StateP  | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used! 
- Returns
 - initialization success 
 
Reimplemented from Operator.
Definition at line 22 of file WriteBest.h.
 
 
◆ initialize() [4/4]
  
  
      
        
          | bool WriteBest::initialize  | 
          ( | 
          StateP  | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used! 
- Returns
 - initialization success 
 
Reimplemented from Operator.
Definition at line 10 of file WriteBest.h.
 
 
◆ operate() [1/4]
  
  
      
        
          | bool WriteBest::operate  | 
          ( | 
          StateP  | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operate() [2/4]
  
  
      
        
          | bool WriteBest::operate  | 
          ( | 
          StateP  | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operate() [3/4]
  
  
      
        
          | bool WriteBest::operate  | 
          ( | 
          StateP  | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operate() [4/4]
  
  
      
        
          | bool WriteBest::operate  | 
          ( | 
          StateP  | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
The documentation for this class was generated from the following files: