#include <algorithmComposite.h>
Inheritance diagram for algorithmComposite:
Public Methods | |
algorithmComposite () | |
default constructor. | |
virtual | ~algorithmComposite () |
default destructor. | |
virtual void | initialize () |
initializes all the algorithms. | |
virtual void | execute () |
executes all the algorithms. | |
virtual void | finalize () |
finalizes all the algorithms. | |
virtual void | run () |
runs all the algorithms. |
algorithmComposite is an algorithmVI.
algorithmComposite is a composite of algorithms.
run()
method runs all the run()
methods of all the algorithms.
Definition at line 22 of file algorithmComposite.h.
|
|
|
executes all the algorithms.
Reimplemented from algorithmVI.
Definition at line 36 of file algorithmComposite.h.
|
finalizes all the algorithms.
Reimplemented from algorithmVI.
Definition at line 38 of file algorithmComposite.h.
|
initializes all the algorithms.
Reimplemented from algorithmVI.
Definition at line 34 of file algorithmComposite.h.
|
runs all the algorithms.
Reimplemented from algorithmVI.
Definition at line 40 of file algorithmComposite.h.