MCPcopy Create free account
hub / github.com/OSGeo/gdal / RegisterSubAlgorithm

Function RegisterSubAlgorithm

gcore/gdalalgorithm_cpp.h:2834–2837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2832 /** Register the sub-algorithm of type MyAlgorithm.
2833 */
2834 template <class MyAlgorithm> bool RegisterSubAlgorithm()
2835 {
2836 return m_subAlgRegistry.Register<MyAlgorithm>();
2837 }
2838
2839 /** Register a sub-algoritm by its AlgInfo structure.
2840 */

Callers 2

MyAlgorithmMethod · 0.85
GDALMainAlgorithmMethod · 0.85

Calls 1

RegisterMethod · 0.45

Tested by 1

MyAlgorithmMethod · 0.68