<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><span class="Apple-style-span" style="font-family: arial, helvetica, clean, sans-serif; line-height: 15px; background-color: rgb(255, 255, 255); ">Thanks. I can't understand the second parameter in definition of the template (IS). What does it mean? Please give a short example of using this functionality.</span><br><br>--- On <b>Wed, 30/11/11, Christian Engwer <i><christian.engwer@uni-muenster.de></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Christian Engwer <christian.engwer@uni-muenster.de><br>Subject: Re: [Dune] Add feature of looking for cells<br>To: "Sergei Malashenko" <malashenko_sergei@yahoo.com><br>Cc: dune@dune-project.org<br>Date: Wednesday, 30 November, 2011, 1:08<br><br><div class="plainMail">On Tue, Nov 29, 2011 at 09:25:53PM +0000, Sergei Malashenko
 wrote:<br>> Good day. I want to add feature of looking for cell which contains<br>some point. For this I am going to use KD-tree structure data. I see<br>that I can't return Entity and I have to return Iterator isn't it?<br><br>Please have a look at the HierarchicSearch in the dune-grid utilities<br>directory. It should do exactly what you are looking for.<br><br>And yes, you can't copy Entities and should return EntityPointers (the<br>dune version of a trivial iterator)<br><br>Christian<br><br>> _______________________________________________<br>> Dune mailing list<br>> <a ymailto="mailto:Dune@dune-project.org" href="/mc/compose?to=Dune@dune-project.org">Dune@dune-project.org</a><br>> <a href="http://lists.dune-project.org/mailman/listinfo/dune" target="_blank">http://lists.dune-project.org/mailman/listinfo/dune</a><br><br></div></blockquote></td></tr></table>