Import 2017-06-07 23:51:09: master ea356afb

Author Committer Branch Timestamp Parent
jcfr jcfr master 2016-06-03 01:16:11 master 9f256ff2
Affected Issues 0004186: utils.getNode function does not return all nodes in case of duplicate names
Changeset

BUG: slicer.util.GetNodes: Support multiple node with same name. Fix 0004186

If multiple nodes share the same name, only the last node with that name
will be returned. A new parameter has been added to return a dictionary
containing, for each node name, a list of nodes, to avoid returning only
the last node with a specific name.

From: Francois Budin <francois.budin@gmail.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@25155 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/Python/slicer/tests/test_slicer_util_getNodes.py Diff File
mod - Base/Python/slicer/util.py Diff File