#include <algorithmCommand.h>
Inheritance diagram for algorithmCommand:
Public Methods | |
virtual void | initialize () |
null the initalize. | |
virtual void | finalize () |
null the finalize. |
algorithmCommand
is an algorithmVI.
algorithmCommand
has null methods initialize()
and finalize()
. run()
method is identicall to execute()
.
Definition at line 15 of file algorithmCommand.h.
|
null the finalize.
Reimplemented from algorithmVI.
Definition at line 22 of file algorithmCommand.h.
|
null the initalize.
Reimplemented from algorithmVI.
Definition at line 20 of file algorithmCommand.h.