[Insight-users] Problem building itkTimeVaryingBSplineVelocityFieldImageRegistrationTest.cxx

Mark C. Reynolds mcr at islandpeaksoftware.com
Sat May 11 19:29:31 EDT 2013


I want to make a standalone from
itkTimeVaryingBSplineVelocityFieldImageRegistrationTest.cxx.

So I took this file, renamed it to VelField.cxx,
added a dummy main(), created a trivial
CMakeFiles.txt and attempted to compile.

I get method not found on lines 276-279, because
of claims that the methods SetSplineOrder(),
SetRequiredTransformDomainSpacing(). and
SetRequiredTransformDomainSize()
do not exist.

This is peculiar, because the original file compiles
to an object file just fine, and is run successfully
as part of the v4 registration tests.

Can someone please tell me what is going wrong?

Thanks,

Mark



More information about the Insight-users mailing list