HomePhabricator
Diffusion MITK 1d0306cddd48

Rename vector of data nodes

Description

Rename vector of data nodes

This member variable was newly introduced for the "SetSelected" mode.
However, the name might be confusing since it's similar to the
"GetRelevantNodes"-function.
There is a difference in both sets of data nodes as the
"GetRelevantNodes"-function returns a filtered subset of the data storage,
whereas the new vector of "Data Nodes for LevelWindow" is a set of relevant
nodes that have been further filtered (e.g. visibility, rendering mode).

Details

Provenance
kalaliAuthored on May 3 2021, 12:51 PM
kalaliPushed on May 10 2021, 10:35 AM
Differential Revision
Restricted Differential Revision
Parents
rMITK9751f1d41d9c: Use return early to simplify the code structure
Branches
Unknown
Tags
Unknown
Tasks
T28250: [LevelWindowManager] Different behavior in AutoTopMost case and fallback case