&nbsp;Hello Kevin, <br><br>
<blockquote type="cite">What would it take to get an organism to live inside a mesh or stream <br>it's image data <br></blockquote><br><br>I'm not 100% clear on what you mean here by &quot;live inside the mesh&quot; or by 
<br>&quot;stream it's image data&quot;. <br><br>
<blockquote type="cite">What would it take to make an organism produce tube <br>spatial objects instead of meshes? <br></blockquote><br><br>The framework is designed such that layers are interchangeable provided <br>they meet the design functionality of the abstract base class. In the case of the geometric layer the requirements listed as pure virtual functions in: 
<br><br><a class="moz-txt-link-freetext" href="http://www.sfu.ca/%7Ecmcintos/IDO/doxygen/html/classmial_1_1_geometric.html#_details">http://www.sfu.ca/~cmcintos/IDO/doxygen/html/classmial_1_1_geometric.html#_details</a> <br>
<br>Mainly, aside from some house cleaning functionality it needs to have a set <br>of connected nodes (in this case the medial axis of the tubes), the ability <br>to generate a binary image (denoting which pixels lie inside/outside) and 
<br>the ability to initialize an organism from a binary image. So you could use <br>the tubespatialobject for the geometric layer of the organism. <br><br>Also please note, you only need to meet this requirements if you want 100% compatibility with 
<br>the existing framework. So for example, being able to deform with both the physEuler and levelSetLayer <br>physics layers, run all existing behaviors, deformations, sensors, etc. <br><br>This was the main idea behind the framework. Being able to replace modules with ones 
<br>that extend current functionality but maintain compatibility, but also giving the freedom to break <br>apart from existing functionality with minimal cost. <br><br>-Chris 
<div><span class="gmail_quote">On 8/7/06, <b class="gmail_sendername">Kevin H. Hobbs</b> &lt;<a href="mailto:hobbsk@ohiou.edu">hobbsk@ohiou.edu</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Wed, 2006-08-02 at 18:20 -0700, Ghassan Hamarneh wrote:<br>&gt; We have also submitted the ITK-deformable organisms framework to insight
<br>&gt; journal and MICCAI workshop on open science:<br>&gt;<br>&gt; <a href="http://hdl.handle.net/1926/228">http://hdl.handle.net/1926/228</a><br><br><br>What would it take to get an organism to live inside a mesh or stream
<br>it's image data? What would it take to make an organism produce tube<br>spatial objects instead of meshes?<br><br><br>_______________________________________________<br>Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">
Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a><br><br><br><br></blockquote></div><br>