![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Base/Algorithm.h>
Struct describing how an Algorithm was instantiated by the AlgorithmFactory. More...
Struct describing how an Algorithm was instantiated by the AlgorithmFactory.
This information is mainly used for (de)serialization to and from workspaces.
Public Member Functions | |
FactoryInfo (std::string id, std::string name, DataList input) | |
FactoryInfo (std::string name, DataList input) | |
Provided for backwards compatibility. Will set id to name. | |
Public Attributes | |
std::string | id |
Algorithm id as used by the factory. | |
std::string | name |
Algorithm name as used by the factory. | |
DataList | input |
Input data used by the factory. | |