THK
THK

Reputation: 516

Anyone tried using boost::serialization with boost::geometry::rtree?

I am using boost::mpi with boost::geometry and would like to broadcast a boost::geometry rtree index. The easy workaround is to build the index on each node, but I thought I'd ask to see if anyone has a solution. I know there is some non-boost::serialization support in boost::geometry for serializing indices. Perhaps that could be combined with boost::mpi somehow. Serialization would also be nice for dumping/loading state, although again, I could rebuild the index each time if I have to. Thanks.

Upvotes: 1

Views: 113

Answers (1)

THK
THK

Reputation: 516

Seems it is desired but not completed. https://github.com/boostorg/geometry/issues/859

Upvotes: 2

Related Questions