0030835: Possible performance improvements in methods TDF_Label::FindAttribute
authormpv <mpv@opencascade.com>
Mon, 29 Jul 2019 14:11:54 +0000 (17:11 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 2 Aug 2019 12:42:54 +0000 (15:42 +0300)
commitc2100640f68fef6cc5e7129ed23ebb580ff778ab
treef880fa14898acf326d8e54e8dd7f60f41521c298
parent607e5e62e7b2520cb40a3fa16522d1e1d53640db
0030835: Possible performance improvements in methods TDF_Label::FindAttribute

Make attribute iterator work with pointers to attributes, so, creation of handle on each iteration is avoided.
src/TDF/TDF_AttributeIterator.hxx
src/TDF/TDF_Label.cxx
src/TDF/TDF_Label.hxx