File AlgorithmFactory.hpp

Parent directory (src/mimir/algorithm)

Functionality for spawning instances of IAlgorithm implementations.

Definition (src/mimir/algorithm/AlgorithmFactory.hpp)

Detailed Description

When adding a new algorithm you need to:

  • Inherit from IAlgorithm and implement its virtual functions.

  • Include the header file in this factory. Link the implementation.

  • Make sure that AlgorithmCreator returns an instance of the new algorithm.

Includes

Namespaces