[Insight-users] Error in building a VTKInria3D example

Francois Budin insight.mailinglist.francois at budin.fr
Thu Feb 21 15:31:48 EST 2008


Hi Giorgos,

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

Hope that helps

Francois


More information about the Insight-users mailing list