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 1 error C2653: 'TranformType' : is not a class or namespace name c:\vtkINRIA3D\Examples\CompareImageManager\CompareImageManager.cxx 88 <br>in the code part: <br>typedef itk::Similarity2DTransform < double > TransformType;<br>
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>