Resurrect property inheritance in proxy definitions.
- closes async/paraview#10
- ports ParaView/master code from
vtkSIProxyDefinitionManager
withpugi::xml
instead ofvtkPVXMLElement
- reference ParaView/master commit : 1162199
Summary:
vtkProxyDefinitionManager
now brings back support for:
- "Proxy" attributes:
base_proxygroup
,base_proxyname
,override
- "Property" attributes:
override
- "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)