Hello everyone,<br><br>I am trying to run a VTKInria3D example (CompareImageManager) , adding some ITK code in it.<br>I just want to perform a simple transform and view it with VTKInria.<br>The compile error that appears is :<br>
<br>Error&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; error C2653: &#39;TranformType&#39; : is not a class or namespace name&nbsp;&nbsp;&nbsp; c:\vtkINRIA3D\Examples\CompareImageManager\CompareImageManager.cxx&nbsp;&nbsp;&nbsp; 88&nbsp;&nbsp;&nbsp; <br>in the code part: <br>typedef itk::Similarity2DTransform &lt; double &gt;&nbsp; TransformType;<br>
&nbsp; TransformType::Pointer transform = TranformType::New();<br><br>I had this error message , with other transform types too.<br>I have correctly linked all the libraries required of ITK , VTK in the program, but this error still appears.<br>
<br>Do you know what might be the problem?<br><br>Thanks, <br>Giorgos<br>Bsc: Informatics and Telecommunications<br>Msc: Medical Physics<br><br>