<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Hi Sarthak,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">the closest thing to a solid angle iterator is <a href="https://itk.org/Doxygen/html/classitk_1_1LineIterator.html">line iterator</a>. You could start from that and create a solid angle iterator. If you do so, it would be good if you <a href="https://itk.org/Wiki/ITK/Git/Develop">submitted</a> the patch to add it to ITK.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Regards,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 13, 2017 at 1:53 PM, Sarthak P <span dir="ltr"><<a href="mailto:scapegoat.sarthak@gmail.com" target="_blank">scapegoat.sarthak@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello,</div><div><br></div><div>I am looking for a conical or solid angle iterator. I found something similar to what I wanted in an older thread (see below). Does anyone know of something that could help? </div><div><br></div><div>Thanks in advance,<br>Sarthak</div><div><br></div><div>> Hi</div><div>> </div><div>> About  the "Modified()" method :</div><div>> </div><div>> It is already called in itkSetMacro(),</div><div>> so if you change the filter parameters</div><div>> using</div><div>> </div><div>> e.g.      SetMacro( Sigma, float );</div><div>> </div><div>> The code generated by this macro</div><div>> will set the new  value and call</div><div>> Modified().</div><div>> </div><div>> </div><div>> Luis</div><div>> </div><div>> </div><div>> >  Thanks, Will,</div><div>> >  </div><div>> >  We want to store an indeterminant number of image feature objects such as core atoms in a given block of physical space 10-20 voxels on a side for analysis and spatial clustering.  The blocks are in a regular isotropic lattice, and we want clever</div><div>> >  iterators that can sample ellipsoids, solid angles, etc.  We have all this stuff written in my VIA package, but not yet in ITK standards.  We don't want to duplicate what's available already in ITK.</div><div>> >  </div><div>> >  George</div><div>> >  </div><div>> > Will Schroeder wrote:</div><div>> > </div><div>> > Hi George-</div><div>> > </div><div>> > Yes, but since I don't know what you're trying to do, I can't say</div><div>> > that this is the best way given what's there. Could you enlighten me?</div><div>> > </div><div>> > Will</div><div>> > </div><div>> At 04:19 AM 9/22/00 -0500, George Stetten wrote:</div><div>> >Dear Will,</div><div>> ></div><div>> >Is there anything that would prevent us from making an itkImage whose pixel type is a linked list?  Damion Shelton (at Pitt) and I are working on putting "core atoms" into the itk format, and this would be a very cool approach to doing that.</div><div>> ></div><div>> >Thanks,</div><div>> ></div><div>> >George</div><div>> ></div><div>></div><div>> ______________________________<wbr>_________________</div><div>> Insight-developers mailing list</div><div>> Insight-developers at <a href="http://public.kitware.com" target="_blank">public.kitware.com</a></div><div>> <a href="http://public.kitware.com/mailman/listinfo/insight-developers" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/insight-<wbr>developers</a></div></div>
<br>______________________________<wbr>_______<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_<wbr>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>