Skip to content
  • Mathieu Westphal (Kitware)'s avatar
    Remove usage of GetDomain(name) · 9fb6d76f
    Mathieu Westphal (Kitware) authored
    This remove usages of GetDomain(name) and replaces them by FindDomain<class>()
    or FindDomain("class") in python.
    
    This also transform usages of FindDomain("class") into FindDomain<class>()
    
    This also add support for StringListDomain in python
    9fb6d76f