Commit be3c5d10 authored by Cresson Remi's avatar Cresson Remi
Browse files

ADD: SetSpacing --> SetSignedSpacing

parent 3e06c9f1
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -201,7 +201,7 @@ CacheLessLabelImageToVectorData<TInputImagePixel> ...@@ -201,7 +201,7 @@ CacheLessLabelImageToVectorData<TInputImagePixel>
bufferedInputImage->SetRegions(inputRegion); bufferedInputImage->SetRegions(inputRegion);
bufferedInputImage->Allocate(); bufferedInputImage->Allocate();
bufferedInputImage->SetMetaDataDictionary(inputPtr->GetMetaDataDictionary()); bufferedInputImage->SetMetaDataDictionary(inputPtr->GetMetaDataDictionary());
bufferedInputImage->SetSpacing(inputPtr->GetSignedSpacing()); bufferedInputImage->SetSignedSpacing(inputPtr->GetSignedSpacing());
bufferedInputImage->SetOrigin (inputPtr->GetOrigin() ); bufferedInputImage->SetOrigin (inputPtr->GetOrigin() );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment