occt: master 689dc3b1

Author Committer Branch Timestamp Parent
mpv bugmaster master 2020-09-14 13:49:38 master 0b55d29b
Affected Issues  0031323: OCAF, TObj - TObj_OcafObjectIterator does not go recursively to children if type argument is used
Changeset 0031323: OCAF, TObj - TObj_OcafObjectIterator does not go recursively to children if type argument is used

Added theAllSubChildren flag to the TObj_OcafObjectIterator to iterate all sub-children.
By default it still iterates only the first level of children.
mod - src/TObj/TObj_OcafObjectIterator.cxx Diff File
mod - src/TObj/TObj_OcafObjectIterator.hxx Diff File
mod - src/TObjDRAW/TObjDRAW.cxx Diff File
add - tests/bugs/caf/bug31323 Diff File