Skip to content

Commit 26a0767

Browse files
authored
Merge pull request InsightSoftwareConsortium#5911 from N-Dekker/Remove-NthElementPixelAccessor-operator=-VariableLengthVector
COMP: Remove `NthElementPixelAccessor::operator=` for VariableLengthVector
2 parents b11b389 + fbde019 commit 26a0767

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Modules/Core/ImageAdaptors/include/itkNthElementPixelAccessor.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,6 @@ class NthElementPixelAccessor<TOutputPixelType, itk::VariableLengthVector<TPixel
199199

200200
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Self);
201201

202-
/** Assignment operator */
203-
NthElementPixelAccessor &
204-
operator=(const NthElementPixelAccessor & accessor)
205-
{
206-
m_ElementNumber = accessor.m_ElementNumber;
207-
this->SetVectorLength(accessor.GetVectorLength());
208-
return *this;
209-
}
210-
211202
protected:
212203
using Superclass = DefaultVectorPixelAccessor<TPixelType>;
213204

0 commit comments

Comments
 (0)