ImFusion SDK 4.3
Algorithm::FactoryInfo Struct Reference

#include <ImFusion/Base/Algorithm.h>

Struct describing how an Algorithm was instantiated by the AlgorithmFactory. More...

Detailed Description

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.
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close