$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] depth_first_visit
From: Jens Müller (blog_at_[hidden])
Date: 2012-01-10 15:26:56
Am 10.01.2012 05:00, schrieb James Lindsay:
> I've found several questions regarding the depth_first_visit algorithm
> but I can't find a complete example anywhere. I was wondering if someone
> could post a complete example of the depth_first_visit algorithm in
> action, including how you created the color map.
I created the color map by using a distance recorder and an adapter to
use the distance map as color map. Saves a map that is totally redundant ...
-- Jens