16 Jun
2004
16 Jun
'04
5:21 a.m.
Douglas Paul Gregor wrote:
I suspect you want a filtered_graph. Just give it predicates that filter
out any points outside the hull. The filtered_graph docs are here:
http://www.boost.org/libs/graph/doc/filtered_graph.html
Doug
I am not certain, but when I looked at the filtered graph docs, it seemed that a filter was run on every point in the graph. If that is true, it is exactly what I want to avoid. Hopefully I'm wrong. -Jason