Public API¶
The public API currently only exposes an interface class mimir::IAlgorithm
.
Class Hierarchy¶
File Hierarchy¶
Items listing¶
Namespaces¶
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.