gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] invalidated bounds redesign - advice needed


From: strk
Subject: Re: [Gnash-dev] invalidated bounds redesign - advice needed
Date: Tue, 13 Feb 2007 19:34:01 +0100

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]