Skip to content

Commit

Permalink
ENH: Cannot have both a modifiable and constant object macro
Browse files Browse the repository at this point in the history
Originally, there is a itkGetModifiableObjectMacro and
itkGetConstObjectMacro defined for the same variable. For the most up-to
date ITK macro definitions, there can only be 1 of the 2.
  • Loading branch information
mseng10 committed Jan 26, 2021
1 parent d0769c3 commit b3b717c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Registration/itkImageToImageRegistrationMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class ImageToImageRegistrationMethod
* variable. */
itkSetObjectMacro( Transform, TransformType );
itkGetModifiableObjectMacro( Transform, TransformType );
itkGetConstObjectMacro( Transform, TransformType );

using Superclass::MakeOutput;
virtual DataObjectPointer MakeOutput( DataObjectPointerArraySizeType
Expand Down

0 comments on commit b3b717c

Please sign in to comment.