-
-
Notifications
You must be signed in to change notification settings - Fork 686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Remove SpatialObjectProperty's writable string methods from SWIG #4843
BUG: Remove SpatialObjectProperty's writable string methods from SWIG #4843
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I defer to @aylward
@@ -123,15 +125,13 @@ class ITKSpatialObjects_EXPORT SpatialObjectProperty | |||
return value; | |||
} | |||
|
|||
|
|||
#if !defined(SWIG) && !defined(ITK_WRAPPING_PARSER) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should only be dependent on ITK_WRAPPING_PARSER
SWIG's binding for writable std::string objects is a "std::string *" which is not implemented.
f9e557e
to
80be78b
Compare
@blowekamp thanks for following up with a patch on this!
Yes, done! efe773f |
SWIG's binding for writable std::string objects is a "std::string *" which is not implemented.
closes #4779
replaces #4776
PR Checklist
Refer to the ITK Software Guide for
further development details if necessary.