diff --git a/Common/ImageSamplers/itkImageFullSampler.h b/Common/ImageSamplers/itkImageFullSampler.h index e38e8de28..e6a9d76f7 100644 --- a/Common/ImageSamplers/itkImageFullSampler.h +++ b/Common/ImageSamplers/itkImageFullSampler.h @@ -123,8 +123,6 @@ class ITK_TEMPLATE_EXPORT ImageFullSampler : public ImageSamplerBase WorkUnits{}; diff --git a/Common/ImageSamplers/itkImageGridSampler.h b/Common/ImageSamplers/itkImageGridSampler.h index a66d01048..6bc556f4c 100644 --- a/Common/ImageSamplers/itkImageGridSampler.h +++ b/Common/ImageSamplers/itkImageGridSampler.h @@ -166,8 +166,6 @@ class ITK_TEMPLATE_EXPORT ImageGridSampler : public ImageSamplerBase & m_RandomCoordinates; const InputImageType & m_InputImage; const InterpolatorType & m_Interpolator; diff --git a/Common/ImageSamplers/itkImageRandomSampler.h b/Common/ImageSamplers/itkImageRandomSampler.h index d672e0af5..07e3f70d6 100644 --- a/Common/ImageSamplers/itkImageRandomSampler.h +++ b/Common/ImageSamplers/itkImageRandomSampler.h @@ -89,8 +89,6 @@ class ITK_TEMPLATE_EXPORT ImageRandomSampler : public ImageRandomSamplerBase & m_RandomNumberList; const InputImageType & m_InputImage; InputImageIndexType m_RegionIndex{}; diff --git a/Common/ImageSamplers/itkImageRandomSamplerSparseMask.h b/Common/ImageSamplers/itkImageRandomSamplerSparseMask.h index 7ee92031e..ea8de98d6 100644 --- a/Common/ImageSamplers/itkImageRandomSamplerSparseMask.h +++ b/Common/ImageSamplers/itkImageRandomSamplerSparseMask.h @@ -100,7 +100,7 @@ class ITK_TEMPLATE_EXPORT ImageRandomSamplerSparseMask : public ImageRandomSampl private: struct UserData { - ITK_DISALLOW_COPY_AND_MOVE(UserData); + //ITK_DISALLOW_COPY_AND_MOVE(UserData); const std::vector & m_AllValidSamples; const std::vector & m_RandomIndices;