-
-
Notifications
You must be signed in to change notification settings - Fork 713
Add Python wrapping for itk::PhasedArray3DSpecialCoordinatesImage #4099
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Author
|
This has the following warnings: I think they are due to |
Meant to address: 15>------ Build started: Project: ITKImageFilterBaseSwig, Configuration: RelWithDebInfo x64 ------ 15>Run igenerator.py for ITKImageFilterBase 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< short >, itk::Image< unsigned char, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< short >, itk::Image< float, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< unsigned char >, itk::Image< short, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< unsigned char >, itk::Image< float, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< float >, itk::Image< short, 3 > > 15>itkCastImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::PhasedArray3DSpecialCoordinatesImage< float >, itk::Image< unsigned char, 3 > >
Trying to fix: 359>Generating itkMeshIOBasePython.cpp, ../../Generators/Python/itk/itkMeshIOBasePython.py 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< short, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< short > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< short, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< unsigned char > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< unsigned char, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< short > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< unsigned char, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< unsigned char > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< float, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< short > > 349>itkRescaleIntensityImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::InPlaceImageFilter< itk::Image< float, 3 >, itk::PhasedArray3DSpecialCoordinatesImage< unsigned char > >
C:/Dev/ITK-py11/Wrapping/castxml_inputs/itkInPlaceImageFilterB.cxx(253,107): error G60A5EC10: no member named 'PhasedArray3DSpecialCoordinatesImage' in namespace 'itk'
4 tasks
Member
Author
|
Closing in favor of #4101. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:Core
Issues affecting the Core module
area:Filtering
Issues affecting the Filtering module
area:IO
Issues affecting the IO module
area:Python wrapping
Python bindings for a class
type:Data
Changes to testing data
type:Infrastructure
Infrastructure/ecosystem related changes, such as CMake or buildbots
type:Testing
Ensure that the purpose of a class is met/the results on a wide set of test cases are correct
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist