#include <test_algorithm.h>
Inherits Algorithm.
Inheritance diagram for TestAlgorithm:
Public Member Functions | |
TestAlgorithm () | |
virtual | ~TestAlgorithm () |
virtual void | run () |
Protected Member Functions | |
TestAlgorithm (TestAlgorithm const &src) |
This algorithm just writes some info on the command line, when executed.
Definition at line 33 of file test_algorithm.h.
|
Constructor Definition at line 20 of file test_algorithm.cpp. |
|
Destructor Definition at line 33 of file test_algorithm.cpp. |
|
Copy constructor Definition at line 27 of file test_algorithm.cpp. |
|
Execute the algorithm
Implements Algorithm. Definition at line 47 of file test_algorithm.cpp. References Algorithm::configuration_. |