$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jason Crosswhite (jason_at_[hidden])
Date: 2004-06-16 00:21:03
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