| 3646 | /************************************************************************/ |
| 3647 | |
| 3648 | bool GDALAlgorithm::HasSubAlgorithms() const |
| 3649 | { |
| 3650 | if (!m_subAlgRegistry.empty()) |
| 3651 | return true; |
| 3652 | return !GDALGlobalAlgorithmRegistry::GetSingleton() |
| 3653 | .GetDeclaredSubAlgorithmNames(m_callPath) |
| 3654 | .empty(); |
| 3655 | } |
| 3656 | |
| 3657 | /************************************************************************/ |
| 3658 | /* GDALAlgorithm::GetSubAlgorithmNames() */ |