1[/============================================================================ 2 Boost.Geometry Index 3 4 Copyright (c) 2011-2014 Adam Wulkiewicz. 5 6 Use, modification and distribution is subject to the Boost Software License, 7 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 8 http://www.boost.org/LICENSE_1_0.txt) 9=============================================================================/] 10 11 Parent: Constructing container 12 Parent: Filling container with 100 boxes 13 Parent: Tree content 14 [(0, 0)(99.5, 99.5)] 15 Parent: Running child process 16 Child: Searching of the container in shared memory 17 Child: Querying for objects intersecting box = [(45, 45)(55, 55)] 18 Child: Found objects: 19 11 20 [(45, 45)(45.5, 45.5)] 21 [(46, 46)(46.5, 46.5)] 22 [(47, 47)(47.5, 47.5)] 23 [(48, 48)(48.5, 48.5)] 24 [(49, 49)(49.5, 49.5)] 25 [(50, 50)(50.5, 50.5)] 26 [(51, 51)(51.5, 51.5)] 27 [(52, 52)(52.5, 52.5)] 28 [(53, 53)(53.5, 53.5)] 29 [(54, 54)(54.5, 54.5)] 30 [(55, 55)(55.5, 55.5)] 31 32 Child: Destroying container 33 Parent: Container was properly destroyed by the child process 34 35