[Insight-users] Error in building a VTKInria3D example

Andreas Keil andreas.keil at cs.tum.edu
Wed Feb 27 16:00:55 EST 2008


I'd say, just add the missing "s" in the last occurence of
"TransformType":

TransformType::Pointer transform = TranformType::New();
TransformType::Pointer transform = TransformType::New();

;-)

 

-----Original Message-----
From: insight-users-bounces+andreas.keil=cs.tum.edu at itk.org
[mailto:insight-users-bounces+andreas.keil=cs.tum.edu at itk.org] On Behalf
Of Francois Budin
Sent: Thursday, February 21, 2008 21:32
To: insight-users at itk.org
Subject: [Insight-users] Error in building a VTKInria3D example

Hi Giorgos,

Try to replace:
TransformType::Pointer transform = TranformType::New();
with
typename TransformType::Pointer transform = TranformType::New();

Hope that helps

Francois
_______________________________________________
Insight-users mailing list
Insight-users at itk.org
http://www.itk.org/mailman/listinfo/insight-users



More information about the Insight-users mailing list