<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Hello everybody!!<br>I am a new itk user and I am trying to make an update of the example 'IterativeClosestPoint2.cxx'. I want to be available to choose between different transform types when I run my application.<br>First I tried the way you see below but it seems that itk doesn't accept double format Transform Type.<br><pre>typedef itk::Euler3DTransform&lt; double &gt;      TransformType;<br>typedef itk::TranslationTransform&lt; double &gt;      TransformType;<br>.....<br>After that I tried this way<br>typedef itk::Euler3DTransform&lt; double &gt;      TransformType;<br>typedef itk::TranslationTransform&lt; double &gt;      TransformType2;<br><br>but when I was trying to declare the pointer I got an error in this line<br>TransformType2::Pointer transform = TransformType::New(); <br><br>I hope somebody has an idea of how can I fix this or how is the correct way to achieve my goal.<br>Thanks!!<br></pre></div><br /><hr />Sigue los principales acontecimientos deportivos en directo. <a href='http://video.msn.com/video.aspx?mkt=es-es' target='_new'>MSN Motor</a></body>
</html>