X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkWarpImageGenericFilter.txx;h=425368d65745ef97b234d33b7b2c117e3569b6f2;hb=9f0fafa122ab1ced8e77b2da855fba56978e66a2;hp=6b33824a9f209c1b94c3b2e43ec9657d7bd6d200;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/tools/clitkWarpImageGenericFilter.txx b/tools/clitkWarpImageGenericFilter.txx index 6b33824..425368d 100644 --- a/tools/clitkWarpImageGenericFilter.txx +++ b/tools/clitkWarpImageGenericFilter.txx @@ -78,7 +78,7 @@ namespace clitk typename DeformationFieldType::Pointer deformationField =deformationFieldReader->GetOutput(); // Intensity interpolator - typedef clitk::GenericVectorInterpolator GenericInterpolatorType; + typedef clitk::GenericVectorInterpolator GenericInterpolatorType; typename GenericInterpolatorType::Pointer genericInterpolator=GenericInterpolatorType::New(); genericInterpolator->SetArgsInfo(m_ArgsInfo); @@ -94,7 +94,7 @@ namespace clitk newSize[i]=(unsigned int) (input->GetLargestPossibleRegion().GetSize()[i]*input->GetSpacing()[i]/deformationField->GetSpacing()[i]); // Get the interpolator - typedef clitk::GenericVectorInterpolator GenericInterpolatorType; + typedef clitk::GenericVectorInterpolator GenericInterpolatorType; typename GenericInterpolatorType::Pointer genericInterpolator=GenericInterpolatorType::New(); genericInterpolator->SetArgsInfo(m_ArgsInfo); @@ -174,7 +174,7 @@ namespace clitk else { // Get the interpolator - typedef clitk::GenericInterpolator GenericInterpolatorType; + typedef clitk::GenericInterpolator GenericInterpolatorType; typename GenericInterpolatorType::Pointer genericInterpolator=GenericInterpolatorType::New(); genericInterpolator->SetArgsInfo(m_ArgsInfo);