ECF 1.5
Public Member Functions | List of all members
WriteBest Class Reference
Inheritance diagram for WriteBest:
Operator Operator Operator Operator

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...
 
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...
 
- 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...
 

Detailed Description

Definition at line 7 of file WriteBest.h.

Member Function Documentation

◆ 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

perform the designated operation

Implements Operator.

Definition at line 46 of file WriteBest.h.

◆ operate() [2/4]

bool WriteBest::operate ( StateP  )
inlinevirtual

perform the designated operation

Implements Operator.

Definition at line 18 of file WriteBest.h.

◆ operate() [3/4]

bool WriteBest::operate ( StateP  )
inlinevirtual

perform the designated operation

Implements Operator.

Definition at line 52 of file WriteBest.h.

◆ operate() [4/4]

bool WriteBest::operate ( StateP  )
inlinevirtual

perform the designated operation

Implements Operator.

Definition at line 16 of file WriteBest.h.


The documentation for this class was generated from the following files: