Public API

The public API currently only exposes an interface class mimir::IAlgorithm.

Items listing

Classes and Structs

When adding a new algorithm, you need to add the implementation in the private API. Make sure that it is created by the factory, see File AlgorithmFactory.hpp.