<div dir="ltr"><div>Hi all,</div>
<div>&nbsp;</div>
<div>I am developing a bubble making module to create label images made of overlapping spheres&nbsp;using points and radii sets. What I do now is I iterate evaluating one SphereSpatialFunction for each center-radius set along the whole size of my label image. It takes really long. One idea is to iterate only inside each of the spheres bounding cube. Another idea is to use a smart iterator that only looks where it needs to look (I think itk::FloodFilledFunctionConditionalIterator does that) and then ends (for each sphere function).</div>

<div>&nbsp;</div>
<div>Any suggestions? does that sound correct?</div>
<div>&nbsp;</div>
<div>Thank you.</div>
<div>&nbsp;</div>
<div>Carlos S. Mendoza</div>
<div>Universidad de Sevilla</div></div>