ECF 1.5
Public Member Functions | List of all members
WriteTT Class Reference
Inheritance diagram for WriteTT:
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...
 
- 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 12 of file WriteTT.h.

Member Function Documentation

◆ initialize()

bool WriteTT::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 WriteTT.h.

◆ operate()

bool WriteTT::operate ( StateP  )
inlinevirtual

perform the designated operation

Implements Operator.

Definition at line 52 of file WriteTT.h.


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