Skip to content

vtkSMProxyIterator: Begin(some_group) confines iteration to some_group.

T.J. Corona requested to merge tjcorona/paraview:iterate-over-one-group into master

If Begin() is called with a group as its argument, assume that the iteration is over just this group, and not all subsequent groups in the list.

Merge request reports