-
-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Use GenerateOutputInformation and pipeline isolation
The TransformGeometryImageFilter::GenerateData method was refactored for correct pipeline behavior. The output Image's meta-data is correctly modifed in the GenerateOutputInformation method, so that down stream filters can uses the information. The composite pipeline is not isolated from the inputs and output using the double graft convention. However, only the bulk data pointer and buffered region are copied to the output, as not to change the geometry information previously set.
- Loading branch information
1 parent
2de73ab
commit 374940a
Showing
2 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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