<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>dear ITK users;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I would like to consult you something. To implement pointset to image registration I defined Transform type like that </DIV>
<DIV><FONT color=#0000ff>typedef</FONT><FONT size=2><FONT size=3> itk::TranslationTransform&lt; double, 3&gt; <STRONG>TransformType</STRONG>;</FONT></FONT></DIV>
<DIV><FONT size=2><FONT size=3>After registration I would like to implement&nbsp; <FONT size=2><EM>TransformMeshFilter</EM>&nbsp; </FONT></FONT><FONT size=3>But it doesn't accept double format Transform Type . So I defined another Transform Type to implement <FONT size=2><EM>TransformMeshFilter</EM>&nbsp;&nbsp;</FONT>&nbsp;like that:<FONT color=#0000ff size=2>
<P><FONT size=3>typedef</FONT></FONT> itk::TranslationTransform&lt;<FONT color=#0000ff>float</FONT>,3&gt; <STRONG>NTransformType;</STRONG></P>
<P><FONT color=#0000ff>typedef</FONT> itk::TransformMeshFilter&lt;MeshType, MeshType, </P>
<P>NTransformType &gt; FilterType;</P>
<P>FilterType::Pointer filter = FilterType::New();</P>
<P><FONT color=#008000>// Connect the inputs</P></FONT>
<P>filter-&gt;SetInput( mesh ); </P>
<P>filter-&gt;SetTransform( finalTransform );</P>
<P>filter-&gt;Update();</P>
<P><FONT color=#008000>// Get the Smart Pointer to the Filter Output </P></FONT>
<P>MeshType::Pointer outputMesh = filter-&gt;GetOutput();</P>
<P><FONT size=2><STRONG></STRONG></FONT>&nbsp;</P>
<P><FONT size=2><STRONG>Do you think is My method Correct? </STRONG></P></FONT></FONT></DIV></FONT></div><br>

<hr size=1>Don't be flakey. <a href="http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail">Get Yahoo! Mail for Mobile</a> and <br><a href="http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail">always stay connected</a> to friends.</body></html>