Skip to content
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

ENH: AppendImageGeometryZSliceFilter -> AppendImageGeometryFilter #1041

Conversation

joeykleingers
Copy link
Contributor

@joeykleingers joeykleingers commented Aug 8, 2024

The following has been added to the AppendImageGeometryZSliceFilter:

  • Adds the ability to append image geometries in the X and Y directions in addition to the Z direction.
  • Adds the ability to append multiple image geometries at once.
  • Updated unit test to test the X and Y directions.
  • Updated the documentation.
  • Renamed AppendImageGeometryZSliceFilter to AppendImageGeometryFilter.

@joeykleingers joeykleingers added the enhancement New feature or request label Aug 8, 2024
@joeykleingers joeykleingers self-assigned this Aug 8, 2024
@joeykleingers joeykleingers linked an issue Aug 8, 2024 that may be closed by this pull request
@joeykleingers joeykleingers force-pushed the feature/AppendImageGeometrySlices branch from 64dd243 to 6582c3b Compare August 8, 2024 15:40
@joeykleingers joeykleingers enabled auto-merge (squash) August 8, 2024 15:43
@joeykleingers joeykleingers force-pushed the feature/AppendImageGeometrySlices branch 3 times, most recently from 7263ddb to d3c76eb Compare August 9, 2024 18:11
+ Skeleton code in place to append multiple geometries in any dimension.
+ Z dimension currently works properly and original test passes.

Signed-off-by: Joey Kleingers <[email protected]>
Signed-off-by: Joey Kleingers <[email protected]>
Signed-off-by: Joey Kleingers <[email protected]>
Signed-off-by: Joey Kleingers <[email protected]>
Signed-off-by: Joey Kleingers <[email protected]>
Signed-off-by: Joey Kleingers <[email protected]>
@joeykleingers joeykleingers force-pushed the feature/AppendImageGeometrySlices branch from d3c76eb to 9e25f61 Compare August 12, 2024 13:34
@joeykleingers joeykleingers requested review from nyoungbq and removed request for imikejackson and JDuffeyBQ August 12, 2024 13:34
@joeykleingers joeykleingers merged commit 6a4de83 into BlueQuartzSoftware:develop Aug 13, 2024
7 checks passed
@joeykleingers joeykleingers deleted the feature/AppendImageGeometrySlices branch August 13, 2024 13:58
imikejackson pushed a commit to imikejackson/simplnx that referenced this pull request Oct 20, 2024
…ueQuartzSoftware#1041)

* Renamed AppendImageGeometryZSliceFilter to AppendImageGeometryFilter.

* Added the ability to append image geometries in the X and Y directions in addition to the Z direction.

* Added the ability to append multiple image geometries at once.

* Updated unit test to test the X and Y directions.

* Updated the documentation.

Signed-off-by: Joey Kleingers <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Append Z Stack, allow stacking for X and Y planes
2 participants