Skip to content

Resurrect property inheritance in proxy definitions.

  • closes async/paraview#10
  • ports ParaView/master code from vtkSIProxyDefinitionManager with pugi::xml instead of vtkPVXMLElement
  • reference ParaView/master commit : 1162199

Summary:

vtkProxyDefinitionManager now brings back support for:

  1. "Proxy" attributes: base_proxygroup, base_proxyname, override
  2. "Property" attributes: override
  3. "subProxyName" is no longer supported. we will no longer support adding a complete definition as a "SubProxy". One must always add the definition separately and consume it by declaring it as <SubProxy ... /> in the parent proxy.
Edited by Jaswant Panchumarti (Kitware)

Merge request reports