InsightSoftwareConsortium / ITKThickness3D

An ITK module to compute 3D thickness
Apache License 2.0
39 stars 18 forks source link

COMP: Use and move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section. #20

Closed jhlegarreta closed 5 years ago

jhlegarreta commented 5 years ago

Use the ITK_DISALLOW_COPY_AND_ASSIGN macro to enhance consistency across the the toolkit when disallowing the copy constructor and the assign operator.

Move the ITK_DISALLOW_COPY_AND_ASSIGN calls to public section following the discussion in https://discourse.itk.org/t/itk-disallow-copy-and-assign/648

jhlegarreta commented 5 years ago

The module is building; the reported error is unrelated to the change:

4/4 Test #4: itkMedialThicknessImageFilter3DTest ...***Exception: SegFault  0.73 sec

It was being reported by CDash before the change and it will need to be fixed in another PR.

Merging.