X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkVectorBSplineDecompositionImageFilterWithOBD.txx;h=7bc316527ff3c360e840729ecc9cf88bd2c220d2;hb=fc2b78aedceae6ebeb0dbe8aae649bc84fd8e235;hp=c29c6ef888be4d9cbc6c5416754d93ab6ed03100;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/itk/clitkVectorBSplineDecompositionImageFilterWithOBD.txx b/itk/clitkVectorBSplineDecompositionImageFilterWithOBD.txx index c29c6ef..7bc3165 100644 --- a/itk/clitkVectorBSplineDecompositionImageFilterWithOBD.txx +++ b/itk/clitkVectorBSplineDecompositionImageFilterWithOBD.txx @@ -291,8 +291,8 @@ VectorBSplineDecompositionImageFilterWithOBD InputIterator inIt( this->GetInput(), this->GetInput()->GetBufferedRegion() ); OutputIterator outIt( this->GetOutput(), this->GetOutput()->GetBufferedRegion() ); - inIt = inIt.Begin(); - outIt = outIt.Begin(); + inIt.GoToBegin(); + outIt.GoToBegin(); OutputPixelType v; while ( !outIt.IsAtEnd() ) { for (unsigned int i=0; i< VectorDimension; i++) {