0028103: Foundation Classes - extend NCollection_Map to check whether two given maps...
authorabk <abk@opencascade.com>
Mon, 14 Nov 2016 15:08:44 +0000 (18:08 +0300)
committerapn <apn@opencascade.com>
Fri, 18 Nov 2016 12:19:40 +0000 (15:19 +0300)
commitd673da182b5677583e7c57272dbede4f13af0b00
treefc2bd97cecd70000b575fa5d352cae72c791eac3
parentf411f94fac899684b575bfbdcac76648fef0ecee
0028103: Foundation Classes - extend NCollection_Map to check whether two given maps are intersected

Mehtod HasIntersection added in NCollection_Map to check whether two given maps contain at least one same item.
'Draw' command and test to check the method were created.
src/NCollection/NCollection_Map.hxx
src/QANCollection/QANCollection_Test.cxx
tests/collections/grids.list [new file with mode: 0755]
tests/collections/n/begin [new file with mode: 0644]
tests/collections/n/end [new file with mode: 0644]
tests/collections/n/map [new file with mode: 0644]