Skip to content
Unick Soft edited this page Dec 26, 2020 · 2 revisions

IAlgorithmFactory is used to create new algorithms. If you know short algorithm name you can create it inside your algorithm.

  • CreateAlgorithm(const char* name, const IGraph* pGraph) - create new algorithm by name for pGraph.

  • CreateMultiGraph(const IGraph* pGraph) - helper method to convert IGraph to IMultiGraph.

Clone this wiki locally