From: Romulo Pinho Date: Wed, 25 Jan 2012 14:47:22 +0000 (+0100) Subject: changes in CoeffsToDVF interface X-Git-Tag: v1.3.0~114 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4211a8764fa187ab2a7d6668d1e7427dbdd80b09;p=clitk.git changes in CoeffsToDVF interface - affected tools... --- diff --git a/tools/clitkComposeVFGenericFilter.txx b/tools/clitkComposeVFGenericFilter.txx index 8b0ecdf..5cb6da8 100644 --- a/tools/clitkComposeVFGenericFilter.txx +++ b/tools/clitkComposeVFGenericFilter.txx @@ -47,8 +47,8 @@ namespace clitk //Define the image type if (m_Type == 1) { - input1 = CoeffsToDVF(m_InputName1, m_LikeImage, m_Verbose); - input2 = CoeffsToDVF(m_InputName2, m_LikeImage, m_Verbose); + input1 = BLUTCoeffsToDVF(m_InputName1, m_LikeImage, m_Verbose); + input2 = BLUTCoeffsToDVF(m_InputName2, m_LikeImage, m_Verbose); } else { //Read the input1 diff --git a/tools/clitkInvertVFGenericFilter.txx b/tools/clitkInvertVFGenericFilter.txx index e4b590e..c5b4717 100644 --- a/tools/clitkInvertVFGenericFilter.txx +++ b/tools/clitkInvertVFGenericFilter.txx @@ -177,7 +177,7 @@ InvertVFGenericFilter::UpdateWithDimAndPixelType() typedef clitk::InvertVFFilter FilterType; typename FilterType::Pointer filter =FilterType::New(); if (m_ArgsInfo.like_given) { - filter->SetInput(CoeffsToDVF(m_InputFileName, m_ArgsInfo.like_arg)); + filter->SetInput(BLUTCoeffsToDVF(m_InputFileName, m_ArgsInfo.like_arg)); } filter->SetVerbose(m_Verbose); diff --git a/tools/clitkWarpImageGenericFilter.txx b/tools/clitkWarpImageGenericFilter.txx index c64080e..4c30c4c 100644 --- a/tools/clitkWarpImageGenericFilter.txx +++ b/tools/clitkWarpImageGenericFilter.txx @@ -90,7 +90,7 @@ WarpImageGenericFilter::UpdateWithDimAndPixelType() typename DeformationFieldType::Pointer deformationField; if (m_ArgsInfo.coeff_given) { - deformationField = CoeffsToDVF(m_ArgsInfo.coeff_arg, m_InputFileName, m_Verbose); + deformationField = BLUTCoeffsToDVF(m_ArgsInfo.coeff_arg, m_InputFileName, m_Verbose); } else { //Read the deformation field