Skip to content

Add number of output ports in xml definitions

vtkSourceProxy needs the number of output ports of the internal Algorithm during initialization. Adding this information in the xml definition allows to avoid the extra step of gathering information when creating a proxy.

Few proxies were skiped since it is unclear at this moment how we will deal with them:

  • xml files in Remoting/Animation/Resources/
  • Remoting/Export/Resources/exporters.xml
  • Remoting/Live/Resources/live_utilities.xml
  • Remoting/Views/Resources/3dwidgets_remotingviews.xml
  • Remoting/Views/Resources/extractors_remotingviews.xml
  • VTKExtensions/Conduit/Resources/proxies_conduit.xml
  • VTKExtensions/CosmoTools/Resources/VoronoiReader.xml (class not available any more?)

Also vtkCompoundProxy definition were skipped as we will remove them in the future. Any proxy involving vtkFileSeries was skipped since vtkSI* classes will be removed in the future. Proxies using locators or 3D widgets haven't been updated.

Edited by Christos Tsolakis

Merge request reports

Loading