I see. Maybe I am not using the lattest version of ITK, because I'm
tied to the one that I need for Slicer.  I'll file the bug report as
soon as possible.<br><br>(Oh, and I just found a way to avoid the use of a Duplicator in my code, so I don&#39;t have that problem anymore)<br><br clear="all">Antonio Foncubierta<br>
<br><br><div class="gmail_quote">2009/2/5 Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Antonio,<br>
<br>
Looks like a bug. Please file a bug report following the procedure in:<br>
<a href="http://www.itk.org/Wiki/ITK_Procedure_for_Contributing_Bug_Fixes" target="_blank">http://www.itk.org/Wiki/ITK_Procedure_for_Contributing_Bug_Fixes</a><br>
<br>
Bill<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On Wed, Feb 4, 2009 at 11:14 AM, Antonio Foncubierta<br>
&lt;<a href="mailto:antonio.foncubierta@gmail.com">antonio.foncubierta@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I&#39;ve been trying to use a Spatial Object Duplicator to get an exact copy of<br>
&gt; some Spatial Objects. I&#39;ve had no problems with ellipseSpatial Objects, but<br>
&gt; when I try to duplicate a CylinderSpatialObject, I get the following Error<br>
&gt; Message:<br>
&gt;<br>
&gt; Could not create an instance of CylinderSpatialObject_3<br>
&gt; The usual cause of this error is not registering the SpatialObject with<br>
&gt; SpatialFactory<br>
&gt; Currently registered Transforms:<br>
&gt; &nbsp; &nbsp; &quot;DTITubeSpatialObject_3&quot;<br>
&gt; &nbsp; &nbsp; &quot;EllipseSpatialObject_3&quot;<br>
&gt; &nbsp; &nbsp; &quot;GroupSpatialObject_3&quot;<br>
&gt;<br>
&gt; My code:<br>
&gt;<br>
&gt; typename MovingSpatialObjectType::Pointer currentSO;<br>
&gt; typedef itk::SpatialObjectDuplicator&lt;MovingSpatialObjectType&gt;<br>
&gt; DuplicatorType;<br>
&gt; typename DuplicatorType::Pointer duplicator = DuplicatorType::New();<br>
&gt;<br>
&gt; duplicator-&gt;SetInput(this-&gt;m_MovingSpatialObject);<br>
&gt; duplicator-&gt;Update();<br>
&gt;<br>
&gt; I just don&#39;t understand what I should do with the SpatialFactory to make<br>
&gt; this work. What am I doing wrong?<br>
&gt;<br>
&gt; Thank you<br>
&gt;<br>
&gt;<br>
&gt; Antonio Foncubierta<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Insight-users mailing list<br>
&gt; <a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>