On Tue, Feb 13, 2007 at 06:41:24PM +0100, Udo Giacomozzi wrote: > s> /// Visit the current Ranges set > s> // > s> /// Visitor instance will be invoked > s> /// for each RangeType in the current set. > s> /// > s> template <class V> void visit(V& v) const; > > What's this?
This is to hide the type of container used to store the ranges. The visitor function will be invoked with single RangeType references. For example, the renderer will "visit" the RangeSet and render each Range. Note that the interface might still hold with the algorithm proposed by Martin. (it would just need an additional consructor specifying the grid size). --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

