Luis,<br><br>A while ago we discussed this - is it better posed to the devel mailing list?<br><br>
I am not very familiar with this heavily templated style project, so
bear with me - I&#39;ve got some learning to do!<br>
I added Insight/Code/BasicFilters/itkTransformPointSetFilter.h/txx to my src directory.<br><div id=":24k" class="ii gt"><br>
<span class="il">itkTransformMeshFilter</span> is a subclass of itkMeshToMeshFilter, and I don&#39;t see a
itkPointSetToPointSetFilter. Do I need to create that too? And even
further, itkMeshToMeshFilter is a subclass of itkMeshSource (and again, MIA is itkPointSetSource), which has
functions like ProcessObject, etc. Are those necessary? I ask because in itkTransformPointSetFilter.txx,
this line<br> itkNewMacro(Self);<br>
<br>produces errors like<br>
itk::AffineTransform&lt;float, 3u&gt; &gt;’ has no member named ‘UnRegister’<br>
<br>and I guess that is taken care of in those parent classes.<br><br>
Clearly this a very simple function (a for loop that applies a
transform to each point), but I&#39;m having trouble getting it to
play nice with the instantiation macros and all of the upstream stuff.
Any suggestions?<br>
<br>
I&#39;m not sure it&#39;s worth looking at yet, but here are the work-in-progress files:<br>
<a href="http://www.rpi.edu/%7Edoriad/itkTransformPointSetFilter/" target="_blank">http://www.rpi.edu/~doriad/itkTransformPointSetFilter/</a><br><br>
I commented everything after the first line that produces an error in
the test file.<br>

<font color="#888888"></font></div><br clear="all">Thanks,<br><br>David<br>