Boost logo

Geometry :

Subject: [ggl] Re: 'combine' : is not a member of 'boost::geometry'
From: Vishnu (vrang3)
Date: 2011-03-22 16:41:53


This is resolved. After building the online documentation I found that
replacing this line:

  boost::geometry::combine(box, (*it).getBoundingBox());

with this:

  boost::geometry::expand(box, boost::geometry::make_envelope(*it));

eliminated the compiler error.

--
View this message in context: http://boost-geometry.203548.n3.nabble.com/combine-is-not-a-member-of-boost-geometry-tp2716424p2716908.html
Sent from the Boost Geometry mailing list archive at Nabble.com.

Geometry list run by mateusz at loskot.net