<br><div class="gmail_quote"><div><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;">
<div><blockquote type="cite"><div class="gmail_quote"><div><br>Thanks for the answers. Maybe I should have explained why I needed that. What I had in mind, is to be able to detect subgraphs. But not any kind of subgraphs, but only those on which ALL objects are ONLY reachable from the root of the subgraph. This means, that there are no objects outside the graph, pointing to objects inside the graph. In ImageSegment word, would mean to detect subgraphs that don&#39;t have outPointers. <br>
</div></div></blockquote></div><div><br></div><div>So why not simply use an ImageSegment? IIRC that&#39;s how Croquet islands are checked for closedness.</div><br><div>
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Lucida Grande; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="font-family: Helvetica;">
<span style="font-family: Helvetica;"></span></div></span></div></div></blockquote><div><br><br>Bert, the idea as Stef said is to use ImageSegment, but just to write subgraphs to disk, but not to DETECT them. For ImageSegment you need to give it a graph. But what I want is to identify all these good subgraphs in the whole memory. ImageSegment does a mark and sweep in the whole image just to detect the oputPointers...imagine if I do this for every single object in the image ;) <br>
</div></div><br>Thanks<br><br>Mariano<br>