| 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 | */ |